.homepage{
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    -webkit-background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-repeat: no-repeat;
    color: #fff;
    background-position: 50% 50%;
}
.homepage .container{
    display: table;
    height: 100%;
}
.homepage  .tablecenter{
        height: 100%;
    display: table;   
}
.homepage .row{
    display: table-cell;
    vertical-align: middle;
}
.homepage .hosting{
    width: 100%;
}
.homepage .home-text{
    padding: 70px 0 0;
}

.carousel {
    position: relative;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.carousel-inner .section-one {
    background: rgba(51, 51, 51, 0.77);
    background-image: url("https://cdn.ninja/yacolo2/images/slider1.jpg");    
}
.carousel-inner .section-two {
    background: rgba(51, 51, 51, 0.77);
    background-image: url("https://cdn.ninja/yacolo2/images/slider2.jpg");    
}
.carousel-inner .section-three {
    background: rgba(51, 51, 51, 0.77);
    background-image: url("https://cdn.ninja/yacolo2/images/slider3.jpg");    
}
.carousel-inner .section-one, 
.carousel-inner .section-two,
.carousel-inner .section-three{
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
} 
.carousel-inner > .item > img, 
.carousel-inner > .item > a > img,
.carousel-inner > .item{    
    height: 100%;
}
.carousel-inner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: 0;
}
.carousel-control {    
    width: 5%;
}

.homepage .home-text i.fa-cloud{
    padding: 0px 3px 0px 0px;
    margin-top: 0px;
    position: absolute;
    margin-top: 1px;
    margin-left: -18px;
}
.homepage h1{
    font-size: 35px;
    margin-top: 45px;
    margin-bottom: 15px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: .5px;
    font-weight: 600;
}
.section-one .btn-yacolo,
.section-two .btn-yacolo,
.section-three .btn-yacolo{
    background: transparent;
    box-shadow: 0px 1px 15px #eeeeee;
}
 
.homepage p{
    letter-spacing: 0.2px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 70px;
    padding-top: 5px;
    font-weight: 500;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.homepage h5{
    color: #07b8e4;
    padding-left: 19px;
    letter-spacing: .5px;
}
.homepage .section-three h5{
    color: #d3c636;
    padding-left: 19px;
    letter-spacing: .5px;
    font-weight: 600;
}
.homepage h6{
    margin-top: 15px;
}
.homepage .section-two p{
    padding: 0;
}
.list-unstyled {
    padding-left: 0;
    margin-bottom: 30px;
}
.fontsize16{
    font-size: 16px;
    padding: 5px 0;
}
.fontsize16 strong {
    font-weight: bold;
    font-size: 17px;
    color: #387cd5;
}
.fontsize16:first-of-type i{
    color: #387cd5;
}
.fontsize16 i{
    padding-right: 10px;
}



@media(max-width: 991px){
    .homepage p {
        padding: 10px 10px;
    }
    .carousel{
        overflow-x: hidden;
    }
}
@media(max-width: 767px){
    .fontsize16 {
        font-size: 16px;
        padding: 0;
    }
    .homepage h1 {
        font-size: 35px;
        margin-top: 70px;
        margin-bottom: 5px;
    }
    .carousel-control {
        width: 8%;
    }
}
@media(max-width: 480px){
    .homepage h1 {
        font-size: 25px;
        margin-top: 70px;
        line-height: 35px;
        
    }
    .homepage p {
        padding: 0;
        margin: 0;       
        font-size: 14px;
    }
    .section-one p,
    .section-three p{
        margin-bottom: 15px;
    }
    .fontsize16 {
        font-size: 13px;
        padding: 0;
    }
}
@media(max-width: 320px){
    .homepage h1 {
        font-size: 20px;
    }
}