.HomeSliderWrap{}
.HomeSliderInfoWrap{
    position: absolute;
    top: 0;
    left: 0;
    /* max-width: 600px; */
    height: 100%;
    /* padding: 25px 46px; */
    /* margin-bottom: 61px; */
    background-image: linear-gradient(30deg, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0)60%);
    width: 100%;
}
.HomeSliderInfo{
    /* float: left;
    margin: 40px;
    position: relative;
    bottom: 50px;
    position: absolute;
    left: 0;
    width: 35%; */
    /* margin-top: 60px; */
    position: absolute;
    padding: 25px 46px;
    margin-bottom: 90px;
    bottom: 0;
    width:40%;
}
.HomeSliderTitle{}
.HomeSliderTitle h2{
    font-size: 48px;
    line-height: 54px;
    font-weight: 800;
    color: #ffffff;
}

.HomeSlidersummary{
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    margin-top: 10px;
    line-height: 24px;
}

.HomeSliderimg{
    /*background-attachment: fixed;*/
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: cover;
    /* position: relative; */
    height: 510px;
}
.HomeSliderimg img{}
a.HomeSliderBTN{
    transition: 0.3s;
    display: inline-block;
    width: 200px;
    /* padding-top: 5px; */
    /* padding-bottom: 5px; */
    /* height: 55px; */
    line-height: 48px;
    font: 13px/60px promixa-nova,sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
    border: 1px solid;
    border-color: rgba(255,255,255,0.7);
    background-color: transparent;
    text-align: center;
    white-space: nowrap;
    z-index: 1;
    position: relative;
    margin-top: 35px;
}
a.HomeSliderBTN:hover{
    border: 1px solid #fff;
    background-color: #3D88C1
}
a.HomeSliderBTN:empty{display:none}
.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 40px;
    margin-left: 40px;
}
.owl-theme .owl-dots .owl-dot span{
    width: 30px !important;
    height: 30px !important;
    background: rgb(255, 255, 255) !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #3D88C1  !important;
}

.dnnEditState .HomeSliderimg{height:600px;background-attachment: unset;}
.dnnEditState .HomeSliderInfo {width:40%;}
.dnnEditState .HomeSliderTitle h1{font-size: 42px;line-height: 50px;}


/***Responsive  Section 
**********************************************/
@media screen and (max-width: 1500px){}

@media screen and (max-width: 1360px){
    .HomeSliderimg {background-position: center;}
}

@media screen and (max-width: 1200px){
    .HomeSliderimg {background-position: center;}
}

@media screen and (max-width: 1024px){
    .HomeSliderInfo{width: 90%;}
    .HomeSliderimg {background-position: center -0px;}
}

@media screen and (max-width: 900px){
    .HomeSliderTitle h2{font-size: 36px;}
}
@media screen and (max-width: 768px){
   
    .HomeSliderimg {
        height: 412px;
        
    }
    
    .HomeSliderInfoWrap {
        position: relative;
        left: 0;
        z-index: 2;
        background: #0e5d91;
        /*padding: 20px;*/
        margin-left: 0;
        height: 200px;
    }

    .HomeSliderInfo{
        position: relative;
        margin-bottom: 0px;
        padding: 25px 25px;
    }
    a.HomeSliderBTN{margin-top:15px;}
    
    .owl-carousel .owl-stage-outer{overflow: visible!important;}
    
    .owl-theme .owl-nav.disabled+.owl-dots {
    bottom: 0;
    left: 20px;
}
}

@media screen and (max-width: 670px){

    
}

@media screen and (max-width: 600px){
    .HomeSlider{
     /* position: relative;
      width: 100%;
      height: auto;
      top: 0;
      margin-top: 120px;*/
   }
    .HomeSliderInfoWrap {
        /*background-image: linear-gradient(30deg, rgb(34, 34, 34) 20%, rgb(34, 34, 34)100%);*/
    }
    .HomeSliderInfo{
        width: auto;
        position: relative;
        bottom: 0;
        margin: 0 0 0 0;
        padding:20px;
    }
    .HomeSliderTitle h1{font-size: 25px;}
    .HomeSlidersummary{font-size: 14px;}
    .HomeSliderimg{/*height: 340px;background-position: center;overflow: hidden;*/}
    a.HomeSliderBTN{font:13px/40px proxima-nova, sans-serif;  }
}

@media screen and (max-width: 480px){
    .HomeSliderTitle h1 {font-size: 20px;line-height: 30px;}
    .HomeSliderTitle h2{font-size: 24px; line-height:30px;}
}

@media screen and (max-width: 375px){
    .owl-theme .owl-nav.disabled+.owl-dots {
    bottom: 0;
    left: -4px;
    }
}
@media screen and (max-width: 320px){
    .owl-theme .owl-nav.disabled+.owl-dots {
    bottom: 0;
    left: -31px;
    }
}