*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	font-family:sans-serif;
}
/*-------------------common-css---------------------
----------------------------------------------------*/
:root{
	--khoisan-theme-color:#ffc527;
	--khoisan-text-color:#ffc527;
	--khoisan-theme-text-color:#000;
	--navbar-background-color:#000;
	--navbar-text-color:#fff;
	--khoisan-theme-btn-color:;
	--text-color:#777777;
	--khoisan-theme-btn-text-color:;
	--khoisan-theme-btn-hover-color:#fff;
	--khoisan-theme-btn-hover-bg-color:#ac8519;
	--khoisan-input-bg-color:#fff;
	--khoisan-input-text-color:#777777;
}
.top-fixed{
	position: sticky;
	top: 0;
	z-index: 1020;
	background-color:var(--navbar-background-color);
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
a{
	color: var(--khoisan-text-color);
}
a:hover{
	color: var(--khoisan-text-color);
}
p, li{
	color: var(--text-color);
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
	color: var(--khoisan-theme-btn-hover-color);
}
.active {
	font-size: 14px;
	color: var(--khoisan-theme-btn-hover-color);
	text-decoration: none;
}
.text-theme{
	color: var(--khoisan-text-color);
}
section{
	padding-top: 2.5rem;
	padding-bottom: 1.5rem;
	scroll-margin-top:1.5rem;
}
.head h2 span{
	font-weight: 700;
}
h2,h3,h4,h5,h6{
	line-height: 1.5;
}
.section-about UL li{
	margin: .8rem 0px;
}

.btn:first-child:active{
	color: var(--khoisan-theme-btn-hover-color);
	background-color:var(--khoisan-theme-btn-hover-bg-color) ;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn{
	background-color: var(--khoisan-theme-color);
}
.bottom-arrow-div {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--khoisan-theme-color);
	position: fixed;
	bottom: 1rem;
	right: 2rem;
}
.bottom-arrow-div .bx-up-arrow-alt {
	font-size: 30px;
	color: var(--navbar-text-color);
}
.w-18{
	width: 18%!important;
}
.w-10{
	width: 10%!important;
}
/*font size*/
.fs-17{
	font-size: 17px;
}
.fs-12px{
	font-size: 12px;
}
.fs-14px{
	font-size: 14px;
}
/*-------------------Header-css---------------------
----------------------------------------------------*/

/*-------------------Image-css---------------------
----------------------------------------------------*/
.section-image .image-zoom-container {
	overflow: hidden;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section-image .zoom-image {
	max-width: 100%;
	transition: transform 0.3s ease-in-out;
}
/*-------------------footer-css---------------------
----------------------------------------------------*/
.section-gallery .gallery{
	background: #141414;
	padding: 1vh;
}

.section-gallery .gallery  img{
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transition: all 0.3s ease;
}

.section-gallery .gallery:has(img:hover) img:not(:hover) {
	scale: 0.9;
	opacity: 0.5;
	filter: grayscale(70%);
}

/*--------------------contact-css--------------------
----------------------------------------------------*/

.contact-section .side-icon i{
	color: var(--khoisan-text-color);
}
.contact-section ul li a{
	color: var(--khoisan-text-color);
}
.form-company-info{
	background:#c3c9de;
}
.form-contact {
	padding: 24px;
}

.contact-form {
	width: 100%;
	padding: .5em;
	border: solid 1px var(--khoisan-theme-color);
	border-radius: 4px;
}
.full #btncontactsubmit:hover, .about-right .btn-gist:hover{
	background-color:var(--khoisan-theme-color)!important;
	box-shadow: none;
	color: var(--khoisan-theme-text-color);
}

/*-------------------footer-css---------------------
----------------------------------------------------*/
.section-footer{
	background-color:var(--navbar-background-color) ;
	color: var(--navbar-text-color);
}
.section-footer a{
	color: var(--khoisan-theme-text-color);
}

.section-footer .footer-icon{
	display: inline-block;
	color: #7f839c;
	font-size:22px;
	text-align: center;
	transition: 0.3s;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height:32px;
	border: 1px solid #7f839c;
	border-radius: 50%;
	margin: 10px;
	position: relative;
}
.section-footer .footer-icon i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.section-footer a{
	text-decoration: none;
	color: #fff;
}
.footer-icon:hover{
	color: #fff;
	background:var(--khoisan-theme-color);
	box-shadow: 0px 17px 66px 1px hwb(208deg 0% 0%);
	border: 1px solid var(--khoisan-theme-color);
}
@media (max-width:768px){
	.section-history img, .section-about img{
		width: 100%;
	}
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}
/*button css start*/
.btn_primary {
	height: 40px;
	width: 100%;
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 15px;
}

.btn_primary:hover {

	color: #ffd710;
	background-color: #352F44;
}
.btn-bg-yellow {
	background-color: var(--khoisan-text-color);
	color: black;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
}

.btn-bg-yellow:hover {
	background-color: black;
	color: var(--khoisan-text-color);
}

/*button css end*/


/*Login CSS Start*/

.section-login .design1,.section-register .design1 ,.custom-align{
/*	font-size: 40px;*/
font-weight: 600;
	text-align: center;
	/*color: #ffd710;*/
}

.section-login .log ,.section-register .log{
	color: #212529;
}

.section-login .design2 {
	font-size: 25px;
	margin-top: 8px;
	color: #212529;
}

.section-login .frm {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
/*Login CSS End*/
/*Register CSS Start*/
.section-register{
	height: auto!important;
}
.bg-gray-from {
	background-color: #00000054;
}
.section-register .picture{
	width: 130px;
	height: 130px;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.section-register .pictureContainer .picture input[type="file"]{
	cursor: pointer;
	display: block;
	height: 130px;
	width: 130px;
	opacity: 0 !important;
	position: absolute;
	top: 0px;
	margin: 0 auto;
}
.section-register label {
	color: yellow;
	margin-bottom: 5px;
}
.section-register input[type=number]::-webkit-outer-spin-button,
.section-register input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.number-spin::-webkit-outer-spin-button,
.number-spin::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}
.section-register .col-lg-5 {
    z-index: 9;
}
#login-form i,#signup-form i,#reset-pass i{
	right: 10px;
	opacity: 0.8;
	position: absolute;
	top: 41px;
	color: #000;
}
/*Register CSS End*/
/*Verification Start*/
.otp-inputs > input {
	outline: 0;
	border-bottom: 1px solid !important;
	border-width: 0 0 2px !important;
	border-color: var(--khoisan-theme-color)!important;
	color: var(--khoisan-input-text-color);
	background-color: var(--khoisan-input-bg-color);
	margin-top: 26px;
	width: 50px;
	text-align: center;
}

.otp-inputs > input::-webkit-outer-spin-button{
	-webkit-appearance: none;
	margin: 0;
}
/*Verification End*/
.d-none1.g-recaptcha.mt-3{
	margin-top: 0px!important;
}
@media screen and (min-width: 768px) {
	.section-register{
		height: calc(100vh - 58px)!important;
	}
}
/*voting css*/
 .voting-list{
      background-color:#360149;
      position: relative;
      padding: 3rem 2rem 2rem 2rem;
      border-radius: 8px;
      height: 385px;
    }
    a, a:hover{
      color: #fff;
    }
    .state-name{
      position: absolute;
      top: -1rem;
      left: 50%;
      transform: translateX(-50%);
      width: 75%;
      border: 1px solid #360149;
      background-color: #fff;
      color: #360149;
      padding: .5rem;
      border-radius: 8px;
      text-align: center;
      font-size: 18px;
      font-weight: 500;
    }
    .details-page{
      width: 75%;
      left: 50%;
      transform: translateX(-50%);
      position: absolute;
      bottom: -1rem;
      color: #360149;
      border: 1px solid #360149;
      background: #fff;
      text-align: center;
      border-radius: 8px;
      padding: 0.4rem;
    } 
    .total-sit{
      width: 40px;
      height: 40px;
      background-color: #e49bfe;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .status-parties{
      font-size: 12px;
    }
    .voter-list-perc{
      border-radius: 10px;
      background-color: #fff;
      padding:0.5rem 0.85rem 1.85rem 0.85rem;
      margin-top: 1rem;
      height: 325px;
      box-shadow: 0px 1px 3px #c1c1c1;
      position: relative;
    }
    .voter-list-perc p{
      color: #000;
    }
    .voter-badge{
      background-color: #ebf2fa;
      margin-bottom: .5rem;
      border-radius: 4px;
      padding:.5rem;
    }
    .voter-badge span{
      font-size: 14px;
      font-weight: 500;      
      color: #000;
    }
    /*candidate vote*/
          .voter-candidate{
        border-radius: 8px;
        padding: .7rem 1rem;
        border: 1px solid #c8bfbf;
        display: flex;
        align-items: center;
        grid-gap:12px;
      }
      .candidate-profile{
        width: 60px;
        height: 60px;
        border-radius: 50%;
      }
      .candidate-profile img{
        border-radius: 50%;
        width:-webkit-fill-available;
        height:-webkit-fill-available;
        width:-moz-fill-available;
        height:-moz-fill-available;
        object-fit: cover;
      }
      .submitt-vote{
         border-radius: 8px;
         padding: .7rem 1rem;
         border: 1px solid #c8bfbf;
         width: 160px;
         text-align: center;
         display: inline-block;
         font-size: 20px;
         font-weight: 600;
         color: #000;
      }
      a{
        text-decoration: none;
      }
      .vote-fill{
        background-color: red;
        border: 1px solid red;
        color: #fff;
      }
      .section-header .navbar-nav a:hover{
      	color: var(--khoisan-text-color)!important;
      }