
/*==================================================
 Global CSS Reset  NTO main Css
 ==================================================*/
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	    line-height: 1.5;
		font-family: Noto Sans;
}
.fullscreen-content {
    margin-top: 91px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	    width: 100%;
}
a {
	text-decoration: none;
	color:#333;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    outline:none!important;
	    text-decoration:none;
}
a:hover{text-decoration:none; color:#000000;}
img{max-width:100%;height:auto}
object, iframe {max-width: 100%; display:block;}
html {-webkit-text-size-adjust:100%;width: 100%;height: 100%;}
body {
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
    color: #000;
    line-height: 1.5;
    text-align: left;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {font-weight: 700;margin:0;padding:0;}
h2 {
    font-weight: 100;
    font-size: 48px;
    text-align: center;
   font-family: 'Open Sans';
    line-height: 53px;
    text-transform: uppercase;
    color: #5f459a;
	
    display: inline-block;
    margin-bottom: 20px;
}
form.myform.pouphome-page h2 {
    font-size: 40px;
}
h2.heading {font-size: 32px;font-weight: 300;position: relative;width: 100%;margin-bottom: 20px;}
h2.heading:before {content: "";width: 100%;background-color: #dfdfdf;height: 1px;left:0;top: 56%;position: absolute;}
h2.heading span {margin: 0 auto;display: table;position: relative;background: #fff;z-index: 1;padding: 0 50px;}
h3 {font-size:26px}
h4 {font-size:21px}
h5{font-size:16px;line-height:1.6; }
p { line-height: 190% ;
    text-align: justify;
    display: inline-block; color:#000000;     width: 100%; 	font-family: Noto Sans !important; font-size: 18px;}
ul{list-style:none;margin:0;padding:0;}
ul li{list-style:none;margin:0;padding:0;}
a {-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;color: #000; }
a:focus, a:hover {text-decoration: none;}
.emailclass {
    border: 0;
    background: #ffffff;
    margin-bottom: 0;
}
.passworclass{ border: 0;
    background: #ffffff;
    margin-bottom: 0;
}

.newloginpage {
       margin-top: -131px;
}
.rightbg {
    background: #c0dbea;
    border-radius: 0;
    width: 100%;
    height: 100%;
    box-shadow: none !important;
    border: 0;
}
.login {
    font-size: 2rem;
}
.righttop {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.eyebutton {
    position: absolute;
    right: 26px;
    top: 53px;
}
.emailclass input {
    margin: 0 !important;
}
img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }
.form-group{position:relative;}

.textlogin {
    text-align: center !important;
    width: 100%;
}
.textlogin span {
    text-transform: capitalize;
}
.like-thank-page {
    left: 193px;
}


/* width */
::-webkit-scrollbar {
    width:8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background:#fe6500; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background:#144684; 
  }
  





  
  



/*==================================================
 Global CSS Reset
 ==================================================*/

body {
    overflow-x: hidden;
font-family: Noto Sans;
box-sizing: border-box;
    padding-top: 0px;  
}


.myheader{  width:100%;}
header{background:#ffffff00;}
section.banner {
        position: relative;
    width: 100%;
    display: inline-block;
    margin-top: 43px;
	padding:0px 0px;
	
}
p.sometext {
    width: 604px;
    padding-bottom: 40px !important;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0 !important;
}
.myheader {
    margin-top: 25px;
}

/*.banner{   background: url(../images/banner.png) center 0px no-repeat;    background-size: cover;     height: 715px;}*/


.header .myheader ul li a{  color: var(--black-new, #090909) !important;
text-align: center;
font-family: Noto Sans;
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: normal; }
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1270px;
}


p.striptext{color: var(--white, #FFF);
text-align: center;
font-family: Noto Sans;
font-size: 12px !important;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;}

.sec10 p {
    text-align: center;
    color: #000;
    font-family: Noto Sans !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 151.5% !important;
}

.register{color: var(--black-new, #090909);

/* Heading Bold */
font-family: Noto Sans;
font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: 138.8%; /* 36.088px */     text-align: center;}
.now{color: var(--black-new, #090909);

/* Heading Light */
font-family: Noto Sans;
font-size: 26px;
font-style: normal;
font-weight: 400;
line-height: 138.8%;}


span.myboader {
    position: absolute;
    top: 33px;
    left: 0;
    right: 55px;
    bottom: 0;
    height: 0;
    text-align: center;
}

.enquire-count form.myform {
    margin-top:0px;
}
.sec0 .enquire-count .register {
    margin-bottom: 40px;
}
form.myform {
    /* margin-top: -33px; */
    margin-top:0px;
}
footer.footer {
   background: var(--orange, #FB6238);
    color: #ffffff;
	    padding: 15px 0;
}

.copywright a{ color: var(--white, #FFF);
    color: var(--white, #FFF);
    text-align: center;
    font-family: Noto Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%; /* 19px */
}
p.foot-count {
    margin: 32px auto;
}

.copywright {
flex-shrink: 0;}


.image-2-icon {
    position: relative;
    top: 0;
    left: 0;
  
    width: 80%;
    
    object-fit: cover;
}
.saamarthya-teachers-training1 {
  
    line-height: 190%;
    text-align: justify;
    display: inline-block;
  
  
}

.register .mark-the-big {
    font-weight: 600;
}
.banner-count .mark-the-big-container {
    position: relative;
    top: -69px;
    left: 206px;
    font-size: var(--font-size-7xl);
    line-height: inherit;
    color: var(--black-new);
    text-align: center;
    margin-bottom: 0px;
    width: 220px;
    height: 5px;
}
.mark-the-big-container {
    position: relative;
    top: 0;
    left: 0;
    font-size: var(--font-size-7xl);
    line-height: inherit;
    color: var(--black-new);
    text-align: center;
    margin-bottom: 0px;
}
.mark-the-big-container span{color: var(--black-new, #090909);
/* Heading Light */
font-family: Noto Sans;
font-size: 26px;
font-style: normal;
font-weight: 400;
line-height: 138.8%;     }

.register span{ color: var(--black-new, #090909);
/* Heading Light */
font-family: Noto Sans;
font-size: 26px;
font-style: normal;
font-weight: 400;
line-height: 138.8%;}


.layer-1-icon19 {
    position: absolute;
    top: 6px;
    left: 7px;
    width: 34px;
    height: 35px;
    overflow: hidden;
}
.group-child2 {
    position: relative;
    top: 0;
    left: 0;
    border-radius: var(--br-5xs);
    background-color: var(--new-dark-tarquish);
    width: 50px;
    height: 50px;
}


.test-date {
    top: 60px;
    font-size: var(--paragraph-text-size);
    line-height: 190%;
    width: 188.4px;
  
}

.december-9-container {
    top: 89px;
    line-height: 146%;
    font-weight: 600;
    width: 194px;
   
}







.box-count {
    width: 100%;
    max-width: 254px;
  margin-right: 42px;
    padding: 0;
}
.box-count.last-count {
    margin-right: 0;
}



a-participant-can, .rectangle-parent1 {
    position: relative;
    color: var(--black-new);
}
.a-participant-can {
  
    font-size: var(--font-size-mini);
    line-height: 146%;
    display: inline-block;
    width: 100%;
    height: 25.95px;
	    text-align: center;
		    margin-top: 25px;
}

.join-today-button1 {
   
    background-color: var(--orange) !important;
    border:#fb6238 2px solid !important;
}
.home {
    position: relative;
}
.join-today-button1 {
    position: relative;
    border-radius: var(--br-mini);
    display: flex;
    flex-direction: row;
    padding: var(--padding-sm) var(--padding-15xl);
    align-items: center;
    justify-content: center;
    font-size: var(--top-menu-selected-size);
	color: var(--light);
	    border: none;
		color: var(--white, #FFF);
text-align: center;
/* buttoneText */
font-family: Noto Sans;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
margin: 0 auto;
}
.join-today-button1 a{
  
		color: var(--white, #FFF);

}

.sec2 .join-today-button1 a:hover {
    background: var(--darkblue, #ffffff) !important;
    color: var(--darkblue, #144684) !important;
    /* border: #144684 2px solid; */
}
a.login-btn {
    color: #ffffff;
}



section.sec1 {
    margin-top: 0;
    margin-bottom: 0px;
    background: rgba(228, 227, 226, 0.50);
    padding:80px 0;
}

section.sec2 {
    margin-bottom:0px;
	background: rgba(228, 227, 226, 0.50);
	padding-bottom: 80px;
}
.sec4bg{ background:#063D54;}

.submit {
    height: 60%;
    top: 20%;
    letter-spacing: -0.01em;
    line-height: 24px;
    display: inline-block;
	    color: #ffffff;
}

section.sec4 {
    width: 100%;
    position: relative;
	   
		       padding: 80px 0 0px 0;
}

p.top-20-all b {
    color: var(--orange, #FB6238);
    text-align: center;
    font-family: Noto Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 91.5%;
}

.btn-count {
    text-align: center;
   width: 190px;
    margin: 0 auto;
	    padding-top: 30px;
}

.sec4 .mark-the-big-container {
    left: -119px;
    width: 125px;
    text-align: center;
    margin: 0 auto;
    top: -14px;
}
.sec3 .mark-the-big-container {
    left: -71px;
    width: 139px;
    text-align: center;
    margin: 0 auto;
    top: -15px;
}
.sec6 .mark-the-big-container {
    left: 154px;
    width: 139px;
    text-align: center;
    margin: 0 auto;
    top:-11px!important;
}

.sec7 .mark-the-big-container {
    left: -124px;
    width: 139px;
    text-align: center;
    margin: 0 auto;
    top: -11px!important;
}
div#navbarsExampleDefault {
    position: absolute;
    right: 0;
    top: 7px;
}

.sec8 .mark-the-big-container {
      left: 124px;
    width: 139px;
    text-align: center;
    margin: 0 auto;
    top: -11px;
}
.sec9 .mark-the-big-container {
    top: -11px;
}
.sec11 .mark-the-big-container {
    top: -11px;
}
.sec9 img.layer-1-icon5 {
    margin: 0;
    position: relative;
    left: 111px;
}
.sec10 .mark-the-big-container {
    top: -11px;
}
.row.sec8row {
    margin-top: 40px;
}
.row.sec6row {
    margin-top: 40px;
}


img.icon1 {
    display: inherit;
}
p.date {
    width: 100%;
}

.ranking-01-3-icon {
  
    width: 88px;
    height: 88px;
    object-fit: cover;
}
.sec4-count p {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--darkblue, #144684);
    text-align: center;
    font-family: Noto Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 91.5% !important;
	    
    padding-bottom: 7px;
}

.sec4-count p:last-child {
 border-bottom:none;
}


i.rsicon {
  font-weight:800;
	line-height: 91.5%;
    font-style: normal;
}
.span10 {
    color: var(--darkblue, #144684);
    font-family: Noto Sans;
       font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: 91.5%;
}
a.join-today-button1.sidebtn {
    background-color: var(--orange) !important;
}
a.join-today-button1.sidebtn:hover {
    background-color: var(--dark-blue);
}
.signup-count .nav-link.signup-btn {
  border-radius: 15px;
  background-color: var(--orange) !important;
  
  
    color:#ffffff !important;
	
	display: flex;
width: 99px;
height: 36px;
    padding: 14px 23px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
	
}
.signup-count .nav-link.signup-btn:hover{  background: var(--darkblue, #144684) !important; }
.banner-count .join-today-button1:hover{
       background: var(--darkblue, #ffffff) !important;
       color: var(--darkblue, #144684) !important;
}
.sec2 .join-today-button1:hover{
    background: var(--darkblue, #ffffff) !important;
    color: var(--darkblue, #144684) !important;
    border: #144684 2px solid;
}
.signup-count{ display: flex;
    width: auto;
    display: none;
height: 36px;
padding: 14px 34px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;}
.sec8 h3{ color: var(--black-new, #090909);
text-align: center;
font-family: Noto Sans;
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.count-up p {
    color: var(--orange, #FB6238);
    text-align: center;
    font-family: Noto Sans;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: 138.8%;
}

.count-up h3 {
    color: var(--black-new, #090909);
    text-align: center;
    font-family: Noto Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.8%;
}
span.plush {
    color: var(--orange, #FB6238);
    text-align: center;
    font-family: Noto Sans;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: 138.8%;
	position: absolute;
	    right: 0;
    top:0px;
}
.count-up {
    position: relative;
}
.counter-count {
    font-size: 50px;
    font-weight: bold;
    position: relative;
    text-align: center;
    display: inline-block;
}

span.plush.plush4 {
    right:82px;
}
span.plush.plush3 {
    right: 54px;
}

span.plush.plush2 {
    right: 39px;
}

span.plush.plush1 {
    right: 39px;
}

img.phpneicone {
    margin-right: 5px;
}
img.messageicone {
    margin-right: 6px;
}
img.webicone {
    margin-right: 5px;
}

 






















:root {
  /* fonts */
  --paragraph-text: "Noto Sans";
  --font-rupee-foradian: "Rupee Foradian";
  --font-work-sans: "Work Sans";

  /* font sizes */
  --paragraph-text-size: 16px;
  --font-size-lg: 18px;
  --font-size-7xl: 26px;
  --font-size-6xl: 25px;
  --top-menu-selected-size: 12px;
  --font-size-11xl: 30px;
  --font-size-26xl: 45px;
  --font-size-xl: 20px;
  --font-size-19xl: 38px;
  --font-size-mini: 15px;

  /* Colors */
  --white: #fff;
  --color-black: #000;
  --dark-blue: #144684;
  --grey: #646464;
  --black: #131514;
  --black-new: #090909;
  --orange: #fb6238;
  --new-dark-tarquish: #2a87ae;
  --light-green: #a6cf4a;
  --dark-pink: #ff60a8;
  --yellow-ligh: #ffd05a;
  --light-blue: #97d5ec;
  --lighttorquish-bg: #e5f3f4;

  /* Paddings */
  --padding-3xl: 22px;
  --padding-3xs: 10px;
  --padding-sm: 14px;
  --padding-15xl: 34px;

  /* border radiuses */
  --br-8xs: 5px;
  --br-lg: 18px;
  --br-mini: 15px;
  --br-19xl: 38px;
  --br-5xs: 8px;
  --br-xl: 20px;
  --br-9xs: 4px;
}





























/* -- CTA bar top -- */
.cta-bar {
 position: relative;
 z-index: 99;
 font-weight: 700;
 padding: 15px;
 color: #fff;
 background: var(--darkblue, #144684);
 text-align: center;
}

.cta-bar p {
 margin-bottom: 0 !important;
     padding: 0;
}
/* -- cta button -- */


/* -- close button -- */
.xit {
    position: absolute;
       top: 13px;
       right: 14%;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}

.mdb {
    min-width: 88px;
    padding: 10px 14px;
}
.green, .dropdown-toggle.green {
    background-color: #259b24;
}

a.mdb.purple, a.mdb.green, a.mdb.orange, a.mdb.blue {
    color: #fff!important;
}

.mdb {
    outline: 0;
    outline-offset: 0;
    border: 0;
    border-radius: 2px;
    transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
}

.mdb {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: inherit;
    color: rgba(255,255,255,.87);
}
.br {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.12), 0 1px 2px 0 rgba(0,0,0,.24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.24);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.12), 0 1px 2px 0 rgba(0,0,0,.24);
}
.lev {
    transition: .3s all;
}
.lev:hover {
    transform: translateY(-5px);
    transition: .3s all;
}
.re {
    position: relative;
    overflow: hidden;
    
}

.sec3{  padding:80px 0;  background-image: url("https://sttar.in/nto/images/bg.png"); /* The image used */
 
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */}
 .sec3 .register span {
      color: #090909;
  }
.sec3 p{ color: var(--black-new, #090909);
text-align: center;
font-family: Noto Sans !important;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 150% !important; /* 24px */}
.sec3 img.cicon:hover {
    opacity: 0.6;
}
.row.sec3-row {
    margin-top: 40px;
}

.c-count {
    max-width: 12%;
    text-align: center;
    width: 100%;
}

.sttar-national-teachers-container1 {
   
    font-size: var(--font-size-19xl);
    line-height: 120.5%;
    text-transform: uppercase;
    display: flex;
    color: var(--yellow-ligh);
    text-align: left;
    align-items: center;
    width: 673px;
    height: 91px;
}
.txt {
    line-break: anywhere;
    width: 100%;
}

.sttar-national {
   color: var(--yellow-ligh, #FFD05A);
font-family: Noto Sans !important;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 120.5% !important; /* 45.79px */
text-transform: uppercase;
}
.sttar-national-teachers-container1 .get {
    margin: 0;
	    color: var(--yellow-ligh, #FFD05A);
font-family: Noto Sans !important;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 120.5% !important; /* 45.79px */
text-transform: uppercase;
}

.the-first-national-container {
   
    font-size: 23px;
       margin-top: 20px;
}

.test-date-december-container, .text, .the-first-national-container {
  
    text-align: left;
    display: flex;
    align-items: center;
}
.test-date-december-container {
 
    font-size: var(--font-size-lg);
   
}

.txt span{
color: var(--white, #FFF);
font-family: Noto Sans;
font-size: 23px;
font-style: normal;
font-weight: 400;
line-height: 216.5%; /* 49.795px */

	}


.banner-count {
    position: absolute;
   top:60px;
       width: 75%;
  
}

.banner-count .join-today-button1 {
    background-color: var(--orange);
    color: var(--white, #FFF);
    text-align: center;
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.banner-count  .btn-count {
    text-align: left;
       width: 190px;
    margin:0px 0 0 0;
	    display: inline-block;
}
.banner-count .mark-the-big {
    font-weight: 600;
}


.box1 .get {
    margin: 0;
    color: #000000;
    width: 100%;
    text-align:center;
}
.test-your-competence-container {
    text-align: center;
}

.box1 {
    border-radius: var(--br-5xs);
    background-color: var(--yellow-ligh);
    box-shadow: 2px 4px 20px 8px rgba(0, 0, 0, 0.2);
    width: 186px;
    height: 188px;
}


.box1 {
    text-align: center;
	    width: 220px;
}


p.strong-profile {
   color: var(--black-new, #090909);
font-family: Noto Sans;
font-size: 18px;
font-style: normal;
font-weight: 800;
line-height: normal;
    text-align: center;
}
img.box1-icon {
    width: 40px;
    height: 40px;
    overflow: hidden;
	    margin-bottom:10px;
		 margin-top:30px;
}

section.sec0 {
    margin-top: 80px;
}

img.ranking-01-1-icon {
	    width: 88px;
    height: 88px;
    object-fit: cover;
}

.span3 {
 color: var(--orange, #FB6238);
font-family: Noto Sans;
font-size: 45px;
font-style: normal;
font-weight: 900;
line-height: 91.5%;
}

.sec4-count{
  border-radius: 20px;
border: 1px solid var(--darkblue, #144684);
background: rgba(228, 227, 226, 0.50);
    box-sizing: border-box;
      margin-bottom: 30px;
    height: 212px;
	text-align: center;
	    padding:16px 20px;
}
p.top-20-all {
    width: 100%;
    text-align: center;
	    margin: 0;

}
section.sec5 {
    width: 100%;
    position: relative;
     padding:80px 0;
}

section.sec6 {
    width: 100%;
    position: relative;
   
       padding: 100px 0 100px 0;
	text-align: center;
}
.sec6 p{     font-size: var(--font-size-lg);
    line-height: 150%;
    color: var(--color-black);     text-align: center;}
	
	img.submit-btn {
    margin-top: 40px;
}

.copywright {
    margin-top: 35px;
	text-align: center;
}

.submit-btn {
   
    width: 100%;
    color: #ffffff;
	    letter-spacing: -0.01em;
    
	    text-transform: uppercase;
		height: 70%;
}
.row.sec2-row {
    margin-top: 20px;
}
.sec2 .mark-the-big-container {
    left: -119px;
    width: 219px;
    text-align: center;
    margin: 0 auto;
    top: -14px;
}
.sec2 .mark-the-big-container img {
    width: 100%;
    height: 13px;
}

.submit-btn {
    border-radius: var(--br-mini);
    display: flex;
    flex-direction: row;
    padding: var(--padding-sm) var(--padding-15xl);
    align-items: center;
    justify-content: center;
    font-size: var(--top-menu-selected-size);
   
    border: none;
    background-color: var(--orange);
    color: var(--white, #FFF);
  
	
	color: var(--white, #FFF);

/* font-family: Work Sans; */
font-size: 15px;
font-style: normal;
font-weight: 400;

letter-spacing: -0.225px;
margin-left: 0px;
border: #fb6238 2px solid !important;
}
p.promo {
    text-align: center;
}
input {
    color: var(--grey, #646464);
    /* font-family: Work Sans; */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.225px;
}

input.submit-btn:hover {
    background: var(--darkblue, #144684) !important;
}

section.banner-botom {
    margin-top:-77px;
    background: #ffffff;
}
video#myVideo {
    width: 100%;
}

.the-first-national-container span.txt {
    position: relative;
}
img.myboader-banner1 {
    position: relative;
    left: 265px;
    top: 41px;
}

.boader-style{     background: url(https://sttar.in/nto/images/Layer_1.png) center top 26px no-repeat;}
.row.row-3 {
    margin-top: 50px;
}
img.banner {
    height: 591px;
}
.sec1-count {
    margin-top: 40px;
}
.blue-bg {
    border-radius: 20px;
  background: var(--orange, #FB6238);
	    padding: 44px;
		    margin-top: 40px;
}

.blue-bg p{color: var(--white, #FFF);
text-align: justify;
/* paragraph text */
font-family: Noto Sans;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 190%; /* 30.4px */}
.blue-bg .register span {
   color: var(--white, #FFF);
    font-family: Noto Sans;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.8%;
}
.blue-bg img.frame-icon4 {
    border-radius: var(--br-8xs);
    background-color: #787878;
    width: 34px;
    height: 34px;
    padding: 5px;
}

.blue-bg img.frame-icon3 {
    border-radius: var(--br-8xs);
        background-color: var(--new-dark-tarquish);
    width: 34px;
    height: 34px;
    padding: 5px;
}

.blue-bg img.frame-icon2 {
    border-radius: var(--br-8xs);
   background-color: var(--light-green);
    width: 34px;
    height: 34px;
    padding: 5px;
}

.blue-bg img.frame-icon1 {
    border-radius: var(--br-8xs);
     background-color: var(--dark-pink);
    width: 34px;
    height: 34px;
    padding: 5px;
}

.blue-bg img.frame-icon {
    border-radius: var(--br-8xs);
   background-color: var(--orange);
    width: 34px;
    height: 34px;
    padding: 5px;
}


/* footer css */

.footer h4 {
    color: #FFF;
    font-family: Noto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    letter-spacing: 0.48px;
	border-bottom: #ffffff 1px solid;
	    margin-bottom: 10px;
		    padding-top: 30px;
}
.footer ul li{ color: #FFF;
font-family: Noto Sans;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 190%;
letter-spacing: 0.39px;}

.footer ul li a{ color: #FFF;
font-family: Noto Sans;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 190%;
letter-spacing: 0.39px;}
footer.footer p {
    color: var(--white, #FFF);
font-family: Noto Sans;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 190%; /* 19px */
}
.counter {
    padding-bottom: 40px;
}
.form-content{ max-width: 948.704px; width:100%; margin: 0 auto;}
.form-content p{
   
	
    text-align: center !important;
	color: var(--black-new, #090909);
text-align: center;
font-family: Noto Sans;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 146%; /* 26.28px */
}
.sofor {
       border-radius: 0px 0px 30px 30px;
    background: var(--orange, #FB6238);
    box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.25);
    width: 174.64px;
    height: 64.524px;
    flex-shrink: 0;
    position: absolute;
    right: 58px;
           top:0px !important;
}
table.table.table-bordered.mytbl b {
    font-weight: 800;
    font-size: 19px;
}

.sofor p {
    color: #FFF;
    font-family: Noto Sans !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px !important;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.sofor p b {
    color: #FFF;
    text-align: center;
    font-family: Noto Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 17px;
	    width: 100%;
    display: inline-block;
	    padding-top: 10px;
}

.a-participant-can p {
    text-align: center !important;
    color: var(--black-new, #090909);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 146% !important;
}













.blue-bg-bot {
    margin-top: 15px;
    margin-bottom: 15px;
}

.blue-bg-bot p{         line-height: 120% !important;     text-align: left; color: var(--black-new, #090909);
font-family: Noto Sans;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 131%; /* 20.96px */} 
.blue-bg h4 {
   color: var(--white, #FFF);
text-align: center;
font-family: Noto Sans;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 190%; /* 30.4px */
text-decoration-line: underline;
text-transform: uppercase;
padding-top: 20px;
}
.sec8 ul{
list-style-image: url('https://sttar.in/nto/images/bullet.png');
}
.sec8 ul li::before {
    content: "";
    background-image: url('https://sttar.in/nto/images/bullet.png');
    background-size: contain;
    display: inline-block;
    width: 5px;
    height: 5px;
    position: relative;
    top: -6px;
    margin-right: 6px;
}
.sec8 ul li {
  
   color: var(--black-new, #090909);
font-family: Noto Sans;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 161.2%; /* 32.24px */
letter-spacing: -0.9px;
    text-align: left;
    padding: 0 26px;
   
}
section.sec8 {
    padding: 100px 0;
}
.repot{}
.repot ul{}
.repot ul li{     border-radius: var(--br-lg);
   background: #FFD05A;
   
    flex-direction: row;
    padding: var(--padding-3xl);
    box-sizing: border-box;       text-align: center;
    font-size: var(--paragraph-text-size);
    color: var(--white);
       font-size: var(--font-size-lg);
	    width: 18%;
    float: left;
    margin-right:30px;
	
	}
	
	.repot ul li {color: var(--black-new, #090909);
text-align: center;
font-family: Noto Sans;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 131%; /* 23.58px */ padding-top: 30px;}
	
	.repot ul li:nth-child(1){  position: relative;
    line-height: 131%;
    font-weight: 600;
       width: 165px;
    flex-shrink: 0;}
	.repot ul li:nth-child(2){    position: relative;
    line-height: 131%;
    font-weight: 600;
    width:216px;
    flex-shrink: 0;}
	.repot ul li:nth-child(3){    position: relative;
    line-height: 131%;
    font-weight: 600;
    width:243px;
    flex-shrink: 0;}
	.repot ul li:nth-child(4){position: relative;
    line-height: 131%;
    font-weight: 600;
    width:177px;
    flex-shrink: 0;}
	.repot ul li:nth-child(5){    position: relative;
    line-height: 131%;
    font-weight: 600;
    width:243px;
    flex-shrink: 0;}
	
	.repot {
    width: 100%;
        margin-bottom: -116px;
    display: inline-block;
	    margin-top: 60px;
}

.vector-icon1 {
    position: absolute;
    top: -27px;
    left: 55px;
    width: 52px;
    height: 52px;
    background: #ffffff;
    border-radius: 50%;
    padding:8px;
}

.vector-icon2 {
    position: absolute;
    top: -27px;
       left: 85px;
    width: 52px;
    height: 52px;
    background: #ffffff;
    border-radius: 50%;
    padding:8px;
}

.vector-icon3 {
    position: absolute;
    top: -27px;
       left: 96px;
    width: 52px;
    height: 52px;
    background: #ffffff;
    border-radius: 50%;
    padding:8px;
}

.vector-icon4 {
    position: absolute;
    top: -27px;
   left: 66px;
    width: 52px;
    height: 52px;
    background: #ffffff;
    border-radius: 50%;
    padding:8px;
}

section.sec9 {
    background: #FB6238;
	padding-top: 50px;
	    padding-bottom: 50px;
}
.sec9 .register span {
    color:#ffffff;
  
}
.center-block {
    margin: 0 auto;
}
.sec9 p {
    color: rgb(255, 255, 255);
    text-align: center;
    color: var(--white, #FFF);

    font-family: Noto Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
  
}
.vector-icon5 {
    position: absolute;
    top: -27px;
      left: 100px;
    width: 52px;
    height: 52px;
    background: #ffffff;
    border-radius: 50%;
    padding:8px;
}

section.sec10 {
       background-color: var(--yellow-ligh);
	padding-top: 50px;
    padding-bottom: 50px;
}

.for-partnership2 {
    text-transform: uppercase;
    font-weight: 900;
	    color: var(--dark-blue);
}
.mr-darpan-tejesvi {
    margin: 0;
    color: var(--color-black);
	    line-height: 190%;
}
.darpantejesvisttarin2{
    text-align: center;
    font-size: var(--paragraph-text-size);
   color: var(--dark-blue);
    font-family: var(--paragraph-text);
	line-height: 151.5%;
}
.sec10 h4{    color: var(--black-new, #090909);
    text-align: center;
    font-family: Noto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%; /* 30.4px */
    text-decoration-line: underline;
    text-transform: uppercase;
    }
	
	.sec10 b {
    color: #000;
    text-align: center;
    font-family: Noto Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 190%;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
}
	
	/* .lines-on-sides {
    display: table;
    text-align: center;
    white-space: nowrap;

    &:after,
    &:before {
        content: '';
        display: table-cell;
        width: 50%;
        background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
        background-clip: padding;
    }

    &:after {
        border-left: 1em solid transparent;
    }

    &:before {
        border-right: 1em solid transparent;
    }
} */























































.btn-toggle {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 12px;
  background-color: transparent;
  border-color: transparent;
  outline: none;
  transform: translateZ(0);
  transition: transform 0.1s ease-out;
}
.btn-toggle:active {
  transform: translateY(4px);
}
.btn-toggle:focus .line:after {
  background-color: black;
}

.line {
    display: block;
    width: 40px;
    padding: 2px;
}
.line:after {
  content: "";
  display: block;
  width: 100%;
    height: 3.5px;
    background-color: #000000;
  border-radius: 2px;
  transform: translateZ(0) rotate(0);
  transition: background-color 0.2s ease-out;
}
.open .line:nth-child(1) {
  -webkit-animation: jump-1 0.9s forwards ease;
          animation: jump-1 0.9s forwards ease;
}
.open .line:nth-child(1):after {
  -webkit-animation: line-1 0.9s forwards ease-in-out;
          animation: line-1 0.9s forwards ease-in-out;
}
.open .line:nth-child(2) {
  -webkit-animation: jump-2 0.9s forwards ease;
          animation: jump-2 0.9s forwards ease;
}
.open .line:nth-child(2):after {
  -webkit-animation: line-2 0.9s forwards ease-in-out;
          animation: line-2 0.9s forwards ease-in-out;
}
.close .line:nth-child(1) {
  animation: jump-1 0.9s reverse ease;
}
.close .line:nth-child(1):after {
  animation: line-1 0.9s reverse ease-in-out;
}
.close .line:nth-child(2) {
  animation: jump-2 0.9s reverse ease;
}
.close .line:nth-child(2):after {
  animation: line-2 0.9s reverse ease-in-out;
}
.open .line:nth-child(3), .close .line:nth-child(3) {
  -webkit-animation: jump-3 0.9s forwards ease-out;
          animation: jump-3 0.9s forwards ease-out;
}

@-webkit-keyframes line-1 {
  10% {
    transform: translateZ(0) rotate(0);
  }
  80% {
    transform: translateZ(0) rotate(395deg);
  }
  90%, 100% {
    transform: translateZ(0) rotate(405deg);
  }
}

@keyframes line-1 {
  10% {
    transform: translateZ(0) rotate(0);
  }
  80% {
    transform: translateZ(0) rotate(395deg);
  }
  90%, 100% {
    transform: translateZ(0) rotate(405deg);
  }
}
@-webkit-keyframes line-2 {
  10% {
    transform: translateZ(0) rotate(0);
  }
  20% {
    transform: translateZ(0) rotate(10deg);
  }
  90%, 100% {
    transform: translateZ(0) rotate(-405deg);
  }
}
@keyframes line-2 {
  10% {
    transform: translateZ(0) rotate(0);
  }
  20% {
    transform: translateZ(0) rotate(10deg);
  }
  90%, 100% {
    transform: translateZ(0) rotate(-405deg);
  }
}
@-webkit-keyframes jump-1 {
  10% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-90px);
  }
  90%, 100% {
    transform: translateY(-7.5px);
  }
}
@keyframes jump-1 {
  10% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-90px);
  }
  90%, 100% {
    transform: translateY(-7.5px);
  }
}
@-webkit-keyframes jump-2 {
  10% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-75px);
  }
  85%, 100% {
    transform: translateY(-22.5px);
  }
}
@keyframes jump-2 {
  10% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-75px);
  }
  85%, 100% {
    transform: translateY(-22.5px);
  }
}
@-webkit-keyframes jump-3 {
  10% {
    transform: translateY(-7.5px) rotate(15deg);
  }
  30% {
    transform: translateY(-30px) rotate(-10deg);
  }
  50% {
    transform: translateY(7.5px) rotate(5deg);
  }
  80% {
    transform: translateY(0);
  }
}
@keyframes jump-3 {
  10% {
    transform: translateY(-7.5px) rotate(15deg);
  }
  30% {
    transform: translateY(-30px) rotate(-10deg);
  }
  50% {
    transform: translateY(7.5px) rotate(5deg);
  }
  80% {
    transform: translateY(0);
  }
}
@-webkit-keyframes glow {
  50% {
    box-shadow: rgba(131, 131, 131, 0.4) 0 0 2px 2px;
  }
}
@keyframes glow {
  50% {
    box-shadow: rgba(131, 131, 131, 0.4) 0 0 2px 2px;
  }
}





.btn-count-side {
    position: absolute;
       right: -68px;
       top: 304px;
    z-index: 2;
     rotate: 271deg; 
	font-family: Noto Sans;
	    font-weight: 700 !important;
        position: fixed;
        display: none;
}
button.join-today-button1.sidebtn {
    font-weight: 700;
	    background: #FB6238;
        display: none;
}
button.join-today-button1.sidebtn:hover{     background: var(--darkblue, #ffffff) !important;
    color: var(--darkblue, #144684) !important; }
    .btn-count-side.only-mobile:hover {
        background: var(--darkblue, #ffffff) !important;
        color: var(--darkblue, #144684) !important;
    }
img.top-button-style {
    position: absolute;
    right:15%;
}
span.mark-the-big.date-color{ 
color: var(--black-new, #090909);
font-family: Noto Sans;
font-size: 20px;
font-style: normal;
font-weight: 900;
line-height: 216.5%;
text-decoration-line: underline;
background: var(--yellow-ligh, #FFD05A);
padding: 2px 10px;
}
.topper-boader {
    margin-left: 232px;
}
.table-bordered td, .table-bordered th {
     border-bottom: 1px solid var(--orange, #FB6238)!important;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #fb6238;
}
.table thead th {
    vertical-align: bottom;
      border-bottom: 1px solid var(--orange, #FB6238);
    background: #FB6238;
     text-align: center;
	color: var(--white, #FFF);
font-family: Noto Sans;
font-size: 13px !important;
font-style: normal;
font-weight: 700;
line-height: 144%; /* 25.92px */
text-transform: uppercase;
}
.mytbl .rsicon{   font-size: 25px;
font-style: normal;
font-weight: 800;}
.table-bordered td, .table-bordered th {
    border-bottom: 1px solid var(--orange, #FB6238);
    background: var(--white, #FFF);
}

.table-bordered td:nth-child(2) {
	color: var(--orange, #FB6238);
font-family: Noto Sans;
font-size: 25px;
font-style: normal;
font-weight: 800;
line-height: 144%;
       width: 18%;
}
table.table.table-bordered.mytbl {
    width:100%;
	max-width: 700px;
}

.table tfoot th {
    vertical-align: bottom;
    border-bottom: 1px solid var(--orange, #FB6238);
    background: #FB6238;
    text-align: left;
    color: var(--white, #FFF);
   
    font-style: normal;
    font-weight: 700;
  
    text-transform: uppercase;
	color: var(--white, #FFF);
font-family: Noto Sans;
font-size: 13px;
font-style: normal;
font-weight: 800;
line-height: 144%;
}
.table tfoot th:nth-child(1) {
   color: var(--white, #FFF);
font-family: Noto Sans;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 144%; /* 25.92px */
text-transform: uppercase;
text-align: center;
}

.table-bordered td, .table-bordered th {
     border-bottom: 1px solid var(--orange, #FB6238);
    color: var(--black-new, #090909);
    font-family: Noto Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 144%;
	
	

}
.sec5 .mark-the-big-container {
    left: -119px;
    width: 219px;
    text-align: center;
    margin: 0 auto;
    top: -14px;
}
.sec5  .mark-the-big-container img {
    width: 100%;
    height: 14px;
}
.sec12 .mark-the-big-container {
    position: absolute;
    left: 38%;
    width: 100px;
    top: 15px;
    margin: 0 auto;
    z-index: 99;
}


img.mask-group-icon {
    margin-top: 57px;
}
.row.topic-count {
    background: var(--white, #FFF);
}
.gda p {
    background: #FB6238;
    padding: 5px 20px;
   
	color: var(--white, #FFF);
text-align: right;
font-family: Noto Sans;
font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: 138.8%; /* 36.088px */
text-transform: uppercase;
}
.gda {
    margin: 0 auto;
}
.row.row-4 {
    margin-top: 20px;
}

section.sec7 {
    background: var(--yellow-ligh, #FFD05A);
	    padding-bottom: 40px;
}

section.sec11 {
    padding: 100px 0;
    background: #ffffff;
}

.row.all-india {
    margin-top: 30px;
}
.cercle-box {
    position: relative;
	    text-align: center;
}

.cercle-count {
    position: absolute;
    top: 31%;
    left: 37px;
    width: 81%;
}

section.sec12 {
    width: 100%;
    position: relative;
    padding: 80px 0 0px 0;
    background: #ffffff;
}

.css-wmy1p7-ReactDropdownSelect:hover, .css-wmy1p7-ReactDropdownSelect:focus-within {
    border-color: #0074D9;
    border: 1px solid #ccc !important;
    background: #ffffff !important;
}

.css-wmy1p7-ReactDropdownSelect{  border: 1px solid #ccc !important;
    background: #ffffff !important;}

















.demopadding {
    margin: 0px auto;
    width: 100%;
    text-align: center;
    display: inline-block;
	padding-top: 10px;
}
.icon {
	position:relative;
	text-align:center;
	/* width:0px;
	height:0px;*/
	padding: 16px;  
	border-top-right-radius: 	20px;
	border-top-left-radius: 	20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 	20px; 
	-moz-border-radius: 		20px 20px 20px 20px;
	-webkit-border-radius: 		20px 20px 20px 20px;
	-khtml-border-radius: 		20px 20px 20px 20px; 	
	color:#FFFFFF;
}
.icon i {
	font-size: 14px;
	position:absolute;
	left:9px;
	top:10px;
}

.icon.social {
	float:left;
	margin:0 5px 0 0;
	cursor:pointer;
	background: transparent;
	color:#ffffff;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
    border: #ffffff 2px solid;	
}
.icon.social:hover {
    color: #fb6238;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    background: #ffffff;
}
.icon.social.fb i {
	left: 11px;
    top: 9px;
}
.icon.social.tw i {
	left:11px;
}
.icon.social.in i {
	left:11px;
}

.foot-nav li a {
    color: #ffffff;
}






































.searchbox-wrap{
  display     : flex; 
     width: 100%; 
  margin-top  : 8%;
  margin-left : auto;
  margin-right: auto;
}
  
.searchbox-wrap input {
    flex: 1;
       padding: 0 0 0 15px;
    font-size: 1.1em;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    box-shadow: none;
    border: none;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.19);
    border-radius: 15px 0px 0px 15px;
    background: #D9D9D9;
    height: 47px;
	
	
	color: var(--grey, #646464);
font-family: Noto Sans;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 190%; /* 26.6px */
}
  
.searchbox-wrap button {
    padding-right: 0;
    background: #D9D9D9;
    border-radius: 0px 15px 15px 0px;
    box-shadow: 5px 4px 6px rgba(0, 0, 0, 0.19);
    border: none;
    cursor: pointer;
}

  
  .searchbox-wrap   span{
      margin-left     :0px;
    padding: 14px 45px;
	    height: 47px;
      
      font-size       : 0.9em;
   
  
      
     background: var(--yellow-ligh, #FFD05A);
      
      border-radius   : 20px;
    
	
font-family: Noto Sans;

font-style: normal;
font-weight: 400;
line-height: 190%; /* 26.6px */



color: var(--black-new, #090909);
text-align: center;
/* Top Menu Selected */
font-family: Noto Sans;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }
  
      .searchbox-wrap   span:hover{
          background: var(--darkblue, #144684) !important;
		  color:#ffffff !important;
        box-shadow      : 2px 2px 4px rgba(0, 0, 0, 0.19);
      }
	  
	  p.newslator-botoom {
    color: var(--white, #FFF);
    font-family: Noto Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
}
      
  
button.close {
    color:#fb6238;
    border: #fb6238 2px solid !important;
    border-radius: 50%;
    width: 40px;
    position: relative;
    top: -19px;
    right: -19px;
    z-index: 9999;
    background: #ffffff;
    
}
.btext button.close {
    color: #fb6238;
    border: #fb6238 2px solid !important;
    border-radius: 50%;
    width: 40px;
    position: relative;
    top: -14px;
    right: -155px;
    z-index: 9999;
    background: red;
}
.btext .xit {
    position: absolute;
    top: 2px;
    right: 32%;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}



h3.text-center.text-inverse.form-heading {
    margin-bottom: 20px;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
} 

.modal {
  
    top: 194px;
   
}
section.sec0.registration-sec0 {
    margin-top: 20px;
    padding-top: 40px;
}
.registration-sec {
    margin-top:0px;
}

p.promo {
    color: var(--grey, #646464);
    text-align: right;
    font-family: Work Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.225px;
    text-decoration-line: underline;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem 1rem 2rem 1rem;
}
.promoinput {
    display: none;
}
.inpshow {
    display: none;
}

.reg-banner {
    margin-top: 133px;
}
.videobanner div {
    height: 100% !important;
}
.myform .submit-btn:hover {
    background: var(--darkblue, #ffffff) !important;
    color: var(--darkblue, #144684) !important;
    border: #fb6238 2px solid !important;
}
a.join-today-button1.sidebtn:hover {
    background: var(--darkblue, #144684) !important;
    color:#ffffff !important;
}
img.sttarnt {
    margin-bottom: -6px;
}
.i-anchor {
    height: 0;
    overflow: hidden;
    position: relative;
    top: -100px;
    width: 1px;
}
/* dashboart css */

h5.myname {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    font-size: 14px !important;
}

/* .name-count {
    width: 143px;
    margin: 0 auto;
    float: none;
} */
p.shareon {
    margin-top: 20px;
}

/* .message-body:before {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    background: rgb(254 223 143);
    border-radius: 50%;
   
    right: -15px;
    opacity: 0.5;
} */
 /*.message-body::after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    background: #fb6238;
    border-radius: 50%;
    top: -403px;
    right: -93px;
}*/
/* h3.alert.alert-success:after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    background: linear-gradient(210.04deg, #ffc107 -50.94%, rgba(144, 202, 249, 0) 83.49%);
    border-radius: 50%;
    top: -30px;
    right: -180px;
} */

/* h3.alert.alert-success:before {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    background: linear-gradient(140.9deg, #ffc107 -14.02%, rgba(144, 202, 249, 0) 70.50%);
    border-radius: 50%;
    top: -160px;
    right: -130px;
} */

a.join-today-button1.appbtn:hover {
    background: var(--darkblue, #144684) !important;
}
a.join-today-button1.appbtn{
    background-color: var(--orange) !important;
}

a.join-today-button1.appbtn:hover {
    background: var(--darkblue, #144684) !important;
    color: #fff;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
    background-color: #0808088c !important;
    z-index: 3;
}

.benefits{

    text-align: center;

}

.videobanner.mobile-banner {
    display: none;
}
.sec1-count p {
    font-size: 18px;
}
.row.sec2-row b {
    color: var(--black-new, #090909);
    font-family: Noto Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 134%;
}
.col-md-2.tp {
    margin-right: 39px;
} 

.alert-success {
    color: #ffffff;
    border-color: rgb(249, 149, 93);
    background-color: rgb(249, 149, 93);
}
.css-tmm5uz {
   
    color: #ffffff;
   
}
.css-l86k8m {
   
    color: #ffffff;
}
.enquire-count {
    margin-top: 40px;
}
.enquire-count span.myboader {
   
    top: 67px;
   
}

.i-anchor1 {
    height: 0;
    overflow: hidden;
    position: relative;
    top: -200px;
    width: 1px;
}

.stdropdown-container {
    text-align: left;
    border: none !important;
    position: relative;
    border-radius: 5px;
}
.stdropdown-tools {
    position: absolute;
    right: 13px;
}


/* .css-9lyone-MuiInputBase-input-MuiOutlinedInput-input {
 padding: 23px 14px 11px 14px;
    
} */

/* .css-9lyone-MuiInputBase-input-MuiOutlinedInput-input {
 background: #fff;
  
} */
/* form.Manage-Profile label {
    font-size: 20px;
} */
 form.Manage-Profile input {
    background: #ffffff;
    padding: 14px 14px 14px 14px;
    padding-top: 24px;
} 


.stdropdown-container .stsearch-box input {
    width: 100%;
    box-sizing: border-box;
    padding: 7px 14px 11px 14px;
    border: 1px solid #ccc;
    border-radius: 12px;
    margin-top: 6px;
}
.stdropdown-menu {
 
    border: inherit !important;
   
}

.MuiGrid-root.MuiGrid-item.css-tgtqod-MuiGrid-root h3 {
    font-family: 'Montserrat', sans-serif !important;
    line-height: 1.334;
    color: #f9955d;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
}
a.message-link {
    color: #ffffff;
}
.refer-page-bg {
    border-radius: 12px;
    overflow: hidden;
    border: none;
    border-color: #90caf925;
    background: linear-gradient(180deg, #ffffff, #ebd8b9);
    color: #364152;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.20);
}

.btn-count-side.only-mobile{ display:none;}
p.striptext.blink-soft a {
    color: #ffffff;
}
.discount-code a{  color:var(--orange) !important;}
section.registration-page-right {
    margin-top: 49px;
}
.form-pading{ padding:10px;}

/*  exam poetal css add ratna  */


.sttar-bars {
    position: relative;
    z-index: 99;
    font-weight: 700;
    padding: 9px;
    color: #fff;
    background:#144684;
    text-align: center;
    height:62px;
    font-size: 26px;
    
}

.firstNameCircle {
    border: 2px solid #2a87aeb8;
    border-radius: 50%;
    height:50px;
    width:50px;
    display: inline-block;
    color: #000;
    background-color: #2a87ae;
    padding-left: 19px;
    padding-top: 13px;
    margin-bottom: 10px;
}


.sttar-segment-name {
    position: relative;
    /* z-index: 99; */
    z-index: inherit;
    font-weight: 700;
    padding: 15px;
    color: #fff;
    background: #aaeaf4;
    text-align: left;
}

#question {
    /* padding: 20px; */
    /* background: #FAFAFA; */
  }
  
  #question h2 {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 20px;
  }
  
  #question input[type=radio] {
    display: none;
  }
  
  #question label {
    display: block;
    margin: 4px;
    padding: 30px 8px;
    background: #fff;
    color: #8e8e8e !important;
    width: calc(100% - 8px);
    min-width: 100px;
    cursor: pointer;
    border: 2px solid;
    /* min-height: 100px; */

    border-radius: 49px;
}
  
  #question label:hover {
    color: #144684;
    color:#000;
  }
  
  #question input[type=radio]:checked + label {
    background: #f27f0c;
    color: #ffffff !important;
    border-radius: 49px;
   
  }
  #question input[type=radio]:checked + label span.exam-span-border {
    background: #f27f0c;
    color: #ffffff !important;
    border: 2px solid #ffffff;
}
#question input[type=radio]:checked + label span.exam-span-text {
   
    color: #ffffff !important;
   
}

   /* #question input[type=radio]:checked +span.exam-span-border {
    background:red;
    color: red !important;
    border: 2px solid #c32626;
  }  */

  /* .exam-span-border {
    border: 2px solid #8e8e8e;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: inline-block;
    color: #8e8e8e;
    background-color: #fff;
    padding-left: 7px;
    float:left;
    padding-top: 5px;
} */




.exam-span-border {
    border: 2px solid #8e8e8e;
    border-radius: 50%;
    height: 31px;
    width: 32px;
    display: inline-block;
    color: #8e8e8e;
    background-color: #fff;
   
    float: left;
    font-size: 16px;
    /* text-align: center; */
    padding-left: 9px;
    padding-top: 9px;
    padding-bottom: 21px;
}

.exam-span-text {
    text-align: left;
    margin: 0;
    line-height: 24px;
    padding-left: 20px;
    display: inline-block;
    float:left;
    width: 93%;
    color: #5c5c5c;
    font-size: 18px;
    font-weight: 500;
    padding-top: 5px;
}
.yellow-button {
    background-color: yellow;
    /* Add any other styling you want */
 
  .modal-dialog.modal-lg.btext {
    margin: 0.75rem auto !important;
}

.current-value{
    font-size: 50px !important;
}

.onlineprofile button {
    background: transparent;
    border: 0 none;
    color: rgba(255,255,255,0.4);
    font: bold 11px arial, tahoma, sans-serif;
    cursor: pointer;
    padding: 0px;
  }
  .onlineprofile button i {
    width: 6px;
    height: 6px;
    background: #66cc33;
    display: inline-block;
    position: relative;
    top: -1px;
    border-radius: 100%;
  }
  .onlineprofile button span {
    display: inline-block;
  }
  }



  .welcome-name {
    line-height: 30px !important;
    font-size: 25px !important;   
}




h6.MuiTypography-root.MuiTypography-subtitle2.css-vabc7s-MuiTypography-root {
    font-size: 17px;
}
b.pq img {
    width: 270px;
    margin-top: 40px;
}


.sidebarheading{

    font-size: 18px;
}


.exam-details li{
    line-height: 30px;
}
.bg-color{
    background: #083b80 !important;
}

.cs-table thead th {
  background-color: #113A8F !important;
  color: white !important;
  padding: 6px !important;
  font-size: 12px !important;
}

.cs-table tbody td {
  padding: 5px !important;
  font-size: 13px !important;
}

.MuiPaper-root {
  border-radius: 12px !important;
}
    

.btn-orange {
  background: #ff7f4d;
  padding: 6px 14px;
  border-radius: 6px;
  color: white !important;
  text-decoration: none;
  font-size: 0.8rem;
}

.btn-outline {
  border: 1px solid #083b80;
  padding: 6px 14px;
  border-radius: 6px;
  color: #083b80 !important;
  text-decoration: none;
  font-size: 0.8rem;
}

.btn-blue {
  background: #083b80;
  padding: 6px 14px;
  border-radius: 6px;
  color: #fff !important;
  font-size: 0.8rem;
  cursor: pointer;
}

.btn-blue input {
  display: none;
}

table thead th {
  background: #083b80 !important;
  color: white !important;
  text-transform: uppercase;
  font-size: 12px !important;
}

table tbody tr td {
  font-size: 13px !important;
  padding: 6px !important;
}



.MuiPaper-root {
  border-radius: 10px !important;
}

.cs-table thead th {
  background: #0D3C83 !important;
  color: white !important;
  padding: 6px !important;
}

.cs-table tbody td {
  padding: 6px !important;
  font-size: 13px !important;
}
/* ===========================
   LEVEL 8 – PREMIUM UI
   =========================== */

/* PAGE BACKGROUND */
.level8-bg {
  background: linear-gradient(135deg, #dfe9ff, #eef4ff, #ffffff);
  min-height: 100vh;
  padding-bottom: 40px;
}

/* GLASS CARD */
.card-glass {
  background: rgba(255, 255, 255, 0.75) !important;
  backdrop-filter: blur(18px);
  border-radius: 22px !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  box-shadow:
    0 12px 32px rgba(12, 54, 120, 0.10),
    0 18px 60px rgba(12, 54, 120, 0.06) !important;
  transition: 0.3s ease;
}

.card-glass:hover {
  transform: translateY(-3px);
}

/* ACTION BAR FLOAT */
.action-bar {
  padding: 16px;
  background: rgba(255,255,255,0.85);
  border-radius: 18px;
  box-shadow: 0px 6px 24px rgba(0,0,0,0.10);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 84px;
  z-index: 50;
}

/* SEARCH INPUT – NEON GLOW */
.neon-search input {
  border-radius: 14px !important;
  padding: 10px 14px !important;
  background: white !important;
  border: 1px solid #d7e3ff !important;
  transition: 0.25s ease;
}

.neon-search input:focus {
  border: 1px solid #0f56c2 !important;
  box-shadow: 0 0 0 4px rgba(15, 86, 194, 0.25);
}

/* TABLE – STICKY HEADER */
.smart-table thead th {
  position: sticky;
  top: 0;
  z-index: 20;
  background: linear-gradient(90deg, #063a83, #0f56c2) !important;
  color: #fff !important;
  padding: 12px 8px !important;
  font-size: 13px !important;
  letter-spacing: .4px;
  border: none !important;
}

/* ROW LIFT ON HOVER */
.smart-table tbody tr {
  transition: 0.28s ease-in-out;
}

.smart-table tbody tr:hover {
  transform: scale(1.01);
  background: rgba(15, 86, 194, 0.07) !important;
  box-shadow:
    0 8px 22px rgba(10, 48, 110, 0.15),
    0 10px 36px rgba(10, 48, 110, 0.10);
}

/* ICON BUTTON MICRO-HOVER */
.l8-icon {
  padding: 6px !important;
  transition: 0.25s ease;
  border-radius: 10px !important;
}

.l8-icon:hover {
  transform: scale(1.25);
  background: rgba(15, 86, 194, 0.12);
}

/* ROLE COLOR SYSTEM */
.role-pill {
  border-radius: 999px !important;
  padding: 1px 10px !important;
  font-weight: 600 !important;
  font-size: 11px !important;
}

.role-admin { background: rgba(255, 51, 51, 0.15); color: #d62828; }
.role-student { background: rgba(15, 86, 194, 0.15); color: #0f56c2; }
.role-teacher { background: rgba(0, 150, 136, 0.15); color: #009688; }
.role-staff { background: rgba(255, 159, 28, 0.20); color: #ff9f1c; }

/* AVATAR COLOR AUTO-GENERATOR */
.avatar-auto {
  background: linear-gradient(135deg, #083a84, #0f56c2) !important;
  color: #fff !important;
  font-weight: 700 !important;
}

/* TABLE ANIMATION */
.table-fade {
  animation: fadeInSlide 0.7s ease;
}

@keyframes fadeInSlide {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-25px); }
  100% { transform: translateY(0px); }
}








































