/*feedback crop text*/
   .crop {
     overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* truncate to 4 lines */
  -webkit-line-clamp: 4;
    }

/*feedback text ends*/
.span_head{
    background: linear-gradient(90deg, rgba(56,166,229,1) 35%, rgba(0,212,255,1) 100%);
      padding: 10px 20px;
      font-weight: 600;
      font-size: 20px !important;
  
      border-radius: 10px;
      color:white;
  }
  .container-1 {
    position: relative;
    max-width: 1000px;
    width: 100%;
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  .container-1 header {
    font-size: 1.5rem;
    color: #000;
    font-weight: 500;
    text-align: center;
  }
  .container-1 .form {
    margin-top: 30px;
  }
  .container-1 .form .input-box {
    width: 100%;
    margin-top: 20px;
  }
  .container-1 .input-box label {
    color: #000;
  }
  .container-1 .form :where(.input-box input, .select-box, .select2-selection) {
    position: relative;
    height: 40px;
    width: 100%;
    outline: none;
    font-size: 1rem;
    color: rgb(7, 7, 7);
    margin-top: 8px;
    border: 1px solid #878080;
    border-radius: 6px;
    padding: 0 15px;
    background-color: white;
  }
  .container-1 .input-box input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  }
  .container-1 .form .column {
    display: flex;
    column-gap: 15px;
  }
  .container-1 .form .gender-box {
    margin-top: 20px;
  }
  .container-1 .gender-box h3 {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 8px;
  }
  .container-1 .form :where(.gender-option, .gender) {
    display: flex;
    align-items: center;
    column-gap: 50px;
    flex-wrap: wrap;
    margin-top: 10px;
    font-size: 16px;
  }
  .container-1 .form .gender {
    column-gap: 5px;
  }
  .container-1 .gender input {
    accent-color: rgb(3, 3, 3);
  }
  .container-1 .form :where(.gender input, .gender label) {
    cursor: pointer;
  }
  .container-1 .gender label {
    color: #000;
  }
  .container-1 .address :where(input, .select-box) {
    margin-top: 15px;
  }
  .container-1 .select-box select {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    color: #6d6969;
    font-size: 1rem;
  }
  .container-1 .form .button {
      height: 55px;
      width: 20%;
      color: white;
      font-size: 1.2rem;
      font-weight: 600;
      margin-top: 30px;
      border: none;
      cursor: pointer;
      transition: all 0.2s ease;
      background: #0e4ba3;
  }
  .container-1 .form .button:hover {
    background: #979721;
  }
  /*Responsive*/
  @media screen and (max-width: 500px) {
    .container-1 .form .column {
      flex-wrap: wrap;
    }
    .container-1 .form :where(.gender-option, .gender) {
      row-gap: 15px;
    }
  }
  .container-1 textarea{
    width: 100%;
    margin-top: 20px;
    border: 1px solid #878080;
    border-radius: 6px;
  }
  .container-1 .span{
      text-align:center;
      color:#000;
      font-size:14px;
  }
  .container-1 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.container-1 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height:40px;
}
.gender-box label{
  color:black;
}
.spc .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: linear-gradient(90deg, rgba(56,166,229,1) 35%, rgba(0,212,255,1) 100%) !important;
    font-weight: 500;
}
.spc .nav-pills .nav-link {
  font-size: 20px;
}


/*===============================
	Events CSS 
=================================*/
.events{
	background:#F8F8F8;
}
.event-img, .coming-event {
	margin-top: 30px;
}
.coming-event {
	padding-left: 35px;
}
.events .single-event {
	background: #fff;
	position: relative;
	margin-left: 0;
	padding: 30px 20px 30px 60px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.marquee .single-event{
  padding: 10px 10px 10px 50px;
}
.events .single-event:last-child{
	margin:0;
}
.events .event-date {
	position: absolute;
	left: -35px;
	width: 70px;
	text-align: center;
	top: 50%;
	margin-top: -35px;
	padding: 10px 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
  	transition: all 0.3s ease 0s;
    background: #05C46B;
}
.marquee .event-date{
  margin-top: -45px;
}
.events .single-event:hover .event-date {
	border-radius:20px;
}
.events .event-date p {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
  text-align: center;
}
.events .single-event:hover .event-date p{
	font-size:25px;
}
.events .event-date p span {
	display: block;
	font-size: 14px;
	font-weight:500;
}
.events .event-title {
	font-size: 18px;
	margin-bottom: 10px;
}
.events .event-title a {
	font-weight: 700;
	color: #252525;
}
.events .entry-date-time {
	color: #555;
	margin-top: 5px;
	display: block;
}
/* Events Archive */

.events.archive .single-event {
	padding: 15px;
	margin-top: 30px;
	margin-bottom: 0px;
}
.events.archive .event-image{
	position: relative;
	overflow:hidden;
  max-height: 300px;
    min-height: 100%;
}
.events.archive .event-image img{
	width: 100%;
	height: auto;
}
.events.archive .single-event:hover .event-image img{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.2);
}
.events.archive .event-date {
	top: 5px;
	margin: 0;
	left: 5px;
}
.events.archive .event-content{
	margin-top: 20px;
}
.spc-c .center{
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.image-upload > input
{
    display: none;
}

.image-upload .img
{    
  position: absolute;
    top: 210px;
    left: 770px;
    float:right;
    border-radius: 50%;
    height:150px;
    width:150px;
    border-color: #c3c0c0 #34a9e6;
    border-image: none;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-style: solid;
    border-width: 5px;
}
.imageTwo {
  cursor: pointer;
  position: absolute;
  right:70px;
  transform: translate(-50%, -50%);
  top: 340px;
  font-size: 30px;
  background: #38a6e5;
    padding: 8px;
    border-radius: 50%;
    color: white;
}