/*!
Theme Name: XSPD Doors
Theme URI: http://digitalguider.com/
Author: Digitalguider
Author URI: http://digitalguider.com/
Description: Description
Version: 1.0.0
Tested up to: 9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: xspd-doors
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

XSPD Doors is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-display: swap;
}

#xspd-subscribe-msg {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}

#xspd-subscribe-msg.success {
    color: #176028;
	background: #d0ffdc;
    text-align: center;
    border-radius: 5px;
    /* green */
}

#xspd-subscribe-msg.error {
    color: #dc3545;
    background: #ffd0d0;
    text-align: center;
    border-radius: 5px;
    /* red */
}

#xspd-subscribe-form button {
    position: relative;
}

#xspd-subscribe-form .btn-loader i {
    font-size: 16px;
}

/* Breadcrumbs */
#breadcrumbs,
#breadcrumbs a {
    color: var(--color-white);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
}

#breadcrumbs .breadcrumb_last {
    color: var(--theme-color);
}

.footer-list li a::before {
    content: "\f0da";
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    color: var(--theme-color);
    margin-right: 10px;
}
.portfolio-img img {
    height: 275px;
    object-fit: cover;
}
.service-item{
	min-height: 510px;
}
.service-details .theme-btn {
    font-size: 13px;
    color: var(--color-white);
	padding: 10px 15px;align-content
}
.service-details a {
	color: var(--theme-color);
}
.service-details h2{
	font-size: 27px;
	position: relative;
}
.service-details h2:before{
	content: '';
    background: var(--theme-color);
    width: 120px;
    height: 2px;
    position: absolute;
    bottom: -4px;
}
.service-details h5{
	font-size: 18px;
	position: relative;
}
.service-details h5:before{
/* 	position: absolute; */
	content: "\f178";
	color: var(--theme-color);
	font-family: "Font Awesome 6 Pro";
	padding-right: 10px;
}