@import "https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap";

#contactNewVersion h1,
#contactNewVersion h2,
#contactNewVersion h3,
#contactNewVersion h4,
#contactNewVersion h5,
#contactNewVersion h6 {
  color: #37445a;
  font-family: "Poppins", sans-serif;
  /* font-weight: 600; */ /* a */
}

#contactNewVersion .h1,
#contactNewVersion h1 {
  font-size: 36px;
}
#contactNewVersion .h2,
#contactNewVersion h2 {
  font-size: 30px;
}
#contactNewVersion .h4,
#contactNewVersion h4 {
  font-size: 18px;
}
#contactNewVersion .h5,
#contactNewVersion h5 {
  font-size: 14px;
}
#contactNewVersion .h6,
#contactNewVersion h6 {
  font-size: 12px;
  line-height: 15px;font-weight: initial;
  /* a */
}
#contactNewVersion .section {
  padding: 60px 0px;
}
#contactNewVersion .flex-1 {
  flex: 1 !important;
}
#contactNewVersion .page-title h2,
#contactNewVersion .page-title h3 {
  line-height: 50px;
  margin-top: 60px;
  font-weight: 300;
  letter-spacing: 1px;
}
#contactNewVersion .page-title span {
  font-weight: 400;
  border-bottom: 3px solid;
}
#contactNewVersion .subtitle {
  font-weight: 300;
  line-height: 28px;
  font-size: 16px;
}
#contactNewVersion .border {
  border: 1px solid #ededed !important;
}
#contactNewVersion .border-top {
  border-top: 1px solid #ededed !important;
}
#contactNewVersion .border-bottom {
  border-bottom: 1px solid #ededed !important;
}
#contactNewVersion .rounded-lg {
  border-radius: 0.3rem;
}
#contactNewVersion .card {
  border: none !important;
}

@media (max-width: 768px) {
  #contactNewVersion .hero-img {
    margin: 100px 0px 0px;
  }
}

#contactNewVersion .filter-option li a {
  color: #37445a;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 14px;

  transition: all 0.2s ease-in-out;
}
#contactNewVersion .filter-option li a.active,
#contactNewVersion .filter-option li a:hover {
  background-color: #0095DB;
  color: #fff;
}
#contactNewVersion .filter-option li:hover a,
#contactNewVersion .filter-option li.active a {
  background-color: #0095DB;
  color: #fff;
line-height: 23px;
}
#contactNewVersion .filter-box {
  display: none;
}
#contactNewVersion .show {
  display: block;
}

#filter{
  margin-left: 0px !important;
}

#contactNewVersion .work-container .card-body .content {
  width: 100%;
  padding: 20px;
  position: absolute;
  left: 0;
  overflow: hidden;
  display: none;
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
}
#contactNewVersion .work-container .card-body:hover .content {
  transform: translateY(-175px);
  display: block;
  z-index: 2;
  /* a */
}

.contact-feature .box-title{
  height: 67px;
}

.list-inline-item
{
  display: inline-block;
  border: 1px solid #1f57c24a;
  height: 26px;
  margin-bottom: 0px;
  line-height: 23px;
}

.page-heading p {font-size: 20px;
  color: #4b4f4d;}
.img-contact {
  padding: 143px 0 !important;
}

#contactNewVersion .col-lg-4{
margin-bottom: 26px;
}
@media (max-width: 500px) {
  .img-contact {
    padding: 6px 0 !important;
    padding-top: 6px;
    background-repeat: no-repeat;
    padding-top: 158px !important;
  }

  .page-heading p {font-size: 15px;color: #4b4f4d;font-weight: 500;line-height: 22px;}
}