/*----------------------------------
  SECTION TITLE 
  -----------------------------------*/
.maha-home-contact-wrap .section-title-wrap {
  position: relative;
  margin-bottom: 30px;
}


.maha-home-contact-wrap {
  display: flex;
  align-items: center;
}

.maha-home-contact-wrap .box{
  width: 900px;
  background-color: rgba(255,255,255,0.85);
  border-radius: 10px;
  padding: 25px;
}

.maha-home-contact-wrap .section-title-wrap .section-title {
  display: inline-block;
  position: relative;
  margin: 0px 0 30px;
  text-transform: capitalize;
  line-height: 1.4;
  font-size: clamp(20px, 2.35vw, 45px);
  font-weight: 400;
}

.maha-home-contact-wrap .section-title-wrap p {
  font-family: var(--font-family);
}

@media (min-width: 1200px) {
  .maha-home-contact-wrap .section-title-wrap .section-title {
   
  }
}

/*.maha-home-contact-wrap .section-title-wrap .section-title::before,
.maha-home-contact-wrap .section-title-wrap .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 20px;
  height: 8px;
  border-radius: 4px;
  background-clip: padding-box;
  
  background-color: var(--color-primary);
  -webkit-animation: animate 6s linear infinite;
  animation: animate 6s linear infinite;
}

.maha-home-contact-wrap .section-title-wrap .section-title::before {
  right: 50%;
  margin-right: 4px;
}

.maha-home-contact-wrap .section-title-wrap .section-title::after {
  left: 50%;
  margin-left: 4px;
}*/

.maha-home-contact-wrap .section-title-wrap p {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  max-width: 900px;
}

@-webkit-keyframes animate {
  0% {
    width: 20px;
  }

  25% {
    width: 50px;
  }

  50% {
    width: 50px;
  }

  75% {
    width: 100px;
  }

  100% {
    width: 100px;
  }
}

@keyframes animate {
  0% {
    width: 20px;
  }

  25% {
    width: 50px;
  }

  50% {
    width: 50px;
  }

  75% {
    width: 100px;
  }

  100% {
    width: 100px;
  }
}

/*-------------------------------
  BUTTON
  --------------------------------*/
.maha-home-contact-wrap .button-wrapper {
  position: relative;
  padding: 20px 0;
  -webkit-filter: url("#goo");
  filter: url("#goo");
}

.maha-home-contact-wrap .button {
  display: inline-block;
    position: relative;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    border-radius: 28px;
    background-clip: padding-box;
    padding: 15px 32px;
    line-height: 1;
    background: var(--color-primary);
    color: #fff;
}








/*-----------------------------
  CONTACT SECTION
  ------------------------------*/
.maha-home-contact-wrap {
  position: relative;
  background-size: auto;
  background-size: cover;
  padding: 120px 0;
}

@media (min-width: 1200px) {
  .maha-home-contact-wrap {
    padding: 100px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .maha-home-contact-wrap {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .maha-home-contact-wrap {
    padding: 50px 0;
  }
}


.maha-home-contact-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=85);
  z-index: 0;
}

.maha-home-contact-wrap .row>* {
  z-index: 1;
}

.maha-home-contact-wrap .section-title-wrap .section-title-text,
.maha-home-contact-wrap .section-title-wrap p,
.maha-home-contact-wrap h5 {
  color: #121212;
}
.maha-home-contact-wrap .section-title-wrap .section-title-text{
      font-weight: 400;
    font-size: clamp(20px, 2.35vw, 45px);
    color: #121212;
    line-height: 1.4;
}