.banner{
    background: url(/assets/images/backgrounds/hiis-banner.jpg) no-repeat center;
    background-size: cover;
    padding: 130px 0 180px;
}
.banner h1{
    font-size: 4.8rem;
    max-width: 980px;
    margin: 0 auto 40px auto;
}
.banner .subtitle{
    font-size: 2.6rem;
    color: #131313;
    font-weight: 600;
}
.banner .btn{
    width: 300px;
}

.overview{
    background-color: #ededed;
    padding: 90px 0 50px;
}
.overview .top{
    height: 180px;
    background-color: #091871;
    text-align: left;
    margin-bottom: 50px;
}
.overview .top img{
    margin-top: -25px;
    margin-left: 1%;
    margin-right: 3%;
}
.overview  h2{
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    font-size: 4.2rem;
}
.overview .top span{
    color: #fff;
    font-size: 2.8rem;
    display: block;
    text-align: right;
    width: 120%;
    margin-top: 10px;
}
.overview p {
    font-size: 1.4rem;
    color: #595959;
    line-height: 22px;
    max-width: 1100px;
    margin: 0 auto 30px auto;
}
@media all and (max-width:991px){
    .overview.cnt{
        padding: 90px 0;
    }
    .overview .top{
        zoom:0.8;
        height: auto;
        text-align: center;
    }
    .overview .top img{
        margin-left: 0;
        zoom: 0.7;
        margin-right: 0;
    }
    .overview .top span{
        width: 100%;
        padding-right: 20px;
    }
}

.what .container{
    padding-top: 60px;
    padding-bottom: 60px;
}
.what h2{
    margin-bottom:40px;
}
.horizontal .right{
    padding-left: 30px;
}
.horizontal .head{
    font-size: 20px;
    line-height: 22px;
    color: #2f2f2f;
    margin-bottom: 20px;
}
.horizontal .dots1{
    font-size: 14px;
    color: #2e2e2e;
}
.what .horizontal{
    margin-bottom: 30px;
}
.horizontal.hover:hover .l-icon.icon1-7{
    background-position: 9px -1298px;
}
.horizontal.hover:hover .l-icon.icon1-8{
    background-position: -130px -1298px;
}
.horizontal.hover:hover .l-icon.icon1-12{
    background-position: -711px -1295px;
}
.horizontal.hover:hover .l-icon.icon1-10{
    background-position: -424px -1295px;
}
.what .tips{
    text-align: center;
}
.what .tips span{
    color: #091871;
    font-size: 4.8rem;
}




.edition {
    background: url("/assets/images/backgrounds/data-loss-prevention-software-bg.jpg") no-repeat center;
    background-size: cover;
}
.edition .container {
    padding-top: 70px;
    padding-bottom: 70px;
}
.edition p {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}
.edition .jump {
    margin-top: 40px;
}
.edition .jump a {
    margin: 10px;
    min-width: 260px;
}


.easily {
    background-color: #fff;
}
.easily .container{
    padding-top: 80px;
    padding-bottom: 70px;
}
.easily .f-bradhitc{
    font-size: 36px;
    line-height: 50px;
    color: #091871;
    max-width: 310px;
    margin-bottom: 0;
}
.easily hr{
    width: 70px;
    height: 6px;
    background-color: #091871;
    margin-left: 0;
    margin-top: 35px;
    margin-bottom: 45px;
}
.intro{
    max-width: 320px;
}
.intro .show{
    display: block;
}
.intro-txt{
    display: none;
}
.intro-txt h5{
    font-size: 16px;
    line-height:1;
    margin-bottom: 15px;
}
.intro-txt p{
    font-size: 14px;
    line-height:22px;
}
.easily .slick-dots {
    margin-left: -280px;
}
.carousel{
    background: url("/assets/images/backgrounds/automated-backup-software-user.jpg") no-repeat center;
    background-size: cover;
}
.carousel .container{
    padding-bottom: 80px;
    padding-top: 70px;
}
.carousel .slick-next, .carousel .slick-prev{
    display: none!important;
}
.carousel  h6{
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #2f2f2f;
    margin-bottom: 0;
}
.carousel .cnt{
    margin-top: 30px;
    margin-bottom: 65px;
    padding: 0;
    font-size: 14px;
    color: #2e2e2e;
}
.carousel .swiper-box{
    position: relative;
}
.carousel .swiper-box:after{
    content: '';
}
.carousel .slick-dots li.slick-active button{
    height: 8px;
    width: 8px;
    border-radius: 4px;
    background-image: linear-gradient(
            #091871,
            #091871),
    linear-gradient(
            #cecece,
            #cecece);
}
.carousel  .slick-dots li button{
    height: 8px;
    width: 8px;
}
@media (max-width: 991px) {
    .banner h1{
        background: none;
        padding-left: 0;
    }
    .banner h1 small{
        position: static;
        text-align: left;
    }
    .easily .f-bradhitc,.intro{
        max-width: 100%;
    }
    .easily .slick-dots{
       margin-left: auto;
    }
}

/*slick*/
.am-features .slick-dots li button {
    width: 12px;
    text-align: center;
    height: auto;
    line-height: 1;
    font-size: 1.6rem;
    color: #333;
    background-color: transparent;
}
.am-features .slick-dots li.slick-active button {
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 2.0rem;
    color: #091871;
    text-decoration: underline;
    background-color: transparent;
}

.am-reviews .slick-dots li {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.am-reviews .swiper-box .slick-list {
    position: relative;
}
.am-reviews .swiper-box .slick-list:before {
    content:'';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #091871;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.am-reviews .slick-list:after{
    content:'';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #091871;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    bottom: 45px;
    right: 0;
}


.carousel {
    background: url('/assets/images/backgrounds/automated-backup-software-feature.jpg') no-repeat center;
    background-size: cover;
    margin-bottom: 0;
}
.carousel h2{
    margin-bottom: 50px;
}
.carousel .container{
    padding-bottom: 90px;
    padding-top: 90px;
}
.carousel .slick-next, .carousel .slick-prev{
    display: none!important;
}
.carousel  h6{
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #2f2f2f;
    margin-bottom: 0;
}
.carousel .cnt{
    margin-top: 30px;
    margin-bottom: 65px;
    padding: 0;
    font-size: 14px;
    color: #2e2e2e;
}
.carousel .swiper-box{
    position: relative;
}
.carousel .swiper-box:after{
    content: '';
}
.carousel .slick-dots li.slick-active button{
    height: 8px;
    width: 8px;
    border-radius: 4px;
    background-image: linear-gradient(
            #091871,
            #091871),
    linear-gradient(
            #cecece,
            #cecece);
}
.carousel  .slick-dots li button{
    height: 8px;
    width: 8px;
}