body {
    background: #FFFFFF;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    color: #444444;
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
    color: #25bce9;
}

.blogpost img {
    max-width: 100%;
    width: 100%;
}

p, a, span, h1, h2, h3 {
    font-weight: 400;
    color: #444444;
}

.index section {
    padding: 60px 0px;
    width: 100%;
}

.home-blog {
    background: url(../images/bg_blog.jpg) no-repeat fixed;
    min-height: 730px;
    background-position: 50% 0;
    padding-bottom: 55px;
    background-size: cover;
    padding: 60px 0px;
    width: 100%;
}

.home-blog .swiper-container{
    padding-bottom: 30px;
}

.home-blog .swiper-container-horizontal>.swiper-pagination-bullets, .home-blog .swiper-pagination-custom, .home-blog .swiper-pagination-fraction {
    bottom: -1px;
}

.home-blog .blog-content-w .item .info {
    background: #fff;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #b7b7b7;
    border-top: none;
}

.home-blog .blog-content-w .item.item-even .info {
    background: #25bce9;
    border-color: #25bce9;
}

.home-blog .block-title-w {
    margin-top: -5px;
}
.block-title-w {
    text-align: center;
    margin: 0 0 30px 0;
    color: #666666;
}

.home-blog .block-title-w h2 {
    color: #fff;
}
.block-title-w h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #444;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.block-title-w span.icon-title {
    display: block;
    width: 260px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.block-title-w span.icon-title > span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
    position: absolute;
    top: 50%;
    z-index: 90;
}

.home-blog .blog-content-w .item.item-even .info .sub-title p {
    color: #fff;
}

.home-blog .block-title-w span.icon-title i {
    font-size: 19px;
}
.block-title-w span.icon-title i {
    color: #25bce9;
    padding: 5px;
    border: 1px solid #d6d6d6;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 19px;
    position: relative;
    z-index: 100;
    background-color: #fff;
}
.home-blog .blog-content-w .item .info .title {
    margin-top: 21px;
    display: inline-block;
}

.home-blog .blog-content-w .item .info .title a {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 114.28%;
}

.home-blog .blog-content-w .item .info .sub-title {
    margin-top: 5px;
    display: inline-block;
}

.home-blog .blog-content-w .item .info .sub-title p {
    color: #b7b7b7;
}

.home-blog .blog-content-w .item .info .read-more {
    padding: 12px 60px;
    border: 1px solid #b7b7b7;
    text-transform: uppercase;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    color: #b7b7b7;
    margin-bottom: 38px;
    margin-top: 14px;
    transition: 0.2s ease all;
}

.home-blog .blog-content-w .item .info .read-more:hover {
    background: #25bce9;
    color: #fff;
    border-color: #25bce9;
}

.home-blog .blog-content-w .item.item-even .info .title a {
    color: #fff;
}

.home-blog .blog-content-w .item.item-even .info .read-more {
    color: #fff;
    border-color: #fff;
}

.home-blog .blog-content-w .item.item-even .info .read-more:hover {
    background: #fff;
    color: #25bce9;
}