/* CSS Document */
.gallery-block{padding-bottom: 60px; padding-top: 60px;}
.gallery-block .heading{margin-bottom: 50px; text-align: center;}

.gallery-block .heading h2{font-weight: bold;font-size: 1.4rem; text-transform: uppercase;}

.gallery-block.cards-gallery h6{font-size: 17px; font-weight: bold;}

.gallery-block.cards-gallery .card{transition: 0.4s easy;}
.gallery-block.cards-gallery .card img{box-shadow: 0px 2px 10px rgba(0,0,0,0.15);}
.gallery-block.cards-gallery .card-body{text-align: center;}
.gallery-block.cards-gallery .card-body p{font-size: 15px;}
.gallery-block.cards-gallery a{color:#212529; }
.gallery-block.cards-gallery a:hover{text-decoration: none;}
.gallery-block.cards-gallery  .card{
	margin-bottom: 30px;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.30);
}



.bg_body {
background-color: #ffedf5;
}


   .bg {
	text-align:center;
	color:#fff;
    padding: 0.7rem 0.7rem;
    margin-bottom: 3rem;
	background: #5c30cb;
  background: -webkit-linear-gradient(45deg,  #4305c3, #b72a9e, #f8326b);
  background:    -moz-linear-gradient(45deg,  #4305c3, #b72a9e, #f8326b);
 background:         linear-gradient(45deg, #4305c3, #b72a9e, #f8326b);
	background-repeat: no-repeat;
    background-attachment: fixed;
    /* background-color: #6279ff; */
    border-radius: .0rem;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}


.c_heading h4{
  width: 100%; 
   text-align: center; 
   border-bottom: 2px dotted rgb(157 34 166 / 38%);
    line-height: 0.0em;
   margin: 10px 0 20px;  
	/*color:#ce04ad*/;
	color:#0424ce;
	
	font-family:"Times New Roman", Times, serif; 
	}
	
.c_heading h4 span { 
    background: #ffd0e5;
	 border-radius: 50px;
	 border-width:5px;
    font-weight:bold;	 
    padding: 8px 20px;
	-webkit-box-shadow: 0px 8px 19px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 8px 19px -9px rgba(0,0,0,0.75);
box-shadow: 0px 8px 19px -9px rgba(0,0,0,0.75);
}





.tcolor{
	color:#a625a4;
	
	
}




.item {
    position:relative;
    padding-top:0px;
    display:inline-block;
}
.badge{
position: absolute;
    right: -10px;
    top: 0px;
    background: red;
    text-align: center;
    border-radius: 50px 50px 50px 50px;
    color: white;
    padding: 5px 10px;
    font-size: 13px;
	border:2px #fff;
	z-index:1;
	
}


.pulsate::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: pulse 1s ease infinite;
          animation: pulse 1s ease infinite;
  border-radius: 50px 50px 50px 50px;
  border: 6px double #ffd400;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0;
  }
}



@media (min-width: 576px) {

.gallery-block .transform-on-hover:hover {
	    transform: translateY(-10px) scale(1.02);
	    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important; 
}
 
}


@media (max-width: 565px) {
.heading h1{font-weight: bold;font-size: 19px; text-transform: uppercase;}
.heading p{font-size: 13px; }
.c_heading h4{font-size:20px;}

.item {
    position:relative;
    padding-top:0px;
    display:inline-block;
}
.badge{
position: absolute;
    right: -10px;
    top: 0px;
    background: red;
    text-align: center;
    border-radius: 50px 50px 50px 50px;
    color: white;
    padding: 5px 10px;
    font-size: 10px;
	border:2px #fff;
	z-index:1;
	
}

}
