.dger {
  color: #3042c7;
}

.bg-mod {
  background: #3042c7;
}

.display-4 {
  color: #000 !important;
  font-size: 2rem;
}

.display-5 {
  font-size: 2rem;
}

/* gallery section css */
.pd-section60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.title-wrap {
  position: relative;
}

.h-sub {
  margin-bottom: 17px;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 500;
  font-family: "Poppins", serif;
  letter-spacing: 1px;
}

.h-decor {
  display: inline-block;
  height: 3px;
  width: 53px;
  margin-bottom: 16px;
  background-color: #3042c7;
}

.img-thumbnail {
  padding: 0.25rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}
/* gallery section css */

.inner-img:hover {
    transform: scale(1.1);
    cursor: pointer;
  }

   

 

/* counrter number  */
#counter{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e6e6e7;
    padding: 40px 0px;
    width: 100%;
    flex-wrap: wrap;
  }
  #counter .item{
    background: #3042c7;
    width: 200px;
    padding: 17px 23px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
  -moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
  box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
  } 
  #counter .item .count{
    color: #e8b12d;
    margin-bottom: 5px;
    font-size: 40px;
  }
  #counter .item h3{
    color: #e1973c;
    text-transform: capitalize;
    font-size: 15px;
  }

   .count::after{
    content: "+";
  }

  .count{
    color: #fff !important;
  }

  .item a{
    font-size: 4rem;
    color: #fff;
  }

/* counrter number  */


/* fixed call icon */
 
.btn-call {
    background: #3042c7;
    border: 2px solid #3042c7;
    border-radius: 50%;
    cursor: pointer;
    height: 60px;
    width: 60px;
    text-align: center;
    position: fixed;
    left: 16px;
    bottom: 87px;
    z-index: 999;
    transition: .3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none
}

.btn-call__ico {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
    color: white;
    font-size: 30px;
    padding-top: 5px;
    transition: .3s all;
}
 
.dsdf{
 margin-top: -9rem;
}
/* fixed call icon */
