/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/montserrat/400.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/montserrat/700.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/noto-sans/400i.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/noto-sans/400.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/noto-sans/700.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/noto-sans/dv400.woff2") format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* devanagari */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/noto-sans/dv700.woff2") format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

 @font-face {
        font-family: 'Material Design Icons';
        font-weight: normal;
        font-style: normal;
        src: url("../fonts/materialdesignicons/fonts/materialdesignicons-webfont.woff2") format('woff2');
      }





body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
  background: #efefef;
  color: #444;
  font-family: Lato, sans-serif;
  //* font-family: open sans, arial, sans-serif; */
 
}


h3
{   
    font-size: 21px;
    border:none!important;
}
input[type=checkbox]

.btn-orange {
  background: #f58220;
  color: #fff;
}
.btn-blue
{
    box-shadow:none!important;
}
.instruction-wrapper
{
    display:flex;
}
.instruction-wrapper input[type=checkbox]
{   
    margin-top:10px;
    margin-right:20px;
}
.card-body
{
    padding:25px;
}

.headerbar {
  background-image: -webkit-gradient(linear, left top, right top, from(#411b6a), to(#d24d52));
  background-image: linear-gradient(to right, #411b6a 0%, #d24d52 100%);
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerbar p {
  font-size: 13px;
  margin-bottom: 10px;
  color: #fff;
}

.headerbar .header-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.headerbar .header-list li {
  display: inline-block;
  margin-bottom: 10px;
}

.headerbar .header-list li:not(:last-child) {
  margin-right: 10px;
}

.headerbar .header-list li a {
  color: #fff;
  font-size: 13px;
}

.headerbar .header-list li a img {
  width: 20px;
  margin-right: 6px;
}

.headerbar .btn-primary {
  background-image: -webkit-gradient(linear, left top, right top, from(#411b6a), to(#d24d52));
  background-image: linear-gradient(to right, #411b6a 0%, #d24d52 100%);
  -webkit-box-shadow: rgba(106, 17, 203, 0.5) 0px 4px 10px 0px;
          box-shadow: rgba(106, 17, 203, 0.5) 0px 4px 10px 0px;
}

.headerbar .btn-orange {
  background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
}

.headerbar .header-list li a i {
  font-size:18px;
  display:inline-block;
  vertical-align:middle;
}

.navbar-cu {
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.navbar-cu.navbar-light .navbar-nav .nav-item .nav-link 
{
 
  color: #555;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.navbar-cu.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #008ed9;
}

.navbar-cu.navbar-light .navbar-nav .nav-item:hover .nav-link {
   color: #008ed9;
}

.navbar-cu .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 255px;
  white-space: normal;
}

.navbar-cu .navbar-brand img {
  width: 50px;
  margin-right: 10px;
}

.navbar-cu .navbar-brand .logo-hindi {
  font-size: 15px;
}

.navbar-cu .navbar-brand .logo-english {
  font-size: 15px;
  text-transform: uppercase;
}

.bg-wrapper {
  background-image: url(../img/bg2.jpg);
  background-size: cover;
  background-position: center;
  min-height: 500px;
  height: calc(100vh - 177px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.bg-wrapper .content-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  z-index: 1;
}

.bg-wrapper .content-wrapper .tagline {
  color: #2affea;
  font-size: 1.5em;
  line-height: 1.4;
  text-align: center;
}

.bg-wrapper .content-wrapper .subtitle {
  color: #fff;
  font-size: 3em;
  font-weight:700;
  text-align: center;
  margin-bottom: 40px;
  
}

.bg-wrapper:before {
  content: "";
  display: block;
  clear: both;
  line-height: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
  top: 0;
}

.bg-wrapper.c-align .content-wrapper {
  width: 100%;
  margin: auto;
  text-align: center;
}

.bg-wrapper.c-align .content-wrapper .subtitle {
  width: 100%;
}

.bg-wrapper .big-btn {
  display: block;
  border: none;
  padding: 20px 30px;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.bg-wrapper .big-btn:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 20px 30px -11px rgba(31, 35, 65, 0.37);
          box-shadow: 0 20px 30px -11px rgba(31, 35, 65, 0.37);
  -webkit-transform: translate(0px, -5px);
          transform: translate(0px, -5px);
}

.bg-wrapper .big-btn .btn-title {
  font-size: 18px;
  font-weight:700;
  text-transform: uppercase;
  margin-bottom: 10px;
  
}

.bg-wrapper .big-btn span {
  font-size: 13px;
}

.bg-wrapper .big-btn.btn-blue {
  background: #007bff;
  color: #fff;
}

.bg-wrapper .big-btn.btn-orange {
  background: #f58220;
  color: #fff;
}
 .page-header1 {
        padding: 10px 0;
        text-align: center;
      }
      .page-header1 h1 {
        font-size: 30px;
        line-height:45px;
        color: #222;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 700;
      }
      .page-header1 .sep-icon {
        border-bottom: none;
        font-size: 18px;
        line-height: 18px;
        color: #bbb;
        margin-left: auto;
        margin-right: auto;
        width: 220px;
      }
      .page-header1 .sep-icon:before,
      .page-header1 .sep-icon:after {
        content: "";
      }
      .page-header1 .sep-icon:before {
        margin: 0 0 0 -100%;
        width: 50%;
        height: 9px;
        display: inline-block;
        vertical-align: top;
        border-bottom: 1px solid #ddd;
      }
      .page-header1 .sep-icon:after {
        margin: 0 -100% 0 0;
        width: 50%;
        height: 9px;
        display: inline-block;
        vertical-align: top;
        border-bottom: 1px solid #ddd;
      }

main {
  margin-bottom: 14px;
}

footer {
  background: #181818;
  color: #fff;
  padding: 8px 0;
}

footer .copyright 
{
    color:#fff;
  margin: 0;
  font-size: 13px;
  text-align: center;
}
.login-main
{
    padding-top:60px;
}
.box-register
{
    background:#fff;
    padding:25px;
    border-radius:6px;
}





@media (min-width: 992px) {
  body {
    font-size: 15px;
  }
  .headerbar p {
    margin: 0;
  }
  .headerbar .header-list li {
    margin: 0;
  }
  .navbar-cu .navbar-brand {
    width: 500px;
  }
  .navbar-cu .navbar-brand img {
    width: 50px;
  }
  .navbar-cu .navbar-brand .logo-hindi {
    font-size: 18px;
  font-weight: 700;
 


  }
  .navbar-cu .navbar-brand .logo-english {
   font-size: 18px;
    margin:0;
  font-weight: 700;

  }
  .bg-wrapper {
    min-height: 400px;
  }
  .img-holder .content-wrapper {
    padding: 50px;
    width: 50%;
  }
  .img-holder .content-wrapper .title {
    font-size: 2em;
  }
  .img-holder .content-wrapper .subtitle {
    font-size: 4em;
  }
  .img-holder.c-align .content-wrapper {
    width: 50%;
  }
}
/*login modal css*/
.modal-alt .modal-header {
    position: relative;
    margin: 0 -1px;
    padding: 20px ;
    background-color: #148e94;
}
.modal-alt .modal-title
{
    color:#fff;
}
.modal-alt .modal-body {
    padding: 25px 40px 30px;
}
.loginbox_textbox-label
{
    padding: 8px;
   
    color: #555;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
.boxwidthNB
{
    width:100%;
}
/*end login modal css*/
.left-menu {
    margin: 0;
    padding: 0;
    list-style: none;
       box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, .03);
    background-color: #fff;
}
.left-menu li {
    border-bottom: 1px solid #eee;
}
.left-menu li a {
    position: relative;
    padding: 10px 15px 10px 30px;
    display: block;
    color: #555;
    transition: all .2s ease-in;
}
.left-menu li a:hover
{
    text-decoration:none;
    background:#007bff;
    color:#fff;
}

.left-menu li a:before
{
     transition: all .2s ease-in;
    position: absolute;
    left:10px;
    content: '\F142';
    font-size: 15px;
    color: #444;
}
.left-menu li a:hover:before
{
    color:#fff;
}
.ContentBox .BodyDiv 
{
      box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, .03);
}
.modal-alert {
  text-align: center;
}

.modal-alert .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  font-size: 24px;
  line-height: 1;
  transition: all 0.2s ease-out;
  opacity: 0.4;
}

.modal-alert .close:hover,
.modal-alert .close:focus {
  opacity: 0.8;
}

.modal-alert .modal-body {
  padding: 50px 30px 40px;
}

/*#content
{
    padding:50px 0;
 
}
*/


.login {
  background: #e3dfdc;
}
.login-bg-wrapper .lp-wrapper .li-wrapper {
    position: relative;
    height: 100%;
}

.login-bg-wrapper .lp-wrapper .lp-holder {
     border-radius: 4px;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.login-bg-wrapper .lp-wrapper .li-wrapper .img-w {
     position: absolute;
    bottom: 0;
    left: 0;
    width: 92%;
}

.login-bg-wrapper .lp-wrapper .li-wrapper .logo {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

.login-bg-wrapper .lp-wrapper .li-wrapper .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  white-space: normal;
}

.login-bg-wrapper .lp-wrapper .li-wrapper .navbar-brand img {
  width: 80px;
  margin-bottom: 10px;
}

.login-bg-wrapper .lp-wrapper .li-wrapper .navbar-brand .logo-hindi {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.login-bg-wrapper .lp-wrapper .li-wrapper .navbar-brand .logo-english {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.login-bg-wrapper .lp-wrapper .form-wrapper {
  padding: 20px;
  background: #fff;
  margin: 0 auto;
      margin-top: 35px;
    margin-bottom: 35px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.login-bg-wrapper .lp-wrapper .form-wrapper .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  white-space: normal;
  margin-bottom: 20px;
}

.login-bg-wrapper .lp-wrapper .form-wrapper .navbar-brand img {
  width: 80px;
  margin-right: 10px;
}

.login-bg-wrapper .lp-wrapper .form-wrapper .navbar-brand .logo-hindi {
  font-size: 21px;
  color: #181818;
  font-weight: 700;
}

.login-bg-wrapper .lp-wrapper .form-wrapper .navbar-brand .logo-english {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  color: #181818;
}

.login-bg-wrapper .lp-wrapper .form-wrapper .page-heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

.login-bg-wrapper .lp-wrapper .form-wrapper label {
  font-weight: 700;
}

.login-bg-wrapper .lp-wrapper .form-wrapper .form-control {
  background: #fafafa;
  font-size: 14px;
  min-height: 40px;
}

.login-bg-wrapper .lp-wrapper .form-wrapper .loginBox_LoginImageButton {
  padding: 11px 30px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#411b6a), to(#d24d52));
  background-image: linear-gradient(to right, #411b6a 0%, #d24d52 100%);
  color: #fff;
  display: block;
  text-align: center;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.login-bg-wrapper .lp-wrapper .form-wrapper .btn-login:hover {
  text-decoration: none;
}

.login-bg-wrapper .lp-wrapper .form-wrapper .btn-sign-up {
  padding: 11px 30px;
  border-radius: 4px;
  background-image: linear-gradient(to right, #411b6a 0%, #d24d52 100%);
  color: #fff;
  display: block;
  text-align: center;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  font-weight:700;
}

.login-bg-wrapper .lp-wrapper .form-wrapper .btn-sign-up:hover {
  text-decoration: none;
 background-image: linear-gradient(to right, #411b6a 0%, #d24d52 100%);
  color: #fff;
}

.login-bg-wrapper .lp-wrapper .form-wrapper .social-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 180px;
  margin: auto;
}
#aspnetForm
{
    margin:0;
    
}

  sup, font
  {
	  color: red;
	  font-weight: bold;
	  font-size: 12px;
  }
  .ArtistDetails, .SportsDetails, .PassportAndVisaDetails
  {
	display: none;
  }
  textarea
  {
	resize: none;
  }
  
  .displayFlex{display: inline;}
  label {
    padding-top: 8px;
  }
  input[type="radio"] {
	height:10px;
  }

 input[type="text"]
  {
	  padding: 5px 6px;
	  border: 2.5px solid #ccc;
	  height: 30px;
  }
  input[type="text"]:focus {
	  border: 2.5px solid black;
	}
  input[type="email"]
  {
	  padding: 5px 6px;
	  border: 2.5px solid #ccc;
	  height: 30px;
  }
  input[type="number"]
  {
	  padding: 5px 6px;
	  border: 2.5px solid #ccc;
	  height: 30px;
  }
  input[type="date"]
  {
	  padding: 5px 6px;
	  border: 2.5px solid #ccc;
	  height: 30px;
  }
    input[type="password"]
  {
	  padding: 5px 6px;
	  border: 2.5px solid #ccc;
	  height: 30px;
  }
  select
  {
	  padding: 5px 6px;
	  border: 2.5px solid #ccc;
	  height: 30px;
  }
  textarea
  {
	  border: 2.5px solid #ccc;
  }
  .TextInputCapital{
	width:250;
  }

  .tblHeader{
    font: 12px solid Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: rgb(85, 85, 85);
    border: 0px solid #C0BEBE;
    border-width: 1px 0 0 1px;
    padding: 4px;
    letter-spacing: 0.04em;
    background-color: #F6F7F6;
}

.btnBlue {
    background-color: #004a92;
    border-radius: 3px;
    padding: 4px 12px;
    border: none;
	height:30px;
}

.btnRed {
    background-color: red;
    border-radius: 3px;
    padding: 4px 12px;
    border: none;
	height:30px;
}
.card-header {
    background-color: rgb(221 215 216);
}
.navbar-toggler {
    background-color: #c6c6c6;
}