
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,300,300i,400,400i,500,500i,600,700,700i,900,900i");

body{
  margin: 0;
    font-weight: 400;
    font-size: 16px;
    overflow-x: hidden;
    font-family: "Poppins",sans-serif !important;
    color:#000000;
    width:100%;
    background: #FFFFFF;
}

#menu_multilevelpushmenu{box-shadow:none;}
.eventsheader{
display:none;
}



* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

a {
  text-decoration: none;
}

a:focus {
  color: inherit;
}


.br-0{
  border:none;
  box-shadow: 0px 0px 10px #00000029;
}
.center-auto{
  margin: auto;
  display: block;
}
.text-decoration-none{
  text-decoration: none;
}


/*********************************/

nav{display: block;}
.mainnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mainnav ul li {
    position: relative;
}
.header .mainnav > ul > li  {
    line-height: 100px;
}
.mainnav > ul > li.home  {
    color: #000;
}
.mainnav > ul > li  {
    position: relative;
    display: block;
    text-transform: capitalize;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    margin: 0 9px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all .4s ease-in-out;
}

.mainnav ul.submenu li:first-child {
    border-top: none;
}
.mainnav ul li ul li {
    margin-left: 0;
    
}

.mainnav_border > li:after {
	content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ba141a;
    transition: width .3s;
	  margin-top: 5px;

}
.mainnav_border > li:hover:after {
  color: #ba141a;
	width: 100%;
  transition: width .3s;
}
.mainnav_border > li.active {
	border-bottom: 2px solid #ba141a;
}

.mainnav ul li:hover > ul.submenu {
    top: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}



/******************************/

nav {
  padding: 10px 0 !important;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-radius: 0px !important;
  left: 0;
  right: 0;
  height: auto;
  z-index: 99;
  background-color: #FFFFFF !important;
  border-top: 1.8rem solid #ffcb05 !important ;
}

.navbar-nav li{
  margin-left: 45px;
  margin-top: 20px;
}

.navbar-nav{
  position: relative;
  left: 15%;
}

.navbar-brand img{
  width: 385px;
}
.nav-link{
  padding: 3px 5px;
}

.navbar-nav li {
  font-size: 16px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.navbar-nav li:hover{
  text-decoration: none;
  color: #ba141a;
}

.navbar-nav li.active {
  color: #ba141a;
}


.active {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.res_hide{
  display: block !important;
}
.res_show{
  display: none !important;
}

.loginActiveCls{
  background-color:#ba141a;
  border-radius: 2px;
  padding: 5px 8px;
  text-decoration: none;
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px !important;
}

.banner-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../coreApi/img/bg_one.jpg');
  background-size: cover;
  background-position: center;
  z-index: -1; /* Make sure it's behind the content */
}

.banner-one {
  position: relative;
  z-index: 1; /* Ensures content is in front of the background */
  text-align: center;
  padding: 5rem;
}

.color_white{
  color: #fff;
}
.ln-35{
  line-height: 46px;
}
.flex-box-align{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.icon-size{
  font-size: 5rem;
}
.f-27{
  font-size: 28px !important;
}
.img-pos{
  position: relative;
  top: 20px;
}
.mt-5{
  margin-top: 4rem;
}
.banner-two-bg::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../coreApi/img/bg_two.jpg');
  background-size: cover;
  z-index: -1; /* Make sure it's behind the content */
}

.banner-two-bg {
  position: relative;
  z-index: 1; /* Ensures content is in front of the background */
  text-align: center;
  padding: 3rem;
  padding-top: 0px;
  border-bottom: 13px solid #ffcb05 ;
}

.banner-two-bg1::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../coreApi/img/bg_two.jpg');
  background-size: cover;
  z-index: -1; /* Make sure it's behind the content */
}

.banner-two-bg1 {
  position: relative;
  z-index: 1; /* Ensures content is in front of the background */
  text-align: center;
  padding: 5rem;
  border-bottom: 13px solid #ffcb05 ;
}
.card_yellow_custom{
  background-color: #ffcb05;
  padding: 15px;
  color: #ba141a;
  border-radius: 0px;
  border: 0px;
}
.border_right{
  border-right: 2px solid #ba141a;
}
.f-22{
  font-size: 22px;
}
.color_red{
  color: #ba141a;
}
.bg_red_pad{
  background-color: #ba141a;
  padding: 15px;
  color: #fff;
  margin-bottom: 0;
  font-size: 26px;
}
.pos_top_block{
  position: relative;
  top: -59px;
}
.pos_top_block_second{
  position: relative;
  top: -59px;
}
.f-15{
  font-size: 15px;
}
.ln-30{
  line-height: 30px;
}
.w-80{
  width: 80%;
} 
.br_radius{
  border-radius: 50px;
}
.color_yellow{
  color: #ffcb05;
}
.f-5rem{
  font-size: 5rem;
}
footer{
  background-color: #ba141a;
  padding: 15px;
  color: #fff;
}
.flex-footer{
  display: flex;
  flex-direction: row;
  justify-content:start ;
  align-items: center;
}
.f-14{
  font-size: 14px;
}
.membersip-banner::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../coreApi/img/tdp_cadre.jpg');
  background-size: cover;
  z-index: -1; /* Make sure it's behind the content */
}

