.fullwidthbanner{
position: relative;
}
.fullwidthbanner .caption {
position: absolute;
color: #444;  
font-size: 20px;
padding: 2%;
width: 50%;
}                                      
.fullwidthbanner .caption.tp-caption{
white-space: normal;
}
.fullwidthbanner .brief {
width: 100%;
padding: 5%;
position: absolute;
left: 0;
bottom: 0;
background: none;
color: #fff;  
text-align: left;
font-size: 14px;
line-height: 18px;
margin-bottom: 0;
}
.tp-simpleresponsive .button{
padding: 12px 25px;
font-size: 18px;
border-radius:30px;
height: auto;
background-image: linear-gradient(to right,#b82df2 0%,#7C1FB5 51%,#b82df2 100%);
transition: .7s all;
-webkit-transition: .7s all;
}
.tp-simpleresponsive .button:hover {
background-image: radial-gradient(circle, #b82df2, #7C1FB5) !important;
}
.tp-leftarrow.default, .tp-rightarrow.default {
cursor: pointer;
background: rgba(184, 45, 242, .4);
width: 50px;
height: 50px;
position: absolute;
display: block;
z-index: 1000;
border-radius: 50%;
}
.tp-leftarrow.default:hover, .tp-rightarrow.default:hover{
background: rgba(184, 45, 242, .6);
}
.tp-leftarrow.default:before{
font-family: 'icomoon';
content: "\f104";
font-size: 18px;
color: #fff;
display: block;
line-height: 50px;
text-align: center;
}
.tp-rightarrow.default:before{
font-family: 'icomoon';
content: "\f105";
font-size: 18px;
color: #fff;
display: block;
line-height: 50px;
text-align: center;
}
.tp-bullets.simplebullets .bullet:before{
cursor: pointer;
background: rgba(184, 45, 242, .4);
width: 20px;
height: 20px;
content: "";
display: block;
border-radius: 50%;
}
.tp-bullets.simplebullets .bullet.selected:before, .tp-bullets.simplebullets .bullet:hover:before{
background: rgba(184, 45, 242, .6);
}       
.tp-bullets.simplebullets.round .bullet{
margin: 0 5px;
}
@media (max-width: 960px) {
    .fullwidthbanner .caption {
    left: 12% !important;
    padding: 2% !important;
    width: 50%;
    }
}
@media (max-width: 1024px) {
    .tparrows.hidearrows{
    opacity:.1
    }
    .tp-leftarrow.default{
    left: 1px !important;
    }
    .tp-rightarrow.default{
    right: 1px !important;
    }            
}
@media (min-width: 1024px) {
    .fullwidthbanner .caption h2{
    font-size: 34px;
    }
    .fullwidthbanner .caption h3{
    font-size: 30px;
    }
}