.HomeSliderWrap{}
.HomeSliderInfoWrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(30deg, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0)50%);
}
.HomeSliderInfo{
    /* float: left; */
    margin: 0px 40px;
    bottom: 140px;
    position: absolute;
    left: 0;
    width: 50%;
}
.HomeSliderTitle{}
.HomeSliderTitle h1{
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 2px 2px 2px black;
}

.HomeSlidersummary{
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 20px;
    text-shadow: 2px 2px 2px black;
}
.HomeSlidersummary ol li{
    margin-bottom: 14px;
}
.HomeSliderimg{
    height: 100vh;
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* position: relative; */
}
.HomeSliderimg img{}
a.HomeSliderBTN{
    /* font-size: 30px; */
    font-weight:bold;
    margin: 20px 0;
    padding: 11px 16px;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid #fff;
    border-style: solid;
    color: #ffffff;
    text-decoration: none;
    border-radius:2px;
    background-color: rgba(132, 41, 43, 0.85);
    text-transform: capitalize;
}
a.HomeSliderBTN:hover{
    color: rgb(132, 41, 43);
    background:#ffffff;
}
a.HomeSliderBTN:empty{display:none}
.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 7%;
    margin-left: 40px;
}
.owl-theme .owl-dots .owl-dot span{
    width: 30px!important;
    height: 30px!important;
    border: 3px solid rgba(255, 255, 255, 0.89);
    background: rgba(232, 232, 232, 0.34)!important;
    transition: 0.3s;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #4682b4 !important;
    border: 3px solid #fff;
}

.dnnEditState .HomeSlider {
    position: absolute;
    top: unset;
    width: 50%;
    min-height: auto;
    max-height: 300px;
    bottom: 196px;
    margin-left: -26%;
    left: 50%;
}
.dnnEditState .HomeSliderimg{
    height: 260px;
    /*height:600px;background-attachment: unset;*/
    
}
.dnnEditState .HomeSliderInfo {
    width: 45%;
    font-size: 18px;
    bottom: 88px;
    
}
.dnnEditState .HomeSliderTitle h1{
    font-size: 20px;
    
}
.dnnEditState .HomeSlidersummary{
    font-size: 16px;
}

/***Responsive  Section 
**********************************************/
@media screen and (max-height: 1600px){
    .HomeSliderInfo{
        bottom: 190px;
    }
}
@media screen and (max-width: 1500px){}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 1024px){}
@media screen and (max-width: 900px){
    .HomeSliderTitle h1{font-size: 20px;}
    .HomeSlidersummary{margin-top: 10px;}
    .HomeSliderInfo{width:65%;}
}
@media screen and (max-height: 900px){
    .HomeSliderInfo {
        bottom: 135px;
    }
}
@media screen and (max-width: 768px){}
@media screen and (max-width: 485px){
    .HomeSliderTitle h1{font-size: 18px;}
    .HomeSlidersummary{margin-top: 10px;}
    .HomeSliderInfo{width:75%;}
}
@media screen and (max-height: 485px){}
@media screen and (max-width: 360px){}