.home_slider_cover
{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    overflow: hidden;
}
.home_slider
{
    width: 100%;
    height: 100%; 
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.home_slider_item
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    display: none; 
    position: absolute;
    right: 0px;
    top: 0px;
}
.home_slider_one
{
    width: auto;
    height: 100%;   
   display: flex;
    align-items: center;
    margin-right: 9%;
    justify-content: flex-end;
    padding-top: 30px;
}
.home_slider_one img
{
    height: 67%;
    display: inline-block;
    float: right;    
    
}
.home_slider_two
{
    width: auto;
    height: 100%;   
   display: flex;
    align-items: flex-end;
    margin-right: 0%;
    justify-content: flex-end;
    padding-top: 0px;
}
.home_slider_two img
{
    height: 80%;    
}
.home_slider_one .slider_bg_one {
    display: block;
    width: 100%;
    position: fixed;
    z-index: -1;
    background: #21bdca;
    height: 80%;
    border-radius: 40px;
    transform: rotate(-60deg);
    left:42%;
    bottom:72%;
    opacity: 0.05;
}
.home_slider_nav
{
    display: block;
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    bottom: 12%;
    right: 0px;
    z-index: 200;
    width: 72%;
    height: 40px;
    align-items: center;
    justify-content: center; 
}
.slider_dots
{
    width: 10px;
    height: 10px;
    background: #eaeaea;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin: 0px 7px;
    cursor: pointer;
}
.slider_dots.active
{
    background: #21bdca;
}
