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;
}

img {
    max-width: 100%;
}

p, a, span, h1, h2, h3 {
    font-weight: 400;
    color: #444444;
}

.index section {
    padding: 60px 0px;
    width: 100%;
}

.reviewhome .swiper-container{
    padding-bottom: 30px;
}

.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;
    float: left;
    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-testimonial{ 
    background:url(../images/bg_testimonal.jpg) no-repeat fixed; 
    background-position: 50% 0;
    min-height:485px;
}
.tes-block{
    position:relative;
}
.tes-block:hover .navslider{
    opacity:1;
    visibility:visible;
}
.tes-block .item{
    text-align:center;
}
.tes-block .item .image{
    display:inline-block;
    position:relative;
}
.tes-block .item .image:hover:before{
    border-color:#25bce9;
}
.tes-block .item .image:before{
    width:175px;
    height:175px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    content:"";
    position:absolute;
    border:1px solid #fff;
    top:50%;
    left:50%;
    margin-left:-88px;
    margin-top:-88px;
    cursor:pointer;
}
.tes-block .item{
    margin-top:9px;
}
.tes-name a{
    font-size:128.57%;
    color:#25bce9;
    text-transform:uppercase;
}
.tes-name{
    display:block;
    margin-top:27px;
}
.tes-job{
    display:block;
    margin-top:2px;
}
.tes-job span{
    text-transform:capitalize;
    color:#fff;
    font-size:114.28%;
}
.tes-decs{
    display:block;
    margin-top:16px;
    padding:0 250px;
    line-height:24px;
}
.tes-decs p{
    color:#fff;
    font-size:114.28%;
}
/*------------------------------------------------------------
* Home brands
*/
.bran-block{
    float: left;
    width: 100%;
    margin-top: 26px;
}
.bran-block .item{
    float:left;
}
.bran-block .item a{
    position:relative;
    float:left;
    border:1px solid #959595;
}
.bran-block .item a:hover{
    border:1px solid transparent;
}
.bran-block .item:hover a:before{
    transform: scale(1);
    transition: all 0.3s ease-out 0s;   
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.bran-block .item:hover a:after{
    transform: scale(1);
    transition: all 0.3s ease-out 0s;   
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.bran-block .item a:before{
    border-bottom: 1px solid rgba(37, 188, 233, 0.8);
    border-top: 1px solid rgba(37, 188, 233, 0.8);
    bottom: -1px;
    content: "";
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    transform: scale(0, 1);
    z-index: 9;
}
.bran-block .item a:after{
    border-left: 1px solid rgba(37, 188, 233, 0.8);
    border-right: 1px solid rgba(37, 188, 233, 0.8);
    bottom: -1px;
    content: "";
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    transform: scale(1, 0);
    z-index: 9;
}

@media screen and (min-width: 768px){
.reviewhome .carousel-indicators {
    bottom: -10px;
}
}

.reviewhome .carousel{
    padding-bottom: 30px;
}