 
    div.cont{margin:0 auto; width:100%;  overflow:hidden;}
ul.extensions{margin:0; padding:0; list-style: none; list-style-type: none; background-color: rgba(0,0,0,.7); padding:5px 0px; position: relative; max-height: 30px;  overflow: hidden; }
    .extensions li{display: inline; float: left; margin:0;  width: 260px; line-height: 35px; padding-right: 20px;  margin-top:-5px;color:white;font-size:15px;}
    .extensions li a{color:white; font-weight: bold; font-size: 19px; opacity: 1; text-decoration: none; }
    .extensions li a img {float:left; margin-right: 5px; margin-top:3px;}
    .extensions li .txt{float:left; text-decoration: line-through; font-size:12px; margin-right: 5px; color:red; }
    .extensions li a:hover img,.extensions li a:hover span, .extensions li a:hover{opacity: .7}
    .extensions li a span.price{float: left;}
 




/*----------------------------------------
             SERVICE STYLE
------------------------------------------*/


.service-area {
    padding-top: 95px;
    padding-bottom: 80px;
}
.service-teatimonial .service-teatimonial-single-item {
    padding: 40px 15px;
}
section.cloud-hosting-service.service-area .service-teatimonial .service-teatimonial-single-item {
    padding: 0;
}
section.cloud-hosting-service.service-area .service-teatimonial .service-teatimonial-single-item .service-teatimonial-item-inner {
    padding: 0;
}
section.cloud-hosting-service.service-area .service-teatimonial .service-teatimonial-single-item .service-teatimonial-item-inner:hover {
   box-shadow:none;
}
section.cloud-hosting-service.service-area .slider-btns-1 button {
    top: -150px;
}
.service-teatimonial .service-teatimonial-single-item .service-teatimonial-item-inner {
    padding: 52px 8px;
    -webkit-transition: .3s;
    transition: .3s;
}
.service-teatimonial .service-teatimonial-single-item .service-teatimonial-item-inner:hover{
    box-shadow: 0px 10px 35px 0px rgba(1, 68, 137, 0.1);
}
.service-teatimonial .service-teatimonial-single-item .service-teatimonial-item-inner:hover h2{
    color: #5dafef;
}
.service-teatimonial .service-teatimonial-single-item .service-teatimonial-item-inner:hover  img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
}
.service-teatimonial-item-inner p {
    font-size: 16px;
    color: #536d87;
    padding: 0 22px;
    line-height: 28px;
}
.slick-slide .service-teatimonial-item-inner img {
    -webkit-transition: .3s;
    transition: .3s;
    margin: auto;
}
.service-teatimonial-item-inner {
    text-align: center;
}
.service-teatimonial-item-inner h2 {
    font-size: 24px;
    color: #3e445b;
    font-weight: 600;
    margin: 27px 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.slider-btns-1 button {
    position: absolute;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 20px;
    line-height: 42px;
    border: none;
    background: #5DAFEF;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    top: -248px;
    left: -7%;
    outline: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.slider-btns-1 {
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    display: none;
}

button.service-nav-right.slick-arrow {
    position: absolute;
    left: auto;
    right: -70px;
}
.service-area:hover .slider-btns-1{
    display: block;
}
