/*========================================================================

	Template Name: Responsive Multi-Purpose HTML Template
	Author: Rainbow Design

========================================================================*/

/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Slider
	04. About area
	05. Feature area
	06. Services area
	07. Call to action
	08. Project
	09. Testimonial
	10. Team
	11. Pricing area
	12. Blog
	13. Footer
	14. Inner page header
	15. Faq
	16. Gallery
	17. Error page 404
	18. Contact us
		
----------------------------------*/

/* 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: #ff631b;
	color: #fff;
}
::-moz-selection {
 background-color: #ff631b;
 color: #fff;
}
img {
	max-width: 100%;
}
body {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #c5c5c5;
	letter-spacing: 1px;
	background-color: #000;
}
p {
	line-height: 24px;
	font-size: 14px;
	color: #c5c5c5;
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #202020;
	padding: 0px;
	line-height: 1.2;
	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;
}
/* --- 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: #000;
	text-decoration: none;
	border-radius: 100%;
	z-index: 9999;
}
.scroll-top:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #ff631b;
}
/* --- Buttons --- */
.btn-style-1 {
	color: #fff;
	border: 1px solid #e34f0b;
	border-bottom-width: 3px;
	border-radius: 6px;
	position: relative;
	padding: 16px 30px;
	font-size: 14px;
	text-align: center;
	z-index: 0;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
	background-color: #ff631b;
	-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 {
	color: #fff;
	text-decoration: none;
	background-color: #002155;
}
.btn-style-1.btn-sm {
	padding: 6px 16px;
	font-size: 10px;
	border-radius: 4px;
}
/* --- 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 .small-title {
	font-size: 12px;
	color: #ff631b;
}
.section-title h2 {
	position: relative;
	color: #fff;
	font-weight: 500;
}
.section-title span.dashed-border {
	border-bottom: 3px double rgba(255,255,255,0.2);
	width: 200px;
	position: relative;
	display: inline-block;
}
/* ===================================
	02. Header
=================================== */
.header-nav-box {
	background-color: #151515;
	padding: 12px 0px;
}
/* header social */
.header-social li {
	margin-right: 20px !important;
}
.header-social li:last-child {
	margin-right: 0px !important;
}
.header-social li a {
	margin: 0px !important;
	text-align: center;
	display: inline-block;
	padding: 0px;
	color: #9f9f9f;
	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;
}
.header-social li a:hover {
	color: #ff631b;
}
/* header location */
.header-location {
	text-align: right;
}
.header-location li {
	color: #fff;
	padding: 0 30px;
	position: relative;
	margin-right: 0px !important;
}
.header-location li:last-child {
	padding-right: 0px;
}
.header-location li:after {
	content: "";
	height: 40px;
	width: 1px;
	background-color: rgba(255,255,255,0.2);
	display: block;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.header-location li:last-child:after {
	display: none;
}
.header-location li .icon {
	display: table-cell;
	vertical-align: middle;
}
.header-location li .icon i {
	position: relative;
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 6px;
	text-align: center;
	color: #000;
	background-color: #ff631b;
}
.header-location li .title-box {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	text-align: left;
}
.header-location li .title-box h5 {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 2px;
}
.header-location li .title-box p {
	font-size: 14px;
	font-weight: 500;
	color: #5d6576;
	margin-bottom: 0px;
}
.header-location li .title-box p a {
	font-size: 14px;
	font-weight: 500;
	color: #5d6576;
	-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-location li .title-box p a:hover {
	color: #ff631b;
}
/* navbar brand */
.header-top .navbar-brand {
	padding: 0px;
	margin: 0px;
}
/* header top */
.header-top {
	padding: 28px 0px 20px 0px;
	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-top:after {
	position: absolute;
	content: "";
	background-image: url(../img/bg/header-bg.png);
	height: 8px;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0.6;
}
.header-navigation .navbar {
	padding: 0px 0px;
}
.header-navigation .nav-item .nav-link {
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	position: relative;
	padding: 6px 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-navigation .nav-item .nav-link:hover, .header-navigation .nav-item.active .nav-link {
	color: #ff631b;
}
.header-navigation .nav-item:last-child .nav-link {
	padding-right: 0px;
}
.header-navigation .navbar-toggler span {
	background: #000;
}
.header-navigation .dropdown-menu {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-radius: 0px;
	background-color: #ff631b;
}
.header-navigation .dropdown-menu .dropdown-item {
	border-bottom: 1px solid rgba(0,0,0,0.1) !important;
	position: relative;
	font-size: 12px;
	padding: 12px 12px;
	color: #fff;
	font-weight: 500;
	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-navigation .dropdown-menu li:last-child .dropdown-item {
	border-bottom: 0px !important;
}
.header-navigation .dropdown-menu .dropdown-item:hover {
	color: #000;
	padding-left: 20px;
	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: #333;
}
.navbar-toggler span + span {
	margin-top: 4px;
	width: 18px;
}
.navbar-toggler span + span + span {
	width: 10px;
}
/* sticky */
.is-sticky {
	z-index: 9999;
}
.is-sticky .header-nav-box {
	z-index: 999 !important;
	background-color: #333 !important;
 box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.is-sticky .header-nav-box .navbar .nav-item .nav-link {
	color: #ccc;
}
.is-sticky .nav-item.active .nav-link, .is-sticky .nav-pills .show > .nav-link {
	color: #ff631b !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-caption {
	top: 50%;
	bottom: auto;
	left: 0px;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);
	z-index: 1;
	text-align: center;
}
.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-item {
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover;
	height: 700px;
	position: relative;
}
.slider .carousel-item.slider-one {
	background-image: url("../img/slider/1.jpg"); /*edit image*/
}
.slider .carousel-item.slider-two {
	background-image: url("../img/slider/2.jpg"); /*edit image*/
}
.slider .carousel-item.slider-three {
	background-image: url("../img/slider/3.jpg"); /*edit image*/
}
.slider .carousel-caption h5 {
	font-weight: 700;
	margin-bottom: 20px;
	padding-top: 15px;
	font-size: 50px;
	color: #fff;
	position: relative;
	line-height: 65px;
	text-transform: capitalize;
}
.slider .carousel-caption h5:after {
	position: absolute;
	content: "";
	width: 70%;
	margin: auto;
	right: 0;
	height: 1px;
	background-color: #ff631b;
	top: 0px;
	left: 0px;
	opacity: 0.4;
}
.slider .carousel-caption h5 span {
	color: #ff631b;
}
.slider .carousel-caption h6 {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 20px;
}
.slider .carousel-control-next, .slider .carousel-control-prev {
	border-radius: 6px;
	color: #fff;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
	font-size: 14px;
	top: 50%;
	width: 44px;
	height: 44px;
	line-height: 44px;
	bottom: auto;
	display: inline-block;
	transform: translateY(-50%);
}
.slider .carousel-control-next {
	right: 10px;
}
.slider .carousel-control-prev {
	left: 10px;
}
/* ===================================
	04. About area
=================================== */
.about-text h4 {
	color: #ff631b;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.about-text h2 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	color: #fff;
}
.about-text ul li {
	margin-bottom: 12px;
	color: #ccc;
	font-size: 14px;
	text-transform: capitalize;
}
.about-text ul li:last-child {
	margin-bottom: 0px;
}
.about-text ul li i {
	font-size: 10px;
	color: #ff631b;
	padding-right: 4px;
}
/* ===================================
	05. Feature area
=================================== */
.feature-area {
	background-image: url(../img/bg/feature-bg.jpg);
	background-position: bottom center;
	position: relative;
	z-index: 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.feature-area:after {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.single-feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	border-radius: 6px;
	background-color: #ff631b;
	-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-feature .feature-icon {
	font-size: 40px;
	line-height: 1;
	padding-right: 20px;
	margin-right: 22px;
	border-right: 1px solid rgba(255,255,255,0.2);
	color: #fff;
	-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-feature .feature-content .title {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 10px 0;
	color: #ffffff;
}
.single-feature .feature-content p {
	margin-bottom: 0px;
	color: #fff;
	-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-feature:hover {
	background-color: #002155;
}
.single-feature:hover .feature-icon {
	color: #ffffff;
}
.single-feature:hover .feature-content p {
	color: #ffffff;
}
/* ===================================
	06. Services area
=================================== */
.service-box .caption {
	border: 1px solid rgba(255,255,255,0.2);
	padding: 15px;
	border-radius: 6px;
}
.service-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.service-box .image:after {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	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;
}
.service-box:hover .image:after {
	opacity: 1;
}
.service-box .image .number {
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 44px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000;
	color: transparent;
	font-weight: 700;
	z-index: 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;
}
.service-box:hover .image .number {
	-webkit-text-stroke-color: #ff631b;
}
.service-box .image img {
	position: relative;
	border-radius: 6px;
	width: 100%;
	display: 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;
}
.service-box h4 {
	font-weight: 500;
	margin-bottom: 8px;
	font-size: 18px;
}
.service-box h4 a {
	color: #fff;
	-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-box h4 a:hover {
	color: #ff631b;
}
/* service sidebar link */
.service-sidebar-link {
	background-color: #111;
	overflow: hidden;
	border-radius: 6px;
	overflow: hidden;
}
.service-sidebar-link li a {
	color: #fff;
	text-decoration: none;
	padding: 0px 10px 0px 30px;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	display: inline-block;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	position: relative;
	width: 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;
}
.service-sidebar-link li.active a, .service-sidebar-link li a:hover {
	background-color: #ff631b;
	padding-left: 30px;
}
.service-sidebar-link li a:after {
	position: absolute;
	top: 50%;
	content: "";
	left: 0px;
	transform: translateY(-50%);
	font-size: 12px;
	height: 2px;
	width: 16px;
	background-color: rgba(255,255,255,0.4);
	-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-sidebar-link li a:hover:after {
	left: 10px;
}
.service-sidebar-link li:last-child a {
	border-bottom: 0px;
}
/* subscribe widget */
.subscribe-widget {
	position: relative;
	background-image: url(../img/bg/subscribe-widget-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 0;
	padding: 20px;
	border-radius: 6px;
	overflow: hidden;
}
.subscribe-widget:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.6);
	z-index: -1;
}
.subscribe-widget .subscribe-widget-title {
	color: #fff;
	font-weight: 600;
}
.subscribe-widget form input {
	height: 56px;
	border: 0px;
	border-radius: 6px;
}
/* download brochures widget */
.download-brochures-widget {
	text-align: center;
	overflow: hidden;
}
.download-brochures-widget a {
	display: block;
	position: relative;
	margin-bottom: 4px;
	padding: 16px 30px 16px 80px;
}
.download-brochures-widget a i {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	font-size: 16px;
	height: 100%;
	width: 50px;
	border-right: 1px solid rgba(255,255,255,0.2);
	text-align: center;
	line-height: 50px;
}
/* call us widget */
.call-us-widget-title {
	font-weight: 500;
	font-size: 12px;
	color: #fff;
}
.call-us-widget {
	position: relative;
	background-image: url(../img/bg/call-us-widget-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 0;
	padding: 10px;
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
}
.call-us-widget:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.2);
	z-index: -1;
}
.call-us-widget-c {
	background-color: rgba(0,0,0,0.7);
	border: 1px solid rgba(255,99,27,0.6);
	padding: 20px;
	border-radius: 6px;
}
.call-us-widget ul li {
	padding-bottom: 10px;
	font-size: 14px;
	color: #c5c5c5;
}
.call-us-widget ul li.call {
	font-size: 21px;
	color: #ff631b;
}
.call-us-widget ul li:last-child {
	padding-bottom: 0px;
}
/* single service content */
.single-service-img img {
	border-radius: 6px;
}
.single-service-content h3 {
	position: relative;
	color: #ff631b;
	font-weight: 400;
	font-size: 28px;
}
.single-service-content h4 {
	position: relative;
	color: #fff;
	font-weight: 400;
	font-size: 22px;
}
.single-service-content li {
	padding-bottom: 10px;
	font-size: 14px;
	color: #fff;
}
.single-service-content li:last-child {
	padding-bottom: 0px;
}
.single-service-content li i {
	color: #ff631b;
	margin-right: 6px;
}
/* ===================================
	07. Call to action
=================================== */
.call-to-action-area {
	z-index: 0;
	position: relative;
	background: url(../img/bg/call-to-action-bg.jpg) fixed no-repeat;
	background-size: cover;
}
.call-to-action-area:after {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.cta-text {
	text-align: center;
	position: relative;
}
.cta-text h2 {
	text-transform: capitalize;
	font-size: 40px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
	letter-spacing: 1px;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 15px;
}
.cta-text:before {
	background-color: #ff631b;
	content: "";
	height: 50px;
	left: 50%;
	position: absolute;
	top: -70px;
	width: 1px;
}
.cta-text:after {
	background-color: #ff631b;
	content: "";
	height: 50px;
	left: 50%;
	position: absolute;
	bottom: -70px;
	width: 1px;
}
.cta-text p {
	font-size: 16px;
	line-height: 26px;
}
/* ===================================
	08. Project
=================================== */
.project-box {
	position: relative;
	overflow: hidden;
	background-color: #111;
	z-index: 0;
	border-radius: 6px;
}
.project-box:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.3);
	-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;
}
.project-box:hover:after, .project-box:hover:before {
	width: 100%;
	height: 100%;
}
.project-box .project-box-img {
	position: relative;
	overflow: hidden;
}
.project-box .project-box-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;
}
.project-box .des {
	position: absolute;
	bottom: 15px;
	left: 5%;
	margin: auto;
	width: 90%;
	z-index: 5;
	background-color: #f2f1ed;
}
.project-box h5 {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 18px 20px 18px 20px;
	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;
}
.project-box .des .readmore {
	color: #fff;
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #ff631b;
	opacity: 1;
	margin: auto;
	width: 50px;
	height: 100%;
	line-height: 50px;
	text-align: center;
	z-index: 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;
}
.project-carousel .owl-nav {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
.project-carousel .owl-nav .owl-prev {
	margin-left: 0px;
}
.project-carousel .owl-nav .owl-prev, .project-carousel .owl-nav .owl-next {
	background-color: transparent !important;
	border-radius: 6px;
	font-size: 20px !important;
	margin: 0px 8px;
	color: #ccc !important;
}
.project-carousel .owl-nav .owl-prev:hover, .project-carousel .owl-nav .owl-next:hover {
	color: #ff631b !important;
}
/* project single title */
.project-single-title {
	position: relative;
	color: #ff631b;
	font-weight: 400;
	font-size: 28px;
}
/* project info */
.project-info {
	position: relative;
	background-image: url(../img/bg/project-info-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 0;
	padding: 20px;
	border-radius: 6px;
	overflow: hidden;
}
.project-info:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.2);
	z-index: -1;
}
.project-info-c {
	background-color: rgba(0,0,0,0.7);
	border: 1px solid rgba(255,99,27,0.6);
	padding: 10px 24px;
	border-radius: 6px;
}
.project-info .table tr th, .project-info .table tr td {
	padding: 14px 0px 14px 0px;
	color: #fff;
	font-size: 12px;
}
.project-info .table tr:last-child th, .project-info .table tr:last-child td {
	border-bottom: 0px;
}
.project-info .table > :not(caption) > * > * {
	border-bottom: 1px dashed rgba(255,255,255,0.1);
}
.project-single-img img {
	border-radius: 6px;
}
/* ===================================
	09. Testimonial
=================================== */
.testimonial-area {
	position: relative;
	z-index: 0;
}
.testimonial-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 310px;
	top: 0px;
	left: 0px;
	z-index: -1;
	background-color: #111;
}
.testimonial-page:after {
	display: none;
}
.testimonial-item {
	padding: 40px;
	border-radius: 6px;
	background-color: #fff;
}
.testimonial-item .testimonial-info {
	margin-top: 20px;
	align-items: center;
}
.testimonial-item .testimonial-user-img img {
	width: 60px;
	height: auto;
	border-radius: 100%;
}
.testimonial-user-name {
	margin-bottom: 4px;
	width: 100%;
	font-size: 20px;
	line-height: 18px;
	font-weight: 500;
	color: #ff631b;
}
.testimonial-user-position {
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #333;
}
.testimonial-item .testimonial-user {
	margin-bottom: 10px;
}
.testimonial-item p {
	margin-bottom: 0px;
	color: #000;
}
.testimonial-item p i {
	color: #ff631b;
	padding: 0px 6px;
	opacity: 0.7;
	font-size: 20px;
}
.testimonial-carousel .owl-nav {
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-align: left;
}
.testimonial-carousel .owl-nav .owl-prev {
	margin-left: 0px;
}
.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
	background-color: rgba(0,0,0,0.2) !important;
	border-radius: 6px;
	color: #333 !important;
	line-height: 30px;
	margin: 0px 2px;
	height: 30px;
	width: 30px;
}
.testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover {
	background-color: #ff631b !important;
	color: #fff !important;
}
/* ===================================
	10. Team
=================================== */
.team-area {
	background-color: #111;
}
.team-item {
	overflow: hidden;
	position: relative;
	border-radius: 6px;
}
.team-item .image {
	overflow: hidden;
	position: relative;
}
.team-item .image:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	z-index: 0;
	background-color: rgba(255,255,255,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;
}
.team-item .team-item-caption {
	background-color: #fff;
	padding: 30px;
	text-align: center;
	z-index: 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-item-caption p {
	background-color: rgba(255,99,27,0.1);
	border: 1px solid rgba(255,99,27,0.1);
	color: #ff631b;
	font-size: 11px;
	display: inline-block;
	padding: 2px 8px;
	font-weight: 500;
	border-radius: 6px;
}
.team-item .team-item-caption h4 {
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-weight: 500;
	color: #000;
	position: relative;
	margin-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-social {
	position: absolute;
	border-radius: 6px;
	left: 15px;
	bottom: 15px;
	padding: 0px;
	margin: 0px;
	width: 40px;
	background-color: rgba(255,99,27,0.2);
	border: 1px solid rgba(255,99,27,0.1);
	z-index: 2;
	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;
}
.team-social li a {
	color: #ff631b;
	border-bottom: 1px solid rgba(255,99,27,0.1);
	padding: 7px 0;
	display: block;
	text-align: center;
	width: 100%;
	font-size: 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;
}
.team-social li:last-child a {
	border-bottom: 0px;
}
.team-social li a:hover {
	color: #ff631b;
}
.team-item:hover .team-social {
	opacity: 1;
}
.team-item:hover .image:after {
	opacity: 0.6;
}
/* ===================================
	11. Pricing area
=================================== */
.single-pricing {
	position: relative;
	z-index: 1;
	border-radius: 6px;
	padding: 30px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,0.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;
}
.single-pricing .pricing-head {
	position: relative;
	padding: 20px;
	border-radius: 6px;
	background-color: rgba(255,99,27,0.1);
	border: 1px solid rgba(255,99,27,0.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;
}
.single-pricing .pricing-head h3 {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 15px;
}
.single-pricing .pricing-classic-price {
	font-weight: 600;
	letter-spacing: 0;
	color: #ff631b;
	font-size: 20px;
	line-height: 25px;
}
.single-pricing .pricing-classic-price span {
	font-size: 12px;
	color: #fff;
}
.single-pricing .pricing-body {
	text-align: center;
	text-align: left;
	margin-top: 20px;
}
.single-pricing ul.feature {
	-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-pricing ul.feature li {
	display: block;
	font-size: 14px;
	padding: 10px 0px;
	text-transform: capitalize;
	color: #888888;
}
.single-pricing ul.feature li:last-child {
	padding-bottom: 0px;
}
.single-pricing ul.feature li i {
	color: #ccc;
	margin-right: 6px;
}
.single-pricing:hover, .single-pricing.active {
	border-color: #ff631b;
}
/* ===================================
	12. Blog
=================================== */
.blog-item {
	overflow: hidden;
	background-color: rgba(255,255,255,0.1);
	border-radius: 6px;
	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-content {
	padding: 24px;
	position: relative;
}
.blog-item-content h6 {
	margin-bottom: 10px;
}
.blog-item-content h6 a {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	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;
}
.blog-item-content h6 a:hover {
	color: #ff631b;
}
.blog-item .blog-item-img {
	position: relative;
}
.blog-item .blog-item-img .blog-item-meta {
	position: absolute;
	top: 15px;
	left: 15px;
}
.blog-item .blog-item-img .blog-item-meta li {
	margin-right: 0px;
}
.blog-item .blog-item-img .blog-item-meta li a {
	color: #000;
	width: 40px;
	font-size: 14px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	border-radius: 6px;
	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;
}
.blog-item .blog-item-img .blog-item-meta li:last-child a {
	color: #ff631b;
}
.blog-item .blog-item-img .blog-item-meta li a:hover {
	color: #ff631b;
}
.blog-item .blog-item-img a.tag {
	position: absolute;
	bottom: 15px;
	right: 15px;
	padding: 8px 14px;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	background-color: #fff;
	border-radius: 6px;
	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;
}
.blog-item .blog-item-img a.tag:hover {
	color: #ff631b;
}
/* widget title */
.sidebar-widget .sidebar-widget-title {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
	padding-left: 30px;
}
.sidebar-widget .sidebar-widget-title:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0px;
	height: 2px;
	width: 20px;
	transform: translateY(-50%);
	background-color: #ff631b;
}
/* sidebar search */
.sidebar-search {
	position: relative;
	padding-right: 70px;
}
.sidebar-search input {
	position: relative;
	display: block;
	background-color: rgba(255,255,255,0.1);
	border: 0px;
	color: #828282;
	font-size: 15px;
	font-weight: 400;
	height: 60px;
	width: 100%;
	padding-left: 20px;
	border-radius: 6px;
	padding-right: 65px;
	transition: all 500ms ease 0s;
}
.sidebar-search button {
	position: absolute;
	top: 50%;
	right: 0px;
	border: 0px;
	transform: translateY(-50%);
	font-size: 12px;
	height: 100%;
	border-radius: 6px;
	width: 60px;
	background-color: #ff631b;
	text-align: center;
	line-height: 50px;
	color: #fff;
}
/* categories */
.sidebar-categories {
	border-radius: 6px;
	overflow: hidden;
}
.sidebar-categories li a {
	display: block;
	padding: 20px 20px;
	color: #fff;
	background-color: #111;
	position: relative;
	border-bottom: 1px dashed rgba(255,255,255,0.1);
	font-size: 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-categories li:last-child a {
	border: none;
	margin-bottom: 0px;
}
.sidebar-categories li a:after {
	position: absolute;
	top: 50%;
	left: 20px;
	content: "\f178";
	font-family: "Font Awesome 6 Free";
	transform: translateY(-50%);
	font-weight: 700;
	font-size: 12px;
	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;
}
.sidebar-categories li.active a, .sidebar-categories li a:hover {
	padding-left: 40px;
	background-color: #ff631b;
}
.sidebar-categories li a span {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	color: #ff631b;
	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;
}
.sidebar-categories li.active a span, .sidebar-categories li a:hover span {
	color: #fff;
}
.sidebar-categories li.active a:after, .sidebar-categories li a:hover:after {
	opacity: 1;
}
/* recent post */
.sidebar-recent-post {
	border-radius: 6px;
	overflow: hidden;
	background-color: #111;
}
.sidebar-recent-post li {
	border-bottom: 1px dashed rgba(255,255,255,0.1);
	margin: 0px;
	padding: 15px 15px 15px 15px;
	display: flex;
	align-items: center;
}
.sidebar-recent-post li .recent-post-img {
	margin-left: auto;
}
.sidebar-recent-post li .recent-post-img img {
	border: 2px solid rgba(255,255,255,0.6);
}
.sidebar-recent-post li:last-child {
	border-bottom: none;
}
.sidebar-recent-post li .post-date {
	color: #ff631b;
	display: inline-block;
	font-size: 10px;
}
.sidebar-recent-post li .recent-post-des {
	margin-right: 12px;
}
.sidebar-recent-post li .post-title {
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 4px;
}
.sidebar-recent-post li .post-title a {
	color: #ccc;
	-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-recent-post li .post-title a:hover {
	color: #ff631b;
}
/* popular tag */
.popular-tag {
	border-radius: 6px;
	overflow: hidden;
	padding: 15px;
	background-color: #111;
}
.popular-tag li {
	display: inline-block;
	margin: 2px;
}
.popular-tag li a {
	display: inline-block;
	background-color: rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 4px 10px;
	border-radius: 4px;
	color: #ccc;
	font-size: 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;
}
.popular-tag li a:hover {
	color: #fff;
	background-color: #ff631b;
	border-bottom: 1px solid #fff;
}
/* blog post meta */
.blog-post-meta {
	position: relative;
}
.blog-post-meta li {
	position: relative;
	margin-right: 20px !important;
}
.blog-post-meta li:last-child {
	margin-right: 0px !important;
}
.blog-post-meta li a {
	color: #ccc;
	font-size: 12px;
	font-weight: 500;
}
.blog-post-meta li a:hover {
	color: #ff631b;
}
.blog-post-meta li:after {
	position: absolute;
	content: "/";
	border-radius: 100%;
	top: 50%;
	transform: translateY(-50%);
	right: -15px;
}
.blog-post-meta li:last-child:after {
	display: none;
}
.blog-post-content h6 {
	color: #ccc;
	font-weight: 500;
	font-size: 24px;
	display: inline-block;
}
.blog-post-img img {
	border-radius: 6px;
}
.blog-post-feature li {
	margin-bottom: 12px;
	color: #ccc;
	font-size: 14px;
	text-transform: capitalize;
}
.blog-post-feature li:last-child {
	margin-bottom: 0px;
}
.blog-post-feature li i {
	font-size: 10px;
	color: #ff631b;
	padding-right: 4px;
}
/* blockquote */
.blog-post-content .blockquote-main {
	position: relative;
	background-image: url(../img/bg/blockquote-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 0;
	padding: 10px;
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
}
.blog-post-content .blockquote-main:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.2);
	z-index: -1;
}
.blog-post-content .blockquote-main .blockquote-c {
	background-color: rgba(0,0,0,0.7);
	border: 1px solid rgba(255,99,27,0.6);
	border-radius: 6px;
	padding: 20px;
}
.blog-post-content figure .blockquote p {
	color: #fff;
	font-size: 16px;
	font-style: italic;
	line-height: 28px;
}
.blog-post-content .blockquote-footer {
	margin-bottom: 0px;
	display: inline-block;
	color: #ff631b;
	font-size: 12px;
	margin-top: 10px;
}
/* single tag */
.blog-single-tag li:first-child {
	font-weight: 600;
	font-size: 14px;
	color: #ff631b;
}
.blog-single-tag li a {
	color: #959595;
	font-size: 12px;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid rgba(255,255,255,0.1);
	padding: 6px 12px;
}
.blog-single-tag li a:hover {
	color: #ff631b;
}
.blog-single-social li:first-child {
	font-weight: 600;
	font-size: 14px;
	color: #ff631b;
}
.blog-single-social li a {
	color: #959595;
	font-size: 12px;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid rgba(255,255,255,0.1);
	padding: 6px 12px;
}
.blog-single-social li a:hover {
	color: #ff631b;
}
/* comments block */
.blog-post-subtitle {
	color: #ff631b;
	font-weight: 500;
	font-size: 24px;
	display: inline-block;
}
.comments-block ul li {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 20px;
}
.comments-block ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}
.comments-block ul li ul {
	margin-left: 50px;
}
.comments-block ul li ul li {
	margin-top: 20px;
}
.comments-block ul li .d-flex .flex-shrink-0 {
	position: relative;
}
.comments-block ul li .d-flex .flex-shrink-0 img {
	border-radius: 6px;
}
.comments-block ul li ul li:last-child {
	margin-bottom: 0px !important;
}
.comments-block ul li h5 {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0px;
}
.comments-block ul li h5 small {
	font-size: 12px;
	color: #ccc;
	width: 100%;
	display: inline-block;
}
.comments-block ul li .d-flex {
	position: relative;
}
.comments-block ul li a.reply {
	color: #fff;
	font-size: 11px;
	border-radius: 4px;
	background-color: #ff631b;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 6px;
	z-index: 2;
	display: inline-block;
	padding: 6px 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;
}
.comments-block ul li .d-flex:hover .flex-shrink-0:after {
	opacity: 1;
}
/* leave a comments block */
.leave-reply-form input {
	background-color: rgba(255,99,27,0.1);
	border: 1px solid rgba(255,255,255,0.1);
	height: 55px;
	border-radius: 6px;
	font-size: 14px;
	color: #fff;
}
.leave-reply-form textarea {
	background-color: rgba(255,99,27,0.1);
	border: 1px solid rgba(255,255,255,0.1);
	padding: 20px;
	border-radius: 6px;
	font-size: 14px;
	color: #fff;
}
.leave-reply-form input:focus, .leave-reply-form textarea:focus {
	background-color: rgba(255,99,27,0.1);
	border: 1px solid #ff631b !important;
	color: #fff;
	box-shadow: none;
}
/* ===================================
	13. Footer
=================================== */
.footer-main {
	background-color: #0f0f0f;
	border-top: 1px solid rgba(255,255,255,0.1);
}
/* footer title */
.footer-title {
	font-size: 22px;
	color: #fff;
	margin-bottom: 15px;
	text-align: center;
}
/* footer link */
.footer-link li {
	margin-bottom: 10px;
	text-align: center;
}
.footer-link li:last-child {
	margin-bottom: 0px;
}
.footer-link li a {
	color: #ccc;
	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-link li a:hover {
	color: #ff631b;
}
.footer-link li i {
	margin-right: 6px;
}
/* footer address */
.footer-address li {
	margin-bottom: 10px;
	color: #ccc;
	font-size: 14px;
	text-align: center;
}
.footer-address li:last-child {
	margin-bottom: 0px;
}
.footer-address li a {
	color: #ccc;
	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-address li a:hover {
	color: #ff631b;
}
/* footer social */
.footer-social {
	text-align: center;
}
.footer-social a {
	display: inline-block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	border-radius: 6px;
	position: relative;
	text-align: center;
	width: 30px;
	color: #fff;
	background-color: #1a1a1a;
	-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: #ff631b;
}
/* footer copyright */
.footer-copyright {
	padding: 15px 0;
	background-color: #000;
}
.footer-copyright p {
	color: #ccc;
	font-size: 14px;
}
/* ===================================
	14. Inner page header
=================================== */
.inner-page-header-bg {
	background-image: url(../img/bg/inner-page-header-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	text-align: center;
	background-size: cover;
}
.inner-page-header-bg:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	z-index: -1;
}
.inner-page-title {
	padding: 100px 0;
}
.inner-page-title h1 {
	color: #fff;
	text-align: center;
	font-weight: 400;
	margin: 10px 0;
	font-size: 40px;
}
.inner-page-title h4 {
	color: #ccc;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
	position: relative;
}
.inner-page-title h4:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	left: -40px;
	background-color: rgba(255,255,255,0.2);
	top: 50%;
	transform: translateY(-50%);
}
.inner-page-title h4:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	right: -40px;
	background-color: rgba(255,255,255,0.2);
	top: 50%;
	transform: translateY(-50%);
}
/* breadcrumb */
.breadcrumb-box {
	padding: 0;
}
.breadcrumb-box .breadcrumb {
	margin: auto;
	display: inline-block;
	background-color: rgba(255,99,27,0.2);
	border: 1px solid rgba(255,99,27,0.1);
	padding: 6px 12px;
	border-radius: 6px;
}
.breadcrumb-box .breadcrumb li {
	display: inline-block;
	color: #ccc;
	font-size: 12px;
}
.breadcrumb-box .breadcrumb li a {
	color: #ff631b;
}
/* ===================================
	15. Faq
=================================== */
.faq-box .accordion-item .accordion-header .accordion-button {
	color: #fff !important;
	padding: 16px !important;
	border-bottom: 0;
	font-size: 14px;
	border-radius: 0px;
	background-color: #ff631b;
	text-transform: capitalize;
	font-weight: 500;
	position: relative;
	text-align: left;
}
.faq-box .accordion-item .accordion-header .accordion-button span {
	color: #fff;
	margin-right: 6px;
	font-weight: 600;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed span {
	color: #ff631b;
	margin-right: 6px;
	font-weight: 600;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed:after, .faq-box .accordion-item .accordion-header .accordion-button:after {
	display: none;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	display: flex;
}
.faq-box .accordion-item .accordion-header .accordion-button i {
	background-color: transparent !important;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	line-height: 30px;
	text-align: center;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed i {
	width: 30px;
	height: 30px;
	background-color: rgba(255,255,255,0.2) !important;
	line-height: 30px;
	border-radius: 4px;
	text-align: center;
}
.faq-box .accordion-item .accordion-header .accordion-button i {
	font-size: 14px;
	margin-left: auto;
	-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;
}
.faq-box .accordion-item .accordion-header .accordion-button[aria-expanded=true] i {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.faq-box .accordion-item .accordion-header .accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}
.faq-box .accordion-item .accordion-header {
	padding: 0px;
	border-bottom: 0;
	background-color: transparent;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
	color: #fff !important;
	padding: 16px !important;
	font-size: 14px;
	background-color: rgba(255,255,255,0.1);
	text-transform: capitalize;
	font-weight: 500;
}
.faq-box .accordion-item {
	margin-bottom: 4px;
	border-radius: 6px;
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0.2);
	overflow: hidden;
}
.faq-box .accordion-item:last-child {
	margin-bottom: 0px;
}
.faq-box .accordion-item .accordion-body {
	line-height: 24px;
	padding: 20px;
	color: #333;
	margin-top: 1px;
	background-color: rgba(0,0,0,0.05);
}
/* ===================================
	16. Gallery
=================================== */
.gallery-box {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	background-color: #111;
	z-index: 0;
}
.gallery-box:after {
	position: absolute;
	content: "";
	width: 92%;
	height: 92%;
	top: 4%;
	left: 4%;
	background-color: rgba(0,0,0,0.4);
	border: 1px solid rgba(255,99,27,0.6);
	padding: 20px;
	border-radius: 6px;
	-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-box .gallery-box-img {
	position: relative;
	overflow: hidden;
}
.gallery-box .readmore {
	color: #fff;
	font-size: 12px;
	position: absolute;
	right: 50%;
	left: 50%;
	top: 50%;
	bottom: 50%;
	background-color: #ff631b;
	opacity: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	line-height: 50px;
	transform: translate(-50%);
	text-align: center;
	border-radius: 6px;
	z-index: 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;
}
.gallery-box:hover .readmore {
	opacity: 1;
}
/* ===================================
	17. Error page 404
=================================== */
.error-page-item h2 {
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 26px;
	color: #fff;
}
.error-page-img img {
	border-radius: 6px;
}
/* ===================================
	18. Contact us
=================================== */
.contact-box {
	margin-bottom: 22px;
}
.contact-box:last-child {
	margin-bottom: 0px;
}
.contact-box .icon {
	font-size: 20px;
	margin-bottom: 6px;
	color: #ff631b;
	display: inline-block;
}
.contact-box h4 {
	line-height: 22px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	margin-left: 10px;
}
.contact-box p {
	font-size: 14px;
	margin-bottom: 0px;
	color: #ccc;
	width: 100%;
	display: inline-block;
}
.contact-form-map {
	background-color: #111;
}
/* contact form */
.contact-form h4 {
	color: #ff631b;
	font-weight: 500;
	font-size: 24px;
	display: inline-block;
}
.contact-form input {
	background-color: rgba(255,99,27,0.1);
	border: 1px solid rgba(255,255,255,0.1);
	height: 55px;
	border-radius: 6px;
	font-size: 14px;
	color: #fff;
}
.contact-form textarea {
	background-color: rgba(255,99,27,0.1);
	border: 1px solid rgba(255,255,255,0.1);
	padding: 20px;
	border-radius: 6px;
	font-size: 14px;
	color: #fff;
}
.contact-form input:focus, .contact-form textarea:focus {
	background-color: rgba(255,99,27,0.1);
	border: 1px solid #ff631b !important;
	color: #fff;
	box-shadow: none;
}
.help-block ul {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
	padding: 10px;
	border-radius: 4px;
}
.contact-img img {
	border-radius: 6px;
}
/* map */
.map-box iframe {
	width: 100%;
	border: 0px;
	height: 400px;
	border-radius: 6px;
	overflow: hidden;
}