.membersip-banner {
  position: relative;
  z-index: 1; /* Ensures content is in front of the background */
  height: 230px;
}
.membersip-two-bg::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../coreApi/img/yellow_bg.jpg');
  background-size: cover;
  z-index: -1; /* Make sure it's behind the content */
}

.membersip-two-bg {
  position: relative;
  z-index: 1; /* Ensures content is in front of the background */
  padding: 0.5rem;
  padding-top: 0px;
}
.card_membership_custom{
  background-color: #fdf8cd;
  padding: 15px;
  border: 0px;
  border-radius: 0px;
}
.f-28{
  font-size: 28px !important;
}
.form-check-inline{
  margin-left: 10px;
}
.border_red_hr{
  border: 2px solid #ba141a;
}
.btn-custom{
  background-color: #ba141a;
  color: #fff;
  border-radius: 0px;
  border: 0px;
  padding: 5px 30px;
  font-size: 14px;
  font-weight: bold;
}
.btn-custom-red{
  background-color: #ba141a;
  color: #fff;
  border-radius: 0px;
  border: 0px;
  padding: 5px 10px;
  position: relative;
  top: 4px;
}
.btn-custom-red:focus{
  color: #fff;
  
}
.f-12{
  font-size: 12px;
}
.card_donation{
  background-color: #ba141a;
  padding: 50px;
}
.btn-custom-yellow{
  background-color: #ffcb05;
  color: #ba141a;
  border-radius: 0px;
  border: 0px;
  padding: 15px 30px;
  font-size: 22px;
  font-weight: 500;
}
.pos_donation_bottom{
  position: relative;
  top: 85px;
}
.cursor_pointer{
  cursor: pointer;
}
.hideCls{
  display: none;
}
.backBtn
{
	cursor: pointer;
  border: 1px solid #000;
  border-radius: 14px;
  float: right;
  padding: 5px 8px;
  font-size: 14px;
  color: #000;
}
.f-18{
  font-size: 18px;
}
.f-14{
  font-size: 14px;
}
.w-50{
  width: 50%;
}

  
.border-bottom-double > a::after {
  content: '';
  display: block;
  width: 50%;
  height: 1px;
  background: #ba141a;
  transition: width .3s;
  margin-top: 9px;
  position: relative;
  left: 25%;

}
.font-italic{
  font-style: italic;
}


.form-control {
  display: block;
  width: 100%;
  height: 34px !important;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input::placeholder{
  font-size: 14px;
}
.m_left_8 {
  margin-left: 8px;
}
fieldset{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top:20px;
	border: 1px solid #000;
	padding: 10px;
  background: #fdf8cd;
  color:#000;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.16);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.16);
}
fieldset legend{
	color: #FFA0C9;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
  background: #fdf8cd;
  color:#000;
	padding: 0px 8px 3px 8px;
	box-shadow: -0px -1px 2px #F1F1F1;
	-moz-box-shadow:-0px -1px 2px #F1F1F1;
	-webkit-box-shadow:-0px -1px 2px #F1F1F1;
	font-weight: normal;
  font-size: 14px;
  width: auto !important;
}
.active_checked{
  background-color: #c02221;
  color: #fff;
}
.checkVoterTypeCls:focus{
  color: #fff;
}
.errorCls{
  color: red;
  font-size: 12px;
}
.flex-input-button{
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
}


.spinner {
	margin:auto;
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	-webkit-animation: sk-chasingDotsRotate 2s infinite linear;
    animation: sk-chasingDotsRotate 2s infinite linear; 
}
.spinner .dot1 , .spinner .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #ee935d;
    border-radius: 100%;
    -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
    animation: sk-chasingDotsBounce 2s infinite ease-in-out; 
}
.spinner .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s; 
}

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.border_yash_pad{
    border: 1px solid #000;
    padding: 12px;
    border-radius: 10px;
    background-color: #eceff4;
}
.text-decoration-underline{
  text-decoration: underline;
}


.color_green{
  color: green;
}
.width_height_pc{
  width:25px;
  height: 25px;
}

.dashed_border_cls{
  border: 2px dashed #a4a9ae;
  padding: 12px;
  border-radius: 19px;
}
.block_white{
  padding: 10px;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
  border: 1px solid #000;
}
.pos_radio_cls{
  position: absolute;
  right: 0;
}
video, canvas {
  display: block;
  margin: 10px auto;
}
.cameraCls{
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
}


