
.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/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.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;
}
 

@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-tls img {
    height: 40px !important; 
}
  .dm-mr40 {
      margin-top: 0px!important; 
  }
  .dm_title h2 {
    font-size: 29px !important; 
  }
}

.dm-serv .icon {
    font-size: 1.8rem;
    color: #2473b1;
    float: left;
}

.dm-serv .icon i {
    float: inline-end;
}

.dm-mr40 {
    margin-top: 40px;
}
.dm_title h2 {
    font-size: 50px;
    display: block;
    color: #092c3f;
    font-weight: 900;
    padding-bottom: 50px;
}

.dm-tls {
    background-color: #f9f9f9;
    padding: 80px 0px;
}
.dm-tls .item {
    margin: 20px 15px;
    cursor: pointer;
    transition: all .3s;
}
.dm-tls img {
    height: 50px;
    width: auto;
    overflow: hidden;
}


.dm-ask { 
    background-color: #ffffff;
    padding: 80px 0px;
}
.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;
}