

/* Call Button Css */

@media only screen  and (min-width: 220px)  and (max-width: 767px){
    .call{

      position: fixed;
      left: 3.5%;
      bottom: 90px;
      height: auto;
      background: transparent;
      z-index: 9991 !important;
    }
  }
  @media only screen  and (min-width: 678px)  {
    .call{
      position: fixed;
      left: 2.5%;
      bottom: 15%;
      height: auto;
      background: transparent;
      z-index: 9991 !important;
    }
  }

.call-button {
  width:50px;
  height:50px;
  border-radius: 50px;
  border:0px;
  position: relative;
  background-color: #23c15e;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 0 0 #23c15e;
  -webkit-animation: pulse 3s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

.call-button:hover {
  -webkit-animation: none;
     -moz-animation: none;
      -ms-animation: none;
          animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(188, 132, 32, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}

@-webkit-keyframes pulseText {to {text-shadow: 0 0 100px rgba(188, 132, 32, 0);}}
@-moz-keyframes pulseText {to {text-shadow: 0 0 100px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulseText {to {text-shadow: 0 0 100px rgba(232, 76, 61, 0);}}
@keyframes pulseText {to {text-shadow: 0 0 100px rgba(232, 76, 61, 0);}}


/* Whatsapp Button Css */

@media only screen  and (min-width: 220px)  and (max-width: 767px){

.whatsapp{
  position: fixed;
  right: 10px;
  bottom: 90px;
  height: auto;
  background: transparent;
  z-index: 1001;
}
}
@media only screen  and (min-width: 768px)  {
  .whatsapp{
    position: fixed;
    right: 20px;
    bottom: 15%;
    height: auto;
    background: transparent;
    z-index: 1001;
  }
}


.whatsapp-button {
width:50px;
height:50px;
border-radius: 50px;
border:0px;
position: relative;
background-color: #23c15e;
color: #fff;
cursor: pointer;
box-shadow: 0 0 0 0 #23c15e;
-webkit-animation: pulse 3s infinite cubic-bezier(0.66, 0, 0, 1);
-moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
-ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

.whatsapp-button:hover {
-webkit-animation: none;
   -moz-animation: none;
    -ms-animation: none;
        animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(188, 132, 32, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}

@-webkit-keyframes pulseText {to {text-shadow: 0 0 100px rgba(188, 132, 32, 0);}}
@-moz-keyframes pulseText {to {text-shadow: 0 0 100px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulseText {to {text-shadow: 0 0 100px rgba(232, 76, 61, 0);}}
@keyframes pulseText {to {text-shadow: 0 0 100px rgba(232, 76, 61, 0);}}



.color1{
    color: #9d0032 !important;
}
.color2{
    color:#d1485f !important;
}

.service-title{
    color: #9d0032;
}
.service-title:hover{
    color: #f3a854;
}




@media screen and (max-width:991px)
{
    .about-text{
        font-size: 50px !important;
    }
}





