@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Semibold.woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
body {color: #282828; font-family: 'Poppins'; line-height: 26px; height: 100%;}
h5, h4, h3, h2, h1, ul, li, p, img {padding: 0; margin: 0;}
a {color: inherit}
a:hover {text-decoration: none;color: #fff;}
a:visited {text-decoration: none;color: #fff;}
img, svg {
    vertical-align: middle;
}
/*Counseling Centre */
.contact-box .header {
    border-bottom: 3px solid #ff9c00;
    padding-bottom: 6px;
}
.contact-box .content {
    padding: 10px 0px 0px;
    min-height: 190px;
}

.contact-counseling-centre .contact-box {
    margin-bottom: 50px;
}
.contact-box .header h5 {
    font-size: 18px;
    margin: 0px;
	font-weight: bold;
}
/*Counseling Centre */

#left {
	background: url('../images/bg1.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	/*min-height: 986px;*/
	padding: 25px;
	background-color: #AD274F;
	background-size: cover;
	}
.heading {
    font-size: 16px;
}
.heading h3 {
    text-transform: uppercase;
    font-size: 42px;
    margin-top: 45px;
	font-weight: 700;
    font-weight: 700;
    text-shadow: 2px 2px 0 rgb(192, 15, 94), 1px 1px 0 rgb(241, 228, 154), 3px 2px 0 rgb(244, 230, 149);
}
.heading h4 {
    font-size: 20px;
    margin-top: 45px;
	font-weight: 700;
}
.heading h4 span {color: #f39c12}
.heading h5 {
    font-size: 15px;
    margin-top: 45px;
	line-height: 24px;
}
.heading p {
    font-size: 13px;
}
.loginOtpBtn {
    position: absolute;
    z-index: 100;
    right: 8px;
    bottom: 8px!important;
    font-size: 14px;
	top: inherit!important;
}
.loginOtpBtn .label-success {
    background: #8ec1e7;
	padding: 5px 12px;
	border-radius: 100px;
	color: #fff;
}
.loginOtpBtn .active {background: #3e4e85}
.loginn { padding: 45px 45px 15px 45px; background: #F2F3F7; border-radius: 10px 10px 10px 10px;}
.login-form .button { margin-bottom: 25px;margin-top: 10px;position: relative;}
.login-form .logo {margin-bottom: 45px;}
.login-left {padding: 0 45px 45px 45px;}
.login-left .heading {color: #fff;}
.login-left .bord {border-left: 2px dotted #fff;position: absolute;height: 100%;left: 42px;top: 35px;display: none;}
.login-left ul li .img {margin-top: 0; border-radius: 100%; height: 55px; width: 55px; text-align: center; line-height: 50px; font-size: 28px; color: #3e4e85; font-weight: 700 }
.login-left ul {position: relative; margin-left: -15px;}
.login-left ul li {
    clear: both;
    color: #c4d4dc;
}
.form-steps li {
    padding-top: 35px;
}
.form-steps li:first-child {
    padding-top: 25px;
}
.login-left .bg1 {background: #fff;}
.login-left ul li h5 { color: #fff; font-size: 14px; line-height: 28px; padding: 0 10px;}
.login-left ul li h5 strong {color: #F9E562;}
.login-left .button {background: #fff; margin-top: 0; color: #3e4e85;;}
.button {background: #000; padding: 14px 25px; border: 0; border-radius: 16px; color: #fff; font-weight: 700; text-transform: uppercase; font-size: 15px;}
.black {background: #000}
#right {background-color: #fff;}
.international {background: #fff;}
.top {display: flex; padding: 2px 10px 22px 10px; background: #f4f8f9;}
.top img {margin: 6px 10px 0 0;}
.top h4 {margin: 25px 15px 0 0; font-size: 14px; font-weight: 700; text-transform: uppercase; color: #9A9A9A;}
.top .button {background: #000}
.international h5 {
    font-size: 20px;
    font-weight: 700;
    color: #282828;
	padding: 25px 25px 25px 0;
}
.international h5 span {color: #a00534;}
.top a {
    margin: 12px 0;
}
.top .button {
    padding: 0px 15px;
    font-size: 14px;
    width: 115px;
    height: 45px;
    border-radius: 0;
}
.list-unstyled li a {
    color: #FFF;
    font-size: 18px;
    margin-right: 30px;
    vertical-align: middle;
    text-decoration: underline;
}
.list-unstyled li a img {
    margin-right: 10px;
}
/*.tab-content { padding: 45px 20px; border: 1px solid #e1e3ea; background: #fff;}*/
.form-control {
    background-color: #fff;
	border: 1px solid #babfc5;
	border-radius: 5px;
	color:#282828;
    font-size: 14px;
    transition: background-color 0.3s ease 0s;
    padding: 7px 18px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control::placeholder { 
  color: #666;
  opacity: 1; 
}
.form-control:-ms-input-placeholder { 
  color: #666;
}
.form-control::-ms-input-placeholder { 
  color: #666;
}
ul.nav-tabs {margin: 25px 0;}
.nav-tabs > li > a { font-weight: 700; font-size: 15px; color: #666; background: #fff; padding: 10px 15px; border-radius: 16px; border: 0;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { color: #fff;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #a00534;
    border-radius: 16px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 0px solid #ddd;
	border-bottom: 1px solid #f0f5fb;
}
.form-group { margin-bottom: 15px;}
.nav-tabs {
    border-bottom: 0;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -2px;
}
.form_text { padding: 25px; background: #F2F3F7;}
.logo {padding: 0 45px 25px 45px;}
.mobile_logo {margin-top: 25px; text-align: center; }
.how-to-apply {padding: 0 15px 45px 15px;}
.btn_form {display: flex;justify-content: space-between;}
.btn {
    box-shadow: none;
    border-radius: 24px;
}
.btn-info {
    background-color:#98002E;
    border-color: #98002E;
    font-size: 16px;
    box-shadow: 0 3px 0 #1674bc;
}
.btn-info:hover {
    color: #fff;
    background-color:#98002E;
    color: #F9E562;
    border-color: #98002E;
}
.d-flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}
.d-block {
    display: block !important;
}
.ms-2 {
    margin-left: 0.5rem !important;
}
.header_btn img {
    width: 34px;
    height: 34px;
}
.header_btn span {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}
.header_btn span small {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}
.login .fa-mobile {font-size: 26px;}
.relative {position: relative}
.position {position: absolute;}
label {
    margin-bottom: 7px;
    color: #777f8a;
    font-weight: 500;
	font-size: 13px;
}
header {
	background: url(../images/header.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 55px 0;
}
.arrow {
	background: url(../images/arrow.png) no-repeat;
	background-position: 97% center;
	background-color: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.contact { margin: 15px 0;color: #fff;padding-top: 15px;}
.contact i {color: #fff; margin: 0 10px;}
.contact ul li {float: left; clear: none; margin-left: 6px;}
.contact h5 {margin-bottom: 12px; color: #fff; font-size: 17px; font-weight: 700;}

.alert-success_apply {
    color: #282828;
    background-color: #fffad4;
    border-color: #e8e7d2;
}
.alert-success_apply .orange {color: #ff7200}
.alert-success_apply i {color: #c3b996; margin-right: 7px; font-size: 14px}
.alert-success_apply i.size {font-size: 18px!important}
.alert_apply {
    padding: 10px 15px;
    margin-bottom: 20px;
    border: 1px solid #e8e7d2;
    border-radius: 4px;
}
/* Scholarship section start */
.pl-pr-78 {
    padding: 0 78px 0 78px;
}
.scholarship_sec .sec_title h2 {
    position: relative;
    margin: 3rem 0;
    padding-top: 40px;
    padding-bottom: 15px;
    width: max-content;
    display: inline-block;
    font-size: 64px;
    font-weight: 800;
}
.scholarship_sec h2.text_red {
    text-transform: uppercase;
    text-shadow: 0 0 0 rgb(255,255,255), 1px 1px 0 rgb(255,255,255), 2px 2px 0 rgb(255,255,255), 3px 3px 0 rgb(0,0,0) !important;
}
.scholarship_sec .text_red {
    color: #98002E;
}
.scholarship_sec .sec_title h2:before {
    content: '';
    width: 60%;
    height: 6px;
    background: url('../images/title-bottom.png') no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
}
.scholar_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}
.scholar_wrapper .outer_circle {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    text-align: center;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 22%);
    position: relative;
    transition: .4s all;
}
.scholar_wrapper .outer_circle:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: 1px dashed #000;
}
.scholar_wrapper .outer_circle h3 {
    text-transform: uppercase;
    text-shadow: 3px 3px 0 rgb(238 210 226), 1px 1px 0 rgb(0 0 0), 2px 2px 0 rgb(0 0 0), 3px 3px 0 rgb(0 0 0);
    color: #98002E;
    font-weight: 700 !important;
    font-size: 28px;
}
.scholar_wrapper .scholar_count {
    width: calc(100% - 300px);
}
.scholar_wrapper .scholar_count .sc_item .sc_inner {
    display: flex;
    align-items: center;
    position: relative;
    padding: 30px 0;
}
.scholar_wrapper .scholar_count .sc_number {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 1rem;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background: #AD274F;
    border: 5px solid #fff;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 22%);
    transition: .4s all;
}
.scholar_wrapper .sc_title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    width: 100px;
    height: 100px;
    min-width: 100px;
    text-align: center;
    line-height: 1.15;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #AD274F;
    border: 5px solid #fff;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 22%);
    transition: .4s all;
}
.scholar_wrapper .sc_inner:hover .sc_number, .scholar_wrapper .sc_inner:hover .sc_title {
    background: #F9E562 !important;
    color: #a00534 !important;
}
.scholar_wrapper .scholar_count .sc_text {
    padding-left: 2rem;
}
.scholar_wrapper .scholar_count .sc_item p{
    font-size: 20px;
    text-align: justify;
}
.scholar_wrapper .scholar_count .sc_item strong {
    color: #AD274F;
}
.scholar_wrapper .scholar_count .sc_item .sc_fntsze {
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    opacity: 8%;
    color: #AD274F;
    position: absolute;
    top: 0;
}
.scholar_wrapper .scholar_count .sc_item .sc_inner:before {
    content: '';
    position: absolute;
    width: 90px;
    height: 10px;
    background: url('../images/sc-line.png') no-repeat center;
    background-size: 100%;
}
.scholar_wrapper .scholar_count .sc_item:first-child .sc_inner {
    padding-left: 70px;
    padding-bottom: 0;
}
.scholar_wrapper .scholar_count .sc_item:first-child .sc_inner:before {
    left: -18px;
    top: 112%;
    transform: translateY(-50%) rotate(-35deg);
}
.scholar_wrapper .scholar_count .sc_item:first-child .sc_inner .sc_number {
    margin-top: 50px;
}
.scholar_wrapper .scholar_count .sc_item:first-child .sc_inner .sc_fntsze {
    top: -40px;
}
.scholar_wrapper .scholar_count .sc_item:nth-child(2) .sc_inner {
    padding-left: 115px;
    padding-bottom: 70px;
    padding-top: 70px;
}
.scholar_wrapper .scholar_count .sc_item:nth-child(2) .sc_inner:before {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.scholar_wrapper .scholar_count .sc_item:nth-child(2) .sc_inner .sc_fntsze {
    top: auto;
    bottom: 0;
    right: 0;
}
.scholar_wrapper .scholar_count .sc_item:last-child .sc_inner {
    padding-left: 70px;
    padding-top: 0;
}
.scholar_wrapper .scholar_count .sc_item:last-child .sc_inner:before {
    left: -19px;
    top: -10%;
    transform: translateY(-50%) rotate(-149deg);
}
.scholar_wrapper .scholar_count .sc_item:last-child .sc_inner .sc_number {
    margin-top: -50px;
}
.scholar_wrapper .scholar_count .sc_item:last-child .sc_inner .sc_fntsze {
    top: auto;
    bottom: -30px;
}
.app-form{text-align:center; font-weight:700; font-size:24px;}
.scholar_wrapper .outer_circle:hover{
    animation-name: rotate;
    animation-duration: 4000ms;
}
.apply-scholarship {
    position: relative;
    width: 100%;
    justify-content: flex-end;
    display: flex;
    bottom: 60px;
}
.form-button {
    position: relative;
    background: #000;
    padding: 18px 45px;
    border: 0;
    border-radius: 16px;
    color: #fff;
    font-weight: 700;
    font-size: 19px;
}
.btn-bordr {
    border: 1px dashed #98002E;
    border-radius: 12px;
    padding: 24px 8px;
}
.button span, .form-button span{
    position: relative;
    z-index: 2;
  }
.login-left ul li:hover h5,.login-left ul li:hover p,.login-left ul li a:hover {
    color: #e5db10;
}
.login-left ul li:hover .bg1 {
    background-color: #98002E;
}
.button span:hover,.form-button span:hover {
    color: #fff;
  }
.button:after,.form-button:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #98002E;
    transition: all .35s;
  }
  .button:hover:after,.form-button:hover:after {
    width: 100%;
  }
  .bordr-wrap {
    height: 53px;
    display: inline-flex;
    margin-left: 20px;
 }
 .bordr-right {
    position: relative;
    border-right: 2px dotted #b6b3b3;
    margin-right: 15px;
 }
@-ms-keyframes rotate {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes rotate {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes rotate {
from {
    transform:rotate(0deg);
}
to {
    transform:rotate(360deg);
}
} 
.crore-web,.crore-mob {
    display: relative;
    width: 100%;
}
.crore-mob {
    display: none;
}
.crore-web img,.crore-mob img {
    width: 100%;
}

@media (max-width:1200px){
    .pl-pr-78 {
        padding: 0 15px;
    }
    .apply-scholarship {
        bottom: 20px;
    }
}
@media only screen and (min-width: 1200px) and  (max-width: 1470px) {
    .logo {
        padding: 0 20px;
    }
}
@media (min-width:1200px){
	/* .loginn1 {
    width: 600px;
    margin: auto;
	} */
	.international h5 {
		padding: 25px;
	}	
	.top .button {width: inherit;position: relative;}	
	.how-to-apply {padding: 0 35px 45px 45px;}	
	.top {display: flex; padding: 2px 15px 2px 15px; margin-right: -15px;}	
	/*.tab-content { padding: 50px 65px 45px 65px;}	*/
	/*.application {width: 700px; margin: auto; }*/
	.zero {padding-left: 0;}
	#left {padding: 25px 0 34px 0;height: 100%;}
	.form {width: 700px; margin:  50px auto;}
	.top {float: right;}	
	.width48 {
		width: 49.2%;
		margin-right: 1.5%;
		display: initial;
		float: left;
	}
	.mrn-rgt {
		margin-right: 0;
	}
	.form_text { padding: 45px 45px 15px 45px;}
	.form-group { margin-bottom: 25px;}
    .steps .col-md-12 {
        padding: 0 !important;
    }
    .logo a img {
        max-width: 353px;
    }
}
@media only screen and (min-width: 992px) and  (max-width: 1199.98px) {
    .heading h3 {
        font-size: 35px;
    }
    .steps .col-md-12 {
        padding: 0 !important;
    }
    .logo {
        padding: 0;
    }
    .logo a img {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    #right { padding: 25px 35px 0 35px!important;}	
}
@media (max-width: 991px) {
    .logo {
        max-width: 353px;
    }
    .scholar_wrapper .scholar_count .sc_item .sc_inner {
        padding-left: 0 !important;
    }
    .scholar_wrapper .scholar_count {
        width: 100%;
    }
    .scholar_wrapper .scholar_count .sc_number {
        display: none;
    }
    .scholar_wrapper .scholar_count .sc_item .sc_inner:before {
        display: none;
    }
    .scholar_wrapper .scholar_count .sc_text {
        padding-left: 1rem;
    }
    .scholar_wrapper .scholar_count .sc_item .sc_fntsze {
        font-size: 40px;
    }
    .scholar_wrapper .scholar_count .sc_item p {
        font-size: 14px;
    }
    .scholar_wrapper .scholar_count .sc_item:nth-child(2) .sc_inner {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .scholar_wrapper .scholar_count .sc_item:last-child .sc_inner .sc_fntsze {
        bottom: -10px;
    }
    .scholar_wrapper .scholar_count .sc_item:first-child .sc_inner .sc_fntsze {
        top: 0;
    }
    .scholar_wrapper {
        margin-bottom: 40px;
    }
    .scholarship_sec .sec_title h2 {
        font-size: 35px;
    }
    .app-form{margin-top: 35px;font-size: 18px;}
}
    @media (max-width:768px){
    /*.top .button {width: inherit;}*/
        .login-left .logo {
            max-width: 330px;
        }
    }


@media (max-width:575px) {
    .navbar-brand {
        height: 75px;
        padding: 15px 8px;
    }
    .nav-custom {
        background-color: #a00534;
    }
    .crore-web {
        display: none;
    }
    .crore-mob {
        display: block;
    }
    .btn_form {
        display: flex;
        text-align: center;
        flex-direction: column-reverse;
    }
    ul.nav-tabs {
        display: flex;
        margin: 0 0 20px 0;
        width: 100%;
        justify-content: center;
    }
    .header_btn {
        margin-bottom: 20px;
        justify-content: center;
    }
    .contact {
        padding-top: 0;
    }
    .nav-tabs > li > a {
        font-size: 13px;
    }
    .apply-scholarship {
        justify-content: center;
    }
    .login-left .logo {
        max-width: 300px;
    }
    .list-unstyled li a {
        font-size: 14px;
        margin-right: 0;
    }
    .list-unstyled li a img {
        margin-right: 5px;
        width: 16px;
    }
    .heading {
        padding-bottom: 0;
    }
    .contact {
        margin: 15px 10px;
    }
    #left {
        padding: 5px 0 25px 0;
    }
    .contact h5 {
        margin-top: 30px;
    }
    .login-left ul li h5 {
        font-size: 14px;
        line-height: 28px;
    }
    .login-left ul li .img {
        height: 50px;
        width: 50px;
        font-size: 24px;
    }
    .top {
        padding: 2px 10px 10px 10px;
    }
    .top h4 {
        margin: 25px 15px 0 0;
        font-size: 14px;
    }
    .heading h3 {
        font-size: 26px;
    }
    .scholar_wrapper .sc_title {
        font-size: 16px;
        font-weight: 600;
        width: 80px;
        height: 80px;
        min-width: 80px;
    }
    .scholar_wrapper .scholar_count .sc_item .sc_inner {
        align-items: flex-start;
    }
    .scholar_wrapper .scholar_count .sc_item .sc_fntsze {
        font-size: 30px;
    }
}


@media (max-width:480px) {
	.international h5 {text-align:center}
}


/*Animation*/
#loading {
		-webkit-animation: rotation 7s infinite linear;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(359deg);
		}
		to {
				-webkit-transform: rotate(0deg);
		}	
}
/*Animation*/
[class*="reg_"],
.merge_field_div{
    width:50%;
    display:inline-block;
}
.merge_field_div,.reg_name_div{
    padding-right:15px;
}
.reg_course_id_div {
    padding-right:0px !important
}
.OTP{
     width:50%;
    vertical-align:top;
    display:inline-block !important;
}
.reg_mobile_div{
    width:100%;
}
.form-custom{
    max-height:100%;
}
.login-form .panel-heading{
    display:none;
}
.login-form .dynamic_theme_block .panel-body{
    box-shadow:none;
    padding: 45px 45px 15px 45px;
    background: #F2F3F7;
    border-radius: 10px 10px 10px 10px;
    margin-top: 0px;
}
.reg_course_id_div {
    width:100% !important;
}
.dynamic_theme_block .form-custom .merge_field_div{
    margin-bottom: -25px;

}
.dynamic_theme_block .merge_field_div .bs-dropdown-to-select-group .bs-dropdown-to-select{
    padding: 9px 15px 10px 8px;
    background-color: #fff;
    border: 1px solid #babfc5;
}
.dynamic_theme_block .npf_cpt_new img{
    height:40px;
    border-radius:8px;
    overflow:hidden;
}
.dynamic_theme_block .form-group.has-error .help-block {
    text-align: left;
    font-size: 12px;
    color: #f44336;
    line-height: 12px;
}
div#LoginWithOtpTabContainer .merge_field_Otp {
    width: 100%;
    border-radius: 5px;
    padding-right: 0px;
}
#otpField{
    border-radius:5px;
}

#forgotBtn,button#otpSubmitBtn, button#loginBtn {
    width: 200px;
    background: #000;
    padding: 14px 25px;
    border: 0;
    border-radius: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}

button#forgotBtn,button#otpSubmitBtn,button#loginBtn {
    display: block;
    margin: 0 auto !important;
}
button#forgotBtn:hover,button#otpSubmitBtn:hover, #loginBtn:hover{
background: #98002E !important;
transition: all .35s;
	color:#fff !important;
	}