.navbar {
  background: white !important;
}

.navbar .nav-link {
  color: black !important;
}

.navbar .logo {
  color: black !important;
}

.navbar .getquote {
  color: #CE1126 !important;
}

.blog-area {
  margin-top: 4rem;
}

.blog-area ul {
  margin: 0px;
  padding: 0px;
}

.blog-area a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
  color: #2B96CC;
  text-decoration: none;
}

.blog-area .section-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}

.blog-area .section-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #ff5e14;
  bottom: -25px;
  margin-left: -30px;
}

.blog-area .section-title.service-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.blog-area .blog-area {
  background: #F8F9FA;
  min-height: 100vh;
}

.blog-area .blog-wrapper {
  background: #fff;
  overflow: hidden;
  padding: 20px;
}

.blog-area .home-blog-wrapper {
  transition: 0.3s;
}

.blog-wrapper.home-blog-wrapper:hover {
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.12);
}

.blog-thumb {
  margin-bottom: 20px;
}

.blog-title {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  margin: 10px 0 15px;
  padding: 0;
  text-align: left;
}

.blog-content.home-blog h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.blog-content.home-blog p {
  margin-bottom: 10px;
}

.link-box.home-blog-link a {
  font-size: 18px;
  color: #ff5e14;
}

.blog-title a {
  color: #222;
  font-size: 1.6rem;
}

.link-box a {
  color: #555;
}

.link-box a:hover {
  color: #ff5e14;
}

.blog-title a:hover {
  color: #ff5e14;
}

.meta-info ul li {
  color: #9e9e9e;
  display: inline-block;
  font-size: 14px;
  padding: 0 12px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}

.embed-responsive {
  margin-bottom: 20px;
}

.meta-info ul li:first-child {
  padding-left: 0;
}

.meta-info ul li a {
  color: #ff5e14;
}

.meta-info ul li a:hover {
  color: #444;
}

.meta-info ul li::before {
  border: 1px solid #999;
  border-radius: 5px;
  content: "";
  height: 5px;
  left: -4px;
  position: absolute;
  top: 6px;
  width: 5px;
}

.meta-info ul li:first-child:before {
  display: none;
}

.blog-thumb img {
  width: 100%;
}

.link-box a {
  font-weight: 600;
}

.blogp {
  color: black !important;
}

@media screen and (max-width: 768px) {
  .navbar .nav-link {
    color: white !important;
  }
  .navbar .logo {
    color: white !important;
  }
}/*# sourceMappingURL=blog.css.map */