.HomeSliderWrap{}
.HomeSliderInfoWrap{
    position: absolute;
    bottom: 25%;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.90);
    padding: 20px 0px;
}
.HomeSliderInfo{
    position: relative;
    left: 0;
    width: 900px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.HomeSliderTitle{
    border-bottom: 1px dotted #222;
    padding-bottom: 20px;
}
.HomeSliderTitle h1{
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    color: #37373D;
}

.HomeSlidersummary{
    font-size: 18px;
    font-weight: normal;
    color: #37373D;
    margin-top: 20px;
}

.HomeSliderimg{
    height:100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.HomeSliderimg img{}
a.HomeSliderBTN{
    /* font-size: 30px; */
    font-weight:bold;
    margin: 30px 0 0 0;
    padding: 11px 16px;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid #222222;
    border-style: solid;
    color: #222222;
    text-decoration: none;
    border-radius:2px;
}
a.HomeSliderBTN:hover{
    color: #ffffff;
    background:#222222;
}
a.HomeSliderBTN:empty{display:none}
.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 4%;
    margin-left: 40px;
}
.owl-theme .owl-dots .owl-dot span{
    width: 25px;
    height: 25px;
    background: #0f59af;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ededeaba;
}
/***Responsive  Section 
**********************************************/
@media screen and (max-width: 1500px){}

@media screen and (max-width: 1200px){}

@media screen and (max-width: 1024px){}

@media screen and (max-width: 900px){
    .HomeSliderInfoWrap {position: absolute;padding: 20px 20px;width:100%;} /*added absolute & 100% by sudhakar on jan 24th 2020*/
    .HomeSliderInfo {width:100%;}
    .HomeSliderimg{margin-top: 190px;height: 60vh;}
    .owl-theme .owl-nav.disabled+.owl-dots{bottom:4%;}
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #fff;}
    .owl-theme .owl-dots .owl-dot span {width:25px; height:25px;box-shadow: 0 0px 13px rgba(0, 0, 0, 0.46);}
}

@media screen and (max-width: 600px){
    .HomeSliderimg{height: 42vh;}
    .HomeSliderTitle h1{font-size:100%;}
    .HomeSlidersummary{font-size: 85%;}
}

@media screen and (max-width: 480px){
    .HomeSliderimg{height: 34vh;margin-top: 170px;}
    .HomeSliderTitle{padding-bottom: 5px;}
    .HomeSlidersummary{margin-top: 5px;}
    .owl-theme .owl-nav.disabled+.owl-dots{margin-left: 7px;}
    .owl-theme .owl-dots .owl-dot span{width:35px;height:35px;}
}

@media screen and (max-width: 360px){}