@charset "utf-8";
/* CSS Document */

/* 

	Template Name: Multipurpose Bootstrap 5.0 HTML Template
	Author: Rainbow Design
	
*/

/*=====================================================================

--------------- Table of Content ---------------

	01. Elements style import
	02. Theme fonts options
	03. Common
	04. Side link

=====================================================================*/

/* ===================================
	01. Elements style import
=================================== */

@import "elements/element-alert.css";
@import "elements/element-buttons.css";
@import "elements/element-social-icon.css";
@import "elements/element-form.css";
@import "elements/element-team.css";
@import "elements/element-counter.css";
@import "elements/element-testimonial.css";
@import "elements/element-video.css";
@import "elements/element-client-logo.css";
@import "elements/element-lightbox.css";
@import "elements/element-call-to-actions.css";
@import "elements/element-breadcrumbs.css";
@import "elements/element-cards.css";
@import "elements/element-carousel.css";
@import "elements/element-dropcaps.css";
@import "elements/element-icon-box.css";
@import "elements/element-image-box.css";
@import "elements/element-list-style.css";
@import "elements/element-newsletter.css";
@import "elements/element-pagination.css";
@import "elements/element-parallax.css";
@import "elements/element-progress-bar.css";
@import "elements/element-accordion.css";
@import "elements/element-blockquotes.css";
@import "elements/element-button-hover-effect.css";
@import "elements/element-tabs.css";
@import "elements/element-feature-box.css";
@import "elements/element-portfolio.css";

/* other elements */

@import "header.css";
@import "slider.css";
@import "about-us.css";
@import "blog.css";
@import "footer.css";

/* ===================================
	02. Theme fonts options
=================================== */

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
.font-family-poppins {
	font-family: 'Poppins', sans-serif;
}
.font-family-roboto {
	font-family: 'Roboto', sans-serif;
}
.font-family-opensans {
	font-family: 'Open Sans', sans-serif;
}
.font-family-montserrat {
	font-family: 'Montserrat', sans-serif;
}
/* ===================================
	03. Common
=================================== */

::selection {
	background-color: #0d6efd;
	color: #fff;
}
::-moz-selection {
 background-color: #0d6efd;
 color: #fff;
}
img {
	max-width: 100%;
}
body {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #6C6D74;
	letter-spacing: 0.5px;
}
p {
	line-height: 22px;
	font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #333;
	padding: 0px;
	line-height: 1.1;
	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;
}
/* section padding */

.section-padding {
	padding: 80px 0px;
}
/* loading */

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background-image: url(../images/preloader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
}
/* top scroll */

.scroll-top {
	display: none;
	position: fixed;
	bottom: 2px;
	text-align: center;
	right: 2%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	background-color: #28a745;
	text-decoration: none;
	border-radius: 4px;
	z-index: 9999;
}
.scroll-top:hover {
	color: #fff!important;
	text-decoration: none;
}
/* -- section title 1 -- */

.section-title-1 h2 {
	font-size: 45px;
}
.section_title_border .f-border {
	width: 4px;
	display: inline-block;
	height: 3px;
	background-color: #000;
}
.section_title_border .s-border {
	width: 25px;
	display: inline-block;
	height: 3px;
	background-color: #000;
}
/* ===================================
	04. Side link
=================================== */

.side-link li a {
	color: #333;
	padding: 0px 0px 14px 0px;
	margin: 14px 0px 0px 0px;
	display: inline-block;
	border-bottom: 1px solid rgba(0,0,0,.125);
	width: 100%;
}
.side-link li a:hover {
	color: #0d6efd;
	padding-left: 10px;
	border-bottom: 1px solid #0d6efd;
}
.side-link li.active a {
	color: #0d6efd;
	padding-left: 10px;
	border-bottom: 1px solid #0d6efd;
}
.side-link li:first-child a {
	margin-top: 0px;
}
.side-link li:last-child a {
	padding-bottom: 0px;
	border-bottom: 0px;
}
.side-link li a i {
	font-size: 12px;
	padding-right: 6px;
}

.side-navigation-btn{
	position: fixed;
	top:200px;
	right:0px;
	z-index:999;
}

/*新增加的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;
}