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%;
}

.slide-show{
    position:relative;
    border-top:1px solid #e4e5e7;
    border-bottom:1px solid #e4e5e7;
}
.slide-show .tp-bannertimer{
    display:none !important;
}
.slide-show  .tp-caption{
    font-size:14px !important;
}
.slide-show .style1{
    font-size:342.85%;
    text-transform:uppercase;
    color:#444;
    font-weight:300;
    font-family: 'Roboto Condensed', sans-serif;
}
.slide-show .style1 span.textcolor{
    color:#25bce9;
    font-weight:700;
    font-family: 'Roboto Condensed', sans-serif;
}
.slide-show .style2{
    text-align:left;
    color:#666;
    font-size:128.57%;
    font-weight:300;
    line-height:22px;
    font-family: 'Roboto', sans-serif;
}
.slide-show .btn-sn{
    text-transform:uppercase;
    border:1px solid #25bce9;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding:9px 28px;
    color:#25bce9;
    float:left;
    font-weight:600;
}
.slide-show .btn-sn:hover{
    background:#25bce9;
    border-color:#25bce9;
    color:#fff;
}
.slide-show .tp-bullets .bullet{
    width:14px !important;
    height:14px !important;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; 
    margin:0 4px !important;
    background:#d7d7d7; 
    position:relative;
}
/* .slide-show .tp-bullets .bullet:before{
    width:16px;
    height:16px;
    display:block;
    position:absolute;
    border:4px solid #fff;
    content:"";
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-8px;
    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;
} */
.slide-show .tp-bullets .bullet.selected{ 
    background:#25bce9; 
}
.slide-show .tp-bullets .bullet.selected:before{
    border:4px solid #25bce9;
    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;
}
.slide-show .tp-bullets{
    opacity:1 !important;
    z-index:99;
}
section.home-slidershow{
    padding:0 !important;
}
.breadcrumb > li + li:before{
    padding:0;
}