.about-image:before {
    background: #f7ecf8;
}
.experience-year .number {
    color: #990841;
}
.page-title h2 {
    color: #990841;
}
.page-title span {
    color: #1e1e1e;
}
.bg-light {
    background-color: #1e1e1e!important;
}
.form-group input, .form-group textarea {
    color: #ffffff;
}
.contact-widget h6:last-child {
    color: #ff1571;
    font-family: arial;
}
.contact-widget h6 {
    letter-spacing: 3px;
    font-family: arial;
}
.mb-115, .my-115 {
    margin-bottom: -51px;
    margin-top: 139px;
    padding: 36px 0px 0px 0px;
}

.pt-185, .py-185 {
    padding-top: 200px;
    padding-bottom: 200px;
}
.mb-155, .my-155 {
    margin-bottom: 155px;
    margin-top: 150px;
}
.client-section:before {
    background: #ffffff;
}
.call-action-inner {
    text-align: center;
}

#gallery {
    padding-top: 40px;
    @media screen and (min-width: 991px) {
      padding: 60px 30px 0 30px;
    }
  }
  
  .img-wrapper {
    position: relative;
    margin-top: 15px;
    img {
      width: 100%;
    }
  }
  .img-overlay {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    i {
      color: #fff;
      font-size: 3em;
    }
  }
  
  #overlay {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    // Removes blue highlight
    -webkit-user-select: none;
    -moz-user-select: none;    
    -ms-user-select: none; 
    user-select: none; 
    img {
      margin: 0;
      width: 80%;
      height: auto;
      object-fit: contain;
      padding: 5%;
      @media screen and (min-width:768px) {
          width: 60%;
      }
      @media screen and (min-width:1200px) {
          width: 50%;
      }
    }
  }
  
  #nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    &:hover {
      opacity: 0.7;
    }
    @media screen and (min-width:768px) {
      font-size: 3em;
    }
  }
  
  #prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    &:hover {
      opacity: 0.7;
    }
    @media screen and (min-width:768px) {
      font-size: 3em;
    }
  }
  
  #exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
    &:hover {
      opacity: 0.7;
    }
    @media screen and (min-width:768px) {
      font-size: 3em;
    }
  }

  .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:100px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.whatsappi.float:hover {
  color: #F0FF42 !important;
}