@import url('https://fonts.googleapis.com/css?family=Raleway');

html,body{
    font-size: 1rem;
    font-family: 'Raleway', sans-serif !important;

}
section{
    padding: 45px 0;
}
ul{
    list-style: none;
    margin:0px;
    padding: 0px;
}
h3{
    margin-bottom: 30px;
    position: relative;
}
h3:before{
    content: "";
    width: 150px;
    height: 2px;
    background: #007bff;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 10px;
    margin-left: -75px;
}
h3:after{
    content: "";
    width: 10px;
    height: 10px;
    background: #007bff;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 6px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari 3-8 */
    transform: rotate(45deg);
}
.btn-custom {
    background: #00796b;
    color: #fff;
}
.navbar{
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}
.navbar-nav .nav-link.active{
    background: #26a69a !important;
}
.header{
    background: #fff;
    box-shadow: 3px 0 5px 3px rgba(0,0,0, .6);
}
.slideshow{
    padding: 0 !important;
}
.slide-text{
    top: 40%;
    position: absolute;
    border-top:2px solid #009688;
    border-left:1px solid #26a69a;
    padding: 20px;
    background: rgba(40,165,155, 0.6);
    color: #fff;
    box-shadow: 5px 5px 5px #999;
}
.security{
    background: #26a69a;
}
.security .fa-5x{
    color: #b2dfdb;
}
.winthdrawal{
    background: #eee url(../images/bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.winthdrawal:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(40,165,155, 0.8);
}
.make-money{
    background: url(../images/make-money-online.jpg) no-repeat;
}
.winthdrawal .news-item{
    background: #b2dfdb;
    margin-bottom: 5px;
    padding: 5px;
}
.winthdrawal .news-item:nth-child(even){
    background: #80cbc4;
}

.analysis{
    background: #eee;
}
.analysis .count{
    width: 180px;
    height: 180px;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 160px;
    background: #4db6ac;
    border:10px solid #26a69a;
}
footer{
    padding: 25px 0 0 10px;
    background: #272727;
    color: #fff;
}
.social a .fa-twitter-square{
    color: #00b8ec;
}
.fa-youtube-square{
    color: #c92027;
}
.fa-tumblr-square{
    color: #44536a;
}