/* --------------------------------------
   Global Style
-----------------------------------------*/
body {
  background-color: #f2f7f9;
  overflow: auto;
}

::-webkit-scrollbar {
  width: 5px;
  height: 15px;
}

::-webkit-scrollbar-track {
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ff5d5d;
}

.page-title {
  position: relative;
  background: #506af5;
  text-align: center;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
}
.page-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/main_bg.png) center center no-repeat;
  background-size: cover;
  border-radius: 16px;
  z-index: 1;
  opacity: .22;
}
.page-title .overlay {
  position: relative;
  z-index: 2;
}
.page-title .overlay .content h2 {
  color: #fff;
  font-weight: 800;
  letter-spacing: .7px;
  font-size: 52px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.page-title .overlay .content ul li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  font-size: 17px;
  text-transform: capitalize;
  letter-spacing: .5px;
  font-weight: 600;
}
.page-title .overlay .content ul li:last-child {
  color: #fff;
  padding-right: 0;
  margin-right: 0;
}
.page-title .overlay .content ul li:first-child:after, .page-title .overlay .content ul li.two:after {
  content: "\f101";
  font-family: "FontAwesome";
  position: absolute;
  right: -5px;
  top: 3px;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}
.page-title .overlay .content ul li a {
  color: #ff5d5d;
}

.blog {
  padding-top: 80px;
  padding-bottom: 50px;
}

.blog .post .post-img img {
  width: 100%;
}

/*# sourceMappingURL=blog.css.map */
