@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;
}
/* Theme 484 migration */
.theme484-header .header-upper {
	color: #fff;
}
.theme484-top-auth {
	font-size: 0;
	white-space: nowrap;
}
.theme484-top-auth .btn {
	display: inline-block;
	width: auto;
	min-width: 58px;
	height: auto;
	line-height: 20px;
	padding: 7px 14px;
	margin: 7px 0 7px 8px;
	font-size: 14px;
	font-weight: 700;
	vertical-align: middle;
	white-space: nowrap;
}
.theme484-nav-actions {
	display: inline-block;
	white-space: nowrap;
	margin-left: 12px;
	font-size: 0;
	vertical-align: middle;
}
.theme484-nav-actions .request-a-quote-btn {
	display: inline-block;
	width: auto;
	min-width: 68px;
	margin-left: 6px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 14px;
	white-space: nowrap;
	vertical-align: middle;
}
.theme484-main-nav .nav-link,
.theme484-footer-nav a,
.theme484-side-nav a {
	white-space: nowrap;
}
.theme484-main-nav .active .nav-link {
	color: #0d6efd;
}
.theme484-crumb h1,
.theme484-crumb h2 {
	font-size: 42px;
	line-height: 1.2;
	color: #111;
}
.theme484-home-title {
	font-size: 52px;
	line-height: 1.2;
	color: #fff;
	font-weight: 700;
}
.theme484-news-title {
	font-size: 34px;
	line-height: 1.3;
	color: #111;
	font-weight: 700;
	margin-bottom: 12px;
}
.theme484-page {
	background: #fff;
	color: #333;
}
.theme484-page h1,
.theme484-page h2,
.theme484-page h3,
.theme484-page h4,
.theme484-page h5,
.theme484-page h6,
.theme484-page p,
.theme484-page li,
.theme484-page label,
.theme484-page span {
	color: #333;
}
.theme484-page .bg-primary h1,
.theme484-page .bg-primary h2,
.theme484-page .bg-primary h3,
.theme484-page .bg-primary p,
.theme484-page .bg-primary span,
.theme484-page .call-to-action-bg h1,
.theme484-page .call-to-action-bg h2,
.theme484-page .call-to-action-bg p,
.theme484-page .call-to-action-bg span,
.theme484-page .text-white {
	color: #fff !important;
}
.theme484-card,
.theme484-form,
.theme484-onboard,
.theme484-login-copy,
.theme484-download-check,
.theme484-step {
	background: #fff;
	color: #333;
	-webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.theme484-card h3,
.theme484-card p,
.theme484-card a,
.theme484-onboard h3,
.theme484-onboard p,
.theme484-login-copy h2,
.theme484-login-copy p {
	color: #333;
}
.theme484-card .service-icon i {
	color: #0d6efd;
}
.theme484-form h5,
.theme484-form p,
.theme484-download-check h5,
.theme484-download-check p {
	color: #333;
}
.theme484-form input,
.theme484-form textarea,
.theme484-download-check input,
.theme484-download-check textarea {
	width: 100%;
	min-height: 50px;
	background: #fff;
	color: #333;
	border: 1px solid #e5e5e5 !important;
	padding: 12px 14px;
	font-size: 14px;
}
.theme484-form textarea,
.theme484-download-check textarea {
	min-height: 126px;
}
.theme484-form input::-webkit-input-placeholder,
.theme484-form textarea::-webkit-input-placeholder,
.theme484-download-check input::-webkit-input-placeholder {
	color: #777;
}
.theme484-form input:-moz-placeholder,
.theme484-form textarea:-moz-placeholder,
.theme484-download-check input:-moz-placeholder {
	color: #777;
}
.theme484-form input::-moz-placeholder,
.theme484-form textarea::-moz-placeholder,
.theme484-download-check input::-moz-placeholder {
	color: #777;
}
.theme484-form input:-ms-input-placeholder,
.theme484-form textarea:-ms-input-placeholder,
.theme484-download-check input:-ms-input-placeholder {
	color: #777;
}
.theme484-form-row {
	overflow: hidden;
	margin: 4px 0 18px;
	font-size: 14px;
}
.theme484-form-row label {
	float: left;
	margin: 0;
	color: #333;
}
.theme484-form-row input {
	width: auto;
	min-height: 0;
	margin-right: 6px;
	vertical-align: middle;
}
.theme484-form-row a {
	float: right;
	color: #0d6efd;
	text-decoration: underline;
}
.theme484-form-actions {
	font-size: 0;
}
.theme484-form-actions button,
.theme484-form-actions .btn {
	display: inline-block;
	height: 52px;
	line-height: 52px;
	padding: 0 24px;
	margin: 8px 10px 0 0;
	border: 0;
	font-size: 14px;
	font-weight: 700;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
}
.theme484-form-actions button i,
.theme484-form-actions .btn i {
	margin-left: 8px;
}
.theme484-step {
	min-height: 178px;
}
.theme484-step i {
	color: #0d6efd;
}
.theme484-app-visual {
	background: #f8f9fa;
	padding: 24px;
	border: 1px solid #e8e8e8;
}
.single-blog-item-1 .thumb img,
.blog-detail-page .thumb img,
.post-thumbnail img {
	width: 100%;
	max-height: 260px;
	object-fit: cover;
}
@media (max-width: 1199px) {
	.theme484-main-nav .nav-link {
		font-size: 13px;
		padding-left: 7px;
		padding-right: 7px;
	}
	.theme484-nav-actions .request-a-quote-btn {
		min-width: 58px;
		padding-left: 9px;
		padding-right: 9px;
	}
}
@media (max-width: 991px) {
	.theme484-top-auth {
		text-align: left !important;
		margin-bottom: 8px;
	}
	.theme484-nav-actions {
		display: block;
		margin: 10px 0 0;
	}
	.theme484-nav-actions .request-a-quote-btn {
		margin-left: 0;
		margin-right: 6px;
	}
}
@media (max-width: 767px) {
	.theme484-home-title {
		font-size: 34px;
	}
	.theme484-crumb h1,
	.theme484-crumb h2 {
		font-size: 30px;
	}
	.theme484-form-actions button,
	.theme484-form-actions .btn {
		display: block;
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	.theme484-form-row label,
	.theme484-form-row a {
		float: none;
		display: block;
		margin-bottom: 8px;
	}
}
