@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/



body{
	font-family: 'RajdhaniRegular', sans-serif;
	background-color: #fff;
	color: #A47844;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.pad-left {
	padding-left:0;
}

.pad-right {
	padding-right:0;
}

.pad-top {
	padding-top:0;
}

.pad-bottom {
	padding-bottom:0;
}

.padding {
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'RajdhaniBold';
}

p {
	font-family: 'RajdhaniMedium';
	font-size: 23px;
	line-height: 30px;
	letter-spacing: 0.05px;
	text-align: justify;
}

b {
	font-family: 'RajdhaniBold';
}

.page-bg-shape {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	z-index: 9;
}

/*========== Buttons Start ==========*/
.btn {
	border: none;
	font-family: 'RajdhaniMedium';
	font-size: 26px;
	line-height: 26px;
	padding: 22px;
	min-width: 265px;
	text-transform: uppercase;
	text-align: center;
	box-shadow: none !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.btn-gold {
	color: #fff;
	background-color: #A47844;
}

.btn-gold:focus {
	color: #fff;
	background-color: #A47844;
}

.btn-gold:hover,
.btn-gold:active:focus {
	color: #fff;
	background-color: rgba(164,120,68,0.8);
}
/*========== Buttons End ==========*/

/*========== Section Title Start ==========*/
.section-title {
	margin-bottom: 60px;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
	font-size: 59px;
	line-height: 59px;
	margin: 0;
}

.section-title>p {
	font-family: 'RajdhaniMedium';
	font-size: 26px;
	line-height: 33px;
	margin: 10px 0 0;
}
/*========== Section Title End ==========*/

/*========== Block Title Start ==========*/
.block-title {
	margin-bottom: 15px;
}

.block-title h1,
.block-title h2,
.block-title h3,
.block-title h4,
.block-title h5,
.block-title h6 {
	font-size: 36px;
	line-height: 36px;
	margin: 0;
}
/*========== Block Title End ==========*/

/*========== Table Title Start ==========*/
.table-title {
	margin-bottom: 20px;
}

.table-title h1,
.table-title h2,
.table-title h3,
.table-title h4,
.table-title h5,
.table-title h6 {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0.01px;
	margin: 0;
}
/*========== Table Title End ==========*/

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
.content {
	position: relative;
	z-index: 9;
}

.page-content {
	padding-left: 125px;
}

.full-screen-section {
	padding: 70px 0 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-items: flex-start;
}

.step-buttons {
	margin-top: 50px;
	display: flex;
    flex-direction: column;
	align-content: center;
	justify-content: space-between;
}

.step-buttons .btn{
	margin: 5px 0;
}

.large-col-spacing .main-row {
	margin: 0 -83px;
}

.large-col-spacing .main-col {
	padding: 0 83px;
}

.step-table {
	margin-bottom: 50px; /*100*/
}

.step-table:last-child {
	margin-bottom: 0;
}

.step-table table {
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0;
}

.step-table table thead th {
	font-family: 'RajdhaniMedium';
	font-size: 23px;
	line-height: 23px;
	color: #fff;
	background-color: #A47844;
	padding: 7px 10px;
	text-transform: uppercase;
	letter-spacing: 0.01px;
}

.step-table table tbody td:first-child {
	padding-left: 0;
}

.step-1-pg .step-table table tbody td:first-child {
	padding-left: 10px;
}

.step-table table tbody td {
	padding: 7px 10px;
	font-family: 'RajdhaniRegular';
	font-size: 30px;
	line-height: 38px;
	color: #A47844;
	letter-spacing: 0.03px;
	border: none;
	vertical-align: middle;
}

.registration-pg .section-title {
	margin-bottom: 30px;
}

.registration-pg .block-title {
	margin-bottom: 95px;
}

.common-form .main-row {
	margin: 0 -114px;
}

.common-form .main-col {
	padding: 0 114px;
}

.common-form .form-group {
	margin-bottom: 95px;
}

.common-form .form-label {
	font-family: 'RajdhaniBold';
	font-size: 36px;
	line-height: 46px;
	text-transform: uppercase;
	color: #A47844;
	margin-bottom: 20px;
}

.common-form .form-control {
	height: 70px;
	border: 1px solid #A47844;
	resize: none;
	padding: 20px 25px;
	font-family: 'RajdhaniRegular';
	font-size: 27px;
	line-height: 27px;
	color: #A47844;
	background-color: transparent;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.common-form .form-control::-webkit-input-placeholder { color: #A47844; }
.common-form .form-control::-moz-placeholder { color: #A47844; }
.common-form .form-control:-ms-input-placeholder { color: #A47844; }
.common-form .form-control:-o-placeholder { color: #A47844; }

.common-form .form-submit {
	    /* margin-top: 30px; */
		display: flex;
		justify-content: center;
}

.form-notice p {
	font-size: 30px;
	line-height: 38px;
	letter-spacing: 0.03px;
	margin: 0 0 13px;
}

.gender-selection .form-check {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0;
}

.gender-selection .form-check .form-check-input {
	opacity: 0;
	appearance: none;
	margin: 0;
}

.gender-selection .form-check .form-check-input:checked ~ .form-check-label .icon {
	border-color: #A47844;
}

.gender-selection .form-check .form-check-label {
	font-family: 'RajdhaniRegular';
	font-size: 27px;
	line-height: 34px;
	color: #A47844;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.gender-selection .form-check .form-check-label .icon {
	position: relative;
	width: 110px;
	height: 145px;
	margin-right: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border: 1px solid transparent;
}

.gender-selection .form-check .form-check-label .icon img {
	max-width: 100%;
	max-height: 100%;
}
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	background: url("../images/footer-bg.png") repeat-y;
	background-size: 100%;
	background-attachment: fixed;
	padding: 30px 0 30px 125px;
	z-index: 200;
}

.footer-content {
	position: relative;
	z-index: 9;
}

.f-logo {
	margin-bottom: 10px;
}

.f-logo a {
	display: inline-flex;
}

.footer span {
	font-family: 'RajdhaniSemiBold';
	font-size: 23px;
	line-height: 30px;
	color: #E6AF23;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1000; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
	background-color: #fefefe;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  }


  /*  */

  .last{
	  font-weight: bold;
  }