* {
	margin: 0;
	outline: none;
}
html,
body {
/*	height: 100%;*/
	padding: 0 !important;
}
@font-face {
	font-family: 'Gotham';
	src: url('../fonts-nct/Gotham-Book.woff2') format('woff2'), url('../fonts-nct/Gotham-Book.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts-nct/OpenSans-Regular.woff2') format('woff2'), url('../fonts-nct/OpenSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts-nct/OpenSans-Bold.woff2') format('woff2'), url('../fonts-nct/OpenSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts-nct/Roboto-Bold.woff2') format('woff2'), url('../fonts-nct/Roboto-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts-nct/Roboto-Regular.woff2') format('woff2'), url('../fonts-nct/Roboto-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/*-------Sticky Footer----------*/
.page-wrap {
	min-height: 100%;
	margin-bottom: 0px;
}
.page-wrap:after {
	content: "";
	display: block;
}
/*--------------General CSS---------*/
img {
	border: 0 none;
	max-width: 100%;
	vertical-align: top;
}
a {
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	color: #3C373E;
}
a:hover,
a:focus {
	color: #2998fe;
	text-decoration: none;
}
p {
	font-size: 14px;
	line-height: 1.8;
}
h1 {
	font-size: 46px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	font-weight: 400;
}
body {
    margin: 0;
    padding: 45px 70px !important;
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #444;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
    counter-reset: step-inner-box;
    background: #fff url(../images-nct/bg-compressed.jpg) no-repeat;
    background-color: #9accea;
    width: 100%;
    background-size: cover;
}
 input{font-size: 14px !important;}
 form label{font-weight: bold;}
/*-----------------------main styles starts here-----------------------------------------------*/
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*===================================== PLACE HOLDER CSSS START HERE        ====================================*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	box-shadow: none;
	border-color: #ced4da;
	background-color: transparent;
	-webkit-text-fill-color: #333;
	-webkit-box-shadow: none;
	transition: background-color 5000s ease-in-out 0s;
}
/* .form-control {
	color: #3C373E !important;
	font-family: 'Poppins';
} */
.form-control:focus {
	box-shadow: none;
	color: #3C373E !important;
	font-family: 'Gotham';
	font-weight: 300 !important;
}
textarea:focus {
	color: #3C373E !important;
}
textarea::-webkit-input-placeholder {
	color: #3C373E !important;
}
textarea::-moz-input-placeholder {
	color: #3C373E !important;
}
textarea::-ms-input-placeholder {
	color: #3C373E !important;
}
input::-webkit-input-placeholder {
	color: #3C373E !important;
	font-family: 'Gotham' !important;
	font-weight: 300 !important;
}
input::-moz-placeholder {
	color: #3C373E !important;
	font-family: 'Gotham' !important;
	font-weight: 300 !important;
}
input::-ms-placeholder {
	color: #3C373E !important;
	font-family: 'Gotham' !important;
	font-weight: 300 !important;
}
input.textbox::-ms-input-placeholder {
	color: #3C373E !important;
	font-family: 'Gotham' !important;
	font-weight: 300 !important;
}
input.textbox::-ms-input-placeholder {
	color: #3C373E !important;
	font-family: 'Gotham' !important;
	font-weight: 300 !important;
}
/*===================================== PLACE HOLDER CSSS END HERE ====================================*/
/*===================================== Commen Butons ===================================*/
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}
.large-btn,
.close-btn,
.medium-btn,
.small-btn,
.close-btn-medium,
.login-btn {
	font-weight: 500;
	font-size: 16px;
	padding: 10px 30px;
	border: 2px solid #ee6a00;
	border-radius: 0px;
	color: #fff;
	position: relative;
	min-width: 130px;
	text-align: center;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	background-color: #ee6a00;
	text-transform: uppercase;
}
.large-btn:hover,
.large-btn:focus,
.medium-btn:hover,
.medium-btn:focus,
.small-btn:hover,
.small-btn:focus,
.login-btn:hover,
.login-btn:focus {
	background-color: transparent;
	border-color: #ee6a00;
	color: #ee6a00;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: 0px !important;
}
/* home page start */
	
	.main-inner{background-color: rgba(255,255,255,0.7); padding: 45px;}
	.top-lft{font-weight: bold;}
	.top-lft img{vertical-align: middle; max-height: 57px;}
	.top-right-link{float: right; color: #a3b5c5; margin-top: 10px;}
	.logo-part{margin: auto; text-align: center;}
	.logo-part img{margin-bottom: 20px;}
	 .logo-part h4{color: #333; margin-bottom: 30px;}
	.logo-part p:first-child{text-align: center;
font-size: 14px;
padding: 60px 158px 20px 158px;
line-height: 15px;}
.timer-part p{font-size: 24px;
color: #000;
font-weight: bold;
text-align: center;}
.timer-part p:first-child{margin-bottom: 0;}
.timer-part p:last-child{font-size: 16px;}
.btn-nw{padding: 10px; min-width: 300px; font-size: 18px; border-radius: 10px; font-weight: bold;}
.btn-blue{background-color: #2998fe; color: #fff; border-color: #2998fe;}
.btn-blue:hover{background-color: #108bfc; border-color: #108bfc;}
.btn-white{background-color: #fff; color: #777777; border-color: #fff;}
.btn-white:hover{background-color: #108bfc; border-color: #108bfc;}
.bottom-btns{margin: auto;
text-align: center;}
.bottom-btns .btn:first-child{margin-right: 20px;}
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: DodgerBlue;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.mob-frm{padding-left: 225px;
position: relative;}
.drpdwn{position: absolute; left: 0; top: 0;}
.drpdwn select{height: 35px;}
.modal-title{font-weight: bold; color: #2998fe;}
.singup-btns{margin-top: 10px;}
.singup-btns .btn-blue{font-size: 14px;}
.form-control{font-size: 14px !important;}
/* home page ends */