.intro-article.bgTrans{
    background-color: #00000061;
}
.text-center{
    text-align: center;
}
.single-implant-data h1{

}
.single-implant-data h6{
    margin-bottom: 30px;
    color: #1C9ABF;
}
.fade {
    transition: opacity .15s linear;
}section-title
.modalBtn{
    cursor: pointer;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal {
    z-index: 1072;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-open {
    overflow: hidden;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: .5;
}
.modal-backdrop {
    z-index: 1071;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.logo a{
	display: inline-block;
}
.pinned .logo a img{
	width: 75px;
}

.ourProducts img {
    aspect-ratio: 1.1/1;
}

.latestProjects img {
    aspect-ratio: 2/1;
}

.spinner-container {
    display:none;
}

.lazyImage {
  position:relative;
  display:inline-block;
  width:100%;
  height:0;
  overflow:hidden;
  vertical-align:bottom;
}

.lazyImage img {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:1;
  transform:scale(1);
  transition:background 0.5s, opacity 0.5s, transform 0.5s;
}

.lazyImageError img,
.lazyImageWaiting img {
  opacity:0;
  transform:scale(0);
  transition:none;
}

.lazyImageError:after {
  content:"Image Not Found";
  box-sizing:border-box;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:1em;
  background:#FF4;
  color:#F00;
  border:0.5em dashed #F00;
  transform:scale(0);
  transition:transform 0.5s;
}
.lazyImageErrorShow:after {
  transform:scale(1);
}

.lazyImage:before {
  content:"";
  position:absolute;
  width:30%;
  height:0;
  padding-top:0%;
  padding-bottom:22%;
  top:50%;
  left:50%;
  opacity:0;
  transform:translate(-50%,-50%);
  transition:transform 0.5s, opacity 0.5s;
  border:1em solid;
  border-color:#7a95a7 #1d9ac2;
  border-radius:50%;
}
.lazyImageWaiting:before {
  animation:spin 1s linear infinite;
  opacity:1;
}
@keyframes spin {
  0% {
    transform:translate(-50%,-50%) rotate(0deg) scale(1);
  }
  50% {
    transform:translate(-50%,-50%) rotate(180deg) scale(0.7);
  }
  100% {
    transform:translate(-50%,-50%) rotate(360deg) scale(1);
  }
}

@media (min-width: 768px) {
    .contentD{
        margin-bottom: 50px;
    }
    .contentD img{
        margin-bottom: 20px;
    }
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}