@charset "utf-8";
/* CSS Document */

/* 

	Template Name: Parose - Multipurpose Cleaning Services HTML5 Website Template
	Author : Rainbow Design
	
*/

/*=====================================================================

--------------- Table of Content ---------------

	01. Global Settings
	02. Header
	03. Slider
	04. About Us
	05. Services
	06. Faq Area
	07. Call to action
	08. Testimonial section
	09. Counter Area
	10. Blog
	11. Portfolio Section
	12. Partner
	13. Footer
	14. Inner page title
	15. Team
	16. Contact Us
	17. Gallery

=====================================================================*/

/*--------------------------------------------------------------
	Global Settings
--------------------------------------------------------------*/

/* theme font */
@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&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
body {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #6C6D74;
	letter-spacing: 0.5px;
}
img {
	max-width: 100%;
}
p {
	/* [disabled]line-height: 24px; */
	/* [disabled]font-size: 14px; */
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #333;
	padding: 0px;
	line-height: 1.4;
	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;
}
/* buttons */
.btn-style-1 {
	display: inline-block;
	background-color: #536709;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	padding: 12px 25px;
	position: relative;
	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;
}
.btn-style-1:hover {
	text-decoration: none;
	color: #fff;
}
.btn-style-1:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 0;
	bottom: 0;
	background-color: #212529;
	-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:before {
	width: 100%;
}
.btn-style-2 {
	display: inline-block;
	background-color: #ffd526;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	color: #333;
	padding: 12px 25px;
	position: relative;
	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;
}
.btn-style-2:hover {
	text-decoration: none;
	color: #fff;
}
.btn-style-2:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 0;
	bottom: 0;
	background-color: #212529;
	-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:before {
	width: 100%;
}
.btn-style-3 {
	background-color: #536709;
	color: #fff;
	border: 0px;
	padding: 10px 25px;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
	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;
}
.btn-style-3:hover {
	background-color: #00689d;
	color: #fff;
}
.btn-style-3 i {
	padding: 0 14px;
	border-left: 1px solid rgba(255,255,255,0.4);
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0px;
	line-height: 44px;
	height: 100%;
}
/* 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-border {
	top: 50%;
	position: relative;
}
/* section title */
.sec-title small {
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 6px;
	color: #333;
	border-top: 1px solid #536709;
	border-bottom: 1px solid #536709;
	display: inline-block;
	padding: 4px 0px;
	text-transform: uppercase
}
.sec-title h2 {
	font-size: 34px;
}
.sec-title h2 span {
	font-weight: 800;
}
/* top scroll */
.scroll-top {
	display: none;
	position: fixed;
	bottom: 2px;
	text-align: center;
	right: 2%;
	width: 30px;
	border: 2px solid #0194ae;
	height: 30px;
	line-height: 26px;
	font-size: 12px;
	color: #fff;
	background-color: #536709;
	text-decoration: none;
	border-radius: 4px;
	z-index: 9999;
}
.scroll-top:hover {
	color: #fff!important;
	text-decoration: none;
}
/*--------------------------------------------------------------
	02. Header
--------------------------------------------------------------*/
.main-header {
	background-color: #536709;
}
.header-logo {
	background-color: #fff;
	text-align: center;
	height: 100%;
	line-height: 116px;
}
.mobile-logo {
	display: none;
}
.header-top {
	text-align: right;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.header-top ul.top_bar > li {
	display: inline-block;
	font-size: 13px;
	padding: 0 15px;
	margin: 0px;
	position: relative;
}
.header-top ul.top_bar > li span {
	font-size: 12px;
	color: #fff;
}
.header-top .top_bar > li:after {
	content: '|';
	color: rgba(255,255,255,0.2);
	position: absolute;
	width: 1px;
	left: -2px;
	top: 0;
}
.header-right {
	border-right: 1px solid rgba(255,255,255,0.2);
}
.header-top ul.social_header li {
	display: inline-block;
}
.header-top .top_bar > li:first-child:after {
	display: none;
}
.header-top .top_bar > li:first-child {
	padding: 0px;
}
.header-top .top_bar li a {
	color: #fff;
	font-size: 13px;
	padding: 2px 6px;
	margin: 0 6px;
}
.navigation .navbar-nav .nav-link {
	padding: 24px 0px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 2px solid transparent;
}
.navigation .navbar-nav .nav-link span {
	padding: 18px 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;
}
.navigation .navbar-nav .nav-item:hover .nav-link span {
	color: #ffd526;
}
.navigation .navbar-nav .nav-item:hover .nav-link {
	border-bottom: 2px solid #ffd526;
}
.navigation .navbar-nav .nav-item:hover:last-child .nav-link {
	border-bottom: 0;
}
.navigation .navbar-nav .nav-item:last-child .nav-link {
	border-bottom: 0;
}
.navigation .navbar-nav .nav-item.active .nav-link span {
	color: #ffd526;
}
.navigation .navbar-nav .nav-link span i {
	padding-left: 4px;
}
.navigation .navbar-nav .nav-link:after {
	display: none;
}
.navigation .header-phone .nav-link {
	padding: 16px 0px;
	margin-left: 8px;
}
.navigation .header-phone .nav-link .nav-btn {
	padding: 8px 14px;
	color: #333;
	border-radius: 3px;
	margin-left: 8px;
	font-weight: 600;
	margin-right: 8px;
	background-color: #ffd526;
}
.navigation .dropdown-menu {
	margin: 0px;
	padding: 0px 0px;
	border: 0px;
	border-radius: 0px;
	border: 6px solid rgba(0,0,0,0.4);
	background-color: rgba(0,0,0,0.7);
}
.navigation .dropdown-menu .dropdown-item {
	padding: 12px 15px 8px 15px;
	font-size: 12px;
	color: #94989e;
	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;
	text-transform: uppercase;
}
.navigation .dropdown-menu .dropdown-item:hover, .navigation .dropdown-menu .dropdown-item:focus, .navigation .dropdown-menu .dropdown-item:active {
	background-color: rgba(255,255,255,0.1);
}
.navigation .navbar-toggler {
	color: #fff;
}
@media screen and (min-width: 992px) {
/*shows the dropdown menu on hover */
.navigation .navbar .dropdown:hover .dropdown-menu, .navigation .navbar .dropdown .dropdown-menu:hover {
	display: block!important;
}
}
/*--------------------------------------------------------------
	03. Slider
--------------------------------------------------------------*/
.slider .overlay-background-black {
	background-color: rgba(0,0,0,0.5);
}
.slider .carousel-caption {
	top: 50%;
	bottom: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);
}
.slider .carousel-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-color: rgba(0,0,0,0.7);
}
.slider .carousel-caption .slider-caption-box {
	padding: 30px 0px 0px 0px;
	position: relative;
	z-index: 0;
}
.slider .carousel-caption .slider-caption-box:after {
	position: absolute;
	content: "";
	width: 200px;
	top: 0px;
	height: 2px;
	left: 0px;
	border-top: 3px double rgba(255,255,255,0.25);
	z-index: -1
}
.slider .carousel-caption h2 {
	font-size: 40px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
}
.slider .carousel-caption h2 span {
	text-decoration: underline;
	color: #ffd526;
}
.slider .carousel-control-next, .slider .carousel-control-prev {
	border-radius: 100%;
	color: #fff;
	line-height: 50px;
	background-color: #212529;
	border: 2px solid rgba(255,255,255,0.6);
	font-size: 18px;
}
.slider .carousel-control-next {
	width: 50px;
	bottom: auto;
	top: 50%;
	height: 50px;
	right: 60px;
	transform: translateY(-50%);
}
.slider .carousel-control-prev {
	left: 60px;
	width: 50px;
	display: inline-block;
	bottom: auto;
	top: 50%;
	height: 50px;
	transform: translateY(-50%);
}
/*--------------------------------------------------------------
	04. About Us
--------------------------------------------------------------*/
.about-content h6 {
	color: #536709;
	font-size: 12px;
}
.about-content h2 {
	font-size: 30px;
	font-weight: 800;
}
.about-content h5 {
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
}
/* Progressbar */
.skill-progress .progress-title-holder {
	position: relative;
	font-size: 14px;
	color: #1e1e27;
	text-transform: capitalize;
	padding-bottom: 6px;
}
.skill-progress .progress-wrapper {
	width: 100%;
	z-index: 10;
}
.skill-progress .progress-mark {
	position: absolute;
	bottom: 0;
	line-height: 38px;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.skill-progress .progress-outter {
	background-color: #e5e5e5;
}
.skill-progress .progress-content {
	width: 0%;
	background: #474d53;
}
.skill-progress .progress-content, .skill-progress .progress-outter {
	height: 20px;
}
.skill-progress .percent {
	color: #1e1e27;
	font-size: 12px;
}
.skill-progress .progress-content, .skill-progress .progress-outter {
	height: 4px;
}
.skill-progress .progress-content {
	background: #536709;
}
.skill-progress .percent {
	position: relative;
}
.skill-progress .percent:before {
	background: #536709;
	border-radius: 100%;
	bottom: -20px;
	content: "";
	height: 15px;
	position: absolute;
	right: 10px;
	width: 15px;
}
.skill-progress .skill-bar {
	margin-bottom: 24px;
}
.skill-progress .skill-bar:last-child {
	margin-bottom: 0px;
}
/*--------------------------------------------------------------
	05. Services
--------------------------------------------------------------*/
.service-bg {
	background-image: url(../img/bg/service-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.service-item {
	background-color: #ffffff;
	border: 1px solid #f5f5f5;
	padding: 20px;
	text-align: center;
	-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-item .service-item-img {
	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-item .service-item-img:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	left: -10px;
	top: -10px;
	border-left: 1px solid #536709;
	border-top: 1px solid #536709;
	-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-item:hover .service-item-img:before {
	width: 50%;
	height: 50%;
}
.service-item:hover {
 box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.service-item h3 {
	font-size: 20px;
	font-weight: 600;
	position: relative;
	margin-bottom: 12px;
	padding-bottom: 8px;
}
.service-item h3:after {
	position: absolute;
	content: "";
	bottom: 0px;
	right: 0px;
	margin: auto;
	left: 0px;
	width: 60px;
	height: 1px;
	background-color: #536709;
}
/* sidebar services */
.sidebar-services ul li {
	margin-bottom: 1px;
}
.sidebar-services ul li:last-child {
	margin-bottom: 0px;
}
.sidebar-services ul li a {
	color: #333;
	background-color: #f5f5f5;
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 14px 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;
}
.sidebar-services ul li a:hover {
	background-color: #536709;
	color: #fff;
}
.sidebar-services ul li.active a {
	background-color: #536709;
	color: #fff;
}
.sidebar-services ul li a i {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
}
/* single service content */
.single-service-content h2 {
	font-size: 26px;
	font-weight: 600;
}
/* sidebar contact box */
.sidebar-contact-box {
	position: relative;
	display: block;
	padding-bottom: 50px;
}
.sidebar-contact-box .inner-content {
	position: relative;
	display: block;
	padding: 40px;
	background: #27282c;
	z-index: 1;
}
.sidebar-contact-box .inner-content .icon-holder {
	position: relative;
	display: block;
	color: #536709;
	font-size: 50px;
	padding-bottom: 22px;
}
.sidebar-contact-box .inner-content h3 {
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin: 0 0 22px;
}
.sidebar-contact-box .inner-content .bottom-box {
	position: relative;
	display: block;
	border-top: 1px solid #404043;
	padding-top: 25px;
}
.sidebar-contact-box .inner-content .bottom-box h2 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 3px;
}
.sidebar-contact-box .inner-content .bottom-box span {
	color: #ffffff;
}
/* download button */
.download-button button {
	color: #51596e;
	font-size: 16px;
	font-weight: 600;
	background: #edf0f2;
	height: 70px;
	width: 100%;
	border: none;
	margin-bottom: 10px;
	position: relative;
	padding-left: 70px;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.download-button button:hover {
	background: #536709;
	color: #fff;
}
.download-button button:hover i {
	color: #fff;
}
.download-button button i {
	font-size: 25px;
	color: #536709;
	font-weight: 400;
}
.download-button button span {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
	border-right: 1px solid #cfd6da;
}
/*--------------------------------------------------------------
	06. Faq Area
--------------------------------------------------------------*/
.faq-box .accordion-item .accordion-header .accordion-button .fa-long-arrow-alt-down {
	display: inline-block;
	color: #536709;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed .fa-long-arrow-alt-down {
	display: none;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed .fa-long-arrow-alt-right {
	display: inline-block;
}
.faq-box .accordion-item .accordion-header .accordion-button .fa-long-arrow-alt-right {
	display: none;
}
.faq-box .accordion-item .accordion-header {
	background-color: transparent;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
	color: #333 !important;
	padding: 10px 15px;
	background-color: #fff;
	border: 1px solid #ebebeb;
}
.faq-box .accordion-item {
	border: 0px;
	border-radius: 0px;
	margin-bottom: 10px;
}
.faq-box .accordion-item:last-child {
	margin-bottom: 0px;
}
.faq-box .accordion-item .accordion-header {
	padding: 0px;
}
.faq-box .accordion-item .accordion-header i {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.faq-box .accordion-item .accordion-body {
	line-height: 24px;
	padding: 15px;
	color: #959595;
	margin-top: 10px;
	border: 1px solid #ebebeb;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	color: #536709 !important;
	padding: 15px !important;
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-bottom: 0;
	position:relative;
}
.faq-box .accordion-item .accordion-header .accordion-button:after{
	display:none;
}
/*--------------------------------------------------------------
	07. Call to action
--------------------------------------------------------------*/
.call-to-action-bg {
	background-image: url(../img/bg/call-to-action-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
	z-index: 0;
}
.call-to-action-bg:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	z-index: -1;
}
.call-to-action-content h2 {
	color: #fff;
	font-size: 38px;
	font-weight: 600;
}
.call-to-action-content h2 span {
	color: #ffd526;
	font-weight: 800;
}
.call-to-action-content .cta-phone {
	color: #fff;
	line-height: 26px;
	position: relative;
	font-size: 32px;
	padding: 14px 0px 0px 60px;
	display: inline-block;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.call-to-action-content .cta-phone i {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 100px;
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	margin-right: 6px;
	z-index: 0;
	background-color: #536709;
	-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;
}
.call-to-action-content .cta-phone:hover i {
	font-size: 18px;
}
/*--------------------------------------------------------------
	08. Testimonial section
--------------------------------------------------------------*/
.testimonial-item {
	background: #fff;
	border: 1px solid #ececec;
	padding: 35px;
	margin-top: 40px;
	position: relative;
	z-index: 0;
}
.testimonial-item:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	left: 10px;
	top: 10px;
	border-left: 1px solid #536709;
	border-top: 1px solid #536709;
	-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-item:hover:before {
	width: 50%;
	height: 50%;
}
.testimonial-item .quote {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	text-align: center;
	right: 0px;
	margin: auto;
	z-index: -1;
	font-size: 120px;
	opacity: 0.07;
	color: #536709;
	transform: translateY(-50%);
}
.testimonial-item .testimonial-name {
	border-bottom: 1px solid #e2e0f6;
	padding-bottom: 24px;
	margin-bottom: 20px;
}
.testimonial-item .testimonial-img {
	float: right;
	margin-top: -70px;
	position: relative;
}
.testimonial-item .testimonial-text {
	overflow: hidden;
}
.testimonial-item .testimonial-text h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}
.testimonial-item .testimonial-text span {
	font-size: 13px;
	color: #536709;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}
.testimonial-carousel .owl-dots .owl-dot span {
	width: 18px;
	border-radius: 0px;
	height: 8px;
	margin: 15px 4px 0px 4px;
}
.testimonial-carousel .owl-dots .owl-dot.active span {
	background-color: #536709;
	color: #fff;
	width: 24px;
}
/*--------------------------------------------------------------
	09. Counter Area
--------------------------------------------------------------*/
.counter-section {
	background-color: #121212;
	position: relative;
	z-index: 0;
	background-image: url(../img/bg/counter-area-bg.jpg);
	background-size: cover;
	background-position: center;
}
.counter-section:before {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(31,39,50,0.7);
	content: "";
	z-index: 0;
	width: 100%;
	height: 100%;
}
.single-counter-box {
	text-align: center;
	position: relative;
	background-color: rgba(3,143,214,0.6);
	width: 190px;
	height: 190px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 100%;
	line-height: 190px;
	-webkit-box-shadow: 0px 0px 0px 10px rgba(3,143,214,0.34);
	-moz-box-shadow: 0px 0px 0px 10px rgba(3,143,214,0.34);
	box-shadow: 0px 0px 0px 10px rgba(3,143,214,0.34);
}
.single-counter-box .content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.single-counter-box .content .counter-info-text {
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 0px;
	color: #fff;
}
.single-counter-box .content .title {
	font-size: 16px;
	padding-top: 6px;
	text-transform: capitalize;
	font-weight: 500;
	color: #fff;
}
/*--------------------------------------------------------------
	10. Blog
--------------------------------------------------------------*/
.blog-item {
	background-color: #ffffff;
	border: 1px solid #f5f5f5;
	padding: 20px;
	position: relative;
	z-index: 0;
}
.blog-item:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	z-index: -1;
	right: 10px;
	bottom: 10px;
	border-right: 1px solid #536709;
	border-bottom: 1px solid #536709;
	-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:before {
	width: 50%;
	height: 50%;
}
.blog-item .blog-item-img {
	position: relative;
}
.blog-item .blog-item-img .date-box {
	position: absolute;
	top: 10px;
	font-weight: 600;
	color: #fff;
	width: 60px;
	background-color: #536709;
	height: 60px;
	text-align: center;
	padding-top: 6px;
	right: 10px;
	border-radius: 5px 5px 5px 0;
}
.blog-item .blog-item-img .date-box span {
	font-size: 16px;
	display: block;
}
.blog-item .blog-item-img .date-box:after {
	position: absolute;
	content: '';
	width: 0;
	border-left: 15px solid #536709;
	height: 0;
	border-top: 0;
	border-bottom: 20px solid transparent;
	bottom: -10px;
	left: 0;
}
.blog-item h3 {
	line-height: 26px;
}
.blog-item h3 a {
	font-size: 22px;
	color: #333;
	font-weight: 600;
}
.blog-item h3 a:hover {
	color: #536709;
}
.blog-item .meta ul li {
	color: #999;
	font-size: 14px;
}
.blog-item .meta ul li a {
	color: #333;
}
.blog-item .meta ul li a:hover {
	color: #536709;
}
/* sidebar widget */
.sidebar-widget {
	background-color: #e5eef5;
	padding: 20px;
}
/* siderbar title */
.siderbar-title h5 {
	position: relative;
	padding-left: 25px;
}
.siderbar-title h5:before {
	position: absolute;
	background-color: #666;
	left: 0px;
	transform: translateY(-50%);
	height: 2px;
	width: 15px;
	content: "";
	top: 50%;
}
/* sidebar search */
.sidebar-search {
	position: relative;
}
.sidebar-search input {
	border: 0px;
	background-color: #fff;
	width: 100%;
	position: relative;
	padding: 10px 10px;
}
.sidebar-search button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 6px;
	border: 0px;
	background-color: transparent;
	color: #666;
}
/* sidebar categories */
.sidebar-categories ul li {
	padding-bottom: 10px;
}
.sidebar-categories ul li:last-child {
	padding-bottom: 0px;
}
.sidebar-categories ul li a {
	color: #666;
}
.sidebar-categories ul li a:hover {
	color: #536709;
}
/* single blog */
.single-blog-section .blog-item:before {
	display: none;
}
.single-blog-section .blockquote {
	background-color: #e5eef5;
	padding: 20px;
}
.single-blog-section .blockquote p {
	font-style: italic;
	font-size: 15px;
	line-height: 26px;
}
.single-blog-section .blockquote .blockquote-footer{
	margin-top:0px;
}
.singal-blog-social li {
	position: relative;
	display: inline-block;
	margin-right: 8px;
	color: #536709;
	font-weight: bold;
}
.singal-blog-social li a {
	position: relative;
	text-align: center;
	font-size: 18px;
	display: inline-block;
	color: #aaaaaa;
}
.singal-blog-social li a:hover {
	color: #536709;
}
.single-blog-section .title h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0;
}
.latest-comments ul li {
	padding-bottom: 25px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 25px;
}
.latest-comments ul li:nth-child(2) {
	padding-left: 80px;
}
.latest-comments ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.single-comment .comment-avatar {
	float: left;
	display: block;
	margin-right: 20px;
}
.single-comment .comment-text {
	overflow: hidden;
	display: block;
}
.comment-text p {
	margin-bottom: 10px;
}
.avatar-name h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}
.post-date {
	overflow: hidden;
	float: left;
}
.post-date span {
	font-size: 12px;
	color: #536709;
}
.comment-text .replay-btn {
	display: inline-block;
	margin-left: 10px;
	background-color: #536709;
	padding: 4px 8px;
	border-radius: 4px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}
/* Leave a reply form */
.comment-form input {
	width: 100%;
	border: 1px solid #dcdcdc;
	padding: 16px 20px;
	border-radius: 5px;
	margin-bottom: 30px;
	font-size: 14px;
}
.comment-form input::placeholder, .comment-form textarea::placeholder {
 font-size: 14px;
 color: #8a8989;
}
.comment-form textarea {
	width: 100%;
	border: 1px solid #dcdcdc;
	padding: 18px 20px;
	border-radius: 5px;
	margin-bottom: 30px;
	max-height: 240px;
}
/* sidebar recent post */
.sidebar-rc-post li {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.sidebar-rc-post li:last-child {
	margin-bottom: 0px;
}
.recent-post-thumb {
	float: left;
	width: 90px;
	height: auto;
	margin-right: 15px;
}
.recent-post-thumb img {
	border: 2px solid #fff;
}
.recent-post-content {
	overflow: hidden;
	display: block;
}
.recent-post-content .post-meta {
	font-size: 12px;
	color: #8b8a8a;
}
.recent-post-content h4 {
	line-height: 20px;
}
.recent-post-content h4 a {
	font-weight: 700;
	color: #333;
	line-height: 18px;
	font-size: 15px;
	margin-bottom: 0;
}
.recent-post-content h4:hover a {
	color: #536709;
}
/* sidebar tag */
.sidebar-tag ul li {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 10px;
}
.sidebar-tag ul li a {
	background: #f4f9fd;
	display: block;
	padding: 6px 14px;
	border-radius: 2px;
	text-transform: uppercase;
	font-weight: 400;
	color: #242424;
	-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-tag ul li:hover a {
	background: #536709;
	color: #fff;
}
/* sidebar instagram */
.sidebar-instagram ul li {
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
	width: 90px;
	border-radius: 4px;
	overflow: hidden;
}
.sidebar-instagram ul li a {
	display: block;
	position: relative;
}
.sidebar-instagram ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: .3s;
}
.sidebar-instagram ul li:hover a:before {
	opacity: .5;
}
.blog-details-thumb img {
	width: 100%;
}
/*--------------------------------------------------------------
	11. Portfolio Section
--------------------------------------------------------------*/
.portfolio-section {
	background-color: #536709;
}
.portfolio-section .sec-title small {
	border-color: #fff;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
	overflow: hidden;
}
.filter1 {
	margin: auto auto 40px auto;
	display: inline-block;
	border: 1px solid rgba(255,255,255,0.2);
}
.filter1 li span {
	cursor: pointer;
	padding: 8px 14px;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	color: #fff;
	position: relative;
}
.filter1 li span:after {
	position: absolute;
	content: "";
	width: 2px;
	background-color: #ccc;
	height: 10px;
	right: 0px;
	left: 0px;
	bottom: -10px;
	margin: auto;
	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;
}
.filter1 li span:before {
	position: absolute;
	content: "";
	width: 15px;
	background-color: #ccc;
	height: 2px;
	right: 0px;
	left: 0px;
	bottom: -10px;
	margin: auto;
	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;
}
.filter1 li span:hover:after, .filter1 li span:hover:before, .filter1 li span.active:after, .filter1 li span.active:before {
	opacity: 1;
}
.portfolio-item .box-content {
	position: relative;
}
.portfolio-item .portfolio-item-img {
	position: relative;
	overflow: hidden;
}
.portfolio-item .portfolio-item-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;
}
.portfolio-item:hover .portfolio-item-img img {
	transform: scale(1.2);
}
.portfolio-item .portfolio-item-img:after {
	content: "";
	width: 100%;
	left: 0;
	position: absolute;
	z-index: 0;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	top: 0;
	opacity: 1;
	transition: all .5s ease 0s
}
.portfolio-item .box-content {
	background-color: #fff;
}
.portfolio-item .title {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px;
	color: #333;
}
.portfolio-item .box-content .post {
	color: #666;
}
.portfolio-item .social {
	list-style: none;
	opacity: 0;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	transform: translateY(-50%);
	transition: all .5s ease 0s;
}
.portfolio-item:hover .social {
	opacity: 1;
}
.portfolio-item .social li {
	display: inline-block;
}
.portfolio-item .social li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #536709;
	margin-right: 2px;
	border-radius: 100px;
	font-size: 12px;
	color: #fff;
	transition: all .3s ease 0s
}
.portfolio-item .social li a:hover {
	background-color: #1a1a1c;
}
.portfolio-carousel .owl-dots .owl-dot span {
	width: 18px;
	border-radius: 0px;
	height: 8px;
	margin: 15px 4px 0px 4px;
	border: 1px solid rgba(255,255,255,0.6);
	background-color: transparent;
}
.portfolio-carousel .owl-dots .owl-dot.active span {
	background-color: #fff;
	color: #fff;
	width: 26px;
}
/* project info content */
.project-info-title {
	position: relative;
	display: block;
	padding-left: 30px;
	padding-bottom: 20px;
}
.project-info-title:before {
	position: absolute;
	top: 14px;
	left: 0;
	width: 30px;
	height: 1px;
	background: #536709;
	content: "";
}
.project-info-title h3 {
	position: relative;
	padding-left: 20px;
	color: #27282c;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.project-info-content .inner-content {
	position: relative;
	padding: 30px;
	box-shadow: 0px 0px 8px 2px #f6f6f6;
}
.project-info-content .inner-content .title h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 6px;
	color: #536709;
}
.project-info-content .inner-content ul li {
	position: relative;
	border-bottom: 1px solid #ededed;
	padding-bottom: 12px;
	margin-bottom: 16px;
}
.project-info-content .inner-content ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}
/* portfolio single carousel */
.portfolio-single-carousel .owl-nav {
	width: 100%;
	margin-top: 0px;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}
.portfolio-single-carousel .owl-nav .owl-prev {
	float: left;
}
.portfolio-single-carousel .owl-nav .owl-next {
	float: right;
}
.portfolio-single-carousel .owl-nav .owl-prev, .portfolio-single-carousel .owl-nav .owl-next {
	background-color: #fff !important;
	border-radius: 4px;
	color: #333 !important;
	line-height: 30px;
	height: 30px;
	width: 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;
}
.portfolio-single-carousel .owl-nav .owl-prev:hover, .portfolio-single-carousel .owl-nav .owl-next:hover {
	background-color: #536709 !important;
	color: #fff !important;
}
/*--------------------------------------------------------------
	12. Partner
--------------------------------------------------------------*/
.partner-item img {
	border: 1px solid #f5f5f5;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(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;
}
.partner-item:hover img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}
/*--------------------------------------------------------------
	13. Footer
--------------------------------------------------------------*/
.main-footer {
	position: relative;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/bg/footer-bg.jpg);
	z-index:0;
}
.main-footer:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.90);
	z-index:-1;
}
.footer-title h2 {
	position: relative;
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 15px;
}
.footer-title h2:after {
	position: absolute;
	content: '';
	width: 44px;
	left: 0px;
	bottom: 0px;
	height: 2px;
	background-color: #536709;
}
.footer-contact ul li a {
	color: #fff;
	text-decoration: none;
}
.footer-contact ul li a:hover {
	color: #536709;
}
.footer-contact ul li span {
	color: #536709;
}
.main-footer .footer-upper a {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.footer-social {
	position: relative;
}
.footer-social li {
	position: relative;
	display: inline-block;
	margin-right: 8px;
	color: #536709;
	font-weight: bold;
}
.footer-social li a {
	position: relative;
	text-align: center;
	font-size: 18px;
	display: inline-block;
	color: #aaaaaa;
}
.footer-social li a:hover {
	color: #536709;
}
.newsletter-form .mb-3 input[type="text"], .newsletter-form .mb-3 input[type="email"] {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 12px 20px;
	height: 50px;
	color: #fff;
	border: 0px;
	background-color: #536709;
}
.newsletter-btn {
	position: relative;
	padding: 7px 32px;
	line-height: 24px;
	text-transform: uppercase;
	background-color: #ffd526;
	color: #222222;
	font-weight: 700;
	border: 2px solid #fde428;
}
.newsletter-btn:hover {
	color: #fde428;
	border-color: #ffd526;
	background: none;
}
.main-footer .footer-bottom {
	background-color: #536709;
}
.footer-quick-links .links-outer {
	position: relative;
}
.footer-quick-links .links-outer:after {
	position: absolute;
	content: '';
	top: 0px;
	left: 50%;
	margin-left: -20px;
	width: 1px;
	height: 100%;
	border-right: 1px dashed rgba(255,255,255,0.10);
}
.footer-quick-links ul li {
	margin-bottom: 10px;
}
.footer-quick-links ul li a {
	position: relative;
	color: #dfdfdf;
	font-size: 15px;
}
.footer-quick-links ul li a:hover {
	color: #536709;
	text-decoration: none;
}
.newsletter-form .mb-3 {
	margin-bottom: 20px;
}
.newsletter-form .mb-3:last-child {
	margin-bottom: 0px;
}
.footer-bottom {
	position: relative;
	border-top: 1px solid rgba(255,255,255,0.10);
	padding: 15px 0px;
	color: #bcbcbc;
}
.footer-bottom .copyright {
	position: relative;
	line-height: 20px;
	padding: 5px 0px;
	color:#fff;
}
/*--------------------------------------------------------------
	14. Inner page title
--------------------------------------------------------------*/
.inner-page-bg {
	position: relative;
	background-image: url(../img/bg/inner-page-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	text-align: center;
	z-index: 0;
}
.inner-page-bg:after {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.inner-page-title .breadcrumb {
	background-color: transparent;
	text-align: center;
	margin-bottom: 0px;
	padding: 0px;
	display: inline-block;
}
.inner-page-title .breadcrumb li {
	float: left;
	color: #ccc;
}
.inner-page-title .breadcrumb li a {
	color: #ffd526;
}
.inner-page-title h1 {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
}
.inner-page-title p {
	color: #ccc;
	font-style: italic;
	padding-top: 6px;
}
/*--------------------------------------------------------------
	15. Team
--------------------------------------------------------------*/
.team-item {
	position: relative;
	overflow: hidden;
}
.team-item .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 0px 0px 0px;
	text-align: center;
	width: 100%;
}
.team-item .team-social {
	background-color: rgba(0,0,0,0.8);
	display: flex;
}
.team-item .team-social a {
	flex: auto;
	padding: 8px 0px;
	color: #fff;
	border-right: 1px solid rgba(255,255,255,0.2);
	-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 .team-social a:last-child {
	border-right: 0px;
}
.team-item .team-social a:hover {
	background-color: #ffd526;
}
.team-item .caption-inner {
	background-color: rgba(3,143,214,0.8);
	padding-bottom: 10px;
	padding-top: 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;
}
.team-item .caption-inner h4 a {
	color: #fff;
	font-size: 20px;
	padding-bottom: 4px;
}
.team-item .caption-inner p {
	color: #fff;
}
.team-item:hover .caption-inner {
	background-color: rgba(3,143,214,1);
}
.team-item 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;
}
.team-item:hover img {
	transform: scale(1.1);
}
/*--------------------------------------------------------------
	16. Contact Us
--------------------------------------------------------------*/
.contact-title h2 {
	font-size: 24px;
	font-weight: 600;
}
.feedback-form input {
	background: #fcfcfc;
	height: 50px;
	font-size: 14px;
	border: 1px solid #ebebeb;
}
.feedback-form textarea {
	font-size: 14px;
	background: #fcfcfc;
	border: 1px solid #ebebeb;
}
.map-area iframe {
	width: 100%;
	height: 250px;
	border: 0px;
}
.contact-info .contact-info-list p {
	margin-bottom: 8px;
}
.contact-info .contact-info-list a, .contact-info .contact-info-list p {
	color: #333;
}
.contact-info .contact-info-list a:hover {
	color: #536709;
}
.contact-social a {
	font-size: 20px;
}
.help-block.with-errors ul {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px;
}
/*--------------------------------------------------------------
	17. Gallery
--------------------------------------------------------------*/
.gallery-item {
	border: 1px solid #ddd;
	overflow: hidden;
}
.gallery-item .gallery-item-img {
	position: relative;
	background-color: #f5f5f5;
	display: inline-block;
}
.gallery-item .gallery-item-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;
}
.gallery-item:hover .gallery-item-img img {
	transform: scale(1.1);
}
.gallery-item .box-gallery-overlay {
	padding: 0;
	background-color: rgba(66,97,228,0.6);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	color: #ffffff;
	opacity: 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;
}
.gallery-item .box-gallery-overlay:before {
	content: "\f030";
	position: absolute;
	color: #ffffff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 40px;
	top: 50%;
	left: 50%;
	opacity: 1;
	transform: translateY(-50%) translateX(-50%);
	-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;
}
.gallery-item:hover .box-gallery-overlay {
	opacity: 1;
}
.gallery-item:hover .box-gallery-overlay:before {
	transform: translate(-50%, -50%);
}

/*新增加的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;
}