.finance.tp-bullets {
    height: 110px !important;
    width: 19px !important;
    text-align: center;
    display: inline-block;
    position: relative;
    left: 12% !important;
}

.finance .tp-bullet {
    /*position:relative;*/
    width: 40px;
    /*display: contents;*/
    background: #c2c2c2;
    height: 4px;
    /*cursor: pointer;*/
    /*box-sizing: content-box;*/
}

.single-slide .finance .tp-bullet {
    display: none !important;
}

.finance .tp-bullet .tp-bullet-inner {
    width: 40px;
    height: 5px;
    position: relative;
    /*border: 3px solid #ffffff;*/
    /*border-radius: 50%;*/
    background: transparent;
    cursor: pointer;
    box-sizing: content-box;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.finance .tp-bullet.selected .tp-bullet-inner {
    background: #706140;
}

.dark-slider .finance .tp-bullet .tp-bullet-inner {
    border: 3px solid #4d4d4d;
}


.dark-slider .finance .tp-bullet.selected .tp-bullet-inner {
    background: transparent;
}

.finance .tp-bullet:not(:last-child) .tp-line {
    height: 20px;
    width: 3px;
    background: white;
    display: block;
    margin: 0 auto;
    margin-right: 9px;
    display: none;
}

.dark-slider .finance .tp-bullet:not(:last-child) .tp-line {
    background: #4d4d4d;
}

/*SLIDER SOCIAL ICONS*/

.revicon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 34px;
    z-index: 11;
    position: absolute;
}

.revicon li a {
    color: #ffffff !important;
}

.revicon li a:hover {
    color: #ffffff;
}
