
.dm_title {
    margin-bottom: 20px; 
}
.dm_title span {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 17px;
    text-transform: uppercase;
    color: #348fdd;
    display: inline-block;
    position: relative;
    padding-left: 68px;
}
.dm_title span::before {
    position: absolute;
    content: "";
    width: 54px;
    height: 2px;
    background: #348fdd;
    top: 0;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
} 


.slider-area2 {
  background-image: url(/media/dm_img/about_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-overly2 {
    position: relative;
    z-index: 1;
}

.slider-height2 {
    height: 450px;
    background-size: cover;
}
.hero-overly2::before {
    position: absolute;
    content: "";
    background-color: rgba(13, 45, 62, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
}
.slider-area2 .hero-cap h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
}

 

.dm-cnt-mrg {margin-bottom: 200px;}

@media only screen and (min-width: 768px) and (max-width: 991px) {  
.slider-height2 {
        height: 350px !important;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) { 
  .slider-height2 {
        height: 260px !important;
    }
  .slider-area2 .hero-cap h2 {
        font-size: 50px !important;
    }
}

@media (max-width: 575px) { 
  .slider-height2 {
        height: 260px !important;
    }
  .slider-area2 .hero-cap h2 {
      font-size: 35px !important;
  }
  .dm-about-mr {
        margin-top: 10px !important;
    }
    .key-figure .number { 
        font-size: 2.2rem !important; 
    }
}


 
.dm-we-ar .dm-we-co { 
  margin-bottom: 25px;
}

.dm-we-ar .dm-we-im {
  margin-right: 20px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-we-ar .dm-we-im {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .dm-we-ar .dm-we-im {
    margin-bottom: 30px;
    margin-right: 0px !important;
  } 
}

.dm-we-ar .dm-we-im img.image {
  width: 100%;
} 
.dm-about-mr {margin-top: 70px;}
.it-we-co p {font-size: 17px;}

.dm_title h2 {
        font-size: 50px;
        display: block;
        color: #092c3f;
        font-weight: 900;
        padding-bottom: 40px;
    }
 
.counter-num span {
    color: #000000;
}

@media (max-width: 577px){ 
    .dm_title h2 {
    font-size: 29px !important; 
    padding-bottom: 20px !important;
  } 
}

.dm-ask { 
    background-color: #f9f9f9;
    padding: 80px 0px;
}
.dm-kpis { 
    padding: 20px 0px;
    margin-bottom: 30px;
}

.key-figure {
    margin-bottom: 100px;
    padding-left: 4rem;
    position: relative;
}

.key-figure:before {
    content: "";
    display: block;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-color: #94c1ff;
    position: absolute;
    left: 0;
    top: -2rem;
}
.key-figure .number {
    display: block;
    font-weight: 500;
    font-size: 3rem;
    line-height: 1;
}
.key-figure .number, .key-figure .text {
    display: block;
    position: relative;
    z-index: 10;
}
.key-figures .key-figure .suffix {
    font-size: 1.5rem;
}
.key-figure .text {
    display: block;
}

.dm-cnt-btn {
    background: #f9f9f9;
    color: #14435c !important;
    display: inline-block;
    padding: 18px 24px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 0; 
    letter-spacing: 3px;
    text-align: center;
    color: #14435c;
    text-transform: uppercase;
    cursor: pointer;
}
.dm-cnt-btn:hover {
    background: #14435c;
    color: #fff !important; 
    border: 1px solid #14435c;
}

@media (max-width: 767.98px) {
   .key-figure {
        padding-left: 0 !important;
    }
}
@media (max-width: 767.98px) {
    .key-figure:before {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
    }
}
@media (max-width: 767.98px) {
   .key-figure .number, .key-figure .text {
        text-align: center; 
    }
   .key-figure .text { 
        font-size: 20px;
    }
} 