/* FONTS
-----------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anek+Gujarati:wght@300;400;700&display=swap');

/* COLOR
-----------------------*/
:root {
	--orange: #f26522;
	--body: #555555;
	--title: #f26522;
	--black: #000000;
	--white: #ffffff;
	--gray: #d3d3d3;
}

/* MAIN STYLESHEET
----------------------*/
html{ scroll-behavior: smooth; }
body,html{ overflow-x: hidden; }
body{
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	color: #555555;
	scroll-behavior: smooth;
	line-height: 1.3;
}
::-webkit-scrollbar{ width: 8px; }
::-webkit-scrollbar-track{ background: #555555; }
::-webkit-scrollbar-thumb{ background: #f26522; }
::-webkit-scrollbar-thumb:hover{ background: #f26522; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: var(--title);
	line-height: 1.5;
}
h1, .h1{ font-size: 54px; }
h2, .h2{ font-size: 44px; }
h3, .h3{ font-size: 34px; }
h4, .h4{ font-size: 24px; }
h5, .h5{ font-size: 20px; }
h6, .h6{ font-size: 16px; }
p{ padding: 0; margin: 0 0 15px 0; }
a{ color: #555555; cursor: pointer; outline: 0; text-decoration: none; }
a:link{ color: #555555; }
a:visited{ color: #555555; }
a:active{ color: #f26522; }
a:hover{ color: #f26522; text-decoration: none; }
a:focus{ outline: none; text-decoration: none; }
a img{ border: 0; }
img{ max-width: 100%; }
label{ cursor: pointer; }
iframe{ max-width: 100%; }
button:focus{ outline: unset; }
.btn.focus, .btn:focus{ outline: unset; -webkit-box-shadow: unset; box-shadow: unset; }
.w-100 img{ width: 100%; }

/* PADDING & MARGINS 
----------------------*/
#main-content{ padding: 70px 0 35px 0; }
.theme-flush-top-space{ margin-top: -70px; }
.theme-flush-bottom-space{ margin-bottom: -35px; }
.pt70{ padding-top: 70px!important; }
.pb70{ padding-bottom: 70px!important; }
.ptb70{ padding-top: 70px!important; padding-bottom: 70px!important; }
.pt35{ padding-top: 35px!important; }
.pb35{ padding-bottom: 35px!important; }
.ptb35{ padding-top: 35px!important; padding-bottom: 35px!important; }

/* FORM FIELD
----------------------*/
input[type="text"], input[type="email"],
input[type="tel"], input[type="password"],
input[type="search"], input[type="number"], .form-control{
	display: block;
	font-size: 14px;
	width: 100%;
	height: 44px;
	padding: 12px 20px 12px 20px;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	line-height: 1;
	font-family: 'Anek Gujarati', sans-serif; 
	font-weight: 400;
}
input[type="text"]:focus, input[type="email"]:focus,
input[type="tel"]:focus, input[type="password"]:focus,
input[type="search"]:focus, input[type="number"]:focus, .form-control:focus{
	outline: 0;  
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #d3d3d3;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}
.form-control::-moz-placeholder{ color: rgba(0,0,0,0.7); opacity: 1; }
.form-control:-ms-input-placeholder{ color: rgba(0,0,0,0.7); }
.form-control::-webkit-input-placeholder{ color: rgba(0,0,0,0.7); }
.form-control[disabled], 
.form-control[readonly], 
fieldset[disabled] .form-control{ cursor: not-allowed; background-color: transparent; opacity: 1; }
input:-internal-autofill-selected { background-color: transparent; }
textarea.form-control{ height: auto; }
.form-group{ margin-bottom: 15px; }
.form-group > label{ margin-bottom: 5px; }

/* BUTTONS 
----------------------*/
.btn{
	font-weight: 500;
	padding: 15px 30px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	line-height: 1;
}
.btn.btn-theme{ color: #ffffff; background: #f26522; border: 1px solid #f26522;margin-bottom: 50px; }
.btn.btn-theme:hover{ color: #ffffff; background: #555555; border: 1px solid #555555; }
.btn.btn-white{ color: #f26522; background: #ffffff; border: 1px solid #ffffff; }
.btn.btn-white:hover{ color: #ffffff; background: #555555; border: 1px solid #555555; }

/* HEADER
----------------------*/

/* HOME 
----------------------*/
.first-screen{display:flex; height:100vh;}
.first-screen .leftside{background:#f27909 url(../images/Background-photo.webp) center center no-repeat; width:50%; height:100%; display: flex;
 flex-direction: column; justify-content: center;background-size: cover;
  position: relative;
}
.all-men-image {
    position: relative;
    z-index: 1;
}
.all-men-image h1 {
    background: #fff;
    text-align: center;
    font-family: 'Anek Gujarati', sans-serif;
    line-height: 24px;
    font-size: 24px;
    padding: 15px 0 8px 0;
}
.first-screen .leftside::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f26522a1;
  top: 0px;
  right: 0px;
}
.first-screen .leftside .logo{width: 100px;
  margin: 0 auto;
  border: #fff 2px solid;
  border-radius: 50%; position: relative; z-index:2;}
  
/*  .first-screen .leftside h1 {*/
/*  font-size: 44px;*/
/*  color: #fff;*/
/*  text-align: center;*/
/*  margin: 0px 0 20px 0;*/
/*  position: relative; z-index:2;*/
/*}*/
/*.first-screen .leftside h1 span {*/
/*  display: block;*/
/*  font-size: 52px;*/
/*  line-height: 44px;*/
/*}*/
.bjp-candidate-multistep-form h3 {
  font-size: 32px;
  color: #f26522;
  margin: 0px 0 20px 0;
  position: relative; z-index:2;
}
.bjp-candidate-multistep-form h3 span {
  color: #01a250;
}
.photo-name {
  width: 380px;
  margin: 0 auto;
  text-align: center;
  position: relative; z-index:2;
}
.photo-name img {
  width: 68%;
}
.photo-name h2 {
  background: #fff;
  font-family: 'Anek Gujarati', sans-serif;
  line-height: 40px;
  font-size: 40px;
  padding: 20px 10px 15px 10px;
  border-radius: 50px;
  color: #f26522;
}
.photo-name h2 span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 18px;
}
.bjp-candidate-multistep-form{
	position: relative;
	width:50%;
	height: 100%;
	padding: 0px;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center!important;
	background-attachment: fixed;
	z-index: 1;
	display: flex;
    overflow-y: scroll;
}
.candidate-form{width:100%;padding:50px 100px; height: 100%;}
.multistep-form{
	position: relative;
	z-index: 1;
	width:100%;
	
}
.multistep-form .logo{ position: absolute; top: -70px; left: 0; right: 0; max-width: 130px; margin: 0 auto; z-index: -1; }
.multistep-form .file-drop-area{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px 30px;
	margin: 50px 0 30px 0;
	border: 1px dashed #d3d3d3;
	border-radius: 10px;
}
.multistep-form .choose-file-button{
	flex-shrink: 0;
  border-radius: 10px;
  padding: 8px 15px;
  margin-right: 10px;
  text-transform: uppercase;
  background: #f26522;
  color: #fff;
  font-family: 'Anek Gujarati', sans-serif;
}
.multistep-form .file-message{
	font-size: small;
	font-weight: 300;
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: 'Anek Gujarati', sans-serif;
}
.multistep-form .file-input{
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	cursor: pointer;
	opacity: 0;
}
.final-step{
	position: relative;
	background: #fafafa;
	border-radius: 10px;
	z-index: 1;
	overflow: hidden;
}
.final-step .top-part-1{padding: 20px; position: relative; z-index: 2;}
.final-step .top-part-1 h6 {color: #fff; margin: 0px; font-family: 'Anek Gujarati', sans-serif; font-size: 20px;}
.final-step .top-part-1 img{ max-width: 80px; margin-bottom: 10px; }
.final-step .top-part-2{  position: relative; z-index: 2; padding: 70px 25px 25px 25px;}

.final-step .top-part-2 .member-content .mcont{ margin-bottom: 10px; }
.final-step .bottom-part{ padding: 15px; color: #ffffff; background-color: #f26522; }
.final-step .bottom-part .btn-share{align-items: center; }
.final-step .bottom-part .btn-share .social-share{ display: flex; align-items: center; float: right;}
.final-step .bottom-part .btn-share .social-share h5{ margin-bottom: 0; padding-left: 15px;  color: #fff;}
.final-step .bottom-part .btn-share .social-share a{
	width: 30px; height: 30px;
	line-height: 32px;
	border-radius: 100px;
	margin: 5px;
	color: #f26522;
	background-color: #ffffff;
	text-align: center;
}

.bjp-candidate-multistep-form.full-view {
  width: 100%;
  overflow-y: auto;
  height: 100vh;
  background: #fff url(../images/step-2bg.jpg) center center no-repeat; background-size:cover; display: flex; align-items: center;}
  
#image-canvas {
width: 1076px;
height: 643px;
position: relative;
}
#image-canvas .cardbg-image {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
}

.final-step .top-part-2 .left-photo-block {
  width: 280px;
  border: #fff 5px solid;
  border-radius: 40px;
  overflow: hidden;
  margin: 0 auto 10px auto;
}
.final-step .top-part-2 .name h4 {
  color: #fff;
  font-size: 32px;
  font-family: 'Anek Gujarati', sans-serif;
  line-height: 32px;
  margin: 16px 0px 0px 0px;
}
.final-step .top-part-2 .name p {
  color: #fff;
  font-family: 'Anek Gujarati', sans-serif;
  font-size: 18px;
}
.uploaded-img {
  width: 200px;
  height: 240px;
  background: #fff;
  position: relative;
  overflow: hidden;
  border: #fff 5px solid;
  margin: 20px auto 0 auto;
}

.final-step .top-part-2 .member-content .mcont {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: 'Anek Gujarati', sans-serif;
  line-height: 22px;
  background: #fff;
  color: #2d2d2d;
  padding: 13px 20px 10px 20px;
  width: 100%;
  border-radius: 5px;
}

.final-step .bottom-part h6 {
  color: #fff;
}
/* FOOTER
----------------------*/

/* HOVER
----------------------*/
a, a:hover, .btn, button, input[type=submit]{
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

/* SOCIAL MEDIA
-----------------------*/
.social-links{ padding: 0; margin: 0; list-style-type: none }
.social-links li{ display: inline-block; padding: 3px!important; }
.social-links li a{
	display: block;
	width: 35px; height: 35px;
	line-height: 35px;
	color: #ffffff;
	background-color: rgba(255,255,255,.1);
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 100%;
	text-align: center
}
.social-links li a i{ font-size: 16px; }
.social-links li.s-fb a:hover{ color: #ffffff; background-color: #3b5998; border: 1px solid #3b5998; }
.social-links li.s-ld a:hover{ color: #ffffff; background-color: #0077b5; border: 1px solid #0077b5; }
.social-links li.s-ig a:hover{ color: #ffffff; background-color: #d62976; border: 1px solid #d62976; }
.social-links li.s-tw a:hover{ color: #ffffff; background-color: #1da1f2; border: 1px solid #1da1f2; }
.social-links li.s-yt a:hover{ color: #ffffff; background-color: red; border: 1px solid red; }

/* RESPONSIVE
----------------------*/
@media only screen and ( max-width: 1899px ) {
}
@media only screen and ( max-width: 1799px ) {
}
@media only screen and ( max-width: 1699px ) {
}
@media only screen and ( max-width: 1599px ) {
}
@media only screen and ( max-width: 1499px ) {
}
@media only screen and ( max-width: 1399px ) {
}
@media only screen and ( max-width: 1299px ) {
}
@media only screen and ( max-width: 1199px ) {
}
@media only screen and ( max-width: 991px ) {
    .first-screen {display: block; height: auto;}
    .first-screen .leftside{width: 100%; padding: 20px 0;}
    .first-screen .leftside h1{font-size: 18px; margin: 0px 0; line-height: 20px;}
    .photo-name {width: 280px;}
    .photo-name h2{line-height: 24px; font-size: 24px; padding: 15px 10px 10px 10px;}
    .photo-name h2 span{font-size:14px;}
    .bjp-candidate-multistep-form{width:100%;}
    .candidate-form{padding:30px;}
    .bjp-candidate-multistep-form h3{font-size: 24px;}
    .btn.btn-theme{margin-bottom: 0;}
    
    .bjp-candidate-multistep-form.full-view{height:auto;}
    .final-step{background: #fff; margin:20px 0;}
    #image-canvas .cardbg-image {position: relative; border: #f26522 2px solid; border-bottom: none;}
    #image-canvas {width: auto; height: auto;}
    .final-step .top-part-2 .member-content {display: block;}
    .final-step .top-part-2{padding: 15px 0 10px 0; border: #f26522 2px solid; border-top:none; background: #fff;}
    .final-step .top-part-2 .member-content .info {width: 100%;}
    .final-step .top-part-2 .member-content .mcont{padding: 0px 20px; text-align: center; font-size: 18px; line-height: 20px;}
    .uploaded-img{border: none; margin: 10px auto; width: 160px; height: auto;}
    .btn.btn-white{font-size: 14px; padding: 10px 30px; width: 100%;}
    .final-step .bottom-part .btn-share .social-share {float: none;flex-wrap: wrap; justify-content: center;}
    .final-step .bottom-part .btn-share .social-share h5{margin-bottom: 0; padding-left: 0; color: #fff; width: 100%; text-align: center; font-size: 15px;}
} 
@media only screen and ( max-width: 767px ) {
    .first-screen {display: block; height: auto;}
    .first-screen .leftside{width: 100%; padding: 20px 0;}
    .first-screen .leftside h1{font-size: 18px; margin: 0px 0; line-height: 20px;}
    .photo-name {width: 280px;}
    .photo-name h2{line-height: 24px; font-size: 24px; padding: 15px 10px 10px 10px;}
    .photo-name h2 span{font-size:14px;}
    .bjp-candidate-multistep-form{width:100%;}
    .candidate-form{padding:30px;}
    .bjp-candidate-multistep-form h3{font-size: 24px;}
    .btn.btn-theme{margin-bottom: 0;}
    
    .bjp-candidate-multistep-form.full-view{height:auto;}
    .final-step{background: #fff; margin:20px 0;}
    #image-canvas .cardbg-image {position: relative; border: #f26522 2px solid; border-bottom: none;}
    #image-canvas {width: auto; height: auto;}
    .final-step .top-part-2 .member-content {display: block;}
    .final-step .top-part-2{padding: 15px 0 10px 0; border: #f26522 2px solid; border-top:none; background: #fff;}
    .final-step .top-part-2 .member-content .info {width: 100%;}
    .final-step .top-part-2 .member-content .mcont{padding: 0px 20px; text-align: center; font-size: 18px; line-height: 20px;}
    .uploaded-img{border: none; margin: 10px auto; width: 160px; height: auto;}
    .btn.btn-white{font-size: 14px; padding: 10px 30px; width: 100%;}
    .final-step .bottom-part .btn-share .social-share {float: none;flex-wrap: wrap; justify-content: center;}
    .final-step .bottom-part .btn-share .social-share h5{margin-bottom: 0; padding-left: 0; color: #fff; width: 100%; text-align: center; font-size: 15px;}
}
