.sec-1{
    min-height:620px;
    background-color: #0054ff;
    color: #fff;
}
.sec-1 .sec-text{
    width:50%;
    padding-top: 150px;
    display: inline-block;
}
.sec-1 .sec-img {
    width:50%;
    display: inline-block;
    text-align:left;
    float: right;
}
.sec-1 .sec-img img {width: 98%;}

@media only screen and (max-width: 1434px){
    .sec-1 {min-height: 560px}
    .sec-1 .sec-text{
        padding-top:70px;
    }
    .sec-1 .sec-img {text-align:right}
}

@media only screen and (max-width: 1224px){
    .sec-1{}
    .sec-1 .sec-img {
        width: 36%;
        padding-top: 90px;
    }
    .sec-1 .sec-text {width:60%}
}
@media only screen and (max-width: 768px){
    h1 {font-size: }
    .sec-1{
        height: auto;
        
        padding-bottom: 130px;
    }
    .sec-1 .sec-img {
        width: 100%;
        padding-top: 40px;
        float:none;
    }
    .sec-1 .sec-text {width:100%}
}


.sec-2 {
    background-color: #fff;
    padding-bottom: 200px;
}
.sec-2 .box-wrapper{
    background-color: #fff;
    padding: 35px 87px;
    -webkit-box-shadow: 0 14px 17px 0 rgba(0,17,91,0.15);
    box-shadow: 0 14px 17px 0 rgba(0,17,91,0.15);
    margin-top: -74px;
    width: 100%;
    float: left;
    display: flex;

}
.sec-2 .box-item {
    
    border-bottom: 2px solid #0054ff;
    position:relative;
    width: 250px;
    flex: 1;
    margin-right: 86px;
}
.sec-2 .box-item:before {
    position: absolute;
    width:52px;
    left:0;
    bottom: -4px;
    border-bottom: 3px solid #0054ff;
    content: ' ';
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.sec-2 .box-item:hover:before {
    width:100%;
}
.sec-2 .box-item:last-child {
    margin-right:0
}
.sec-2 .box-item > a{
    display: block;
    width: 100%;
    height: 100%;
}
.sec-2 .box-icon{
    width:40px;
    margin-bottom: 70px;
    margin-right:12px;
    float:left;
    max-height: 37px;
}
.sec-2 .box-title{
    font-size: 18px;
    font-weight: 600;
    color: #444649;
    float: left;
    width: calc(100% - 52px);
    line-height: 16px;
margin-bottom: 9px;
}
.sec-2 .box-text{
    font-size: 16px;
    font-weight: 300;
    float:left;
    width: calc(100% - 52px);
    line-height: 1.2em;
    margin-bottom: 5px;
    color: #444649;
}
.sec-2 .box-cta{
    float:left;
    width: calc(100% - 52px);
    padding-bottom:13px;
}
.sec-2 .box-cta a,
.sec-2 .box-cta a:visited{
    font-size:  16px;
    font-weight: 600;
    color:#0054ff;
}
.sec-2 .box-cta span.link{
    font-size:  16px;
    font-weight: 600;
    color:#0054ff;
}
@media only screen and (max-width: 1434px){
    .sec-2 {}
    .sec-2 .box-wrapper {

        padding:35px 40px;
    }
    .sec-2 .box-item {
        margin-right: 63px;
    }
    
}
@media only screen and (max-width: 1224px){
    .sec-2{padding-bottom:400px}
    .sec-2 .box-wrapper {padding: 35px 100px;display:block}
    .sec-2 .box-item{
        float:left;
        margin-bottom:50px;
    }
    .sec-2 .box-item:nth-child(even){margin-right:0;float:right}
    .sec-2 .box-item:nth-child(3),
    .sec-2 .box-item:nth-child(4){
        margin-bottom:0;
    }
}
@media only screen and (max-width: 910px){
    .sec-2 {}
    .sec-2 .box-wrapper {

        padding:35px 60px;
    }
    .sec-2 .box-item {
        margin-right: 43px;
    }
    
}
@media only screen and (max-width: 710px){
    .sec-2 {display:grid;padding-bottom:70px}
    .sec-2 .box-wrapper {
        padding: 50px 10px;
        float: none;
        width: 100%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        display: grid;
    }
    .sec-2 .box-item {
        float: none !important;
        display: inline-block;
        margin: 0 auto 50px !important;
        position: relative;
        clear: both;
        
    }
    .sec-2 .box-item:last-child {margin-bottom:0 !important}
    
}

.sec-3{
    background-color: #fff;
    padding:35px 0 135px;
}
.sec-3 .content-container{
    overflow: hidden;
}

.sec-3 .sec-txt{
    max-width:980px;
    margin: 0 auto;
}

.sec-3 .box-wrapper{
    padding-top:90px;
    overflow: hidden;
}
.sec-3 .box-item{
    width:25%;
    float:left;
    text-align: center;
    padding: 0 30px;
}
.sec-3 .box-icon{
    height: 144px;
}
.sec-3 .box-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;
    margin: 10px 0;
}
.sec-3 .box-text{
    line-height: 1.2em;
}
@media only screen and (max-width: 1224px){
    .sec-3{padding-bottom: 75px}
    .sec-3 .box-item{
        width:49%;
        margin-bottom:60px;
    }
    .sec-3 .box-item:nth-child(even){
        float:right;
    }
     
}
@media only screen and (max-width: 910px){
    .sec-3 .box-title{font-size:20px;}
}
@media only screen and (max-width: 552px){
    .sec-3 .box-item{
        float:none !important;
        width: 100%;
        max-width: 300px;
        margin: 0 auto 70px !important;
    }
    .sec-3 .box-item:last-child{
        margin-bottom:0 !important;
    }
}