.flex-box-renewal{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.pos_or_align{
  margin-top: 15px;
  font-size: 14px;
}

.qr_code_pos_card{
  position: absolute;
  left: 26%;
  bottom: 7%;
  border: 1px solid #fff;
  padding: 1px;
  background-color: #fff;
}
.bg_red_card{
  background-color: #c02221;
  color: #fff;
  padding: 3px;
  width: 100px;
  text-align: center;
}
.flex-card{
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
}

.member_img{
  width: 60px;
  height: 60px;
}
.mr_10{
  margin-left: 15px;
}
.top100{
  top:100px;
}


.table_padding thead tr th {
  font-size: 12px !important;
  text-transform: uppercase !important;
  font-weight: 600;
  border-top: none;
  text-align: center;
  font-weight: bold;
  background-color: rgb(210, 228, 255);
  vertical-align: middle;
}
.table_padding tbody tr td {
  padding: 5px !important;
  font-size: 12px !important;
  font-weight: 600;
  text-align: center;
}
.color_orange{
  color: orange;
}
.exis_width_height{
  width: 100px;
  height: 100px;
}
.downloadBtn,.downloadBtnAsPDF{
  cursor: pointer;
}
.f-16{
  font-size: 16px !important;
}

.drop-container {
  align-items: center;
  border: 2px dashed #555;
  border-radius: 10px;
  color: #444;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 110px;
  justify-content: center;
  padding: 5px;
  position: relative;
  transition: background .2s ease-in-out, border .2s ease-in-out;
}
.width_300{
  width: 300px;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-group label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #777;
  pointer-events: none;
  transition: all 0.3s ease;
}

.form-group input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid #ccc;
  outline: none;
  transition: all 0.3s ease;
}

.form-group input:focus {
  border-bottom: 2px solid #007BFF; /* Changes line color on focus */
}

.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label {
  font-size: 12px;
  top: -20px; /* Moves the label up */
  color: #007BFF; /* Changes label color */
}

.w-res-80{
  width: 80px;
}
.f-40{
  font-size: 40px !important;
}
.flex-align-share{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.pos_share_cls{
  position: relative;
  top: -8px;
  right: 10px;
}
.share_list_cls li{
  display: block;
  margin: 10px;
}
.bg_yash_pad{
  background-color: #d3d3d3;
  padding: 25px;
  border-radius: 25px;
}

@media screen and (max-width: 767px) {

    
  /*Header style*/

  .nav-mob {
      background-image: -webkit-gradient(linear, left top, right top, from(#0098d6), to(#00cbd6));
      background-image: linear-gradient(to right, #0098d6 0%, #00cbd6 100%);
      -webkit-box-shadow: 0 5px 29px rgba(0, 205, 214, 0.3);
      box-shadow: 0 5px 29px rgba(0, 205, 214, 0.3);
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear;
      box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
      border-radius: 0px !important;
  }

  .navbar-toggler{
    font-size: 18px;
  }

  
  .navbar-brand img{
    width: 280px;
  }
  

  .navbar .navbar-nav {
      width: 100% !important;
      text-align: center !important;
      margin-right: 0 !important;
  }
  
  .navbar-toggle {
      padding: 10px 5px;
      margin-right: 0;
  }
  .navbar-collapse {
      margin-top: 10px;
  }

  .res_hide{
      display: none !important;
  }
  .res_show{
      display: block !important;
  }
  .navbar-nav{
      margin-left: 0px;
      border-top: 1px solid rgba(255,255,255,0.5);
  }
  .navbar-nav li{
      margin-left: 0px;
      padding: 5px;
  }
  .navbar-nav li a:hover{
      color: #F9C52D;
  }
  .navbar-collapse{
      background-color:#fff;
  }
  .navbar-nav li a.active {
      color: #F9C52D;
      border-bottom: none;
  }
  .mainnav_border > li.active {
      border-bottom: none !important;
    }

  
  
 
.mainnav_border > li:hover:after {
      width: 0%;
      transition: width .3s;
  }

  .text-center-res{
    text-align: center;
  }
  
  .flex-box-renewal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .flex-input-button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .banner-one {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 10px;
  }
  .ln-35 {
    line-height: 34px;
  }
  .f-27{
    font-size: 22px !important;
  }
  .img-pos {
    position: relative;
    top: 0;
  }
  .pos_top_block {
    position: relative;
    top: -9px;
  }
  .pos_top_block_second{
    position: relative;
    top: -130px;
  }
  .border_right{
    border-bottom: 2px solid #ba141a;
    border-right: 0px;
  }

  .border_bottom_res{
    border-bottom: 2px solid #ba141a;
  }

  .banner-two-bg {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 1rem;
    padding-top: 0px;
    border-bottom: 13px solid #ffcb05;
  }
  .w-res-80{
    width: 80px;
  }
  .membersip-two-bg {
    position: relative;
    z-index: 1;
    padding: 0;
  }
  .f-28{
    font-size: 18px !important;
  }
  .flex-buttons{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
  .btn-custom{
    background-color: #ba141a;
    color: #fff;
    border-radius: 0px;
    border: 0px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
  }
  .mb-res-3{
    margin-bottom: 2rem !important;
  }
  .res_text_wrap{
    text-wrap: wrap;
    font-size: 16px;
  }
  
 
}