
.text-color {
    color: #f75757;
}
.text-md {
    font-size: 2.25rem;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.address-block li {
    margin-bottom: 10px;
}
.address-block li i {
    font-size: 20px;
    width: 20px;
    color: #f75044;
}

.textinput, .emailinput,  .textarea  {
    background: #f5f8f9;  
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
}
.textarea  {
height: 155px !important;
}
.submain {
     padding-bottom: 0rem; 
}

/* #id_captcha_1{
    background: #f5f8f9; 
    border: 1px solid #a1a7ad; 
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
} */
#id_captcha_1 {
  background: #f5f8f9;
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
}

.dm-capt img { 
height: 48px; 
}   

.dm_title {
  margin-bottom: 20px;
  margin-top: 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/contactus.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;
}

.dm-cnt-btn {
  background: #fff;
  color: #14435c !important;
  display: inline-block;
  padding: 18px 24px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #14435c;
  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;
}

.dm-cnt-mrg {margin-bottom: 200px;}

@media only screen and (min-width: 768px) and (max-width: 991px) { 
.dm-cnt-mrg {margin-bottom: 100px !important;}
.slider-height2 {
      height: 350px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.dm-cnt-mrg {margin-bottom: 80px !important;}
.slider-height2 {
      height: 260px !important;
  }
.slider-area2 .hero-cap h2 {
      font-size: 50px !important;
  }
}

@media (max-width: 575px) {
.dm-cnt-mrg {margin-bottom: 50px !important;}
.slider-height2 {
      height: 260px !important;
  }
.slider-area2 .hero-cap h2 {
    font-size: 35px !important;
}
  .dm_nwsec {
      margin-top: 0rem !important;
  }
  .dm_title h2 {
  font-size: 29px !important; 
  padding-bottom: 20px !important;
} 
}
.dm_nwsec {
  margin-top: 1.5rem;
  padding-top: 40px;
}
.dm_title h2 {
      font-size: 50px;
      display: block;
      color: #092c3f;
      font-weight: 900;
      padding-bottom: 40px;
}



.contact-info {
  margin-bottom: 25px;
  display: flex;

}
.contact-info__icon {
  margin-right: 20px;
}
.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}
.contact-info .media-body p {
  color: #8a8a8a;
}