.dsm-fronttitle-one{
    font-weight: 700;
    color:#eb91a7;
}
.dsm-frontpage-call{
    text-align: center;
    font-weight: 700;
    color:#610606;
}

.blink {
    animation: blink-animation 0.5s steps(5, start) infinite;
    -webkit-animation: blink-animation 0.5s steps(5, start) infinite;
  }
  @keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }
  @-webkit-keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }

  .blink:hover {
    font-size: 27px;
    animation: blink-animation 0s steps(5, start) infinite;
    -webkit-animation: blink-animation 0s steps(5, start) infinite;
    cursor: pointer;
  }

  .blink-hotline
  {
    color: #d23057;
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    padding-top: 25px;
  }

  /* Call Button */

  .call-buton .cc-calto-action-ripple {
	z-index: 99999;
	position: fixed;
	right: 1rem;
	bottom: 11rem;
	background: #d23057;
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; }
	.call-buton .cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 2.2rem; }
	.call-buton .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }
  
  @-webkit-keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(210, 48, 87, 0.2), 0 0 0 0 rgba(210, 48, 87, 0.2), 0 0 0 5px rgba(210, 48, 87, 0.2), 0 0 0 10px rgba(210, 48, 87, 0.2);
	  box-shadow: 0 4px 10px rgba(210, 48, 87, 0.2), 0 0 0 0 rgba(210, 48, 87, 0.2), 0 0 0 5px rgba(210, 48, 87, 0.2), 0 0 0 10px rgba(210, 48, 87, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(210, 48, 87, 0.2), 0 0 0 5px rgba(210, 48, 87, 0.2), 0 0 0 10px rgba(210, 48, 87, 0.2), 0 0 0 20px rgba(210, 48, 87, 0);
	  box-shadow: 0 4px 10px rgba(210, 48, 87, 0.2), 0 0 0 5px rgba(210, 48, 87, 0.2), 0 0 0 10px rgba(210, 48, 87, 0.2), 0 0 0 20px rgba(210, 48, 87, 0); } }
  
  @keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(210, 48, 87, 0.2), 0 0 0 0 rgba(210, 48, 87, 0.2), 0 0 0 5px rgba(210, 48, 87, 0.2), 0 0 0 10px rgba(210, 48, 87, 0.2);
	  box-shadow: 0 4px 10px rgba(210, 48, 87, 0.2), 0 0 0 0 rgba(210, 48, 87, 0.2), 0 0 0 5px rgba(210, 48, 87, 0.2), 0 0 0 10px rgba(210, 48, 87, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(210, 48, 87, 0.2), 0 0 0 5px rgba(210, 48, 87, 0.2), 0 0 0 10px rgba(210, 48, 87, 0.2), 0 0 0 20px rgba(210, 48, 87, 0);
	  box-shadow: 0 4px 10px rgba(210, 48, 87, 0.2), 0 0 0 5px rgba(210, 48, 87, 0.2), 0 0 0 10px rgba(210, 48, 87, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }

span.num{
    position: absolute;
color: #d23057;
left: -30%;
bottom: -50%;
}

/* Front Icon Text */

.fluid-section-two-services-box-box-cloumn {
    position: relative;
    margin-bottom: 85px;
}

.fluid-section-two-services-box-box-cloumn-icon-box {
    position: absolute;
    left: 0;
    top: 6px;
}

.fluid-section-two-services-box {
    position: relative;
    padding-top: 45px;
    }

.dsm-home-features
{
  border-radius: 25px;
  border: 2px solid #2968b2;
  padding: 10px 10px;
  width: 100%;
  height: auto;
  color: #2968b2;
  text-align: center;
  margin: 10px;
}

.dsm-home-features:hover
{
  border: 2px solid #fff;
  background-color: #2968b2;
  color: #fff;
  cursor: pointer;
}

.dsm-home-gallerypadding
{
  margin:5px;
  border: 3px solid #292727;
  cursor: pointer;
}

.dsm-home-gallerypadding:hover
{
  margin:5px;
  border: 5px solid #ccc;
  cursor: pointer;
}
.dsm-about-us-rowone
{
  width:90%;
  margin-left:auto;
  margin-right:auto;
  margin-top:100px;
}
.dsm-about-us-companytext
{
  color:black;
  margin:20px;
  text-decoration: wavy;
  text-align: justify;
  text-justify: inter-word;
}

.dsm-about-us-service-blockA
{
  background-color: #2968b2;
  color:white;
  padding:10px;
  margin:10px;
  text-decoration: wavy;
  text-align: center;
  min-height: 150px;
}
.dsm-about-us-service-blockA:hover
{
  background-color:white;
  color: #2968b2;
  cursor: pointer;
  border:2px dotted #2968b2;
}
.dsm-about-us-service-blockA-p
{
  color:white;
  margin-top:10px;
}
.dsm-about-us-service-blockA-p:hover
{
  color: #2968b2;
}


.dsm-about-us-service-blockB
{
  background-color: #d23057;
  color:white;
  padding:10px;
  margin:10px;
  text-decoration: wavy;
  text-align: center;
  min-height: 150px;
}
.dsm-about-us-service-blockB:hover
{
  background-color:white;
  color: #d23057;
  cursor: pointer;
  border:2px dotted #d23057;
}

.dsm-about-us-service-blockB-p
{
  color:white;
  margin-top:10px;
}
.dsm-about-us-service-blockB-p:hover
{
  color: #d23057;
}

.dsm-about-us-faceimg
{
  border-radius: 50%;
  border:2px solid #ccc;
  width:250px;
  height:250px;
  margin-left:25px;
}
.dsm-about-us-faceimg-text
{
  margin:15px;
  color: black;
  font-size: 25px;
  font-weight: 700;
}

.dsm-product-feature
{
  margin:5px;
  padding:5px;
  background-color: #ffffff;
  color: black;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #2968b2;
  border-radius: 5px;
}

.dsm-products-companytext
{
  color:black;
  padding-left:15px;
  padding-right:10px;
  padding-top:10px;
  padding-bottom:10px;
  width:100%;
  margin-top:10px;
  text-decoration: wavy;
  text-align: left;
  background-color: #92a3b9;
  border-radius: 5px;
}

.dsm-imggallery-grid
{
  background-color: #cac5c5;
  padding:5px;
  margin:5px;
  color:black;
}

.dsm-imggallery-grid:hover
{
  background-color: #999898;
  color:#2968b2;
}