
body{margin:0px; padding: 0px; background: #393839; font-family: 'Roboto', sans-serif;}

.wrapper-dv{width: 100%; height: 100vh; float: left; margin: 0px; padding: 0px;}

.dvsn-new-ons{width: 100%; float: left; margin: 0px; padding: 0px; align-items: center;  display: flex; height: 100%; }

.wrapper-dv .container{height: 100%;}

.top-row{height: 100%;}

.top-row .col-lg-12{height: 100%;}

.dvs-nwst{width:100%; margin: 0px; padding: 0px; float: left; height: auto;}

.center-img{width:100%; margin: 0px; padding: 0px; float: left; align-items: center;  display: flex;}

.center-img img{width: 100%; float: left;}

.center-text{width: 100%; margin: 0px; padding: 0px;  height: 100%;  float: left;  align-items: center;  display: flex;}

.center-dv{
    width: 100%;
    margin: 40px 0px 0px;
    padding: 0px 0px 0px 50px;
    height: 100%;
    align-items: center;
    display: block;
    height: auto !important;
    text-align: right;
}

.center-inner-new{width: 100%; margin: 0px; padding: 0px; height: 100%; align-items: center; display: block; height: auto !important;}

.center-dv h5{
    color: #ababab;
    margin:20px 0px 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 21px;
}

.center-dv p{
    color:#ababab;
    margin:15px 0px 0px;
    padding: 0px;
    font-weight: 300;
    font-size: 14px;
}

.center-dv img{
    max-width: 100%;
    width: 50px;
    float: right;
    margin-top: -20px;
    margin-left: 20px;
}

.images-dvs{
    width: 85%;
    margin: 0px;
    padding: 0px;
    float: right;
}

.img-cli{
    width: 33%;
    float: left;
    margin: 15px 0px 0px;
    padding: 10px 20px;
    border-left: 2px solid #676566;
}

.img-cli img{max-width: 100%; margin: 0px; width: 100%;}


footer{width: 100%; margin: 0px; padding:0px 0px 70px; float: left;}

.work-dv{width: 100%; margin: 0px; padding: 0px; float: left; text-align: right;}

.work-dv p{margin:0px; padding:0px; color: #ababab;
    margin:0px 0px 0px;
    padding: 0px;
    font-weight: 300;
    font-size: 13px;}

.work-dv p a{color: #ababab;}

.work-dv p a:hover{text-decoration: none;}

.work-dv:after {
    background: #3f4043;
    content: "";
    position: absolute;
    right: 0;
    width: 60%;
    height: 7px;
    margin-top: 10px;
}

.work-dv:before {
    background: #3f4043;
    content: "";
    position: absolute;
    left: 0;
    width: 20%;
    height: 7px;
    margin-top: 25px;
}

.work-dv1{width: 100%; margin: 0px; padding: 0px; float: left; text-align: right;}

.work-dv1:after {
    background: #3f4043;
    content: "";
    position: absolute;
    right: 0;
    width: 60%;
    height: 7px;  margin-top: -35px;
}

.work-dv1:before {
    background: #3f4043;
    content: "";
    position: absolute;
    left: 0;
    width:8%;
    height: 7px;     margin-top: -7px;
}

.work-dv1 p{margin:0px; padding:10px 0px 0px; color: #ababab;
    font-weight: 300;
    font-size: 13px;}    


@media only screen and ( min-width:768px) and ( max-width:1024px ){

.center-dv h5{font-size: 18px;}

.center-dv p{font-size: 12px;}

}


@media only screen and ( min-width:600px) and ( max-width:767px ){

.center-dv h5{font-size: 18px;}

.work-dv1::before{margin-top: 0px;}

.work-dv1::after {
    margin-top: -34px;
}

.dvsn-new-ons{display: block;}

.work-dv{padding-top: 10px;}

.work-dv1{margin-top: 15px;}

.work-dv1 p {
    padding: 15px 0px 0px;}

.center-img {
    margin: 35px 0px 0px 0px;}

}

@media only screen and ( min-width:320px) and ( max-width:599px ){

.center-img{display: block; margin-top: 40px;}

.center-text{display: block;}

.center-dv{position: relative; right: inherit;}

.wrapper-dv div{height: auto;}

.work-dv1::before{margin-top: 0px;}

.work-dv1::after {
    margin-top: -34px;
}

.work-dv{padding-top: 10px;}

.work-dv1{margin-top: 15px;}

.work-dv1 p {
    padding: 15px 0px 0px;}

.images-dvs {
    width: 100%;}    



}