.mottoContainer {
    display: none !important;
}

.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: 90px;
    position: absolute;
    left: 0;
    width: 35%;
}
.HomeSliderTitle{}
.HomeSliderTitle h1{
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 2px 2px 2px black;
}

.HomeSlidersummary{
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 20px;
    text-shadow: 2px 2px 2px black;
}

.HomeSliderimg{
    margin-top: -6px;
    height: 83vh;
    /*height: 100vh;*/
    /*background-attachment: fixed;*/
    background-position: center 10px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 575px;
    /* 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: 2px solid #F98C56;
    border-style: solid;
    color: #ffffff;
    text-decoration: none;
    border-radius:8px;
    background-color: #F98C56;
    text-transform: capitalize;
}
a.HomeSliderBTN:hover{
    color: #ffffff;
    border: 2px solid #6EC9EF;
    background:#6EC9EF;
}



a.HomeSliderBTN:empty{display:none}
.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 32px;
    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: #f98c56 !important;
}
.dnnEditState .HomeSliderimg{height:600px;background-attachment: unset;}
.dnnEditState .HomeSliderInfo {width:40%;}
.dnnEditState .HomeSliderTitle h1{font-size: 42px;line-height: 50px;}

.owl-theme .owl-nav {
    position: absolute;
    margin-top: 10px;
    font-size: 93px;
    top: 33%;
    width: 96%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: white;
    font-weight: bold;
    padding: 0 2%;
    /* width: 100%; */
    align-content: space-between;
    align-items: center;
    opacity:.5;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity:.5;
}

#SubTwo .center {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
}


/***Responsive  Section 
**********************************************/
@media screen and (max-width: 1920px){
    .HomeSliderInfo{bottom: 100px;}
}
@media screen and (max-width: 1500px){}
@media screen and (max-width: 1370px){
    .HomeSliderimg{height: 76vh;}
}
@media screen and (max-width: 1200px){
    .HomeSliderInfo{width: 50%;}
    .HomeSliderimg{height: 60vh;}
}

@media screen and (max-width: 1024px){
    .HomeSlider {margin-top: -10px;}
    .HomeSliderimg{height: 50vh;}

    .owl-theme .owl-nav {
        top: 30%;
    }
}

@media screen and (max-width: 1024px) and (min-width: 486px) {
    .HomeSliderInfo {
        top: 40px;
    }
}

@media screen and (max-width: 900px){
    .HomeSliderimg{height: 45vh;}
    .owl-theme .owl-nav {
        top: 27%;
    }
}

@media screen and (max-width: 900px) and (min-width: 486px) {
    .HomeSlidersummary {
        font-size: 13px;
        margin-top: 10px;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        bottom: 2px;
    }
}

@media screen and (max-width: 768px){
    .HomeSliderimg{height: 38vh;}
    .HomeSliderTitle h1{font-size: 20px;}
    .owl-theme .owl-dots .owl-dot span {
        width: 20px !important;
        height: 20px !important;
    }
    .owl-theme .owl-nav {
        top: 24%;
    }
}



@media screen and (max-width: 485px){
    .HomeSliderInfoWrap{
        position: relative;
        bottom:0;
        background: #ededed;
        /*padding: 10px 20px;*/
    }
    .HomeSliderInfo{
        width:auto;
        margin: 0px 20px;
        top: 0;
        bottom: unset;
        position: relative;
        /* padding: 10px 0px; */
    }
    .HomeSliderimg{height: 30vh;}

    .owl-theme .owl-nav {
        top: 16%;
    }

    .HomeSliderTitle h1 {
        color:#6d6e71;
        font-size: 18px;
        line-height: 22px;
        text-shadow: none;
        font-weight: lighter;
        padding: 5px 0;
        text-shadow: none;
        font-weight: bold;
    }
    .HomeSliderTitle h1:empty{padding:0;}
    .HomeSlidersummary{
        margin-top:1px;
        color:#6d6e71;
        text-shadow: none;
        font-weight: normal;
        font-size: 14px;
    }
    .owl-theme .owl-nav.disabled+.owl-dots{
        margin-left: 13px;
        bottom: 200px;
    }
}
@media screen and (max-height: 485px){
    .HomeSliderInfo{margin: 0px 20px;bottom:40px;}
    .HomeSliderTitle h1 {
        font-size: 14px;
        line-height: 22px;
        font-weight: bold;
    }
    .HomeSlidersummary{margin-top:1px;font-weight: normal;}
    .owl-theme .owl-nav.disabled+.owl-dots{margin-left: 13px;}
}

/*EDITS JS 3/9/20*/
@media screen and (max-width: 414px) and (max-height: 736px) {
    .owl-theme .owl-nav.disabled+.owl-dots {
        bottom: 200px;
    }
}

@media screen and (max-width: 380px){
    .owl-theme .owl-nav.disabled+.owl-dots {
        bottom: 200px;
    }    
}

@media screen and (max-width: 375px) and (max-height: 667px) {
    .owl-theme .owl-nav.disabled+.owl-dots {
        bottom: 200px;
    }
}

@media screen and (max-width: 327px) {
    .owl-theme .owl-nav.disabled+.owl-dots {
        bottom: 220px;
    }
}
/*END edits*/