/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

/*@font-face {*/

/*  font-family: Poppins-Regular;*/

/*  src: url('../fonts/poppins/Poppins-Regular.ttf'); */

/*}*/

/*@font-face {*/

/*  font-family: Poppins-Bold;*/

/*  src: url('../fonts/poppins/Poppins-Bold.ttf'); */

/*}*/

/*@font-face {*/

/*  font-family: Poppins-Medium;*/

/*  src: url('../fonts/poppins/Poppins-Medium.ttf'); */

/*}*/

/*@font-face {*/

/*  font-family: Montserrat-Bold;*/

/*  src: url('../fonts/montserrat/Montserrat-Bold.ttf'); */

/*}*/

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

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

/*---------------------------------------------*/

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
  color: #ff322e;
}

/*---------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

.history p {
  font-size: 15px;
  line-height: 1.9;
  color: #404040;
  margin: 0px;
  margin-left: 2rem;
  margin-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
}
.footer-links {
  padding-left: 1rem;
}
.history1 img {
  float: right;
}
.history2 img {
  float: left;
  padding: 1rem;
}

.historybg {
  background: #f8e3ab;
  border-radius: 20px;
  margin: 0px 10px;
}

ul,
li {
  margin: 0px;
  list-style-type: none;
}

.grey {
  background: #b6b6b6;
}
/*---------------------------------------------*/

input {
  outline: none;
  border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus,
input:focus {
  border-color: #6f6f6f !important;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input::-webkit-input-placeholder {
  color: #968d8d;
}

input:-moz-placeholder {
  color: #968d8d;
}

input::-moz-placeholder {
  color: #968d8d;
}

input:-ms-input-placeholder {
  color: #968d8d;
}

textarea::-webkit-input-placeholder {
  color: #968d8d;
}

textarea:-moz-placeholder {
  color: #968d8d;
}

textarea::-moz-placeholder {
  color: #968d8d;
}

textarea:-ms-input-placeholder {
  color: #968d8d;
}

/*---------------------------------------------*/

button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/

.txt1 {
  /*font-family: Poppins-Regular;*/
  font-size: 13px;
  line-height: 1.5;
  color: #968d8d;
}

.txt2 {
  /*font-family: Poppins-Regular;*/
  font-size: 13px;
  line-height: 1.5;
  color: #666666;
}

.signuptxt {
  font-size: 22px;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  /*  background-image: url(/tnkaruneegarsangam/images/pp3.jpg);*/
  /*background-size: contain;*/
}

.container-login100 {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #ffffff;
  /*background: -webkit-linear-gradient(-135deg, #c850c0, #4158d0);*/
  /*background: -o-linear-gradient(-135deg, #c850c0, #4158d0);*/
  /*background: -moz-linear-gradient(-135deg, #c850c0, #4158d0);*/
  /*background: linear-gradient(-135deg, #c850c0, #4158d0);*/
}

.Guest-form {
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 130px 33px 95px;
}

.wrap-login100 {
  border-radius: 7px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 130px 33px 95px;
  margin-bottom: 15px;
}

.login-form {
  border-radius: 7px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 130px 33px 95px;
  margin-bottom: 15px;
  background-color: #f3f3f3;
  box-shadow: 1px 1px 8px 2px #dadada;
}

.wrap-login-backgroung-color {
  background: #e6e6e6d6;
}

.signup100 {
  width: 70%;
}

/*------------------------------------------------------------------
[  ]*/

.login100-pic {
  width: 316px;
}

.signup_image {
  width: 30%;
  margin-top: 113px;
}

.login100-pic img {
  max-width: 100%;
}

.p-t-136 {
  padding-top: 50px !important;
}

span.gender_field label {
  margin-right: 15px;
}

span.gender_field i.fa:before {
  padding: 0 !important;
  color: #e91e63;
}

/*------------------------------------------------------------------
[  ]*/

.login100-form {
  width: 600px;
}

.signup100-form {
  width: 70%;
}

.login100-form-title {
  /*font-family: Poppins-Bold;*/
  font-size: 24px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  display: block;
  padding-bottom: 54px;
}

.form-title-line {
  display: block;
  width: 50px;
  height: 2px;
  background: #e91e63;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
}

.form-title-line2 {
  display: block;
  width: 50px;
  height: 2px;
  background: #e91e63;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1px;
}

.form-title-line3 {
  display: block;
  width: 50px;
  height: 2px;
  background: #e91e63;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1px;
  position: relative;
  top: -56px;
}

/*---------------------------------------------*/

.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input100 {
  /*font-family: Poppins-Medium;*/
  font-size: 15px;
  line-height: 1.5;
  color: #666666;
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  padding: 0 30px 0 68px;
}

/*------------------------------------------------------------------
[ Focus ]*/

.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: #e91e63;
}

/* .input100:focus+.focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
} */

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

