.services-slider .container{
    width:1000px;
}

.services-slider .block-intro h2{
    font-size: 3em;
    color: #1e2122;
    margin: 0 0 15px;
    text-align: center;
    background-color: #ffffff;
    background-image: linear-gradient(135deg, #004580 20%, #00A1E9 80%);
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid transparent;
    line-height: 1.2;
    font-family: 'Mulish';
    font-weight: 700;

}

.services-slider .block-intro p{
    text-align: center;
    display: inline-block;
    color: #1e2122;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    margin-bottom: 50px;
}

.services-slider ul.services-nav{
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
}

.services-slider ul.services-nav li a{
    font-size: 24px;
    font-weight: 400;
    line-height: 50px;
    color: #1e2122;
    text-decoration: none;
    padding: 0px 15px;
    border-radius: 25px;
    width: 100%;
    display: inline-block;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.services-slider ul.services-nav li a.active,
.services-slider ul.services-nav li a:hover{
    color:#FFF;
    background: #0099ff;
}

.services-slider .btn{
    color: #0099ff;
    background: #FFF;
    font-size: 14px;
    line-height: 15px;
    padding: 14px 30px;
    border-radius: 0;
    border: 1px solid #0099ff;
    font-weight: bold;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin-left: 15px;
    margin-top: 30px;
}

.services-slider .btn:hover{
    color: #FFF;
    background: #0099ff;
}

.services-slider .service-text{
    display: none;
    position: relative;
    padding-left: 30px;
}

.services-slider .service-text.active{
    display: block;
}

.services-slider .service-text .service-icon{
    width: 60px;
    height: auto;
    position: absolute;
    top: 20px;
    right: 35px;
}

.services-slider .service-text .service-photo{
    width: 50px;
    height: auto;
    position: absolute;
    right: 0px;
    top: 45px;
}

.services-slider .service-text p{
    text-align: left;
    display: inline-block;
    color: #1e2122;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 110px;
}