.blog-style-1 .sigma-post-slide {
    background: #fff;
    box-shadow: 0 9px 35px 0 rgba(0, 0, 0, .07);
    margin-bottom: 30px;
}
.blog-style-1 .sigma-post-slide h3 {
    font-size: 22px;
    line-height: 1.3;
}
.blog-style-1 .sigma-post-slide a {
    text-decoration: none;
}
.blog-style-1 .sigma-post-slide a:hover {
    color: #0C2278;
}
.blog-style-1 .sigma-post-content-cover {
    padding: 25px 30px 25px;
    position: relative;
}
.blog-style-1 .sigma-post-date {
    display: inline-block;
    position: absolute;
    top: -62px;
	right: 0px;
    background: #000;
    width: 65px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 12px;
    padding: 10px 0;
}
.blog-style-1 .sigma-post-date span {
    font-size: 30px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1px;
}
.blog-style-1 .sigma-post-meta {
    border-top: 1px solid #f1f1f1;
    padding: 15px 0 0 0;
    margin-top: 25px;
}
.blog-style-1 .post-meta-item i {
    color: #0C2278;
    margin-right: 5px;
}
.blog-style-1 .sigma-post-meta>div {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
}
.blog-style-1 .sigma-post-image-container {
    overflow: hidden;
}
.blog-style-1 .sigma-post-image-container .post-image {
    transform: scale(1.01);
}
.blog-style-1 .sigma-post-post-wrapper:hover .sigma-post-image-container .post-image {
    transform: scale(1.2);
}
.blog-style-1.blog-layout-grid .sigma-post-slide {
    margin-bottom: 30px;
}
.blog-style-1 .sigma-post-image-container .post-image {
    -webkit-transition: all 0.3s ease-out 0.3s;
    -moz-transition: all 0.3s ease-out 0.3s;
    -ms-transition: all 0.3s ease-out 0.3s;
    -o-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
}
.blog-style-1.blog-layout-grid .sigma-post-slide.without-image .sigma-post-date {
    display: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  width: 38px;
  height: 38px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  border-radius: 50px;
  border: 1px solid #0c2278;
  color: #f15933;
  font-weight: bold;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover{
  background: #0c2278;
  color: #fff;
}
.owl-carousel .owl-nav button.owl-next {
    margin-left: 10px;
}
.owl-nav {
    position: absolute;
    top: -95px;
    right: 0;
}
.blog-style-2 .each-blog .blog-content h4 a{
    color: #0c2278;
}
.blog-style-2 .each-blog .blog-content h4 a:hover {
    color: #f15933;
}
.each-blog-2 {
    margin-bottom: 30px;
}
.blog-style-2 .each-blog .blog-content h4 {
    font-size: 20px;
    line-height: 27px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
max-height: 54px;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.blog-style-2 .each-blog .blog-content .read-blog{
      color: #f15933;
}
.owl-carousel .owl-nav button i {
    font-size: 15px;
    font-weight: bold;
}

.blog-style-3 .each-blog-2 .blog-text-2 {
    background: #fff;
}
.blog-style-3 .each-blog-2 .blog-text-2 p{
  margin: 15px 0 0;
}
.blog-style-3 .blog-info-list {
    background: #fff;
}
.blog-style-3 .each-blog-2 .blog-text-2 h3 {
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.blog-style-4 h4 a,
.blog-style-1 h3 a,
.blog-style-5 h4 a{
  color: #0c2278;
}
.blog-style-4 h4 a:hover,
.blog-style-1 h3 a:hover,
.blog-style-5 h4 a:hover{
  color: #f15933;
}
.blog-style-4 .each-blog .blog-content{
  background-color: #fff;
  border: 1px solid #efefef;
}
.blog-style-4 .blog-image-info{
  position: relative;
  bottom: auto;
  left: auto;
}
.blog-style-4 .blog-image-info .date-tag{
  font-weight: 600;
  display: block;
  padding: 5px 30px;
  border-radius: 0;
}
.blog-style-4 .each-blog .blog-content{
  padding: 30px;
}
