/*========================================================================

	Template Name: Bootstrap 5 Multipurpose Business Website Template
	Author: Rainbow Design

========================================================================*/

/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Slider
	04. Feature area
	05. Counter area
	06. Services
	07. Testimonials
	08. Team
	09. Call to action
	10. Blog
	11. Footer
	12. Inner page title
	13. Portfolio
	14. Contact form
		
----------------------------------*/

/* 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: #cb080c;
	color: #fff;
}
::-moz-selection {
 background-color: #cb080c;
 color: #fff;
}
img {
	max-width: 100%;
}
body {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #c5c5c5;
	letter-spacing: 0.5px;
}
.theme-bg-light {
	background-color: #1D4DDC;
}
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.4;
	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;
}

/*新增加的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;
}
/* --- 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: #cb080c;
	text-decoration: none;
	border-radius: 100%;
	z-index: 9999;
}
.scroll-top:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #018fa2;
}
/* --- Buttons --- */
.btn-style-1 {
	background-color: #cb080c;
	color: #fff;
	border: 0;
	border-radius: 4px;
	padding: 12px 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	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;
}
.btn-style-1:hover {
	background-color: #018fa2;
	color: #fff;
	text-decoration: none;
}
.btn-style-2 {
	color: #fff;
	background-color: #202020;
	border-radius: 4px;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 22px;
	text-decoration: none;
	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;
}
.btn-style-2:hover {
	background-color: #cb080c;
	color: #fff;
	text-decoration: none;
}
/* --- 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: 34px;
	text-transform: uppercase;
	position: relative;
	color: #333;
}
.section-title h2 span {
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 45px;
	display: inline-block;
}
.section-title h2 span:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: 0;
	background-color: #cb080c;
}
.section-title h2 span:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: 3px;
	background-color: #cb080c;
}
/* ===================================
	02. Header
=================================== */
.header {
	height: 100px;
	z-index: 999;
}
.header .navbar-brand {
	padding: 0px;
	margin: 0px;
}
.header .navbar {
	padding: 0px;
	border-radius: 4px;
}
.header-lover {
	position: relative;
	-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-lover:after {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 35%;
	height: 100%;
	z-index: -1;
	content: "";
	background-color: #cb080c;
}
.header-lover .navbar .nav-item .nav-link {
	font-size: 12px;
	color: #333;
	position: relative;
	font-weight: 600;
	padding: 18px 14px;
	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-lover .navbar .nav-item .nav-link:hover, .header-lover .navbar .nav-item.active a {
	color: #cb080c;
}
.header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item {
	color: #212529;
}
.header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item:hover {
	color: #fff;
}
.header-lover .navbar .nav-item:last-child .nav-link {
	padding-right: 0px;
}
.header .navbar-toggler span {
	background: #2D2E33;
}
.header .dropdown-menu {
	margin: 0px;
	padding: 0px;
	border-top: 3px solid #cb080c;
	border-radius: 0px;
}
.header .dropdown-menu .dropdown-item {
	border-bottom: 1px solid #dedede;
	padding: 12px 12px 12px 32px;
	position: relative;
	font-size: 12px;
	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 .dropdown-menu .dropdown-item:last-child {
	border-bottom: 0px;
}
.header .dropdown-menu .dropdown-item:hover {
	background-color: #cb080c;
	color: #fff;
}
.header .dropdown-menu .dropdown-item:hover:before {
	background-color: #fff;
}
.header .dropdown-menu .dropdown-item:before {
	position: absolute;
	content: '';
	left: 15px;
	background-color: #999;
	top: 50%;
	width: 8px;
	height: 8px;
	transform: translateY(-50%);
}
.header .nav-pills .nav-link.active, .header .nav-pills .show > .nav-link {
	background-color: transparent;
}
/* 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: #fff;
}
.navbar-toggler span + span {
	margin-top: 4px;
	width: 18px;
}
.navbar-toggler span + span + span {
	width: 10px;
}
/* sticky */
.is-sticky {
	z-index: 999;
}
.is-sticky .header-lover {
	z-index: 999 !important;
	background-color: #333;
}
.is-sticky .header-lover .navbar .nav-item .nav-link {
	color: #fff;
}
.is-sticky .header-lover .navbar .nav-item.active .nav-link {
	color: #cb080c;
}
.is-sticky .nav-pills .nav-link.active, .is-sticky .nav-pills .show > .nav-link {
	color: #fff !important;
}
 @media screen and (min-width: 768px) {
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	display: block !important;
}
}
/* ===================================
	03. Slider
=================================== */
.slider .carousel-item:after {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.slider h2 {
	font-size: 40px;
	color: #202020;
	margin-bottom: 10px;
	font-weight: 600;
	text-decoration: underline;
}
.slider .carousel-caption {
	top: 50%;
	bottom: auto;
	padding-top: 0px;
	left: 0px;
	right: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);
	z-index: 2;
}
.slider .carousel-caption .white-box {
	background-color: rgba(255,255,255,0.7);
	margin: auto;
	color: #333;
	position: relative;
	border-radius: 6px;
	padding: 20px 20px;
	border: 2px solid #cb080c;
}
.slider .carousel-caption p a {
	border-radius: 4px;
	background-color: #cb080c;
	border: 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 24px;
}
/* ===================================
	04. Feature area
=================================== */
.feature-box {
	background-color: rgba(255,255,255,1);
	position: relative;
	border-radius: 6px;
	padding: 20px 20px;
	text-align: center;
	border: 2px solid rgba(0,0,0,0.1);
	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;
}
.feature-box:after {
	width: 40px;
	height: 40px;
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	margin: auto;
	background-color: #cb080c;
	transform: translateY(-50%);
	border-radius: 100%;
	opacity: 0.1;
	z-index: -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;
}
.feature-box:hover:after {
	width: 190px;
	height: 190px;
}
.feature-box:hover {
	border: 2px solid #cb080c;
}
.feature-box .icon {
	color: #333;
	margin-bottom: 10px;
	font-size: 35px;
	-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;
}
.feature-box:hover .icon {
	color: #cb080c;
}
.feature-box h4 {
	margin-bottom: 15px;
}
/* ===================================
	05. Counter area
=================================== */
.single-counter-box {
	position: relative;
	text-align: center;
}
.single-counter-box .icon-wrap {
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	margin: auto auto 20px auto;
	color: #fff;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 6px;
	background-color: #cb080c;
	font-size: 24px;
	position: relative;
	-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-counter-box .text-wrap .counter-info-text span {
	color: #202020;
	font-weight: 600;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	display: inline-block;
}
.single-counter-box .text-wrap h4 {
	color: #6c757d;
	font-weight: 400;
	font-size: 16px;
	white-space: nowrap;
}
/* ===================================
	06. Services
=================================== */
.services-item {
	background-color: rgba(255,255,255,1);
	position: relative;
	border-radius: 6px;
	padding: 20px 20px;
	border: 2px solid rgba(0,0,0,0.1);
	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;
}
.services-item .icon-box {
	color: #cb080c;
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 40px;
	-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;
}
.services-item h4 {
	margin-bottom: 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;
}
.services-item p {
	-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;
}
.services-item a {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	background-color: #f5f5f5;
	color: #202020;
	border-radius: 4px;
	box-shadow: 0 8px 20px hsla(0, 0%, 0%, 0.13);
}
.services-item:hover {
	background-color: #cb080c;
	border: 2px solid #cb080c;
}
.services-item:hover .icon-box, .services-item:hover h4, .services-item:hover p {
	color: #fff;
}
/* service link sidebar */
.service-link {
	background-color: #cb080c;
	border-radius: 6px;
	padding: 30px;
	margin-bottom: 0px;
}
.service-link li {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.service-link li a {
	text-decoration: none;
	color: #fff;
	padding-left: 16px;
	font-size: 14px;
	display: inline-block;
	position: relative;
	-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;
}
.service-link li:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
}
.service-link li:last-child {
	padding-bottom: 0px;
}
.service-link li a:hover {
	color: #333;
}
.service-link li a:before {
	display: inline-block;
	width: 0;
	height: 0;
	left: 0px;
	top: 50%;
	position: absolute;
	margin-left: 0;
	content: "";
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-right: 0;
	border-left: .3em solid;
	transform: translateY(-50%);
}
/* download brochure */
.download-brochure a {
	background-color: #cb080c;
	text-decoration: none;
	border-radius: 6px;
	display: inline-block;
	overflow: hidden;
	color: #fff;
	width: 100%;
	font-size: 14px;
}
.download-brochure a i {
	background-color: #018fa2;
	padding: 20px 16px;
	margin-right: 10px;
}
/* service contant img */
.service-contant-img img {
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 6px;
	padding: 6px;
}
/* blockquote */
.service-detail-contant blockquote {
	border: 0px;
	background-color: #202020;
	padding: 30px;
	border-radius: 6px;
	margin-bottom: 0px;
}
.service-detail-contant blockquote p {
	color: #fff;
	font-style: italic;
	font-size: 16px;
	line-height: 28px;
}
.service-detail-contant blockquote .blockquote-footer {
	margin-top: 10px;
	color: #cb080c;
	font-size: 12px;
}
/* ===================================
	07. Testimonials
=================================== */
.testimonial-area {
	background-image: url(../img/bg/testimonial-bg.jpg);
	background-size: cover;
	background-position: center top;
	position: relative;
}
.testimonial-area:after {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.testimonial-item p {
	text-align: center;
	color: #fff;
	font-style: italic;
	padding-top: 35px;
	margin-bottom: 0px;
	border-top: 2px solid rgba(255,255,255,0.2);
}
.testimonial-item .position {
	color: #cb080c;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	padding-bottom: 6px;
}
.testimonial-item .testimonial-client-img {
	color: #fff;
	border-radius: 50px;
	padding: 0px;
	height: 100px;
	width: 100px;
	margin: 35px auto auto auto;
	display: inline-block;
}
.testimonial-item .testimonial-client-img img {
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 6px;
}
.testimonial-item .testimonial-line {
	width: 100%;
	text-align: center;
	position: relative;
}
.testimonial-item .testimonial-line:after {
	background-color: rgba(255,255,255,0.2);
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin-top: 17px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: -1;
}
.testimonial-item .testimonial-client {
	width: 100%;
	margin: 10px 0 0 0px;
}
.testimonial-item .testimonial-client h6 {
	margin-bottom: 0px;
	color: #fff;
	text-transform: uppercase;
}
.testimonial-item .testimonial-client p {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0px;
}
.testimonial-item .testimonial-info {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.testimonial-carousel .owl-nav button {
	width: 40px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	color: #202020 !important;
	border-radius: 4px;
	margin: 15px 4px 0 4px !important;
	background-color: #f5f5f5 !important;
	-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;
}
.testimonial-carousel .owl-nav button:hover {
	background-color: #cb080c !important;
	color: #fff !important;
}
/* ===================================
	08. Team
=================================== */
.team-item {
	position: relative;
	border-radius: 6px;
	border: 2px solid rgba(0,0,0,0.1);
	overflow: hidden;
	-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;
}
.team-item:hover {
	border: 2px solid #cb080c;
}
.team-item .team-info {
	padding: 10px 50px 10px 15px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-radius: 0px 6px 6px 0px;
	display: inline-block;
	background-color: #202020;
	clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 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;
}
.team-item:hover .team-info {
	background-color: #cb080c;
}
.team-item .team-info h5 a {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.team-item .team-info h6 {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
}
.team-social {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #cb080c;
}
.team-social li a {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	background-color: #cb080c;
	display: inline-block;
	font-size: 14px;
	-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;
}
.team-social li:last-child a {
	border-bottom: 0px;
}
.team-social li a:hover {
	background-color: #018fa2;
}
/* ===================================
	09. Call to action
=================================== */
.call-to-action-area {
	background-image: url(../img/bg/call-to-action-bg.jpg);
	background-size: cover;
	background-position: center top;
	position: relative;
	text-align: center;
	z-index: 0;
}
.call-to-action-area:after {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
}
.cta-content h3 {
	font-size: 18px;
	color: #cb080c;
	font-weight: 400;
	margin-bottom: 20px;
}
.call-to-action-area h2 {
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	line-height: 44px;
	margin-bottom: 20px;
}
.call-to-action-area h2 a {
	color: #fff;
	text-decoration: underline;
}
.call-to-action-area p {
	color: #fff;
	line-height: 28px;
}
.video-popup {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	color: #fff;
	font-size: 24px;
	margin-bottom: 30px;
	border-radius: 100%;
	background-color: #cb080c;
}
.video-popup:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #cb080c;
	border-radius: 100%;
	top: 0;
	animation-fill-mode: both;
	animation: witr_squares 1.5s ease-in-out infinite;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.video-popup:after {
	position: absolute;
	content: '';
	width: 90px;
	height: 90px;
	border: 2px solid #cb080c;
	border-radius: 100%;
	top: -5px;
	left: -5px;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.video-popup i {
	z-index: 2;
	position: relative;
}
.video-popup:hover {
	color: #fff;
}
/* witr_squares_ */
@keyframes witr_squares {
 0% {
transform:scale(1);
opacity:0
}
 20% {
transform:scale(1.24);
opacity:1
}
 100% {
transform:scale(2.1);
opacity:0
}
}
/* ===================================
	10. Blog
=================================== */
.blog-item {
	position: relative;
	border-radius: 6px;
	border: 2px solid rgba(0,0,0,0.1);
	overflow: hidden;
	-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-item:hover {
	border: 2px solid #cb080c;
}
.blog-item .blog-content-area {
	padding: 20px;
}
.blog-item .blog-meta {
	margin-bottom: 10px;
}
.blog-item .blog-meta li {
	position: relative;
	font-size: 12px;
	color: #202020;
	margin-right: 16px !important;
}
.blog-item .blog-meta li a {
	color: #202020;
	-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-item .blog-meta li a:hover {
	color: #cb080c;
}
.blog-item .blog-meta li:after {
	position: absolute;
	content: "/";
	top: 50%;
	font-size: 10px;
	right: -12px;
	transform: translateY(-50%);
}
.blog-item .blog-meta li:last-child {
	margin-right: 0px !important;
}
.blog-item .blog-meta li:last-child:after {
	display: none;
}
.blog-item h4 {
	line-height: 24px;
	margin-bottom: 10px;
}
.blog-item h4 a {
	color: #202020;
	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;
}
.blog-item h4 a:hover {
	color: #cb080c;
}
.blog-item .blog-thumb {
	position: relative;
}
.blog-item .blog-thumb:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	background-color: rgba(0,0,0,0.3);
	top: 0px;
	opacity: 0;
	left: 0px;
	right: 0px;
	margin: auto;
	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;
}
.blog-item:hover .blog-thumb:after {
	width: 100%;
	height: 100%;
	opacity: 1;
}
.blog-item .blog-thumb a {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	background-color: #f5f5f5;
	color: #202020;
	border-radius: 4px;
	box-shadow: 0 8px 20px hsla(0, 0%, 0%, 0.13);
	z-index: 1;
}
/* singal post img */
.singal-blog-post {
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 6px;
	overflow: hidden;
}
/* blog meta */
.singal-blog-post .singal-blog-meta {
	margin-bottom: 10px;
}
.singal-blog-post .singal-blog-meta li {
	position: relative;
	font-size: 12px;
	color: #202020;
	padding-bottom: 0px;
	margin-right: 16px !important;
}
.singal-blog-post .singal-blog-meta li a {
	color: #202020;
	-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;
}
.singal-blog-post .singal-blog-meta li a:hover {
	color: #cb080c;
}
.singal-blog-post .singal-blog-meta li:after {
	position: absolute;
	content: "/";
	top: 50%;
	font-size: 10px;
	right: -12px;
	transform: translateY(-50%);
}
.singal-blog-post .singal-blog-meta li:last-child {
	margin-right: 0px !important;
}
.singal-blog-post .singal-blog-meta li:last-child:after {
	display: none;
}
/* blockquote */
.singal-blog-post blockquote {
	border: 0px;
	padding: 10px 30px;
	border-left: 2px solid #cb080c;
	margin-bottom: 20px;
}
.singal-blog-post blockquote p {
	color: #333;
	font-style: italic;
	font-size: 16px;
	line-height: 28px;
}
.singal-blog-post blockquote .blockquote-footer {
	margin-top: 10px;
	color: #cb080c;
	font-size: 12px;
}
.singal-blog-post ul li i {
	color: #cb080c;
	padding-right: 8px;
}
.singal-blog-post ul li {
	color: #6c757d;
	font-size: 14px;
	padding-bottom: 14px;
}
.singal-blog-post ul li:last-child {
	padding-bottom: 0px;
}
/* social block */
.social-block {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 20px 0 0px 0;
}
.singal-blog-post .tags-post a {
	font-size: 12px;
	color: #6c757d;
	text-decoration: none;
	padding: 4px 12px;
	position: relative;
	-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;
}
.singal-blog-post .tags-post a:after {
	position: absolute;
	content: "/";
	top: 50%;
	font-size: 10px;
	transform: translateY(-50%);
	right: -2px;
}
.singal-blog-post .tags-post a:first-child {
	padding-left: 0px;
}
.singal-blog-post .tags-post a:last-child {
	padding-right: 0px;
}
.singal-blog-post .tags-post a:last-child:after {
	display: none;
}
.singal-blog-post .tags-post a:hover {
	color: #cb080c;
}
.singal-blog-post .share-social a {
	font-size: 12px;
	background-color: #6c757d;
	color: #fff;
	text-decoration: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	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;
}
.singal-blog-post .share-social a:hover {
	background-color: #cb080c;
}
/* comments box */
.comments-box {
	width: 100%;
	padding-bottom: 30px;
	display: inline-block;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.comments-box:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}
.comments-box .img-wrapper {
	float: left;
	width: 100px;
}
.comments-box .img-wrapper img {
	border: 3px solid #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	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;
}
.comments-box .text-wrapper {
	float: left;
	width: calc(100% - 100px);
	padding-left: 30px;
}
.author-detail {
	margin-bottom: 10px;
}
.author-detail .author-name {
	font-size: 18px;
	color: #cb080c;
}
.author-detail .publish-date {
	font-size: 12px;
	margin-left: 8px;
	color: #999;
}
.author-content a {
	color: #cb080c;
	font-size: 12px;
	text-transform: uppercase;
}
.author-content a i {
	color: #cb080c;
	font-size: 14px;
	margin-left: 5px;
}
.comments-box:hover .img-wrapper img {
	border: 3px solid #cb080c;
}
/* comments form */
.comments-form input {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 6px;
	font-size: 14px;
	height: 50px;
}
.comments-form textarea {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 6px;
	font-size: 14px;
}
.comments-form .form-control:focus {
	box-shadow: none;
	border: 2px solid #cb080c;
}
/* ===================================
	11. Footer
=================================== */
.footer {
	background-color: #202020;
}
.footer-about {
	text-align: center;
}
/* footer social */
.footer-social a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	color: #fff;
	background-color: #2d2d2d;
	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;
}
.footer-social a:hover {
	background-color: #cb080c;
}
/* footer contact */
.footer-contact {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 30px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.footer-contact li {
	margin: 0px 30px 0px 0px !important;
}
.footer-contact li:last-child {
	margin: 0px 0px 0px 0px !important;
}
.footer-contact li, .footer-contact li a {
	color: #6c757d;
	font-size: 14px;
	-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-contact li {
	padding-bottom: 15px;
}
.footer-contact li i {
	padding-right: 6px;
}
.footer-contact li a:hover {
	color: #cb080c;
}
/* footer bottom */
.footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #181818;
}
/* footer link */
.footer-link li {
	margin: 0px 20px 0px 0px !important;
}
.footer-link li:last-child {
	margin: 0px 0px 0px 0px !important;
}
.footer-link li a {
	color: #6c757d;
	font-size: 14px;
	display: inline-block;
	padding-bottom: 10px;
	-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-link li a:hover {
	color: #cb080c;
}
/* footer copyright */
.footer-copyright {
	color: #6c757d;
	font-size: 14px;
	margin-bottom: 10px;
}
.footer-copyright a{color: #6c757d;}
/* ===================================
	12. Inner page title
=================================== */
.inner-page-title-area {
	background-image: url(../img/bg/inner-page-title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	background-size: cover;
	padding: 220px 0px;
	position: relative;
	z-index: 0;
}
.inner-page-title-area:after {
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0px;
	left: 0px;
	z-index: -1;
}
.inner-page-title-area h1 {
	font-weight: 600;
	font-size: 36px;
	color: #fff;
	margin-top: 20px;
	line-height: 24px;
}
.inner-page-title-area h1 span {
	position: relative;
}
.inner-page-title-area h1 span:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 94%;
	background-color: #cb080c;
	top: 50%;
	left: -25px;
	transform: translateY(-50%);
}
.inner-page-title-area h1 span:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 94%;
	background-color: #cb080c;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
}
.inner-page-title-area .breadcrumb {
	margin: auto;
	text-align: center;
	padding: 0px;
	display: inline-block;
	background-color: transparent;
}
.inner-page-title-area .breadcrumb li {
	float: none;
	color: #fff;
	display: inline-block;
}
.inner-page-title-area .breadcrumb li a {
	color: #cb080c;
}
.inner-page-title-area .breadcrumb-item + .breadcrumb-item:before {
	color: #fff;
}
/* ===================================
	13. Portfolio
=================================== */
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
}
.filter1 {
	border: 1px solid #eee;
	border-radius: 30px;
	padding: 10px;
}
.filter1 li {
	margin-right: 0px !important;
}
.filter1 li span {
	cursor: pointer;
	padding: 8px 12px 8px 12px;
	display: inline-block;
	position: relative;
	font-size: 12px;
	font-weight: 400;
	background-color: #202020;
	border-radius: 30px;
	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;
}
.filter1 li span.active, .filter1 li span:hover {
	color: #fff;
	background-color: #cb080c;
}
.portfolio-box {
	margin-bottom: 30px;
	position: relative;
	border-radius: 6px;
	border-bottom: 2px solid rgba(0,0,0,0.1);
	text-align: center;
	overflow: hidden;
}
.portfolio-box .portfolio-box-img {
	position: relative;
	overflow: hidden;
}
.portfolio-box .portfolio-box-img .hoverlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0,0,0,0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.portfolio-box:hover .portfolio-box-img .hoverlay {
	background-color: rgba(0,0,0,0.8);
}
.portfolio-box .readmore {
	color: #fff;
	font-size: 12px;
	position: absolute;
	right: 0px;
	left: 0px;
	background-color: #cb080c;
	opacity: 0;
	margin: auto;
	top: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 100%;
	transform: translateY(-50%);
	line-height: 40px;
	-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;
}
.portfolio-box:hover .readmore {
	opacity: 1;
}
.portfolio-box .hoverlay a:hover {
	color: #fff;
}
.portfolio-box h5 {
	color: #202020;
	font-size: 16px;
	font-weight: 600;
	padding: 20px 0px;
	-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;
}
.portfolio-box:hover h5 {
	background-color: #cb080c;
	color: #fff;
}
/* ===================================
	14. Contact form
=================================== */
/* contact form */
.contact-form input {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 6px;
	font-size: 14px;
	height: 50px;
}
.contact-form textarea {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 6px;
	font-size: 14px;
}
.contact-form .form-control:focus {
	box-shadow: none;
	border: 2px solid #cb080c;
}
.help-block.with-errors ul {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 10px;
}
/* contact info */
.contact-info-item {
	margin-bottom: 20px;
	width: 100%;
	display: inline-block;
}
.contact-info-item:last-child {
	margin-bottom: 0px;
}
.contact-info-item .icon-box {
	width: 40px;
	float: left;
	margin-right: 5px;
}
.contact-info-item .icon-box i {
	color: #cb080c;
	font-size: 18px;
}
.contact-info-item .text-info {
	width: 80%;
	float: left;
	margin-left: 5px;
}
.contact-info-item .text-info h6 {
	margin-bottom: 5px;
}
.contact-info-item .text-info p {
	margin-bottom: 0px;
}
.contact-info-item a {
	color: #6c757d;
	text-decoration: none;
}
.contact-info-item a:hover {
	color: #cb080c;
}
/* map */
.map-box iframe {
	width: 100%;
	border: 0px;
	height: 270px;
}
