.custom-logo {
    width: 130px;
}

.main-colr {
    color: #FF8267 ;
}
.butn-bg {
    background: #FF8267!important;
}
.wpcf7-response-output {
    color: #fff!important;
}
.page-template {
    margin: 0 !important;
}
.post-9,
.page-content,
.entry-content,
.entry-summary {
  margin: 0px !important;
}
.single-post h2{
    color:#FF8267!important;
     font-size: 22px;
}
.single-post.ul {
    margin-left:1px!important;
}
.single-post .entry-content {
  color: #fff;
}
.readmorebtn {
    background: #FF8267!important;
    color: #fff;
}
.b-title{
    font-size: 28px;
}
nav a:visited{
    color: #fff;
}
.navbar-nav .active {
  border-bottom: 2px solid #FF8267;
box-sizing: border-bottom;
}
.posted-on,
.byline,
.cat-links,
.wp-block-search__inside-wrapper,
.widget_recent_entries,
.widget_recent_comments,
.widget_categories,
.widget_archive,
.widget_meta,
.author-info,
.entry-author,
.comments-area,
.widget-area,
.sidebar {
    display: none !important;
}


.industry-card img {
  filter: grayscale(100%);
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}

.industry-card:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}
.fw-bold {
    font-size: 14px;
}
.im-s {
    min-width: 130px;
}
.scal:hover{
    background: #ffffff18;
    border-radius: 8px;
    transform: scale(1.1);
    transition: transform 0.3s ease-in;
}