.sec-4 {
    
    background: #f3f6fd; /* Old browsers */
    background: -moz-linear-gradient(top,  #f3f6fd 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f3f6fd 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f3f6fd 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f6fd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    
    padding: 120px 0 140px;
    overflow: hidden;

}
.sec-4 .sec-txt{
    margin:0 auto;
    max-width: 630px;
    text-align:center;
}
.sec-4 .wrapper{
    position: relative;
    float:left;
    margin-top:90px;
    margin-bottom: 150px;
}
.sec-4 .sec-img{
    width: 50%;
    
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    
     
}
.sec-4 .sec-img img{
    position: absolute;
    top:0;
    right:39px;
    height:100%;
    width:auto;
    
   box-shadow: -10px -10px 0 0 rgba(0,84,255,1);

}
.sec-4 .sec-text{
    width:50%;
    float:right;
    padding: 33px 0;
}
.sec-4 .sec-text p{
    margin-bottom:25px;
    margin-top: 0;
    margin-left:30px;
}
.sec-4 .features{
    margin-top:25px;
    margin-bottom:55px;
    overflow: hidden;
}
.sec-4 .feat-item{
    margin-bottom:25px;
    width: 50%;
    padding-left: 45px;
    position: relative;
    float:left;
    font-weight:600;
}
.sec-4 .feat-item::before{
    font-family: 'FontAwesome';
    content: "\f054";
    position: absolute;
    top: 1px;
    left: 29px;
    color: #3fcf91;
    opacity:1;
    font-size: 13px;
}
.sec-4 .sec-text .btn{margin-left:30px}

.sec-4 .partners{
    text-align: center;
    display:flex;
    padding-top:25px;
}
    
.sec-4 .partners .item{
    width:16.66%;
    height: 100px;
    flex:1;
}
.sec-4 .partners .item:nth-child(5){
    height:68px;
    margin-top:16px;
}
@media only screen and (max-width: 1224px){
    
    .sec-4 .partners .item:nth-child(5){
        height: 48px;
        margin-top: 28px;
    }
    .sec-4 .sec-img{
        width: 100%;
        position: absolute;
        height: 100%;
        top: 0;
        left:auto;
        right: 50%;
        overflow:hidden;
        
        box-shadow: -10px -10px 0 0 rgba(0,84,255,1);
    }
    .sec-4 .sec-img img {right: auto;left:0;box-shadow:none}
     
}
@media only screen and (max-width : 678px) {
    .sec-4{padding-bottom: 70px}
    .sec-4 .wrapper {
        margin-top:60px;margin-bottom: 70px;float: none;
    }
    .sec-4 .sec-img{
        position: relative;
        width: calc(100% - 10px);
        height: auto;
        overflow: hidden;
        text-align: center;
        right: auto;
    
        box-shadow:none;
        margin-right:auto;
        margin-left:auto;
    }
    
    .sec-4 .sec-img img{
        position: relative;
        height: auto;
        width: auto;
        max-height: 290px;
        
        box-shadow: -10px -10px 0 0 rgba(0,84,255,1);
        margin-top:10px;
        margin-right:10px;
    }
    .sec-4 .feat-item,
    .sec-4 .sec-text {width: 100%}
    .sec-4 .sec-text p {margin-left:0; width:100%}
    .sec-4 .feat-item{padding-left: 15px}
    .sec-4 .feat-item::before{left:0}

    
    .sec-4 .partners {display: block}
    .sec-4 .partners .item {width: 31%;margin-bottom: 40px;}
    .sec-4 .partners .item:nth-child(5) {
        height: 50px;
        margin-top: 0;
        margin-bottom: 64px;
        
    }
    
}
@media only screen and (max-width : 517px) {
    .sec-4 .sec-img{
        box-shadow: -10px -10px 0 0 rgba(0,84,255,1);
    }
    .sec-4 .sec-img img{
         box-shadow:none;
         margin-top:0;
    }
}
@media only screen and (max-width : 440px) {
    .sec-4 .partners .item {width: 47%;}
    
    .sec-4 .sec-text{text-align: center}
    .sec-4 .sec-text p,
    .sec-4 .features{text-align:left}
    .sec-4 .sec-text .btn{margin: 0 0 60px;}
    
    .sec-4 {
        padding: 60px 0;
    }
    .sec-4 h2:first-child,
    .sec-4 .sec-txt {
        text-align: left !important;
    }
    
    
}


.sec-5 {
    background: #0054ff;
    color:#fff;
    padding: 120px 0 ;
    overflow: hidden;
}

.sec-5 .wrapper{
    position: relative;
    float:left;
    margin-top:70px;
    
}
.sec-5 .sec-img{
    width: 50%;
    float:left;
    
    height: 100%;
    position:relative;
}
.sec-5 .sec-img img{
    width:100%;
}
.sec-5 .location {
    position: absolute;
    padding: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    background:#fff;
    color:#444649;
    top: 183px;
    right: 253px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
}
.sec-5 .location .title{
    font-size: 18px;
    font-weight: 600;
    text-transform:uppercase;
    text-align: left;
}
.sec-5 .location .title img{width:30px;float:left;margin-left: 14px;margin-right:5px}
.sec-5 .location .clearfix{
    border-bottom:1px solid #ddeffc;
    margin:3px 0;
}
.sec-5 .location .text{
    font-size:16px;
    margin-top: 3px;
}
.sec-5 .location .text > a.link{
    color:#444649;
    display: inline-block;
    font-size:16px;
    font-weight:300;
}
.sec-5 .location .text > a.link:after {
    display:none;
}
.sec-5 .location .text > a.link:before {
    background-color: #444649;
    bottom: 1px;
}
.sec-5 .sec-text{
    width:50%;
    float:right;
    padding: 33px 0;
}
.sec-5 .sec-text p{
    margin-bottom:75px;
    margin-top: 0;
    margin-left:27px;
}
.sec-5 .features{
    margin-top:25px;
    margin-bottom:55px;
    overflow: hidden;
}
.sec-5 .features .item{
    margin-bottom:25px;
    width: 50%;
    padding-left: 27px;
    position: relative;
    float:left;
    
}
.sec-5 .features .icon{
    max-height: 32px;
    max-width: 40px;
}
.sec-5 .features .title{
    
    font-weight:600;
}
.sec-5 .features .text{
    font-size: 16px;
}
@media only screen and (max-width: 1224px){
    
    .sec-5 .sec-img{
        padding-top:120px;
    }
    .sec-5 .location {right: calc(50% - 90px);}
     
}
@media only screen and (max-width: 910px){
    
    .sec-5 .sec-img{
        float: none;
        margin: 0 auto;
        padding-top: 30px;
        width: 100%;
        max-width: 600px;
    }
    .sec-5 .location {top:35px}
    .sec-5 .sec-text{
        float: none;
        width: 100%;
    }
     
}
@media only screen and (max-width: 610px){
    .sec-5 .features .item {width:100%;padding-left: 0px;}
    .sec-5 .sec-text p { margin-left:0}
    .sec-5 { padding:60px 0}
    .sec-5 .features { margin-bottom: 0;}
}


.sec-6 {
    padding: 120px 0;
    background: #fff;
    position: relative;
}

.sec-6 h2 > i.fa{color :#0054ff}

.sec-6 h2 > img{
    height: 26px;
}


.sec-6 .testimonials{
    position: relative;
    margin-top: 100px;
}
.sec-6 .testimonials .slick-track{
    padding: 40px 0 70px;
}
.sec-6 .testimonials .slick-slide{
     background : #FFFFFF;
      background : rgba(255, 255, 255, 1);
    padding:40px 20px;
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
    -webkit-box-shadow: 0 14px 17px 0 rgba(0,17,91,0.15);
    box-shadow: 0 14px 17px 0 rgba(0,17,91,0.15);
    
    margin: 40px 37px 0;
    /*
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    */
}
.sec-6 .testimonials .slick-slide .title{
    font-size: 21px;
    font-weight: 600;
    color: #0054ff;
    height: 50px;
    line-height: 25px;
    margin-bottom: 20px;
}
.sec-6 .testimonials .slick-slide .text{
    font-size: 16px;
    height: 140px;
    margin-bottom: 40px;
}
.sec-6 .testimonials .slick-slide .text > a,
.sec-6 .testimonials .slick-slide .text > a:visited{
    color: #444649;
    font-size: 16px;
}
.sec-6 .testimonials .slick-slide .text > a:hover{
    color: #0054ff;
    text-decoration: underline;
}
.sec-6 .testimonials .slick-slide .rating{
    font-size: 18px;
    font-weight: 600;
    color: #0054ff;
    position: relative;
}
.sec-6 .testimonials .slick-slide .rating span{
    font-size: 16px;
    font-weight: 300;
    color: #444649;
}
.sec-6 .testimonials .slick-slide .rating span.logo{
    
    background-image: url('/National_Library/oe_/https://www.wehaveservers.com/img/icons_reviews.png');
    
    width: 150px;
    height: 40px;
    
    background-repeat: no-repeat;
    
    position: absolute;
    top:4px;
    right: 5px;
    
}
.sec-6 .testimonials .slick-slide .rating span.logo.top10{
    background-image: url(/National_Library/oe_/https://www.wehaveservers.com/img/top10_icons_reviews.png);
    
}
.sec-6 .testimonials .slick-slide .rating span.logo.hosting-advice{
    background-image: url(/National_Library/oe_/https://www.wehaveservers.com/img/hostingadvice_review_logo.png);
    
}
.sec-6 .testimonials .slick-slide .rating span.logo.host-advice{
    background-position: 0px 0px;
    
}

.sec-6 .slick-dots li{margin:0 10px}
.sec-6 .slick-dots li button::before {
    border: 2px solid #0054ff;
    color:transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width:18px !important;
    height:8px !important;
    top: 3px;
    opacity:1 !important;
}
.sec-6 .slick-dots li.slick-active button::before{
    background-color:#0054ff;
    color:transparent;
}

.sec-6 .slick-next::before {
    content: '\f178';
    font-family: FontAwesome;
    color:#0054ff;
    font-size: 27px;
}
.sec-6 .slick-next {
    right: calc(50% - 128px);
    top: auto;
    bottom: -31px;
    z-index:99;
}

.sec-6 .slick-prev::before {
    content: '\f177';
    font-family: FontAwesome;
    color:#0054ff;
    font-size: 27px;
}
.sec-6 .slick-prev {
    left: calc(50% - 132px);
    top: auto;
    bottom: -31px;
    z-index:99;
}
.sec-6 .testimonials .slick-slide.slick-center {
    background-color: #0054ff;
    color:#fff !important;
    margin-top:0px;
    
   
    /*
    -webkit-transition: background,color .3s ease-in-out;
    -moz-transition: background,color .3s ease-in-out;
    -ms-transition: background,color .3s ease-in-out;
    -o-transition: background,color .3s ease-in-out;
    transition: background,color .3s ease-in-out;
    */
    
}
.sec-6 .testimonials .slick-slide.slick-center .text{
    height: 180px;
}
.sec-6 .testimonials .slick-slide.slick-center .title,
.sec-6 .testimonials .slick-slide.slick-center .text > a,
.sec-6 .testimonials .slick-slide.slick-center .text > a:visited,
.sec-6 .testimonials .slick-slide.slick-center .text > a:hover,
.sec-6 .testimonials .slick-slide.slick-center .rating,
.sec-6 .testimonials .slick-slide.slick-center .rating span{
    color: #fff;
}

@media only screen and (max-width: 1434px){
    .sec-6 {}
    .sec-6 .testimonials .slick-slide{margin: 40px 18px 0;}
    .sec-6 .testimonials .slick-slide .rating span.logo {
        width:110px;
        height: auto;
        top: 6px;
    }
    
}
@media only screen and (max-width: 1224px){
    
    .sec-6 .testimonials .slick-slide .title{height:78px;}
    .sec-6 .testimonials .slick-slide .text{height: 190px}
    .sec-6 .testimonials .slick-slide.slick-center .text{height:230px}
    .sec-6 .testimonials .slick-slide .rating {padding-top:60px}
    .sec-6 .testimonials .slick-slide .rating span.logo{right: auto;left: 0;} 
}
@media only screen and (max-width: 970px ){
    .sec-6 .testimonials:before{
        content:' ';
        position: absolute;
        width: 50px;
        height: 100%;
        top:0;
        left:0;
        z-index: 9;
        
        background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

    }
    .sec-6 .testimonials:after{
        content:' ';
        position: absolute;
        width: 50px;
        height: 100%;
        top:0;
        right:0;
        z-index: 9;
        
        background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */


    }
    
    .sec-6 .testimonials .slick-slide {
        background-color: #0054ff;
        color: #fff !important;
        margin-top: 0px;
        
    }
    .sec-6 .testimonials .slick-slide.slick-center .text{
        height: 180px !important;
    }
    .sec-6 .testimonials .slick-slide .rating,
    .sec-6 .testimonials .slick-slide .rating span,
    .sec-6 .testimonials .slick-slide .title{color:#fff}
}
@media only screen and (max-width: 500px){
    
    .sec-6 .testimonials:before,
    .sec-6 .testimonials:after{display:none}
    .sec-6 .testimonials {margin-top:0px}
    
    .sec-6 {
    padding: 60px 0;
    }
}