/*
Template Name: Company - Construction Company & Business HTML5 Template
Description: Company - Construction Company & Business HTML5 Template
Version: 1.0
*/
/* 1. Button
 * 2. Header
 * 3. Hero Slider
 * 4. About Us
 * 5. Our Services
 * 6. Counter Up
 * 7. Latest Project
 * 8. Our Testimonial
 * 9. Blog
 * 10. Footer
 * 11. Team
 * 12. Contact
 * 13. Paginations
 * 14. Widgets
 * 15. Blog Details
 * 16. Faq
*/
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap');
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #7c7c7c;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
	background: #871919;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #871919;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #871919;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
	font-family: 'Hind', sans-serif;
	color: #0e0355;
}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out;
}
a:hover{
	text-decoration: none;
	color: #871919;
}
button:focus{
	outline: none;
}
input:focus{
	outline: none;
}
textarea:focus{
	outline: none;
}
p{
	color: #7c7c7c;
}
.box-shadow-p {
	padding: 25px 16px;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px 8px #cccccc69;
	border-radius: 8px;
}
h2 {
	font-size: 30px;
	font-weight: 700;
}
h3 {
	font-size: 22px;
	font-weight: 600;
}
h4 {
	font-size: 18px;
	font-weight: 600;
}
p{
	color: #666;
	line-height: 27px;
}
/*Scroll Area*/
.scroll-area {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: none;
}
.scroll-area i {
    width: 45px;
    height: 45px;
    background-color: #871919;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
}
.section-padding-100{
	padding: 100px 0px;
}
.section-padding-2{
	padding-top: 100px;
	padding-bottom: 70px;
}
.section-padding-70{
	padding: 70px 0px;
}
.text-right{
	text-align: right;
}
.section-bg{
	background: #cccccc3d;
}
/*
 * 1. Button
*/
.button-1 {
	padding: 20px 40px;
	background: #871919;
	color: #fff;
	border: none;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	display: inline-block;
}
.button-1::after {
	position: absolute;
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background: #0e0355;
	width: 5%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.button-1:hover{
	color: #fff;
}
.button-1:hover::after {
	width: 100%;
}
.button-2 {
	padding: 18px 40px;
	background: #fff;
	color: #0e0355;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	display: inline-block;
	border: 2px solid #0e0355;
	box-sizing: border-box;
}
.button-2::after {
	position: absolute;
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background: #0e0355;
	width: 5%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.button-2:hover{
	color: #fff;
}
.button-2:hover::after {
	width: 100%;
}
/*
 * 2. Header
*/
.header-top {
	background: #871919;
	padding: 12px 0px;
}
.top-info span {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	padding-right: 10px;
}
.top-info span:last-child{
	padding: 0px;
}
.top-social ul li {
	display: inline-block;
	margin: 0px 10px;
}
.top-social ul li a{
	color: #fff;
}
.top-social ul li a:hover{
	color: #0e0355;
}
.logo {
	height: 100%;
	display: flex;
	align-items: center;
}
.logo h2 {
	font-size: 34px;
	font-weight: 900;
	letter-spacing: 1px;
}
.logo h2 a{
	color: #0e0355;
}
.menu {
	text-align: right;
	padding-right: 10px;
}
.menu ul li {
	display: inline-block;
	position: relative;
}
.menu ul li a {
	display: inline-block;
	padding: 25px 24px;
	margin-left: -4px;
	color: #0e0355;
	font-weight: 500;
	font-size: 16px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.menu ul li:hover a{
	background: #871919;
	color: #fff;
}
.menu nav ul li > ul {
	position: absolute;
	top: 100px;
	left: -4px;
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 200px;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	text-align: left;
	box-shadow: 0px 0px 16px #ccc;
}
.menu nav ul li:hover > ul{
	opacity: 1;
	visibility: visible;
	top: 70px;
}
.menu nav ul li > ul > li {
	display: block;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: 0px;
}
.menu nav ul li > ul > li:hover a{
	color: #fff;
}
.menu nav ul li > ul > li:hover a {
	color: #fff !important;
	background: #871919 !important;
}
.menu nav ul li > ul > li li > a:hover{
	color: #fff;
}
.menu nav ul li > ul > li a {
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	background: transparent !important;
	color: #0e0355 !important;
	margin: 0px;
}
.menu nav ul li > ul > li:last-child a{
	border-bottom: none;
}
.menu nav ul > li > ul > li > ul {
	left: 200px;
	top: 28px;
}
.menu nav ul li > ul > li:hover > ul {
	top: -3px;
}
.header-search {
	float: right;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 20px;
	position: relative;
}
.header-search-icon i {
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.header-search-icon i:hover{
	color: #871919;
}
.header-top-search-form {
	position: absolute;
	right: 0;
	top: 90px;
	background: #871919;
	padding: 10px;
	width: 350px;
	border-top: 5px solid #0e0355;
	-webkit-transition: all.3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
}
.header-top-search-form.active{
	opacity: 1;
	visibility: visible;
	top: 70px;
}
.header-top-search-form-full form {
	width: 100%;
	position: relative;
}
.header-top-search-form-full form input {
	width: 100%;
	border-radius: 0px;
	border: none;
	height: 44px;
	padding: 0px 10px;
}
.header-top-search-form-full form button {
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	background: #0e0355;
	height: 44px;
	color: #fff;
}
.header-search-icon i.fa-times {
	display: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.header-search-icon i.fa-times.active{
	display: block;
}
.header-search-icon i.fa-search {
	display: block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.header-search-icon {
	position: relative;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-search-icon i.fa-times.active {
	display: block;
	position: absolute;
	top: 6px;
	left: 4px;
	z-index: 9999;
	background: #fff;
	width: 100%;
	height: 100%;
}
/*
 * 3. Hero Slider
*/
/*Animation*/
.active .hero-slider-single h2, .active .hero-slider-single a, .active .hero-slider-single p{
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.active .hero-slider-single p{
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.active .hero-slider-single a {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.hero-slider-single {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 200px;
	padding-bottom: 160px;
}
.hero-slider-single:after{
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.25);
	z-index: -1;
}
.hero-slider-caption h2 {
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 10px;
	color: #fff;
}
.hero-slider-caption p {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: 32px;
	margin-bottom: 20px;
}
.hero-slider-caption .hero-btn a:first-child {
	margin-right: 20px;
}
.hero-slider-full .owl-dots {
	display: none;
}
.hero-slider-full .owl-prev {
	position: absolute;
	top: 47%;
	left: 20px;
}
.hero-slider-full .owl-next {
	position: absolute;
	top: 47%;
	right: 20px;
}
.hero-slider-nav {
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #871919;
	color: #fff;
	font-size: 18px;
}
/*
 * 4. About Us
*/
.about-img img{
	width: 100%;
}
.about-info h2 {
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 10px;
}
.about-info p {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 26px;
}
p.active {
	padding: 10px;
	background: #cde5f9;
	font-style: italic;
	font-size: 14px;
	line-height: 24px;
	color: #555;
}
/*
 * Our Features
*/
.our-features {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
}
.our-features::after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: -1;
	background: rgba(0, 0, 0, 0.64);
	top: 0;
	left: 0;
	height: 100%;
}
.icon-box-1 {
	background: rgba(0, 0, 0, 0.6);
	padding: 50px 20px;
	width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.icon-box-1:hover{
	transform: translateY(-10px);
}
.icon-box-1 .icon {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	background: #871919;
	font-size: 30px;
	color: #fff;
	border-radius: 50%;
	margin-right: 8px;
}
.icon-box-1 .content{
	overflow: hidden;
}
.icon-box-1 .content h3 {
	font-size: 22px;
	color: #fff;
	line-height: 30px;
	font-weight: 700;
}
.icon-box-1 .content p {
	font-size: 16px;
	color: #cccc;
	line-height: 24px;
}
/*
 * 5. Our Services
*/
.section-headding h3 {
	font-size: 36px;
	font-weight: 700;
}
.icon-box-2 {
	text-align: center;
	box-sizing: border-box;
	padding: 40px 30px;
	box-shadow: 0px 0px 14px 5px #cccccc45;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.icon-box-2:hover{
	box-shadow: 0px 4px 14px 5px #ccccccd9;
	transform: translateY(-10px);
}
.icon-box-2 .icon i {
	width: 80px;
	height: 80px;
	background: #871919;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 30px;
	color: #ffff;
}
.icon-box-2 h3 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
}
.icon-box-2 p {
	margin-bottom: 20px;
	line-height: 26px;
}
.icon-box-2 a {
	color: #333;
	font-weight: 500;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.icon-box-2 a i{
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-size: 14px;
}
.icon-box-2 a:hover{
	color: #871919;
}
.icon-box-2 a:hover i{
	padding-left: 10px;
}
/*
 * 6. Counter Up
*/
.counter-up-area {
	background: #871919;
}
.counterup-item {
	background: #110f0b4d;
	padding: 30px;
	text-align: center;
}
.counterup-item i {
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
}
.counterup-item h3 {
	font-size: 50px;
	color: #000;
}
.counterup-item p{
	color: #fff;
	font-size: 18px;
}
/*
 * 7. Latest Project
*/
.latest-project{
	width: 100%;
	overflow: hidden;
}
.project-item {
	width: 98%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.project-item img{
	width: 100%;
}
.project-item-overly {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	background: rgba(0,0,0,.5);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: scale(.5);
	opacity: 0;
	visibility: hidden;
}
.latest-project-full .owl-dots {
	display: none;
}
.project-item:hover .project-item-overly {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.project-item-overly a {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0px 2px;
	background: #871919;
	font-size: 16px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
.latest-project-full .owl-nav {
	position: absolute;
	top: -55px;
	right: 10%;
}
.latest-project-arrow {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	margin: 0px 2px;
	border: 2px solid #871919;
	color: #871919;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.latest-project-arrow:hover{
	background: #871919;
	color: #fff;
}
/*
 * 8. Our Testimonial
*/
.testimonial-area {
	background: #cccccc3d;
}
.testimonial-item {
	width: 96% !important;
	overflow: hidden;
	margin: 2%;
	text-align: center;
	background: #fff;
	box-shadow: 0px 0px 10px 0px #ccc;
	box-sizing: border-box;
	padding: 40px 20px;
}
.testimonial-item .content .thumbnail {
	position: relative;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	margin-bottom: 15px;
	border-radius: 50%;
}
.testimonial-item .content .thumbnail img{
	width: 100%;
	border-radius: 50%;
}
.testimonial-item .content .thumbnail .icon {
	position: absolute;
	z-index: 20;
	background: #ff8080;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	right: -19px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #fff;
	top: 8px;
}
.testimonial-item .content h2 {
	font-size: 20px;
	font-weight: 600;
}
.testimonial-item .content h5 {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 6px;
}
.testimonial-item .content p {
	font-size: 15px;
	padding-top: 20px;
	line-height: 25px;
}
.testimonial-item .content .ratting span{
	font-size: 16px;
	color: #ff6a10;
}
.testimonial-area-full .owl-dots {
	display: none;
}
.testimonial-area-full .owl-nav {
	text-align: center;
}
.testimonial-arrow {
	width: 40px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #871919;
	margin: 0 2px;
	color: #871919;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.testimonial-arrow:hover{
	background: #871919;
	color: #fff;
}
/*
 * 9. Blog
*/
.blog-item {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0px 2px 16px 7px #7d747438;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease;
}
.blog-item:hover{
	transform: translateY(-10px);
}
.blog-item .thumnail{
	width: 100%;
	overflow: hidden;
}
.blog-item .thumnail img{
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease;
}
.blog-item:hover .thumnail img{
	transform: scale(1.15);
}
.blog-item .content {
	padding: 20px 10px;
}
.blog-item .content .auth {
	padding-bottom: 10px;
}
.blog-item .content .auth span {
	padding-right: 8px;
	font-size: 14px;
}
.blog-item .content .auth span:last-child{
	padding: 0px;
}
.blog-item .content .auth span a {
	color: #7c7c7c;
}
.blog-item .content .auth span a:hover {
	color: #871919;
}
.blog-item .content .auth span i{
	color: #871919;
}
.blog-item .content h3 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
}
.blog-item .content h3 a{
	color: #7c7c7c;
}
.blog-item .content h3 a:hover{
	color: #871919;
}
.blog-item .content a.read-more {
	display: inline-block;
	margin-top: 15px;
	color: #7c7c7c;
	font-weight: 500;
}
.blog-item .content a.read-more:hover {
	color: #871919;
}
.blog-item .content a.read-more i {
	font-size: 14px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.blog-item .content a.read-more:hover i{
	padding-left: 8px;
}
/*
 * Subscribe Form
*/
.subscribe-area{
	background: #871919;
}
.subscribe-form form {
	width: 100%;
	position: relative;
}
.subscribe-form form input {
	height: 60px;
	padding: 0px 20px;
	border: none;
	width: 100%;
	background: #ffffff70;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	box-sizing: border-box;
}
.subscribe-form form input:focus {
	box-shadow: 0px 0px 12px 6px #fff;
}
.subscribe-form form button {
	height: 60px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	border: none;
	padding: 0px 25px;
	position: absolute;
	top: 0;
	right: 0;
	background: #ccc;
	letter-spacing: 0px;
	text-transform: capitalize;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.subscribe-form form button:hover {
	background: #ddd;
}
/*
 * 10. Footer
*/
.footer {
	background: #1a1a1a;
	color: #fff;
}
.footer-widgets-single h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 12px;
}
.footer-widgets-single h2 a{
	color: #ddd;
}
.footer-widgets-single h2 a:hover{
	color: #fff;
}
.footer-widgets-single p {
	color: #ddd;
	line-height: 26px;
	margin-bottom: 10px;
}
.footer-social span {
	margin: 0px 2px;
}
.footer-social span a {
	display: inline-block;
}
.footer-social span a i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	background: #871919;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.footer-social span a i:hover{
	transform: translateY(-5px);
	background: #bd920e;
}
.footer-widgets-single h3 {
	color: #ddd;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-bottom: 8px;
	position: relative;
}
.footer-widgets-single h3::after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #333;
	bottom: 0;
}
.footer-widgets-single h3:before{
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 50px;
	height: 1px;
	background: #871919;
	bottom: 0;
	z-index: 1;
}
.footer-widgets-single ul li a {
	font-size: 14px;
	color: #ddd;
	font-weight: 500;
	line-height: 30px;
	padding: 2px 0px;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.footer-widgets-single ul li a:hover{
	color: #871919;
	padding-left: 5px;
}
.appointment-form input {
	width: 100%;
	border: none;
	margin-bottom: 8px;
	padding: 8px 10px;
	background: #666;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-size: 14px;
}
.appointment-form input::-moz-placeholder {
	color: #fff;
	font-size: 12px;
	opacity: 1;
}
.appointment-form input::placeholder {
	color: #fff;
	font-size: 12px;
	opacity: 1;
}
.appointment-form textarea {
	width: 100%;
	border: none;
	margin-bottom: 8px;
	padding: 8px 10px;
	background: #666;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-size: 14px;
}
.appointment-form textarea::-moz-placeholder {
	color: #fff;
	font-size: 12px;
	opacity: 1;
}
.appointment-form textarea::placeholder {
	color: #fff;
	font-size: 12px;
	opacity: 1;
}
.appointment-form button {
	width: 100%;
	border: none;
	background: #871919;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	padding: 10px 0px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.appointment-form button:hover{
	background: #bd920e;
}
.footer-bottom {
	border-top: 1px solid #333;
}
.footer-bottom p{
	color: #ddd;
}
.footer-bottom p a{
	color: #ddd;
	font-weight: 600;
}
.footer-bottom p a:hover{
	color: #871919;
}
/*
 * Breadcrumb Area
*/
.breadcrumb-area {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.breadcrumb-title h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 30px;
}
.breadcrumb-list ul li {
	display: inline-block;
	padding: 0px 20px;
	color: #fff;
	font-size: 18px;
}
.breadcrumb-list ul li a {
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.breadcrumb-list ul li a:hover{
	text-decoration: underline;
}
.breadcrumb-list ul li:last-child{
	position: relative;
}
.breadcrumb-list ul li:last-child::after {
	content: "|";
	clear: both;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
/*
* 11. Team
*/
.team-item {
	width: 100%;
	overflow: hidden;
	text-align: center;
	border: 1px solid #eeee;
	position: relative;
	box-sizing: border-box;
}
.team-item .thumbnail {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #871919;
	background: #fff;
}
.team-item .thumbnail img{
	-webkit-transition: all .6s ease-in-out;
	transition: all .8s ease;
	width: 100%;
}
.team-item:hover .thumbnail img{
	transform: scale(1.3);
}
.team-item:after{
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 0%;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease;
	background: #871919;
}
.team-item:hover:after{
	width: 100%;
}
.team-item .content {
	padding: 20px 10px;
}
.team-item .content h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}
.team-item .content h4 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #871919;
	margin-top: 5px;
}
.team-item .content ul li {
	display: inline-block;
	margin: 0px 8px;
}
.team-item .content ul li a{
	color: #555;
}
.team-item .content ul li a:hover{
	color: #871919;
}
/*
 * Hero Content
*/
.hero-banner-area {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
	padding-top: 180px;
	padding-bottom: 120px;
}
.hero-banner-area:after{
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .4);
	z-index: -1;
}
.vedio-popup a {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #cca92c;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(204,169,44, 0.4);
	animation: pulse 2s infinite;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 30px;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, .5);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.8);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0.5);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
.hero-banner-btn {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.vedio-popup span {
	display: none !important;
}
/*
 * 12. Contact
*/
.contact-info-box {
	text-align: center;
	padding: 40px 30px;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px 8px #cccccc69;
	border-radius: 8px;
	width: 92%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: 0 auto;
}
.contact-info-box:hover{
	transform: translateY(-10px);
}
.contact-info-box i {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	color: #871919;
	border: 2px solid #871919;
	border-radius: 50%;
	margin-bottom: 20px;
	font-size: 20px;
}
.contact-info-box:hover i{
	background: #871919;
	color: #fff;
}
.contact-form {
	padding: 40px 30px;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px 8px #cccccc69;
	border-radius: 8px;
	background: #fff;
}
.contact-form input {
	width: 100%;
	margin-bottom: 20px;
	padding: 12px 10px;
	border: 1px solid #eee;
	-webkit-transition: all.3s ease-in-out;
	transition: all .3s ease-in-out;
}
.contact-form input:focus{
	border-color: #871919;
}
.contact-form textarea{
	width: 100%;
	margin-bottom: 20px;
	padding: 12px 10px;
	border: 1px solid #eee;
	-webkit-transition: all.3s ease-in-out;
	transition: all .3s ease-in-out;
	height: 150px;
}
.contact-form textarea:focus{
	border-color: #871919;
}
.contact-form button.button-2 {
	color: #871919;
	border-color: #871919;
}
.contact-form button.button-2:after{
	background: #871919;
}
.contact-form button.button-2:hover{
	color: #fff;
}
.services-details {
	box-sizing: border-box;
	box-shadow: 0px 0px 20px 8px #cccccc69;
	border-radius: 8px;
	background: #fff;
	padding: 20px 20px;
}
.services-details img{
	width: 100%;
}
.services-details h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 28px;
}
.services-details p {
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	margin-bottom: 20px;
}
.project-category-list {
	text-align: center;
}
.project-category-list ul li {
	display: inline-block;
	margin: 3px;
	border: 1px solid #eee;
	font-size: 16px;
	padding: 4px 15px;
	text-transform: capitalize;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.project-category-list ul li:hover{
	color: #871919;
	border-color: #871919;
}
.project-category-list ul li.mixitup-control-active{
	color: #871919;
	border-color: #871919;
}
/*
 * 13. Paginations
*/
.blog-paginations ul li {
	display: inline-block;
	margin: 0px 3px;
}
.blog-paginations ul li a {
	display: flex;
	width: 40px;
	height: 40px;
	border: 1px solid #eee;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	color: #333;
	font-size: 16px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.blog-paginations ul li span {
	display: flex;
	width: 40px;
	height: 40px;
	border: 1px solid #871919;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	color: #871919;
	font-size: 16px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.blog-paginations ul li a:hover{
	border-color: #871919;
	color: #871919;
}
/*
 * 14. Widgets
*/
.widgets-single{
	box-shadow: 0px 2px 14px 5px #ccccccb3;
	padding: 20px 22px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.search-form-widgets input {
	width: 100%;
	height: 44px;
	border-radius: 0px;
	border: 1px solid #eee;
	padding: 0px 10px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-bottom: 10px;
}
.search-form-widgets input:focus {
	border: 1px solid #871919;
}
.search-form-widgets button {
	height: 44px;
	width: 100%;
	border: none;
	background: #871919;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease-in-out;
}
.widgets-single h2 {
	font-size: 24px;
	margin-bottom: 12px;
	color: #333;
	position: relative;
	padding-bottom: 6px;
}
.widgets-single h2:after{
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 60px;
	height: 2px;
	background: #871919;
	left: 0;
	bottom: 0;
}
.widgets-single ul li a {
	font-size: 14px;
	font-weight: 400;
	color: #666;
	padding: 10px 0px;
	display: inline-block;
}
.widgets-single ul li a:hover{
	color: #871919;
}
.widgets-single ul li {
	border-bottom: 1px solid #eee;
}
.widgets-single ul li:last-child {
	border-bottom: none;
}
.tags a {
	display: inline-block;
	border: 1px solid #eee;
	padding: 6px 14px;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin: 4px 2px;
	-webkit-transition: all.3s ease-in-out;
	transition: all .3s ease-in-out;
}
.tags a:hover{
	color: #fff;
	border-color: #871919;
	background: #871919;
}
/*
 * 15. Blog Details
*/
.blog-details-top, .blog-details-comment-list, .blog-details-comment-form {
	box-shadow: 0px 2px 14px 5px #ccccccb3;
	padding: 20px 22px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.blog-details-top img {
	width: 100%;
	margin-bottom: 20px;
}
.blog-details-top h2 {
	font-size: 26px;
	margin-bottom: 10px;
	color: #333;
}
.blog-details-top .auth {
	margin-bottom: 15px;
}
.blog-details-top .auth span{
	padding-right: 7px;
	font-size: 16px;
}
.blog-details-top .auth span a{
	color: #333;
}
.blog-details-top .auth span:hover a{
	color: #871919;
}
.blog-details-top .auth span i{
	color: #871919;
}
.blog-details-top .auth span:last-child{
	padding: 0px;
}
.blog-details-top p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 12px;
	text-align: justify;
}
.blog-share a {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #eee;
	color: #333;
	font-size: 14px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: 3px;
}
.blog-share a:hover{
	background: #871919;
	color: #fff;
	border-color: #871919;
}
.blog-share span {
	display: inline-block;
}
.blog-details-comment-list ul li.single-comment {
	margin-bottom: 30px;
	position: relative;
	padding-left: 100px;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.blog-details-comment-list ul li.single-comment:last-child{
	margin-bottom: 0px;
}
.blog-details-comment-list ul li.single-comment img {
	width: 80px;
	position: absolute;
	left: 0;
}
.blog-details-comment-list ul li.single-comment .content{
	width: 100%;
	overflow: hidden;
}
.blog-details-comment-list ul li.single-comment .content h4 {
	font-size: 20px;
	font-weight: 600;
}
.blog-details-comment-list ul li.single-comment .content p {
	font-size: 14px;
}
.blog-details-comment-list ul li.single-comment .content span {
	font-size: 12px;
	color: #888;
	margin-bottom: 4px;
}
.blog-details-comment-list ul li.single-comment .content a.reply {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	padding: 4px 15px;
	font-size: 14px;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 30px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.blog-details-comment-list ul li.single-comment .content a.reply:hover{
	color: #871919;
	border-color: #871919;
}
.blog-details-comment-list li {
	margin-top: 30px;
}
.comment-form h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #666;
}
.comment-form textarea {
	margin-bottom: 15px;
	border-radius: 0px;
	box-shadow: none;
	-webkit-transition: all.3s ease-in-out;
	width: 100%;
	height: 140px;
	padding: 10px 10px;
	border: 1px solid #eee;
}
.comment-form input{
	margin-bottom: 15px;
	border-radius: 0px;
	box-shadow: none;
	-webkit-transition: all.3s ease-in-out;
	width: 100%;
	padding: 10px 10px;
	border: 1px solid #eee;
}
.comment-form input:focus{
	box-shadow: none;
	border-color: #871919;
}
.comment-form textarea:focus{
	box-shadow: none;
	border-color: #871919;
}
.comment-form button{
	border: none;
}
/*
 * 16. Faq
*/
.accordion-item {
	margin-bottom: 25px;
}
.accordion-item h2 a {
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background: #871919;
	padding: 10px 20px;
}
.accordion-item h2 a.collapsed{
	background: #eee;
	color: #333;
}
.accordion-body {
	padding: 15px 12px;
}
.accordion-collapse {
	border: 1px solid #eee;
	box-sizing: border-box;
}
.error-404 {
	display: flex;
	width: 100%;
	height: 100vh;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
}
.error-404:after{
	content: "";
	clear: both;
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .4);
	width: 100%;
	height: 100%;
}
.error-404-content h2 {
	font-size: 200px;
	color: #f25221;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 1;
}
.error-404-content h4 {
	font-size: 30px;
	line-height: 1;
	color: #fff;
	margin-bottom: 10px;
}
.error-404-content p {
	margin-bottom: 20px;
	color: #fff;
	font-size: 20px;
}
.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0;
}
.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.offcanvas_menu {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas_menu {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas_menu {
    display: block;
  }
}

.offcanvas_menu_wrapper {
	width: 290px;
	position: fixed;
	background: #fff;
	z-index: 999;
	top: 0;
	height: 100vh;
	transition: .5s;
	left: 0;
	margin-left: -300px;
	padding: 20px 0px 30px;
	overflow-y: auto;
}
.offcanvas_menu_wrapper.active {
  margin-left: 0;
}
.offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}
.offcanvas_menu_wrapper .header_search_box {
  display: block;
}

.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
  transform: rotate(180deg);
}
.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu li {
  position: relative;
}
.offcanvas_main_menu li:last-child {
  margin: 0;
}
.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 10px;
}
.offcanvas_main_menu li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding: 0px 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
  color: #333;
}
.offcanvas_main_menu li a:hover {
  color: #871919;
}
.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}

.offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.offcanvas_footer span a {
  font-size: 14px;
}
.offcanvas_footer span a:hover {
  color: #FF4800;
}

.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: #FF4800;
}

.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px;
}
.canvas_close a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 32px;
  border: 1px solid #ededed;
  border-radius: 50%;
  color: #333;
}
.canvas_close a:hover {
  background: #FF4800;
  border-color: #FF4800;
  color: #fff;
}
.mobile-logo {
	padding-left: 20px;
	margin-bottom: 20px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .canvas_open {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .canvas_open {
    right: 20px;
    top: 27px;
    display: block;
    width: 36px;
  }
}
.canvas_open a {
  font-size: 27px;
  width: 41px;
  height: 37px;
  display: block;
  line-height: 37px;
  text-align: center;
  color: #232323;
}
@media only screen and (max-width: 767px) {
  .canvas_open a {
    width: 36px;
    height: 34px;
    line-height: 33px;
    font-size: 27px;
  }
}
.canvas_open a:hover {
  color: #fe3737;
  border-color: #fe3737;
}

.mobile-logo h2 {
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: 900;
}
.mobile-logo h2 a{
	color: #333;
}
/*
 * Sticky
*/
.header-bottom.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-animation: sticky 1s;
	-moz-animation: sticky 1s;
	-o-animation: sticky 1s;
	animation: sticky 1s;
	-webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	-moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	box-shadow: 2px 4px 8px rgba(140, 129, 129, 0.25);
	background: #fff;
}
@-webkit-keyframes sticky {
  	0% {
    	-webkit-transform: translateY(-100%);
    	transform: translateY(-100%); 
    }
  	100% {
    	-webkit-transform: translateY(0%);
    	transform: translateY(0%); 
	} 
}
@keyframes sticky {
  	0% {
    	-webkit-transform: translateY(-100%);
    	transform: translateY(-100%); 
	}
  	100% {
    	-webkit-transform: translateY(0%);
    	transform: translateY(0%); 
	} 
}
/*新增加的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;
}
