
.title_preview_slider{
    background-color: #ecebeb;
    padding-bottom:65px;
}

    .title_preview_slider .content{
        width:790px;
    }

    .title_tps{
        color: #212121;
        font-size: 40px;
        line-height: 50px;
        font-weight: bold;
        letter-spacing: -0.8px;
        text-transform: capitalize;
        padding-top: 50px;
    }

    .desk_tps{
        color: #3e3e3e;
        font-size: 18px;
        line-height: 31px;
        font-weight: 300;
        letter-spacing: 0px;
        text-transform: none;
    }
    

/*Slider*/
.preview_slider{
/*    padding-bottom:50px;*/
    position:relative;
    background-color: #ecebeb;
}

.padding_slider{
    height:265px;
    background-color: #ecebeb;
}

.fon_bg_slider{
    height:620px;
/*    background-position: center top;*/
    background-size:cover;
    background-repeat:no-repeat;
    background-image: url(../img/12.jpg); 
    background-color: rgb(85,175,50);
    position:relative;
    background-position-y: 20%;
}

.fon-black{
    position:absolute;
    width:100%;
    height:620px;
    z-index:10;
    background-color:rgba(0,0,0,0.6);
}

.object_p_slider{
    position:absolute;
    top:0px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    left:50%;
    width:1100px;
    overflow:hidden;
    z-index:100;
}

.control_ops{
    margin-top:60px;
}

.co_ol{
    text-align: center;
}

    .co_ol li{
        display:inline-block;
        height: 4px;
        margin: 0 6px;
        width: 31px;
    }
    
    .co_ol li div{
        background-color: #ffffff;
        border-radius: 0px;
        border: 1px solid #ffffff;
        text-indent: -9999px;
        width: 100%;
        height: 100%;
        cursor:pointer;
    }

        .co_ol li div.active{
            background-color: rgb(85,175,50);
            border: 1px solid rgb(85,175,50);
        }
        
    
.ops_line{
    transition: all 0.8s ease 0s;
}

    .ops_items{
        float:left;
        overflow: hidden;
        position: relative;
    }

    .img_ops{
        width:735px;
        height:500px;
        float:left;
        background-color:rgb(85,175,50);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    
    .desk_ops{
        width:365px;
        height:500px;
        float:left;
        padding:60px 38px 0px 38px;
        background-color:#FFF;
        box-sizing:border-box;
    }
    
        .title_ops{
            font-weight:bold;
            color: #212121;
            letter-spacing: -0.2px;
            font-size: 25px;
            text-transform: none;
            line-height: 34px;
        }
        
        .separator_ops{
            margin-top: 25px;
            margin-bottom: 29px;
            background-color: rgb(85,175,50);
            height: 4px;
            width: 48px;
        }
        
        .desk_ops p{
            color: #787879;
            font-size: 14px;
            line-height: 25px;
            font-weight: 400;
        }
        
.display_counter{
    position:absolute;
    width:100%;
    height:220px;
    bottom:0;
    left:0;
    z-index: 100;
}

    .items_dc{
        width:25%;
        float:left;
    }
    
    .con_dc{
        text-align:center;
        color:#FFF;
    }
    
    .int_value{
        font-size:70px;
        font-weight:bold;
    }
    
    .title_dc{
        color: #ffffff;
        font-weight: 400;
        text-transform: capitalize;
        letter-spacing: -0.3px;
        line-height: 35px;
        font-size: 21px;
    }
    
@media only screen and (max-width: 1200px){ 
     .title_preview_slider .content{
         width:90%;
    }
    
    .object_p_slider{
        width:90%;
    }
    
    .img_ops{
        width:60%;
    }
    
    .desk_ops{
        width:40%;
    }
}    

@media only screen and (max-width: 1200px){ 
    .title_ops{
        font-size: 23px;
    }
}
    
@media only screen and (max-width: 768px){  
    .title_tps{
        font-size:29px;
    }
    
    .img_ops{
        width:100%;
        height:350px;
    }
    
    .desk_ops{
        width:100%;
        height:350px;
    }
    
    .fon_bg_slider{
        height:700px;
    }
    
    .padding_slider{
        height:330px;
    }
    
    
    .desk_ops{
            padding: 30px 38px 0px 38px;
    }
    
    .items_dc{
        width:50%;
        margin-bottom: 20px;
    }
    
    .title_dc{
        font-size: 14px;
        line-height:23px;
    }
    
    .int_value{
        font-size: 42px;
    }
}