/* brdcrum css*/
div#breadcrumbs .container {
    padding: 0;
}
.featured-header.bg-parallax {
    background: #670100;
    padding: 10px 0;
}

h1.entry-title.main_title {
    font-size: 26px;
    color: #fff;
}
div#breadcrumbs span a {
    color: #ffcf34;
}
div#breadcrumbs span {
    color: #fff;
}


/*abt css*/

h2.section-heading {
    font-size: 24px;
    color: #670100;
	    margin-bottom: 14px;
}
h3.column-heading {
    font-size: 22px;
    color: #670100;
	    margin-bottom: 14px;
}
.column-content ul li {
    display: flex;
    margin-bottom: 10px;
}
.column-content ul li i {
    font-size: 14px;
    color: #f7cd2b;
    margin-right: 10px;
    margin-top: 2px;
}





/* services css*/
.service-thumbnail img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 6px;
}
.service-item {
    height: 100%;
}
.service-content h2 {
    font-size: 24px;
    color: #670100;
	    margin-bottom: 14px;
}
.single-spty-cntnt ul li, .blog-sngl-pg  ul li {
    display: flex;
    margin-bottom: 10px;
}
.single-spty-cntnt ul li i, .blog-sngl-pg ul li i {
    color: #670100;
    font-size: 14px;
    margin-top: 3px;
    margin-right: 10px;
}
.splty-fom h3 {
    font-size: 20px;
    color: #670100;
    margin-bottom: 20px;
	    text-align: center;
}
 input,  select, textarea {
    width: 100%;
     padding: 10px;
    border-radius: 6px;
    border: 1px solid #670100;
	    margin-bottom: 20px !important;
}
span.wpcf7-spinner {
    display: none;
}
input.wpcf7-submit {
    background: #670100;
    border-radius: 30px;
    color: #fff;
    margin-bottom: 0 !important;
}
input.wpcf7-submit:hover {
    background: #fbcc3d;
    border: 1px solid #fbcc3d;
}
/* servic list*/
.service-item{
	text-align: center;
	    border: 1px solid #e2dddd;

}

.serviceIcon {
	
    text-align: center;
}
.serviceIcon img {
    width: 60px !important;
    margin-bottom: 20px;
}
.service-item h2 {
    font-size: 20px;
    color: #670100;
  
}
.service-item h2 a {
   
    color: #670100;
  
}
.service-item:hover a.read-more {
    background: #fff;
    color: #670100;
}
a.read-more {
    background: #670100;
    padding: 5px 20px;
    padding-bottom: 6px;
    border-radius: 50px;
    color: #fff;
	border: 0;
}
.service-item:hover {
    background: #670100;
}
.service-item:hover img {
    filter: contrast(0%) brightness(3);
}
.service-item:hover a {
    color: #fff;
}
.service-item:hover p {
    color: #fff;
}

/* contac us css*/
h2.frm-hdng.mb-4 {
    font-size: 24px;
    color: #670100;
}
.contact-item p {
    display: flex;
    margin-bottom: 15px;
}
.contact-item p span i {
        color: #670100;
    margin-right: 10px;
}
.contact-item p a {
    color: #787474;
}
.contact-item {
    margin-bottom: 30px;
}
.post-thumbnail img {
    width: 100%;
    border-radius: 6px !important;
    height: auto;
	 
}
h2.card-title {
    font-size: 18px;
    color: #670100;
	    margin-bottom: 0px;
}
.post-thumbnail{
	margin-top: 0 !important;
}
header.card-body {
    padding-bottom: 0;
}
.single .entry-content {
    margin: 0 !important;
}
h2.card-title a {
    color: #670100;
}
ul.recentposts {
   background: linear-gradient(45deg, #6c0d09, #cea108) !important;
    padding: 10px !important;
    border-radius: 6px;
}
ul.recentposts li h3 {
    font-size: 24px;
    color: #fff;
	position: relative;
}
ul.recentposts li h3:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 2px;
    height: 20px;
    left: -10px;
    top: 4px;
}
ul.recentposts li a {
    color: #fff;
}
ul.recentposts li h4 {
    font-size: 18px;
}
ul.recentposts li {
    padding: 10px;
	display: block;
    border-bottom: 1px solid #aba082;
}
ul.recentposts li:last-child {
    border-bottom: 0;
}
ul.recentposts li:first-child {
    border: 0;
	padding-bottom: 0;
}
h2.entry-title {
    font-size: 24px;
    color: #670100;
}
footer.entry-meta a.read-more:hover {
    background: #facd29;
    border: 0;
}
.blog-sngl-pg .post-thumbnail img {
    margin-bottom: 20px;
}
blockquote.wp-block-quote.is-style-small {
    margin-bottom: 0;
    background: #ededed;
    padding: 16px;
    padding-bottom: 1px;
    color: #670100;
}
.blog-sngl-pg .entry-content h3 {
    font-size: 20px;
    color: #c39208;
}
img.srvc {
    width: 60px;
}
.tg-sectn h5 {
    color: #670100;
}
ul.list-unstyled.taglst li {
    background: #d6d3d3;
    padding: 8px;
    border-left: 4px solid #f7c638;
    margin-bottom: 20px;
    color: #333;
}
.teg-btn a {
    border: 1px solid #670100;
    padding: 10px 20px;
    border-radius: 50px;
    color: #670100;
    text-transform: uppercase;
    text-align: center;
}