.symbol-input100 {
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*padding-left: 35px;*/
  pointer-events: none;
  color: #666666;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/* .input100:focus+.focus-input100+.symbol-input100 {
    color: #57b846;
    padding-left: 28px;
} */

/*------------------------------------------------------------------
[ Button ]*/

.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.login100-form-btn {
  /* font-family: Montserrat-Bold; */
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  /* text-transform: uppercase; */
  /* width: 100%; */
  /* height: 40px; */
  border-radius: 6px;
  background: #e91e63;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 37px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 600;
}

.login100-form-btn:hover {
  background: #333333;
}

.login-card {
  width: 450px;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .wrap-login100 {
    padding: 177px 90px 33px 85px;
  }
  .login100-pic {
    width: 35%;
  }
}

@media (max-width: 768px) {
  .wrap-login100 {
    padding: 100px 80px 33px 80px;
  }
  .login100-form {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-login100 {
    padding: 100px 15px 33px 15px;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .row .login100-pic {
    margin: 0px 34px !important;
    padding: 26px 9px !important;
  }
}

@media (max-width: 468px) {
  .login-card {
    width: 300px;
  }
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;
  /*font-family: Poppins-Medium;*/
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

.maintitle::after {
  content: "";
  width: 65px;
  height: 3px;
  background: #c91f16;
  position: absolute;
  left: 50%;
  margin-top: 50px;
  transform: translate(-50%, -50%);
}

.history p {
  font: normal normal normal 18px/24px Open Sans;
  letter-spacing: 0px;
  color: #655d5d;
  opacity: 1;
  text-align: justify;
}

.symbol-pencil {
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* padding-left: 35px; */
  pointer-events: none;
  color: #666666;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

#colorlib-main {
  padding: 5%;
}

.cards-area {
  padding-right: unset !important;
  padding-left: unset !important;
  margin: 0px 10px;
  background: lightgrey;
  margin: auto;
  max-width: 900px;
}

@media (max-width: 990px) and (min-width: 768px) {
  .cards-area {
    margin: 10px auto !important;
  }
  .events_time {
    padding-right: 0rem;
    margin-top: 0rem !important;
  }
  .events-button {
    padding-left: 1rem;
    margin-top: 0rem !important;
  }
  .events_images {
    object-fit: contain;
    height: unset;
  }
}

.events_discreption {
  height: 6rem !important;
}
.events_images {
  padding: 1rem;
  border-radius: 8%;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.cards-area .fa {
  color: #212529;
}
.events_time {
  padding-right: 0rem;
  margin-top: 2rem;
  color: black;
  font-weight: 600;
}

.nav-item a {
  font-weight: 300;
  font-size: 1.1rem;
}

li.nav-item a:hover::before {
  content: "";
  display: block;
  padding-top: -40px;
  border-bottom: 2px solid #fff;
  transform: scaleX(1);
}

li.nav-item.active a::before {
  content: "";
  display: block;
  padding-top: -40px;
  border-bottom: 2px solid #fff;
  display: block;
}

}
.card-title a {
  color: #212529;
  text-decoration: none;
  background-color: transparent;
  font-size: 25px;
  font-weight: 600;
}

.events-button {
  color: white;
  background-color: #f65058;
  font-size: 14px;
  padding-left: 1rem;
  margin-top: 2rem;
  font-weight: 900;
}

.btn:hover {
  color: white;
  text-decoration: none;
  background-color: #c3383f;
}

.card-body .fa {
  color: #c91f16;
}

.card-content {
  font-size: 4px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  overflow: hidden;
  height: 2.9rem;
}
@media screen and (max-width: 520px) {
  .events_time {
    padding-right: 0rem;
    margin-top: 0rem;
    color: black;
    font-weight: 300;
  }

  .events-button {
    color: white;
    background-color: #f65058;
    font-size: 14px;
    padding-left: 1rem;
    margin-top: 0rem;
    font-weight: 600;
  }
  .events_discreption {
    height: 10rem !important;
  }
}

@media screen and (max-width: 1260px) {
  .events_discreption {
    height: 5rem !important;
  }
}
@media screen and (max-width: 1260px) {
  .events_discreption {
    height: 5rem !important;
  }
}
@media only screen  and (max-width : 767px) and (min-width : 300px) {
  .history p {
    text-align: left;
  }
}


/* Custom Style  */

@media(max-width: 780px){

  li.nav-item a:hover::before{

      border-bottom: 0px solid #fff;

  }
  li.nav-item.active a::before{

      border-bottom: 0px solid #fff;

  }
  li.nav-item.active a {
      float: center;
      font-weight: bold;
  }
  .navbar-nav li,a:hover {
  font-weight: bold;
}
  }
  .footer-left p {
    text-align: center;
  }
/*  img {
    margin-left: 147px;
  }
  .footersocilink i {

    margin-left: 57px;
  }*/
}

/* --------------------------------------------------------------------- */
