/*========================================================================

	Template Name: Blog & Magazine Bootstrap 5.0 HTML Theme
	Author: Rainbow Design

========================================================================*/

/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Featured post
	04. Image overlay post
	05. Blog grid item
	06. Blog list item
	07. Video item
	08. Small horizontal item
	09. Subscribe widget
	10. Follow instagram
	11. Footer
	12. Inner page title
	13. About us
	14. Sidebar
	15. Post mini box
	16. Single post
	17. Comment box
	18. Send comment form
	19. Contact page
	20. contact form
	21. Sign in, Sign up box
	22. Privacy policy
	23. 404 page
	24. Faq
			
----------------------------------*/

/* Theme Font Use */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Montserrat', sans-serif; */


/* ===================================
	01. Common
=================================== */
::selection {
	background-color: #ff512f;
	color: #fff;
}
::-moz-selection {
 background-color: #ff512f;
 color: #fff;
}
img {
	max-width: 100%;
}
body {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #c5c5c5;
	letter-spacing: 1px;
	background-color: #202020;
}
.theme-bg-light {
	background-color: #1D4DDC;
}
.theme-bg-dark {
	background-color: #0e0e0e;
}
p {
	line-height: 24px;
	font-size: 14px;
	color: #6c757d;
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #202020;
	padding: 0px;
	line-height: 1.1;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
}
h1 {
	font-size: 60px;
	font-weight: 700;
}
h2 {
	font-size: 36px;
	font-weight: 700;
}
h3 {
	font-size: 26px;
	font-weight: 700;
}
h4 {
	font-size: 24px;
	font-weight: 700;
}
h5 {
	font-size: 18px;
	font-weight: 700;
}
h6 {
	font-size: 16px;
	font-weight: 700;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
/* --- Top Scroll --- */
.scroll-top {
	display: none;
	position: fixed;
	bottom: 2px;
	text-align: center;
	right: 2%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	background-color: #ff512f;
	text-decoration: none;
	border-radius: 100%;
	z-index: 9999;
}
.scroll-top:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #d73617;
}
/* --- Loading --- */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	height: 100%;
	overflow: visible;
	background-color: #fff;
}
#preloader .spinner-grow {
	top: 50%;
	position: relative;
}
/* --- section title --- */
.section-title h2 {
	font-weight: 600;
	font-size: 30px;
	text-transform: uppercase;
	position: relative;
	color: #fff;
}
.section-title h2 span {
	position: relative;
	margin-bottom: 34px;
	display: inline-block;
	padding-left: 25px;
	letter-spacing: 2px;
}
.section-title h2 span:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 4px;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ff512f;
}
/* ===================================
	02. Header
=================================== */
.header-navbar .navbar-brand {
	padding: 0px;
	margin: 0px;
}
.header-navbar .navbar-nav {
	width: 100%;
	text-align: center;
	display: inline-block;
}
.header-navbar .navbar-nav .nav-item {
	display: inline-block;
}
.header-navbar {
	padding: 0px 0px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-navbar .navbar {
	padding: 0px 0px;
}
.header-navbar .navbar .nav-item .nav-link {
	font-size: 13px;
	color: #fff;
	padding: 20px 14px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-navbar .navbar .nav-item .nav-link:hover, .header-navbar .navbar .nav-item.active .nav-link {
	color: #ff512f;
}
.header-navbar .navbar-toggler span {
	background: #000;
}
.header-navbar .dropdown-menu {
	margin: 0px;
	padding: 20px;
	border-top: 2px solid #ff512f;
	border-radius: 0px;
	background-color: #3B4043;
}
.header-navbar .dropdown-menu .dropdown-item {
	border-bottom: 1px solid rgba(255,255,255,0.1) !important;
	position: relative;
	font-size: 13px;
	padding: 12px 0px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-navbar .dropdown-menu li:last-child .dropdown-item {
	border-bottom: 0px !important;
	padding-bottom: 0px;
}
.header-navbar .dropdown-menu li:first-child .dropdown-item {
	padding-top: 0px;
}
.header-navbar .dropdown-menu .dropdown-item:hover {
	color: #ff512f;
	background-color: transparent;
}
.header-logo {
	padding: 20px 0px;
	border-bottom: 2px solid #ff512f;
}
.header-logo .navbar-brand {
	padding: 0px;
	margin: 0px;
	display: inline-block;
}
/* Navbar Toogle */
.navbar-toggler {
	border: none;
	padding: 10px 6px;
	background-color: #f5f5f5;
	outline: none !important;
}
.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #333;
}
.navbar-toggler span + span {
	margin-top: 4px;
	width: 18px;
}
.navbar-toggler span + span + span {
	width: 10px;
}
/* sticky */
.is-sticky {
	z-index: 9999;
}
.is-sticky .header-navbar {
	z-index: 999 !important;
	background-color: #fff !important;
}
.is-sticky .header-navbar .navbar .nav-item .nav-link {
	color: #333;
}
.is-sticky .nav-item.active .nav-link, .is-sticky .nav-pills .show > .nav-link {
	color: #ff512f !important;
}
@media screen and (min-width: 992px) {
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	display: block!important;
}
}
/* ===================================
	03. Featured post
=================================== */
.featured-post {
	background-color: #000;
	display: flex;
	align-items: center;
}
.featured-post .featured-post-img {
	width: 60%;
	position: relative;
}
.featured-post .featured-post-img:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.15);
}
.featured-post .featured-post-des {
	width: 40%;
	padding: 30px;
}
.featured-post .post-cat {
	text-align: center;
	margin-bottom: 10px;
}
.featured-post .post-cat a {
	color: #fff;
	background-color: #ff512f;
	display: inline-block;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
}
.featured-post .post-title {
	text-align: center;
}
.featured-post .post-title a {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.featured-post .post-title a:hover {
	color: #ff512f;
}
.featured-post-carousel .owl-dots {
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0px !important;
}
.featured-post-carousel .owl-dots button span {
	margin: 0px 8px 0px 0px !important;
	background-color: #fff !important;
}
.featured-post-carousel .owl-dots .owl-dot.active span {
	background-color: #ff512f !important;
}
/* ===================================
	04. Image overlay post
=================================== */
.image-overlay-post .image-overlay-post-img {
	position: relative;
}
.image-overlay-post .image-overlay-post-img:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+76 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 76%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 76%, rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 76%, rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000', GradientType=0 ); /* IE6-9 */
}
.image-overlay-post .post-content {
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 1;
}
.image-overlay-post .post-content .post-cat a {
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
}
.image-overlay-post .post-content .post-title a {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.image-overlay-post .post-content .post-title a:hover {
	color: #ff512f;
}
/* ===================================
	05. Blog grid item
=================================== */
.blog-grid-item {
	border: 1px solid rgba(255,255,255,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-grid-item:hover {
	border: 1px solid #ff512f;
}
.blog-grid-item .grid-post-info {
	padding: 20px;
}
.blog-grid-item .grid-post-cat a {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-grid-item .grid-post-cat a:hover {
	color: #ff512f;
}
.blog-grid-item .grid-post-title a {
	color: #fff;
	font-weight: 600;
	line-height: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.grid-post-meta > div {
	display: inline-block;
	font-size: 13px;
}
.grid-post-meta .avt-ath {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	background: var(--border-color);
	overflow: hidden;
}
.grid-post-meta .name-ath {
	font-weight: 600;
	text-transform: capitalize;
}
.grid-post-meta .date-post {
	margin-left: 15px;
}
.grid-author-post a, .date-post a {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.grid-author-post a:hover, .date-post a:hover, .blog-grid-item .grid-post-title a:hover {
	color: #ff512f;
}
/* ===================================
	06. Blog list item
=================================== */
.blog-list-item {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: flex;
	align-items: center;
}
.blog-list-item .list-post-info {
	padding: 0 0 0 20px;
}
.blog-list-item .list-post-image {
	/*width: 270px;*/
	float: left;
}
.blog-list-item .list-post-cat a {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-list-item .list-post-cat a:hover {
	color: #ff512f;
}
.blog-list-item .list-post-title a {
	color: #fff;
	font-weight: 600;
	line-height: 28px;
	font-size: 18px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.list-post-meta > div {
	display: inline-block;
	font-size: 13px;
}
.list-post-meta .avt-ath {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	background: var(--border-color);
	overflow: hidden;
}
.list-post-meta .name-ath {
	font-weight: 600;
	text-transform: capitalize;
}
.list-post-meta .date-post {
	margin-left: 15px;
}
.list-author-post a, .date-post a {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.list-author-post a:hover, .date-post a:hover, .blog-list-item .list-post-title a:hover {
	color: #ff512f;
}
/* ===================================
	07. Video item
=================================== */
.video-item a {
	display: inline-block;
	position: relative;
}
.video-item a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}
.video-item a:after {
	content: "\f04b";
	font-family: 'Font Awesome 5 Free';
	font-size: 22px;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 26px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 3;
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.video-item a:hover:after {
	color: #ff512f;
}
/* ===================================
	08. Small horizontal item
=================================== */
.small-horizontal-item {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: flex;
	align-items: center;
}
.small-horizontal-item .small-horizontal-info {
	padding: 0 0 0 20px;
}
.small-horizontal-item .small-horizontal-image {
	width: 160px;
	float: left;
}
.small-horizontal-item .small-horizontal-cat a {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.small-horizontal-item .small-horizontal-cat a:hover {
	color: #ff512f;
}
.small-horizontal-item .small-horizontal-title {
	line-height: 22px;
}
.small-horizontal-item .small-horizontal-title a {
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.small-horizontal-item .small-horizontal-title a:hover {
	color: #ff512f;
}
/* ===================================
	09. Subscribe widget
=================================== */
.subscribe-widget {
	position: relative;
	background-image: url(../img/bg/subscribe-widget-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 0;
	padding: 50px;
	text-align: center;
}
.subscribe-widget:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.4);
	z-index: -1;
}
.subscribe-widget .subscribe-widget-title {
	color: #fff;
	font-weight: 600;
}
.subscribe-widget p {
	color: #fff;
	margin-bottom: 0px;
}
.subscribe-widget form input {
	height: 50px;
	border: 1px solid #000;
	border-radius: 0px;
}
.subscribe-widget form button {
	width: 100%;
	height: 50px;
	border: 0px;
	background-color: #ff512f;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}
/* ===================================
	10. Follow instagram
=================================== */
.follow-instagram-item {
	position: relative;
	display: inline-block;
}
.follow-instagram-item .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-size: 24px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.follow-instagram-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.4);
	z-index: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.follow-instagram-item:hover .icon, .follow-instagram-item:hover:after {
	opacity: 1;
}
/* ===================================
	11. Footer
=================================== */
/* footer links */
.footer-links li a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 8px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-links li a:hover {
	color: #ff512f;
}
/* footer social */
.footer-social li span {
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}
.footer-social li a {
	color: #fff;
	font-size: 10px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #272727;
	display: inline-block;
	border-radius: 100%;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-social li a:hover {
	background-color: #ff512f;
}
/* ===================================
	12. Inner page title
=================================== */
.inner-page-title {
	background-image: url(../img/bg/inner-page-title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.inner-page-title:before {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	z-index: -1;
}
.inner-page-title h1 {
	color: #fff;
	font-size: 30px;
	margin-top: 8px;
	font-weight: 600;
}
.inner-page-title .divider {
	width: 200px;
	height: 1px;
	margin-top: 20px;
	display: inline-block;
	background-color: rgba(255,255,255,0.2);
}
.inner-page-title .breadcrumb li {
	display: inline-block;
	font-size: 12px;
	margin: 0px;
	color: #fff;
}
.inner-page-title .breadcrumb-item + .breadcrumb-item:before {
	content: "-";
}
.inner-page-title .breadcrumb li a {
	color: #ff512f;
}
/* ===================================
	13. About us
=================================== */
.about-content h2 {
	font-size: 24px;
	font-weight: 600;
}
.about-content figure {
	border-left: 1px solid #ff512f;
	padding-left: 15px;
}
.about-content figure p {
	color: #fff;
	line-height: 30px;
	margin-bottom: 8px !important;
	font-size: 18px;
	display: inline-block;
	font-style: italic;
}
/* ===================================
	14. Sidebar
=================================== */
.sidebar {
	position: relative;
}
/* sidebar title */
.sidebar-title {
	position: relative;
	margin-bottom: 20px;
}
.sidebar-title h3 {
	position: relative;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 20px;
	display: inline-block;
	text-transform: capitalize;
}
/* social icon one */
.social-icon-one {
	position: relative;
}
.social-icon-one li {
	margin-right: 6px;
	margin-bottom: 8px;
	position: relative;
	display: inline-block;
}
.social-icon-one li a {
	width: 76px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	color: #fff;
}
.facebook-color a {
	background-color: #2f58a1;
}
.twitter-color a {
	background-color: #069cd5;
}
.pinterest-color a {
	background-color: #da0d32;
}
.linkedin-color a {
	background-color: #0076b8;
}
.vimeo-color a {
	background-color: #4eceea;
}
.instagram-color a {
	background-color: #35475c;
}
.google-plus-color a {
	background-color: #ec453e;
}
.blog-color a {
	background-color: #f06a35;
}
/* sidebar tabs widget */
.sidebar-tabs-widget .nav-tabs .nav-link, .sidebar-tabs-widget .nav-tabs {
	border: 0;
	border-radius: 0px;
}
.sidebar-tabs-widget .nav-tabs .nav-link {
	background-color: #000;
	text-transform: uppercase;
	border-right: 1px solid rgba(255,255,255,0.4);
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-tabs-widget .nav-tabs .nav-item:last-child .nav-link {
	border-right: 0px;
}
.sidebar-tabs-widget .nav-tabs .nav-link.active:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	bottom: -6px;
	background-color: #ff512f;
	left: 0px;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
	z-index: -1;
}
.sidebar-tabs-widget .nav-tabs .nav-link.active, .sidebar-tabs-widget .nav-tabs .nav-link:hover {
	background-color: #ff512f;
}
/* ===================================
	15. Post mini box
=================================== */
.post-mini-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-bottom: 20px;
	border-bottom: 1px dashed rgba(255,255,255,0.2);
}
.post-mini-box:last-child {
	padding-bottom: 0px;
	border-bottom: 0px;
}
.post-mini-thumbnail-img {
	position: relative;
	overflow: hidden;
	width: 80px;
	height: 80px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.post-mini-thumbnail-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.post-mini-box:hover .post-mini-thumbnail-img img {
	transform: scale(1.1);
}
.post-mini-content {
	padding-left: 20px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.post-heading-link {
	display: inline-block;
	margin-bottom: 8px;
}
.post-heading-link h5 {
	font-size: 14px;
	color: #fff;
	line-height: 22px;
}
.post-info li {
	font-size: 11px;
}
/* category widget */
.cat-list li a {
	position: relative;
	color: #84858a;
	font-size: 12px;
	justify-content: space-between;
	align-items: center;
	display: flex;
	margin-bottom: 1px;
	padding: 15px 20px;
	background-color: rgba(0,0,0,0.9);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cat-list li a span {
	float: right;
	font-size: 11px;
	text-align: center;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cat-list li:last-child a {
	margin-bottom: 0px;
}
.cat-list li.active a, .cat-list li a:hover {
	color: #ff512f;
}
/* tags list */
.tags-list {
	display: inline-block;
}
.tags-list li {
	float: left;
}
.tags-list li a {
	background-color: #000;
	color: #fff;
	font-weight: 400;
	line-height: 100%;
	margin: 0 5px 5px 0;
	display: inline-block;
	font-size: 12px;
	padding: 8px 10px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tags-list li a:hover {
	background-color: #ff512f;
	color: #fff;
}
/* ===================================
	16. Single post
=================================== */
.post-single-meta {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.post-single-meta dl {
	margin-bottom: 0px;
}
.post-single-meta dl dt, .post-single-meta dl dd {
	display: inline-block;
}
.post-single-meta li {
	display: inline-block;
	position: relative;
	padding: 0px 12px;
	font-size: 13px;
}
.post-single-meta li:first-child {
	padding-left: 0px;
}
/* blockquote */
.single-post-content figure blockquote {
	background-color: #000;
	border-left: 2px solid #ff512f;
	padding: 30px 30px 30px 70px;
	position: relative;
}
.single-post-content figure blockquote p {
	font-size: 18px;
	font-style: italic;
	line-height: 30px;
}
.single-post-content figure blockquote .quote {
	width: 45px;
	height: 45px;
	top: 0px;
	left: 0px;
	position: absolute;
	background-color: #ff512f;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
}
/* options tags */
.options-tags-list li {
	font-size: 12px;
	color: #000;
	padding-bottom: 12px;
}
.options-tags-list li:last-child {
	padding-bottom: 0px;
}
.options-tags-list li a {
	color: #fff;
	font-weight: 400;
	line-height: 100%;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.options-tags-list li a i {
	padding-right: 6px;
}
.options-tags-list li a:hover {
	color: #ff512f;
}
/* share post */
.share-this-post-list li {
	display: inline-block;
	font-size: 12px;
	color: #000;
}
.share-this-post-list li:first-child {
	padding-right: 6px;
	font-weight: 600;
	color: #fff;
}
.share-this-post-list li:last-child {
	padding-right: 0px;
}
.share-this-post-list li a {
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: 400;
	margin: 0 0px 5px 0;
	display: inline-block;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* single post carousel */
.single-post-carousel .owl-nav {
	text-align: right;
	position: absolute;
	bottom: 4px;
	right: 4px;
}
.single-post-carousel .owl-nav .owl-prev, .single-post-carousel .owl-nav .owl-next {
	border: 0 !important;
	width: 40px;
	height: 40px;
	border-radius: 0px;
	line-height: 40px;
	background-color: #fff !important;
	text-align: center;
	font-size: 10px !important;
	margin: 0px 0px 0px 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-post-carousel .owl-nav .owl-prev:hover, .single-post-carousel .owl-nav .owl-next:hover {
	background-color: #ff512f !important;
	color: #fff;
}
/* post video */
.single-post-video iframe {
	width: 100%;
	height: 450px;
	border: 0px;
}
/* single post feature */
.single-post-feature li {
	padding-bottom: 10px;
}
.single-post-feature li:last-child {
	padding-bottom: 0px;
}
.single-post-feature li i {
	font-size: 10px;
	padding-right: 6px;
	color: #ff512f;
}
/* ===================================
	17. Comment box
=================================== */
.box-comment {
	margin-bottom: 40px;
}
.box-comment:last-child {
	margin-bottom: 0px;
}
.box-comment .box-comment {
	margin-left: 40px;
	margin-top: 40px;
}
.box-comment .box-comment:last-child {
	margin-bottom: 0px;
}
.box-comment figure {
	margin: 0 20px 0 0;
}
.box-comment h6 {
	font-size: 18px;
	color: #fff;
}
.box-comment h6 span {
	font-size: 11px;
	color: #6C6D74;
	display: inline-block;
	width: 100%;
	font-weight: 400;
}
.box-comment h6 span .current-year {
	width: auto;
	display: inline-block;
}
.box-comment .review-text {
	width: 100%;
	position: relative;
}
.box-comment .review-text a {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #333;
	color: #fff;
	border-radius: 100%;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.box-comment .review-text a:hover {
	background-color: #ff512f;
}
.box-comment p {
	margin-bottom: 0px;
}
/* ===================================
	18. Send comment form
=================================== */
.send-comment-form input, .send-comment-form textarea {
	background-color: rgba(0,0,0,0.2);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 0px;
	color: #fff;
}
.send-comment-form input:focus, .send-comment-form textarea:focus {
	background-color: rgba(0,0,0,0.2);
	border: 1px solid #ff512f;
	box-shadow: none;
	color: #fff;
}
.send-comment-form textarea {
	height: 120px !important;
}
.send-comment-form button {
	height: 50px;
	border: 0px;
	background-color: #ff512f;
	color: #fff;
	padding: 0px 20px;
	border-radius: 0px;
	font-size: 14px;
	font-weight: 600;
}
/* ===================================
	19. Contact page
=================================== */
.contact-info-box {
	text-align: center;
}
.contact-info-box .icon {
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	margin: auto auto 20px auto;
	color: #fff;
	background-color: #ff512f;
	font-size: 24px;
}
.contact-info-box h5 {
	color: #fff;
	margin-bottom: 10px;
}
.contact-info-box a {
	color: #6c757d;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-info-box a:hover {
	color: #ff512f;
}
/* ===================================
	20. contact form
=================================== */
.contact-form input, .contact-form textarea {
	background-color: rgba(0,0,0,0.2);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 0px;
	color: #fff;
}
.contact-form input:focus, .contact-form textarea:focus {
	background-color: rgba(0,0,0,0.2);
	border: 1px solid #ff512f;
	box-shadow: none;
	color: #fff;
}
.contact-form textarea {
	height: 120px !important;
}
.contact-form .submit-con {
	height: 50px;
	border: 0px;
	background-color: #ff512f;
	color: #fff;
	padding: 0px 20px;
	border-radius: 0px;
	font-size: 14px;
	font-weight: 600;
}
.help-block ul {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
	padding: 10px;
	border-radius: 4px;
}
/* ===================================
	21. Sign in, Sign up box
=================================== */
.sign-in-up-box input {
	background-color: rgba(0,0,0,0.2);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 0px;
	color: #fff;
}
.sign-in-up-box input:focus {
	background-color: rgba(0,0,0,0.2);
	border: 1px solid #ff512f;
	box-shadow: none;
	color: #fff;
}
.forgot-password {
	color: #fff;
	text-decoration: underline;
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.forgot-password:hover {
	color: #ff512f;
	text-decoration: underline;
}
.sign-in-up-box button {
	height: 50px;
	border: 0px;
	background-color: #ff512f;
	color: #fff;
	padding: 0px 20px;
	border-radius: 0px;
	font-size: 14px;
	font-weight: 600;
}
.no-account a {
	color: #fff;
	text-decoration: underline;
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.no-account a:hover {
	color: #ff512f;
}
/* ===================================
	22. Privacy policy
=================================== */
.privacy-policy-single-content {
	margin-bottom: 30px;
}
.privacy-policy-single-content:last-child {
	margin-bottom: 0px;
}
.privacy-policy-single-content h3 {
	color: #ff512f;
	font-size: 22px;
}
.privacy-policy-single-content p {
	margin-bottom: 0px;
}
.privacy-policy-single-content ul li {
	padding-bottom: 8px;
}
.privacy-policy-single-content ul li:last-child {
	padding-bottom: 0px;
}
.privacy-policy-single-content ul li i {
	color: #ff512f;
	padding-right: 6px;
}
/* ===================================
	23. 404 page
=================================== */
.error-text h2 {
	font-size: 50px;
	padding: 0px 0px 10px 0px;
	font-weight: 600;
	color: #fff;
}
.error-text a {
	height: 50px;
	border: 0px;
	line-height: 50px;
	text-transform: uppercase;
	display: inline-block;
	background-color: #ff512f;
	color: #fff;
	padding: 0px 20px;
	border-radius: 0px;
	font-size: 14px;
	font-weight: 600;
}
/* ===================================
	24. Faq
=================================== */
.faq-box {
	overflow: hidden;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	position: relative;
	text-align: left;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed:after {
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background-image: none;
	content: "\f078";
	font-weight: 700;
	font-size: 10px;
	font-family: "Font Awesome 5 Free";
}
.faq-box .accordion-item .accordion-header .accordion-button:after {
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background-image: none;
	content: "\f077";
	font-weight: 700;
	font-size: 10px;
	font-family: "Font Awesome 5 Free";
}
.faq-box .accordion-item .accordion-header .accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}
.faq-box .accordion-item .accordion-header i {
	position: absolute;
	right: 25px;
	top: 50%;
	font-size: 14px;
	transform: translateY(-50%);
}
.faq-box .accordion-item .accordion-header {
	background-color: transparent;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
	color: #fff !important;
	padding: 20px 20px !important;
	font-size: 14px;
	font-weight: 600;
	border-left: 1px solid #ff512f;
	background-color: rgba(255,255,255,0.1);
}
.faq-box .accordion-item {
	margin-bottom: 10px;
	background-color: transparent;
	border-radius: 0px !important;
	border: 1px solid rgba(255,255,255,0.2);
	overflow: hidden;
}
.faq-box .accordion-item:last-child {
	margin-bottom: 0px;
}
.faq-box .accordion-item .accordion-header {
	padding: 0px;
	border-bottom: 0;
}
.faq-box .accordion-item .accordion-body {
	line-height: 24px;
	padding: 25px 25px 25px 25px;
	color: #333;
	margin-top: 1px;
	background-color: #0e0e0e;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	color: #fff !important;
	padding: 20px !important;
	border-bottom: 0;
	font-weight: 600;
	font-size: 14px;
	border-left: 1px solid #ff512f;
	border-radius: 0px;
	background-color: #ff512f;
}
/*新增加的css*/
.pagination-container {
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}
.pagination a,
.pagination span {
  min-width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .current {
  background-color: rgb(255 121 8);
  color: white;
  border-color: rgb(255 121 8);
}
.pagination .disabled {
  color: #aaa;
  border-color: #eee;
}