
@media (max-width:767px){
	.contact-form [type=submit], .creer-fm input.wpcf7-form-control.wpcf7-submit{
		    width: 45% !important;
	}
	.captcha-input {
   
    font-size: 12px;
}
	.prdct-pg .listStyl ul{
		grid-template-columns: repeat(1, 1fr) !important;
	}
}

/* ftr-hdr css*/
div#breadcrumbs span a {
    color: #ecd8db;
}
section.featured-header {
    background: #bf142a;
    color: #fff;
}
section.featured-header h1{
	font-size: 20px;
	margin-bottom: 2px;
}
div#breadcrumbs .container {
    padding-left: 0;
}

/* compny css*/
h2.section-heading {
    font-size: 32px;
    margin-bottom: 12px;
    color: #333;
}

h3.column-heading {
    font-size: 24px;
    
	color: #bf142a;
    margin-bottom: 8px;
}
.box-wrp ul {
    list-style: none;
}
.box-wrp ul li {
    position: relative;
    margin-bottom: 8px;
}
.box-wrp ul li:before {
    content: "\F270";
    position: absolute;
    font-family: bootstrap-icons !important;
    font-weight: var(--fa-style, 900);
    margin-right: 10px;
    font-size: 15px;
    line-height: 26px;
    color: #ba081f;
    left: -24px;
    top: 0;
}
.column-image img {
    border-radius: 6px;
}
/* prpdct css*/
.prdct-pg table tr td {
    border: 1px solid #ba081f;
    text-align: center;
}
.prdct-pg table tr td p {
    margin-bottom: 0;
}
.prdct-pg .listStyl ul {
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}
/* indstry css*/
.idusItem {
    padding: 15px 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    margin-bottom: 20px;
   
}
.idusItem:hover {
    background: #ba081f;
}
.idusItem:hover h3 {
    color: #fff;
}
.idusItem:hover img{
	filter: invert(1);
}
.idusItem img {
    width: 50px !important;
    height: auto;
    margin-right: 10px;
}
.idusItem h3 {
    font-size: 20px;
    color: #ba081f;
    font-weight: 400;
    padding: 8px;
}
/* cntct-us-pg css*/
input, textarea, select {
    border: 0;
    box-shadow: inherit;
    padding: 14px;
    height: auto;
    display: block;
    width: 100%;
}
.captcha-input {
    padding: 14px !important;
   }
.cntct-frm {
    background: #e6e6e6;
}
h2.frm-hdng {
    font-size: 32px;
        color: #333;
}
.caddress, .cphone, .Conemail {
    margin-bottom: 20px;
}

.caddress i,.cphone i, .Conemail i {
    font-size: 16px;
   color: #ba081f;
    margin-right: 10px;
}
 .cphone a, .Conemail a {
    color: #212529;
}

.contact-form [type=submit] {
    width: 30%;
    background: #bf142a;
    color: #fff;
}
.contact-item p span i {
    color: #ba081f;
    margin-right: 10px;
}
.contact-item p a {
    color: #212529;
    }

h3.frm-hdng {
    font-size: 24px;
}
.creer-fm {
    background: #d6d6d6;
}
input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: none;
}
label.form-control {
    display: flex;
    border-radius: 0;
    padding-top: 14px;
    padding-bottom: 0;
    background: #ffffff;
	    color: #757575;
}
label.form-control .wpcf7-file {
    padding-top: 0px;
}
.creer-fm input.wpcf7-form-control.wpcf7-submit {
    background: #ba081f;
    width: 30%;
    color: #fff;
}


/* blog inner csss*/
h2.post-title {
    font-size: 32px;
    margin-bottom: 20px;
	    color: #333;
}
.post-thumbnail img {
    width: 100%;
	margin-bottom: 20px; 
}
ul.recentposts {
    background: #ffff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
ul.recentposts li h3 {
    background: #be0b1f;
    color: #fff;
    padding: 8px;
    font-size: 22px;
    text-align: center;
}
ul.recentposts li h4 {
    padding: 2px 15px;
    font-size: 18px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}
ul.recentposts li h4 a {
    color: #212529 !important;
}
.post-content h4 {
    font-size: 24px;
    color: #bf142a;
    margin-bottom: 8px;
}
.post-content ul {
    list-style: none;
}
.post-content ul li {
    position: relative;
    margin-bottom: 4px;
}
.post-content ul li:before {
    content: "\F270";
    position: absolute;
    font-family: bootstrap-icons !important;
    font-weight: var(--fa-style, 900);
    margin-right: 10px;
    font-size: 12px;
    line-height: 26px;
    color: #ba081f;
    left: -22px;
    top: 0;
}
.post-navigation a {
    color: #b9071e;
    padding: 6px 10px;
}

.blog-list-pg .post-thumbnail {
    margin: auto;
}

.blog-list-pg .card, .blog-list-pg .card img {
    border-radius: 0;
}

.blog-list-pg header.card-body {
    padding: 0 15px;
}
.blog-list-pg header.card-body h2 {
       font-size: 20px;
    font-weight: 400;
	margin-bottom: 0;
}
.blog-list-pg header.card-body h2 a{
	    color: #d64646;
}
.blog-list-pg .card {
    min-height: 465px;
}