
.dm_clients_bg  {
    background: black;
    overflow: hidden;
    background: #C33764;  
    background: -webkit-linear-gradient(rgba(29, 38, 113, 0.4), rgba(20, 68, 91, 0.4)), url("/media/dm_bg_17.jpg");
    background: linear-gradient(rgba(29, 38, 113, 0.4), rgba(20, 68, 91, 0.4)), url("/media/dm_bg_17.jpg");
}
.dm_clients { 
padding-top: 5rem;
padding-bottom: 5rem;
display: block; 
background-repeat: no-repeat;
background-position: center center;
background-size: cover;  
}
.dm_clients .dm_title h2{
font-size: 50px;
display: block;
color: #ffffff;
font-weight: 900;
text-align: center;
}

/* ************************************* */

.count-down-area {
margin-top: -90px;
}
.pb-20 {
padding-bottom: 20px;
}
.count-down-area .single-counter {
background: #fff;
padding: 44px 10px 44px 9px;
border: 1px solid #cfcfcf;
margin-bottom: 30px;
}
.count-down-area .single-counter span {
color: #000000;
font-size: 60px;
font-weight: 400;
font-family: "Roboto", sans-serif;
line-height: 1;
/* margin-bottom: 12px; */
display: block;
}
.count-down-area .single-counter p {
font-size: 18px;
color: #737980;
line-height: 1;
margin: 0;
padding: 0;
}


.dm_im_cl { 
height: 65px !important;
width: auto !important;
}
.counter {
justify-items: center;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) { 
.dm_im_cl {
    height: 55px !important; 
}
.count-down-area .single-counter p {
    font-size: 15px !important; 
}
} 
@media only screen and (min-width: 768px) and (max-width: 991px) { 
.dm_im_cl {
    height: 45px !important; 
}
.count-down-area .single-counter p {
    font-size: 13px !important; 
}
.count-down-area .single-counter { 
padding: 34px 10px 34px 8px !important; 
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.dm_im_cl {
    height: 42px !important; 
}
.count-down-area .single-counter p {
    font-size: 12px !important; 
}
.dm-pd0-sm {padding: 0px !important; max-width: 100% !important;}
.dm-pd1-sm {padding: 20px !important; max-width: 100% !important;}
.count-down-area .single-counter { 
padding: 24px 10px 24px 8px !important; 
}
.dm_clients {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; 
}

}

@media (max-width: 575px) {
.dm_im_cl {
    height: 45px !important; 
}
.count-down-area .single-counter p {
    font-size: 13px !important; 
}
.dm-pd0-sm {padding: 0px !important; max-width: 100% !important;}
.dm-pd1-sm {padding: 20px !important; max-width: 100% !important;}
.count-down-area .single-counter { 
padding: 24px 10px 24px 8px !important; 
} 
.counter {
    justify-items: center;
}
}