/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
.menu-item a{color:#222222;}
.et-hover a:hover{
    color:#03b38c !important;
    opacity:1 !important;
}

.menu-item > a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: #03b38c;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.menu-item.active > a:before,
.menu-item:hover > a:before {
  width: 100%;
}

.sppb-box-services{
min-height: 330px;
}

.sppb-box-services:hover {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3), 1px 1px 0px rgba(255, 255, 255, 0.8) inset;
    background: #323232;
}

.title
{
   transition: all 0.35s ease-in-out;
}

.sppb-box-services:hover .title {
  transform: translateY(-30px);
}

.sppb-box-services .srdn{
    font-size: 13px;
  color: #333;
  border-radius: 18px;
  background-color: white;
  font-weight: 700;
  padding: 8px 30px;
  border: none;
  left: 50%;
  z-index: 2;
  position: absolute;
  text-transform: capitalize;
      transition: all 0.25s ease-in-out;
  transform: translate(-50%,50px);
  visibility: hidden;
}

.sppb-box-services:hover .srdn {
  visibility: visible;
  transform: translate(-50%,0px);
}

/* Fade up for text beneath the bar */
.slt span {
  display: inline-block;
  opacity: 0;
 
  animation: fadeInTop 1.8s ease-in-out;
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(-500px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}

.con input[type=text], input[type=email], input[type=tel], textarea {
    width: 100%;
    padding: 12px;
    border-radius: 5px;
}
.con input[type=submit] {
    background: #039a79;
    border: none;
    cursor: pointer;
    color: #FFF;
    padding: 14px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
}