

  .con-title h1 span
{
font-size: 22px;
font-weight: 700px;
color:#e16f8c;
line-height: 40px;
text-transform: uppercase;
}

@media screen and (min-width: 480px) {
  .con-title h1 span{
    font-size: 25px;
    font-weight: 700px;
    color:#d61f4d;
    line-height: 40px;
    text-transform: uppercase;
    
  }
}

.btn
{
  font-family: Arial;
  font-size: 19px;
  margin-right: 7px;
}


.hee
{
  text-align: center;
}

.f
{
  background-color: #f0aec0;
  text-align: right;
}
.ff
{
  text-decoration: none;
}
.content
{
  font-size: large;
  margin-top: 43px;
  text-align: justify;
  margin-right: 10px;
}
.foo
{
  background-color: #f3dada;
}
.eventname
{
  text-align: center;
}

*
{
padding: 0;  
margin: 0;
box-sizing: border-box;
}

.card-img-top
{
  border-radius: 0px;
  padding: 20px;
 
}
.card
{
border-radius: 0px;
box-shadow: rgba(0,0,0,0.2);


}

.click
{
  border-radius: 0px;
  padding: 6px 14px;
  transition: 0.4s;
  font-size: 16px;
  font-weight: 600px;
  text-align: center;
  display:inline-block;
}

.butn
{
  background-color: #000;
  color:#fff;
  border:none ;

}

.butn:hover
{
  color: black;
  background-color:rgb(194, 222, 248);
  border-color:#000;
 
}

.a
{
  justify-content: center;
}
.exi
{
  padding:10px;
  color:#ad0260;
  font-size: 50px;
  font-family: "Playfair Display", serif;
}
.clr
{
  color:#ad0260;
}

.gallery
{
  margin-top: 25px;
  box-shadow: 7px  7px #ee9898;
}
.cn
{
padding-bottom: 60px;
}
.evn
{
  list-style:none;
  background-color:#f5e1e1;
  color: #000;
  padding: 0;
  margin: 0; 
}
.ocan:hover
{
background-color:rgb(241, 236, 236);
color: #000000;
}

.sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333333;
  width: 50px;
}

.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333;
  width: 50px;
}

.advertisers-service-sec {
  background-color: #f5f5f5;
}

.advertisers-service-sec span {
  color: rgb(234, 90, 157);
}

.advertisers-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}

.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.advertisers-service-sec .service-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#0dcaf0, rgb(246, 93, 164));
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
  z-index: 3;
}

.advertisers-service-sec p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
  background-color: #ffffff;
  color: rgb(244, 125, 181);
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
  color: #0dcaf0;
}

.advertisers-service-sec .service-card:hover h3 {
  color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
  color: #f0f0f0;
}

.table {
  border-collapse: collapse;
  width: 5cqh;

}

 .th {
  border: 1px solid #000;
  background-color: #dc1c22;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.tr:nth-child(even) {
  background-color:#fff;
  color: #000;
  border: 1px solid #000;
  padding: 10px;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.photobanner {
	position: relative;
	height: 233px;
	margin-bottom: 30px;
	display: flex;
	width: 100%;
}

.photobanner img {
  margin: 0px 25px;
  box-shadow: 2px 2px 8px #8a8a8a;
}

.photobanner {
  animation: bannermove 50s linear infinite alternate-reverse;
}

@keyframes bannermove {
  from {
    left: 0px;
  }
  to {
    left: -2700px;
  }
}

       

    
