.home-banner{
    padding:140px 0;
    min-height: 505px;
    background: #333;
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    background-image: url('../image/cover-img.jpg');
    background-size: cover;
    background-position: center center;
}

.home-banner h1{    
    font-weight: 600;
    line-height: 115%;
    font-size: 30pt; 
}

.home-banner h1 span{
    font-weight: 200;
    font-size: 25pt;
}

.home-banner p{
     color:#ccc;
    /*border-left:1px solid #fff; 
    padding-left: 20px; */
    margin: 15px 0;
    font-weight: 400;
}
.home-banner button{
    background: #0172f2;
    color:#fff;
    font-weight: 600; 
    border:none;
    margin:15px 0;
    padding:12px 30px;
}

.homeslider{
    background: #000;
    padding: 0px 0;
    width:100%;    
    color:#ccc;
    position: relative; 
    height: auto;
}

.homeslider .owl-dots{
    display: none;
}
.bannerimage{
   display: block;
   padding: 0 0;
   min-height: 100%;
   position: relative;
   height: 500px;
}

.bannerimage .mask{
    position: relative;     
    padding: 150px 15px;
    width: 100%;
    height: 100%;
    content: " ";
    top: 0px;
    left:0;
    background: url(/image/photo_patern.svg) repeat top left;
    z-index: 1;

}

.bannerimage .mask p{
    line-height: 120%;
}
 
.homeslider .owl-nav{
    position: absolute;
    top: calc(50% - 50px);
    width: 100%;
    padding: 0px 20px;
    opacity: .3;
}
.homeslider .owl-nav span{
    font-size: 65px;
}
.homeslider .owl-prev{    
    float: left;
}
.homeslider .owl-next{    
    float: right;
} 

.homeslider h1{
    font-weight: 900;  
    line-height: 110%;  
    color:#fff;
    font-family: 'Roboto';
    text-shadow: 2px 2px 5px rgba(0,0,0,.3);
}


