@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('fonts/Segoe UI.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('fonts/Segoe UI Italic.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('fonts/Segoe UI Bold.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold Italic'), url('fonts/Segoe UI Bold Italic.woff') format('woff');
}

@font-face {
    font-family: 'product_sansregular';
    src: url('fonts/productsans-regular-webfont.woff2') format('woff2'), url('fonts/productsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'product_sansbold';
    src: url('fonts/productsans-bold-webfont.woff2') format('woff2'), url('fonts/productsans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    font-size: 16px;
    font-family: 'Segoe UI Regular';
    overflow-x: hidden;
}

p {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.025em;
    color: #707070;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Segoe UI Bold';
}

h2 {
    font-size: 54px;
}

h5 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}
#open_popuo .modal-body p {
    padding: 15px;
    text-align: center;
}
.store-icon ul li {
    display: inline-block;
}
.store-icon ul li img {
    max-width: 125px;
}
span.red {
    color: red;
    font-size: 20px;
}
.font_icsi strong {
    color: #901515;
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    border-bottom: 1px solid #818181;
    clear: both;
}
.list_colbg_icsi {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
    display: table;
}
.list_colbg_icsi li {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    width: 130px;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.list_colbg_icsi a {
    color: #3f3f3f;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 4px;
}
.list_colbg_icsi a:hover {
    color: #901515;
}
.fee-data tbody tr th {
    background: #1c2a54;
    color: #fff;
}
.news-table table tr th:first-child,
.news-table table tr td:first-child{
    width: 8% !important;
}
.news-table table tr th {
    background: #1c2a54;
    color: #fff;
}
.news-table table tbody tr:nth-child(even) {
    background: #dedede;
}
.news-table table tr td a {
    color: #337ab7;
    font-size: 15px;
}
.news-table table tr td {
    padding: 10px;
}
.news-table table tr td a i {
    font-size: 13px;
}
.btn {
    border-radius: 40px;
    padding: 7px 25px;
}

.btn-primary {
    background: #FFC400;
    border-color: #FFC400;
}

.btn-primary:hover {
    border-color: #FFC400;
    color: #FFC400;
    background-color: transparent;
}

.btn-secondary {
    color: #fff;
    border-color: #22356A;
    background: #22356A;
    border: 2px solid #22356A;
    box-sizing: border-box;
}

.btn-secondary:hover {
    color: #22356A;
    border-color: #22356A;
    background: transparent;
    border: 2px solid #22356A;
    box-sizing: border-box;
}

.btn-grey {
    color: #393939;
    border-color: #F5F5F5;
    background: #F5F5F5;
    border-radius: 39px;
    border: 2px solid #F5F5F5;
    box-sizing: border-box;
    width: 100%;
}

.change-btn {
    overflow: hidden;
}

.save-btn {
    border: 2px solid #22356A;
    box-sizing: border-box;
    border-radius: 40px;
    padding: 7px 25px;
    background: #fff;
    color: #22356A;
}

.change-btn input.certificate:before {
    display: table;
    padding: 10px 35px;
    margin: 0;
}


/*Header*/

header.sticky {
    -webkit-transition: position 10s;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: position 10s;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.col-sm-6.clear.col-xs-6.hidden-md.hidden-lg {
    display: none;
}

.top-header {
    background: #1C2A54;
    /*padding: 15px 0;*/
    padding: 0;
}

.top-header .logo img {
    width: 70px;
    margin: 5px 0;
}


/*.top-header-content p {
    margin: 0;
    font-size: 16px;
    line-height: 146.8%;
    letter-spacing: 0.025em;
    color: #F8F8F8;
}*/

.top-header-content p {
    margin: 30px 0;
    font-size: 16px;
    line-height: 146.8%;
    letter-spacing: 0.025em;
    color: #F8F8F8;
}

.main-header {
    /*background: #22356A;*/
    background: #FFC400;
}


/*.mainmenu ul#navigation {
    margin: 0;
}*/


/*.main-header nav ul.navbar-nav li a.nav-link,
.mainmenu ul li a {
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 40px 10px;
}*/


/*.mainmenu ul#navigation {
    margin: 0;
    margin-left: -20px;
}*/

.mainmenu ul#navigation {
    display: table;
    margin: 0 auto;
}

.main-header nav.navbar {
    float: right;
    padding: 0;
}

.main-header nav ul.navbar-nav li a.nav-link.register,
.mainmenu ul li a.register {
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 34px;
    font-size: 17px;
    letter-spacing: 0.025em;
    color: #F8F8F8;
    padding: 8px 15px;
    margin: 24px 0;
}


/*.mainmenu ul li {
    display: inline-block;
    position: relative;
}*/

.mainmenu ul li {
    float: left;
    position: relative;
}


/*.mainmenu ul li a {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.025em;
    color: #FFFFFF;
    padding: 40px 10px;
    display: table;
}*/

.mainmenu ul li a {
    font-size: 15px;
    line-height: 100%;
    color: #242424;
    padding: 15px;
    display: table;
    position: relative;
    text-transform: uppercase;
    font-family: 'Segoe UI Bold';
}

.mainmenu ul li a:after {
    content: '|';
    left: auto;
    position: absolute;
    right: 0px;
    color: #a67f04;
}

.mainmenu ul li ul.submenu li a:after {
    display: none;
}


/*.mainmenu ul li:nth-last-child(2) a:after,*/

.mainmenu ul li:last-child a:after {
    display: none;
}


/*.mainmenu ul li a.register-menu {
    background: #000;
    color: #fff;
}*/

.mainmenu ul li ul li a {
    background: #FFC400 !important;
}

.mainmenu ul li.active a.listmenu,
.mainmenu ul li.active li.active a,
.mainmenu ul li.active a {
    background: #000 !important;
    color: #fff;
}

.mainmenu ul li.active li.active a {
    background: #000 !important;
    color: #fff !important;
}

.mainmenu ul li.active a:after {
    color: #000;
}

.mainmenu ul li a i {
    display: none;
}

.mainmenu ul li>ul.submenu {
    position: absolute;
    left: 0px;
    top: 44px;
    width: 230px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    z-index: 999;
    text-align: left;
}

.mainmenu ul li:hover>ul.submenu {
    opacity: 1;
    visibility: visible;
    /* border-top: 3px solid #ddd; */
}

.mainmenu ul li>ul.submenu.three-level {
    left: 230px;
    top: -180px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.5s;
    padding-top: 60px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    background: rgba(28, 42, 84, 0.8);
    : 0.5s;
}

.mainmenu ul li ul li {
    width: 100%;
    display: block;
}

.mainmenu ul li ul li a {
    color: #000;
    display: table;
    width: 100%;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 100%;
    background: #FFC400;
    border-bottom: 1px solid #a67f04;
}

.mainmenu ul li ul li a:hover {
    background: #000 !important;
    color: #fff;
}

button.accordion1 {
    font-size: 15px;
    line-height: 20px;
    border: 0;
    color: #fff;
    background: transparent;
    display: block;
    width: auto;
    padding: 10px;
}

button.accordion1 i {
    margin-left: 10px;
}

.sidenav a {
    display: block;
    padding: 15px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}

.sidenav a.closebtn {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    font-size: 50px;
}

.panel11 {
    display: none;
}

span.span-btn {
    padding: 30px 0;
    display: table;
    cursor: pointer;
}

span.span-btn svg {
    color: #fff;
    font-size: 40px;
}

.header-search {
    text-align: right;
    padding: 30px 0;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}


/*Header End*/


/*Footer*/

footer {
    position: relative;
    padding: 30px 0 15px;
    background: #FFC400;
    display: table;
    width: 100%;
}

.footer-bottom {
    color: #fff;
    background: #1C2A54;
    padding: 15px 0;
}

.footer-bottom p {
    margin: 0;
    color: #fff;
}

footer .container-fluid {
    padding: 0 5%;
}

.footer-item h6 {
    line-height: 30px;
    color: #1A1C22;
    min-height: 30px;
    text-transform: uppercase;
}

.footer-item ul {
    margin: 0;
}

.footer-item ul li a {
    /* font-family: 'Poppins', sans-serif;
    font-weight: 400;*/
    font-size: 15px;
    line-height: 33px;
    color: #000;
}


/*.footer-item p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #515154;
    margin: 0;
}*/

.footer-item p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin-bottom: 10px;
}


/*.footer-item p strong{
    color: #1C2A54;
}*/


/*.footer-item p strong {
    border-bottom: 1px solid;
}*/

.footer-item p a {
    color: #000;
}

.footer-item p a:hover {
    opacity: 0.7;
}

.footer-social ul li {
    display: inline-block;
}

.footer-social ul li a {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.235em;
    color: #1A1C22;
    padding: 5px;
}

.footer-social ul li a:hover {
    color: #2B407A;
}


/*Footer End*/

section {
    position: relative;
    padding: 60px 0;
}

.title h2 {
    line-height: 130%;
    letter-spacing: 0.025em;
    color: #2B407A;
    font-family: 'Segoe UI Bold';
    font-size: 40px;
}

.title p {
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.025em;
    color: #3E3E3E;
}


/*.banner {
    background: #22356A;
    padding: 60px 0;
}*/

.banner {
    background: #22356A;
    padding: 0;
    line-height: 0;
    padding-bottom: 0;
    overflow: hidden;
}


/*.banner section {
    padding: 0;
}*/

.banner section {
    padding: 0;
    /*height: 400px;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}


/*.banner section .container {
    position: absolute;
    top: auto;
    bottom: -50px;
    left: 0;
    right: 0;
}*/

.banner section .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

/* .banner section .banner-img a {
    position: absolute;
    left: auto;
    right: 16%;
    width: auto;
    display: table;
    top: auto;
    bottom: -45px;
} */
/*.banner section .banner-img a {
    display: table;
    margin: 0px auto 0;
}*/
.banner section .banner-img {
    text-align: right;
}

.banner .slick-list.draggable {
    overflow: visible;
}

.banner-img img {
    width: 100%;
}

.banner-content h3 {
    font-size: 46px;
    line-height: 129.5%;
    letter-spacing: 0.025em;
    color: #FFFFFF;
}

.banner-content span {
    font-size: 25px;
    line-height: 129.5%;
    letter-spacing: 0.025em;
    color: #FFFFFF;
    margin-bottom: 10px;
    display: table;
}


/*.banner ul.slick-dots {
    margin: 0 auto;
    text-align: center;
}*/

.banner ul.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: auto;
    bottom: 10px;
}

.banner ul.slick-dots li {
    display: inline-block;
    margin: 0 2px;
}

.banner ul.slick-dots li button {
    display: block;
    font-size: 0;
    padding: 0;
    background: transparent;
    border: 2px solid #939393;
    width: 35px;
    border-radius: 20px;
}

.banner .slick-prev,
.banner .slick-next {
    position: absolute;
    top: 40%;
    display: block;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
    background-image: url(../images/next-arrow.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.banner .slick-prev {
    left: 20px;
    transform: rotate(180deg);
}

.banner button.slick-arrow:focus {
    outline: 0;
    outline: 0;
}

.banner .slick-next {
    right: 20px;
}


/*.slick-next:before {
    content: '→';
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before {
    content: '←';
}*/


/*.banner .slick-arrow {
    position: absolute;
    top: 35%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: 0;
    z-index: 9;
    color: #fff;
}
.banner .slick-prev {
    right: auto;
    left: 20px;
}
.banner .slick-next {
    left: auto;
    right: 20px;
}
.banner .slick-prev:before {
    content: "\f104";
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 24px;
    width: 40px;
    height: 40px;
    background: #1C2A54;
    padding: 17px 9px;
}
.banner .slick-next:before {
    content: "\f105";
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 24px;
    width: 40px;
    height: 40px;
    background: #1C2A54;
    padding: 17px 9px;
}*/

.banner ul.slick-dots li.slick-active button {
    border-color: #fff;
}

.banner ul.slick-dots li.slick-active button {
    border-color: #fff;
}

.banner-content p {
    font-size: 18px;
    line-height: 29px;
    text-align: justify;
    letter-spacing: 0.025em;
    color: #FFFFFF
}

.news-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
}
.news-item.event-item {
    min-height: 458px;
}
.img {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.news-content {
    padding: 15px;
}

.news-item a:focus {
    outline: 0;
}

.news-content h5 {
    font-size: 16px;
    line-height: 120%;
    color: #3E3E3E;
    min-height: 57px;
}

.news-content h5 a {
    color: #3E3E3E;
}

.news-content p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.025em;
    color: #6D6D6D;
    margin: 0;
    min-height: 40px;
}

.event-item h3 {
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.event-item h3 a {
    color: #353535;
}

.event-item h4 {
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.025em;
    color: #353535;
    margin-bottom: 5px;
}

.event-meta {
    display: table;
    width: 100%;
    margin-top: 10px;
}

.event-meta .btn {
    float: right;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.025em;
    color: #353535;
    border: 2px solid #353535;
    box-sizing: border-box;
    border-radius: 34px;
    padding: 5px 10px;
}

.event-meta span {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.025em;
    color: #353535;
    float: left;
}


/*.event-slider .slick-list.draggable {
    padding: 25px;
}*/

.event-slider .slick-slide {
    padding: 30px 20px 10px;
}

.event-slider .slick-slide:active,
.event-slider .slick-slide:focus {
    outline: none;
}

ul.slick-dots {
    margin: 0;
    text-align: center;
    display: none;
}

ul.slick-dots li {
    display: inline-block;
    margin: 0 2px;
}

ul.slick-dots li button {
    width: 10px;
    height: 10px;
    left: 183.57px;
    top: 2398.96px;
    background: rgba(93, 161, 200, 0.36);
    font-size: 0;
    border: 0;
    border-radius: 50px;
}

ul.slick-dots li.slick-active button {
    width: 13px;
    height: 13px;
    background: #2B407A;
}

.about-sec {
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about-content p {
    font-size: 16px;
    line-height: 181.3%;
    text-align: justify;
    letter-spacing: 0.025em;
    color: #3E3E3E;
}

.counter {
    padding: 40px 20px;
    background: rgba(205, 228, 239, 0.3);
    border: 8px solid #2B407A;
    box-sizing: border-box;
    backdrop-filter: blur(4px);
    border-radius: 100%;
    width: 200px;
    height: 200px;
}

.counter h2 {
    font-size: 45px;
    line-height: 130%;
    letter-spacing: 0.025em;
    color: #2B407A;
}

.counter p {
    font-size: 18px;
    line-height: 129.5%;
    text-align: center;
    letter-spacing: 0.025em;
    color: #383838;
}

.about-human-img {
    text-align: center;
    margin-top: 60px;
}

.about-human-img img {
    width: 100%;
}

.md-none {
    display: none;
}

.human-row {
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.about-human-content {
    float: left;
    margin-top: 60px;
}

.about-human-content .counter {
    padding: 0;
    border: 0;
    background: transparent;
    text-align: center;
}

.about-content p span {
    display: table;
    width: 100%;
    color: #2F3676;
}

.row-block {
    display: block;
}

.about-sec .col-md-7 {
    float: right;
}

.about-sec .col-md-5 {
    float: left;
}

.sidebar {
    background: #FFFFFF;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 20px;
    width: 70%;
    display: table;
    margin: 0 auto;
}

.sidebar ul {
    margin: 0;
}

.sidebar h5 {
    font-size: 20px;
    line-height: 158.8%;
    letter-spacing: 0.025em;
    color: #2E437C;
    text-align: center;
}

.title {
    margin-bottom: 40px;
}

.sidebar ul li label {
    margin: 0 0 15px 10px;
}

.batch-item {
    background: #F4F4F4;
    border-radius: 12px;
    padding: 30px;
}

.batch-item ul {
    margin: 0;
}

.batch-item ul li {
    width: 100%;
    display: table;
    margin-bottom: 15px;
}

.batch-item ul li:last-child {
    margin: 0;
}

/*.batch-item ul li .left {
    float: left;
}

.batch-item ul li .right {
    float: right;
}*/

.batch-item ul li .left span {
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0.025em;
    color: #2F3676;
    font-family: 'Segoe UI Regular';
}

.batch-item ul li .right p {
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0.025em;
    color: #353535;
    margin: 0;
    font-family: 'Segoe UI Bold';
}

.batch-item ul li:last-child {
    margin-bottom: 0;
}

.human-img img {
    width: 100%;
    margin-top: 70px;
}

.batch-sec {
    border-bottom: 4px solid #EFEFEF;
    padding-top: 0;
}

.batch-slider .slick-arrow {
    position: absolute;
    top: -40px;
    padding: 0;
    font-size: 0;
    border: 0;
    background: transparent;
    color: #3a3a3a;
}

.batch-slider .slick-prev {
    left: auto;
    right: 100px;
}

.batch-slider .slick-next {
    right: 50px;
    left: auto;
}

.batch-slider .slick-prev:before {
    content: "\f053";
    font-family: Fontawesome;
    font-size: 16px;
}

.batch-slider .slick-next:before {
    content: "\f054";
    font-family: Fontawesome;
    font-size: 16px;
}

.batch-sec .title {
    margin-bottom: 50px;
}

.batch-next span {
    font-size: 14px;
    line-height: 129.5%;
    letter-spacing: 0.025em;
    color: #868686;
    margin-bottom: 15px;
    display: table;
}


/*Register*/

.title-inner h4 {
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 0.025em;
    color: #22356A;
    margin-bottom: 0;
}

.title-inner span {
    font-size: 15px;
}

.title-inner {
    margin-bottom: 25px;
}

.register-step {
    background: #F6F7F9;
}

.step ul {
    background: #FFFFFF;
    border-radius: 8px;
    display: table;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
}

.step {
    text-align: center;
}

.step ul li {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.025em;
    color: #606060;
    display: inline-block;
    position: relative;
    width: 33%;
    float: left;
}
.step.step_four ul li{
    width: 25%;
}
.step ul li:before {
    content: '';
    position: absolute;
    left: auto;
    /* right: 140px; */
    top: 30%;
    bottom: 0;
    width: 100%;
    height: 3px;
    border-bottom: 4px solid #F5F5F5;
}

.step ul li:last-child:before {
    display: none;
}

.step ul li span {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.025em;
    color: #242424;
    background: #F5F5F5;
    width: 40px;
    height: 40px;
    display: table;
    text-align: center;
    padding: 7px;
    border-radius: 100%;
    margin: 0 auto 5px;
    /*z-index: 99;*/
    position: relative;
}

form label {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.025em;
    color: #6C6C6C;
}

.form-control {
    background: #F5F5F5;
    border-radius: 6px !important;
    border: 0;
    height: 59px;
}

select.form-control {
    background: #F5F5F5;
    border-radius: 5px;
    height: 59px;
    font-size: 16px;
    line-height: 128.52%;
    color: #495057;
}

.input-group select {
    margin-right: 5px;
}

.radio-group {
    float: left;
    margin: 0;
}

.radio-label {
    padding: 10px;
    background: #2b292c;
    cursor: pointer;
    background: #F5F5F5;
    border-radius: 5px;
}

input[type="radio"]:checked~.radio-label {
    background: #22356A;
    border-radius: 5px;
    color: #fff;
}

.radio-group input {
    display: none;
}

div#f1 label,
div#f1 input {
    display: inline-block;
    width: auto;
}

div#f1 input {
    margin-right: 10px;
}

div#f1 label {
    display: flex;
    align-items: center;
    vertical-align: middle;
    width: 100%;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.025em;
    color: #6C6C6C;
    text-transform: capitalize;
}

span.rq-icon {
    color: red !important;
    font-size: 16px !important;
}

div#f1 input[type=radio] {
    display: none;
}

div#f1 input[type=radio]+label:before {
    content: "";
    display: inline-block;
    border: none;
    border-radius: 100%;
    width: 21px;
    height: 20px;
    margin-right: 11px;
    cursor: pointer;
    background: #c6c6c6;
}

div#f1 input[type=radio]:checked+label:before {
    border: 3px solid #c6c6c6;
    content: "";
    background: #22356A;
    display: inline-block;
    border-radius: 100%;
    width: 21px;
    height: 20px;
    margin-right: 11px;
    cursor: pointer;
}

.payment-item {
    background: #F5F5F5;
    border-radius: 14px;
    padding: 20px;
}

.payment-item h3 {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0.025em;
    color: #22356A;
}

.payment-item span {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.025em;
    color: #2D2D2D;
}

.paymet-meta {
    width: 100%;
    display: table;
    margin: 20px auto 0;
}

.paymet-meta p {
    float: left;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.025em;
    color: #252525;
    margin: 0;
}

.paymet-meta span {
    float: right;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.025em;
    color: #2D2D2D;
}

.terms {
    margin-top: 30px;
}

.terms h6 {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.025em;
    color: #22356A;
}

.terms ul li {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.025em;
    color: #272727;
}

.payment-detail h4 {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.025em;
    color: #22356A;
    margin: 0;
}

.payment-detail span {
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.025em;
    color: #4F4E4E;
}

.payment-detail p {
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.025em;
    color: #414141;
    margin: 0;
}

section.register-form {
    padding-top: 0;
    background: #F6F7F9;
}


/*section.register-form .container {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 30px;
}*/

section.register-form .container {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 30px;
    max-width: 100%;
    width: 95%;
}

a.cancel {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.025em;
    color: #848484;
    margin-right: 15px;
}

input.certificate {
    position: relative;
    color: transparent;
}

input.certificate:focus {
    outline: 0;
}

input.certificate::-webkit-file-upload-button {
    visibility: hidden;
    position: relative;
}

input.certificate:before {
    content: 'Upload';
    display: table;
    margin-left: 40px;
    padding: 13px 38px;
    border: 2px solid #22356A;
    box-sizing: border-box;
    border-radius: 34px;
    cursor: pointer;
    color: #22356A;
}

.up-img img {
    border-radius: 100px;
    width: auto;
    height: auto;
    margin: 10px auto;
}

.signature-img {
    margin-top: 15px;
}

.form-group span {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.025em;
    color: #808080;
}

label.margin_zero {
    margin: 0;
}

.upload-table table {
    width: 100%;
}

.upload-table table input.certificate:before {
    display: inline-block;
}

.upload-table table tr:nth-child(odd) {
    background: #F6F7F9;
}

.upload-table table tr td {
    padding: 5px;
    position: relative;
    align-items: center;
    vertical-align: middle;
}
.upload-table table tr td img.imageUploadsize {
    height: 70px !important;
    width: 70px !important;
}
.upload-table table tr td p#stu_adharcardimageError{
    display: none;
}
section.register-form .container.sec-con {
    padding: 30px 0;
    margin-top: 40px;
}
.upload-table table tr td a.delbtn.removebtn {
    width: 15px;
    height: 15px;
    font-size: 9px;
    top: 0px;
    right: -5px;
}
section.register-form .container.sec-con .title-inner {
    padding: 0 30px;
}

.upload-table table tr td:last-child {
    text-align: right;
}

.next-prev {
    background: #F6F7F9;
    padding-top: 0;
}

label.form-check-label {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.025em;
    color: #22356A;
}

.login-form {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}


/*Thank You*/

.thank-you-area {
    background: #FFFFFF;
    border-radius: 12px;
}

.thank-header {
    text-align: center;
    background: #5DDC88;
    color: #fff;
    padding: 25px;
    border-radius: 12px 12px 0px 0px;
}

.thank-header h4 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.025em;
    color: #FFFFFF;
    margin: 0;
}

.thank-header p {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.025em;
    color: #FFFFFF;
    margin: 0;
}

.thank-content {
    padding: 60px 60px 20px;
}

.thank-detail {
    margin-bottom: 50px;
}

.thank-detail h4 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.025em;
    color: #22356A;
    margin: 0;
}

.thank-detail p {
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.025em;
    color: #323232;
    margin: 0;
}

.thank-detail span {
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.025em;
    color: #22356A;
    display: table;
    margin-bottom: 10px;
}


/*Step 2*/

.step.step2 ul li {
    width: 20%;
}

.bg-grey {
    background-color: #F6F7F9;
}

.bg-white {
    background: #fff;
}

.step2-box {
    margin-bottom: 50px;
}

.step2-box-top {
    padding: 30px;
}

.step2-box-top a,
.step2-box-top h5 {
    display: inline-block;
}

.step2-box-top a {
    float: right;
}

.step2-box-top h5 {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.025em;
    color: #404040;
    margin: 7px 0;
}

.step2-box-top {
    padding: 15px 0px;
}

.step2-box-bottom {
    min-height: 150px;
    display: table;
    width: 100%;
    padding: 10px 0;
    text-align: left;
}

.step2-box-bottom p {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.025em;
    color: #757575;
    display: table-cell;
    align-items: center;
    vertical-align: middle;
    text-align: center;
}

.title-small h3 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.025em;
    color: #22356A;
}

.step.step2 ul li.select span {
    background: #22356A;
    color: #fff;
}

.step ul li.select:before {
    border-bottom: 4px solid #22356A;
}

.step2-box-content {
    padding: 15px 30px;
}

.step2-box-content div#f1 label {
    display: inline-block;
    float: left;
    width: auto;
    min-width: 150px;
    margin: 0 10px;
    padding: 15px;
    color: #2E2E2E;
    cursor: pointer;
    border-radius: 5px;
}

.step2-box-content {
    padding: 15px 30px;
}

.small-rd-btn label.radio-label,
.small-rd-btn input[type="radio"]:checked~.radio-label {
    border-radius: 40px;
    padding: 15px 25px;
}

.work-exp .step2-box-content div#f1 label {
    background: #F5F5F5;
    border-radius: 5px;
}

.small-rd-btn .radio-group {
    margin-right: 10px;
}

.step-3-sec textarea.form-control {
    height: 116px;
}

.step2-box-head {
    padding: 20px;
    border-bottom: 1px solid #EAEAEA;
}

.step2-box-head span {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.025em;
    color: #0E0E0E;
}

.step-3-sec form .row {
    border-bottom: 1px solid #EAEAEA;
    padding: 30px 0 15px;
}

.step-3-sec form .row:last-child {
    border: 0;
    padding-bottom: 0;
}

.step-4-sec label.form-check-label {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.025em;
    color: #3C3C3C;
}

.joint-btn .form-check {
    margin-bottom: 15px;
}

.form-content {
    margin: 23px;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.025em;
    color: #3C3C3C;
}

.education-item {
    margin-bottom: 30px;
}

.education-item h4 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.025em;
    color: #404040;
    margin: 0;
}

.education-item span {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.025em;
    color: #6C6C6C;
}

.edit-del ul li {
    margin-bottom: 10px;
}

.edit-del ul li a {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.025em;
    color: #404040;
}

.edit-del ul li a i {
    color: #22356A;
    margin-right: 8px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper .btn {
    padding: 16px 38px;
    background: #F5F5F5;
    border-radius: 34px;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.025em;
    color: #525252;
}

.upload-btn-wrapper input[type=file] {
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 28px;
    opacity: 0;
    max-width: 140px;
    height: 55px !important;
    border-radius: 50px;
}
.table .upload-btn-wrapper input[type=file]{
    top: 0;
}
.upload-btn-wrapper span {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.025em;
    color: #5B5B5B;
}

textarea.form-control.teaxtrea-height {
    height: 100px;
    resize: none;
}

.work-exp label {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.025em;
    color: #2E2E2E;
}

.work-exp textarea.form-control {
    height: 95px;
}

.work-exp .step2-box-content div#f1 label {
    background: #F5F5F5;
    border-radius: 5px;
    display: flex;
}

.work-exp div#f1 input[type=radio]+label:before {
    background: #fff;
}

.work-exp div#f1 input[type=radio]:checked+label:before {
    border: 5px solid #ffffff;
    background: #22356A;
}

.entity-pages .container {
    width: 95%;
    max-width: 100%;
}

.entity-pages .step2-box {
    margin-bottom: 50px;
    border-radius: 12px;
}

.input-group {
    margin-bottom: 1rem;
}

.entity-pages .step2-box-bottom {
    padding: 30px;
}

.name-field select,
.name-field input {
    display: inline-block;
}

.name-field select {
    width: 23%;
    display: table-column;
}

.name-field input {
    width: 75%;
}

p.notes {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.025em;
    color: #606060;
}

.form-check {
    margin-bottom: 15px;
    padding: 0;
}

.ent-reg-pages .upload-btn-wrapper .btn {
    border: 2px solid #22356A;
    box-sizing: border-box;
    border-radius: 34px;
    background: transparent;
    color: #22356A;
}

.ent-reg-pages .upload-btn-wrapper {
    margin-top: 60px;
}

.ent-reg-pages .upload-btn-wrapper span {
    display: table;
    margin-top: 10px;
    font-size: 13.5px;
}

.ent-reg-pages textarea.form-control {
    height: 116px;
}

.appropiate-area .row {
    border-bottom: 1px solid #EAEAEA;
    padding: 30px 0;
}

.appropiate-area .row:last-child {
    border: 0;
    padding-bottom: 0;
}

.step2-box-bottom table {
    width: 100%;
}

.step2-box-bottom table .upload-btn-wrapper {
    margin: 0;
}

.step2-box-bottom .table td,
.step2-box-bottom .table th {
    padding: 5px 15px;
    vertical-align: middle;
    border-top: 0;
}

.pd-zero {
    padding: 0;
}

.step2-box-bottom .table tr:nth-child(odd) {
    background: #F6F7F9;
}

.step2-box-bottom .col-md-9 {
    border-right: 1px solid #EAEAEA;
}

.entity-detail ul {
    margin-top: 60px;
}

.entity-detail ul li {
    margin-bottom: 20px;
}

.entity-detail span {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.025em;
    color: #7D7D7D;
}

.entity-detail ul li span {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.025em;
    color: #393939;
}

.entity-detail ul li p {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0.025em;
    color: #22356A;
}

.ent-reg-pages .container {
    max-width: 100%;
    width: 90%;
}

.form-title p {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.025em;
    color: #2F498E;
    margin-bottom: 15px;
    display: block;
    text-align: left;
}

.step ul li.select span {
    color: #fff;
    background: #22356A;
}

ul.undertaking-list {
    padding: 15px;
}

ul.undertaking-list li {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.025em;
    color: #3C3C3C;
    margin-bottom: 15px;
}

ul.undertaking-list li .form-check {
    margin-left: 15px;
}

ul.undertaking-list li .form-check label {
    line-height: 24px;
    letter-spacing: 0.025em;
    color: #3C3C3C;
}


/* Base for label styling */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}


/* checkbox aspect */

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #22356A;
    border-radius: 4px;
    background: transparent;
}


/* checked mark aspect */

[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    content: '\2713\0020';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1em;
    line-height: 0.8;
    color: #fff;
    transition: all .2s;
    background: #22356A;
    padding: 4px;
    border-radius: 4px;
    width: 1.25em;
    height: 1.25em;
}


/* checked mark aspect changes */

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}


/* disabled checkbox */

[type="checkbox"]:disabled:not(:checked)+label:before,
[type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked+label:after {
    color: #999;
}

[type="checkbox"]:disabled+label {
    color: #aaa;
}


/* accessibility */

[type="checkbox"]:checked:focus+label:before,
[type="checkbox"]:not(:checked):focus+label:before {
    border: 2px dotted blue;
}


/* hover style just for information */


/*label:hover:before {
    border: 2px solid #4778d9!important;
}
*/

.register-pm,
.register-pm .col-md-6 {
    padding: 0;
}

.register-form input.form-control:focus {
    background-color: #F5F5F5;
}

.pm-left {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 775px;
}

.pm-right {
    padding: 100px;
}

.entity_sign .pm-right {
    padding: 0;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.contact-img img,
.contact-item-img img {
    width: 100%;
}

.contact-form {
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(222, 222, 222, 0.7);
    border-radius: 46px;
    padding: 30px;
}

.contact-form h5 {
    font-size: 30px;
    line-height: 129.5%;
    letter-spacing: 0.025em;
    color: #263238;
    text-align: center;
    margin-bottom: 20px;
}

.btn-blue {
    background: #2D56B3;
    border: 2px solid #2D56B3;
    box-sizing: border-box;
    border-radius: 34px;
    color: #fff;
}

.btn-blue:hover {
    background: transparent;
    color: #2D56B3;
}

.contact-item {
    margin-bottom: 30px;
}

.contact-item h6 {
    font-size: 16px;
    line-height: 129.5%;
    letter-spacing: 0.025em;
    color: #263238;
}

.contact-item p, 
.contact-item p a {
    font-size: 14px;
    line-height: 150%;
    text-align: justify;
    letter-spacing: 0.025em;
    color: #525252;
    min-height: 62px;
    background: transparent;
    display: initial;
    margin: 0;
    padding: 0;
}

.main-header .container,
.contact-us .container {
    width: 95%;
    max-width: 100%;
}

.contact-item a {
    background: #2D56B3;
    border-radius: 40px;
    padding: 5px;
    color: #fff;
    display: block;
    width: 50%;
    margin-top: 10px;
}

.contact-item a i {
    background: #244796;
    border-radius: 60px;
    padding: 8px;
    margin-right: 10px;
    font-size: 20px;
}

.contact-social ul {
    text-align: center;
    margin: 50px 0 0;
}

.contact-social ul li {
    display: inline-block;
}

.contact-social ul li a {
    color: #000;
    margin: 0 15px;
    font-size: 20px;
}

.track-page {
    background: #f8f8f8;
}

.pm-right .form-control,
.contact-form .form-control {
    background: transparent;
    border-bottom: 1px solid #C6C6C6;
    border-radius: 0 !important;
    color: #6e6e6e;
}

.form-control:focus {
    color: #6e6e6e;
    background-color: #fff;
    border-color: #A9A9A9;
    outline: 0;
    box-shadow: none;
    background: #F5F5F5;
    border-radius: 6px !important;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}

.form-group p {
    font-size: 14px;
    line-height: 30px;
    color: #A9A9A9;
}

.pm-right .btn-primary {
    background: #6988E0;
    border: 2px solid #6988E0;
    box-sizing: border-box;
    border-radius: 34px;
    padding: 15px 45px;
    margin-top: 40px;
}

.register-pm h4 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #6988E0;
    margin-bottom: 50px;
}

.form-group h6 {
    font-weight: normal;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0.035em;
    color: #535353;
    font-family: 'Segoe UI Regular';
}

.pm-right.otp-form .form-control,
.pm-right .otp-form .form-control {
    background: rgba(105, 136, 224, 0.2);
    border-radius: 12px !important;
    border: 0;
    width: 52px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
}

p.alrdy-acc,
p.alrdy-acc a {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #535353;
    margin: 50px 0;
}

.pm-right.otp-form {
    padding: 150px 0;
}


/*Track Application*/

.track-page {
    background: #f8f8f8;
}

.track-box {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px;
    position: relative;
}

.track-box h6 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.025em;
    color: #22356A;
}

.track-rectangle {
    background: #6988E0;
    border-radius: 12px;
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
}

.track-rectangle:before {
    content: '';
    background-image: url(images/Top-Leaves.png);
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    position: absolute;
}

.track-top {
    display: table;
    width: 100%;
}

.track-top span {
    color: #fff;
}

span.cs {
    float: left;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.025em;
    color: #22356A;
}

span.days-left {
    float: right;
    text-align: center;
}

.track-rectangle p {
    color: #fff;
    margin-top: 50px;
}

.track-page ul li {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.025em;
    color: #707070;
    margin-bottom: 15px;
}

.row-middle {
    align-items: center;
    vertical-align: middle;
}

.track-page ul li {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.025em;
    color: #707070;
    margin-bottom: 15px;
    width: 100%;
}

.track-page .row-middle ul li span {
    width: 24px;
    height: 24px;
    color: #fff;
    float: left;
    text-align: center;
    margin-right: 10px;
    background: #69E199;
    border-radius: 30px;
}

.track-page .row-middle ul li span.update-dc {
    background: #F5D14F;
}

.track-page .row-middle ul li span.under-rv {
    background: #ffffff;
    border: 2px solid #6988E0;
}

.track-page .track-box-left ul li span {
    float: left;
}

.step-right {
    display: table;
    text-align: left;
    padding-left: 25px;
}

.track-page .track-box-left ul li span {
    float: left;
}

.track-page .track-box-left ul li .step-right span {
    background: transparent;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.025em;
    color: #707070;
    height: auto;
    padding: 0;
}

.track-page .track-box-left ul li .step-right p {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.025em;
    color: #22356A;
}

.track-box-left .step ul li:before {
    width: 3px;
    height: 100%;
    left: 20px;
    background: #F5F5F5;
}

.track-box-left .step ul li.select:before {
    background: #22356A;
}

.track-item span {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.025em;
    color: #707070;
}

.track-item p {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.025em;
    color: #22356A;
    word-break: break-word;
}

.main-header .container,
.contact-us .container,
.top-header .container {
    width: 95%;
    max-width: 100%;
}

.main-header nav ul.navbar-nav li a.nav-link.register,
.mainmenu ul li a.register {
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 34px;
    font-size: 17px;
    letter-spacing: 0.025em;
    color: #F8F8F8;
    padding: 8px 15px;
    /*margin: 14px 0 30px;*/
    margin: 5px;
}

.subheader {
    padding: 0;
    background: #22356A;
}

.subheader h1 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.025em;
    color: #FFFFFF;
}

.track-box-left img {
    width: 50%;
    text-align: right;
    position: absolute;
    top: auto;
    bottom: -30px;
    left: auto;
    right: 30px;
}

.track-box.track-box-left {
    padding-bottom: 100px;
}

.bs-example .card {
    background: #FFFFFF;
    border-radius: 0;
    border: 0;
    margin-bottom: 30px;
}

.bs-example .card .card-header {
    background-color: #fff;
    border-bottom: 0;
    padding: 0;
}

.bs-example .card h2 {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.025em;
    color: #22356A;
}

.bs-example .card button.btn.btn-link {
    color: #22356A;
    padding: 20px 15px;
    width: 100%;
    text-align: left;
    font-size: 22px;
}

.bs-example .card button.btn.btn-link i {
    float: right;
}

.entity-detail ul li p {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.025em;
    color: #22356A;
}

.step2-box {
    margin-bottom: 50px;
    padding: 30px;
}

.validation_message_error {
    color: red !important;
}

.compulsory {
    color: red !important;
}

h2.hr-center {
    font-size: 25px;
}

span.text-yellow {
    color: #FFC400;
}

.text-dark,
.text-dark a {
    color: #1C2A54 !important;
}

h5.text-dark.my-2 {
    font-size: 1.25rem;
}

.table-page .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
    color: #212529;
    font-size: 14px;
}

.table-page .table thead th th {
    border: 0;
}

.width-80 {
    width: 80px;
}

.width-100 {
    width: 100px;
}

.width-200 {
    width: 200px;
}

.syllabus-item a img {
    width: 200px;
    margin: 0 auto;
    display: table;
}

.syllabus-item {
    text-align: center;
}

a.syllabus-link {
    color: #1C2A54;
}

a.syllabus-link h4 {
    font-size: 16px;
    margin-top: 15px;
    text-transform: uppercase;
}


/*About Pages*/

.internal-page-title {
    padding: 0;
    text-align: center;
    background: #22356A;
}

.internal-page-title h1 {
    font-size: 32px;
    line-height: 129.5%;
    letter-spacing: 0.025em;
    color: #FFFFFF;
}

.about-page {
    background: #22356A;
}

.about-page h2 {
    font-size: 28px;
    line-height: 129.5%;
    letter-spacing: 0.025em;
    color: #F8C400;
}

.about-page p {
    font-size: 16px;
    line-height: 181.3%;
    text-align: justify;
    letter-spacing: 0.025em;
    color: #FFFFFF;
}

.apb-img img {
    width: 100%;
    border-radius: 20px;
}

.con .container {
    width: 95%;
    max-width: 100%;
}

.about-page-bottom p,
.ceo-md-page p {
    font-size: 16px;
    line-height: 181.3%;
    text-align: justify;
    letter-spacing: 0.025em;
}

.about-page-content ul {
    padding-left: 15px;
}

.about-page-content ul li {
    color: #2F3676;
    font-size: 16px;
    list-style: disc;
}

.about-page-content {
    padding-right: 50px;
}

.apb-img {
    margin-top: -250px;
}

.blank-blue {
    background: #22356A;
    padding: 90px 0;
}

.box-content {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 30px;
    margin-top: -150px;
}

.objectives-page {
    padding-bottom: 50px;
}

.box-content h2 {
    font-size: 28px;
    line-height: 129.5%;
    letter-spacing: 0.025em;
}

.box-content p {
    font-size: 18px;
    line-height: 200%;
    text-align: justify;
    letter-spacing: 0.025em;
    color: #434343;
    margin: 0;
    font-weight: 600;
}

.box-content ul {
    padding-left: 15px;
}

.box-content ul li {
    font-size: 16px;
    line-height: 160%;
    text-align: justify;
    letter-spacing: 0.025em;
    margin-bottom: 10px;
    list-style: disc;
}

.box-content h2 span {
    color: #F8C400;
}

.box-content h2 span {
    color: #F8C400;
}

.position-relative.float-left {
    width: 310px;
}

.titleImg {
    border-radius: 0 0 5px 5px;
    background: rgba(34, 53, 106, 0.74);
    bottom: 0;
}

.v-data ul li {
    list-style: square;
    font-size: 16px;
    line-height: 170%;
    position: relative;
    word-break: break-all;
    margin-left: 15px;
}

.v-data ul li a {
    color: #000;
}

.v-data ul li a:hover {
    color: #FFC400;
}

table.fee {
    width: 100%;
}

table.fee tr td,
table.fee tr th {
    border: 1px solid #8d8d8d;
    padding: 5px;
}

table.fee thead {
    background: #1C2A54;
    color: #fff;
}

.row-bg {
    background: #FFC400;
}

.attImg img {
    width: 70px;
}

.attImg strong {
    font-size: 14px;
}

.text-golden {
    color: #af9a7d !important;
}

.news-page h5.text-dark {
    font-size: 20px;
}

.news-page p {
    font-size: 16px;
    line-height: 181.3%;
    text-align: justify;
    letter-spacing: 0.025em;
}

.border-bottom p {
    line-height: 100%;
}

h1.text-dark {
    text-align: center;
}

.bg-yellow {
    background: #b1aaaa61 !important;
}

.bg-dark {
    background: #22356a !important;
}

.text-white {
    color: #fff !important;
}

.bg-golden {
    background: #FFC400 !important;
}

.text-golden {
    color: #FFC400 !important;
}

.privacy-content p {
    line-height: 160%;
    text-align: justify;
}

.privacy-content ul li {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.025em;
    color: #707070;
}


/*Event Popup*/

#event-login .modal-dialog {
    width: 60%;
    max-width: 100%;
}

#event-login .modal-header {
    padding: 0 15px;
}

#event-login .modal-header ul li a {
    border: 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 129.5%;
    letter-spacing: 0.025em;
    color: #939393;
    padding: 25px 20px;
}

#event-login .modal-body {
    padding: 30px;
}

#event-login .modal-body h6 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 129.5%;
    letter-spacing: 0.025em;
    color: #4F4F4F;
}

#event-login .modal-body .form-group .btn {
    margin: 40px 0;
}

#event-login input.form-control {
    background: transparent;
    border-bottom: 1px solid #c5c5c5;
    border-radius: 0 !important;
}

.side-bg {
    height: 442px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

#event-login .modal-header ul li a.active {
    color: #1B60A3;
    border-bottom: 1px solid #1B60A3;
}

#event-login .modal-content {
    border-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 0;
    min-height: 442px;
}

#event-login .modal-header .close {
    position: absolute;
    left: auto;
    right: 30px;
    top: 20px;
}

#event-login .form-group p {
    font-size: 16px;
    line-height: 129.5%;
    letter-spacing: 0.025em;
    color: #5A5A5A;
    margin-bottom: 0;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.payment-table table thead {
    border: 0;
    display: table;
    width: 100%;
    background: #22356A;
    box-shadow: 2px 2px 10px #D1D1D5;
    border-radius: 30px;
    margin-bottom: 30px;
}

.payment-table table thead tr th {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border: 0;
    padding: 18px 20px;
    font-weight: normal;
}

.payment-table table tbody {
    background: #F6F6FA;
    box-shadow: 5px 5px 10px #D1D1D5;
    border-radius: 30px;
    border: 0;
    margin: 10px 0;
    display: table;
    width: 100%;
}

.payment-table table tbody tr td {
    font-size: 16px;
    line-height: 30px;
    color: #6C6C6C;
    text-align: center;
    border: 0;
    border-radius: 30px;
    padding: 18px 10px;
}

.payment-table table tbody tr td {
    vertical-align: middle;
}


/*.imageUploadsize {
    height: 80px;
    width: 80px;
    margin-bottom: 15px;
}*/

.imageUploadsize {
    height: 100px !important;
    width: 100px !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

div.up-img,
.signature-img,
div#stu_iov_membership_certificate_image,
div#joining_letter1_image,
div#salary_slip1_image,
div#bank_statement1_image,
div#relieving_experience_letter1_image,
div#edu_certificate2image_show,
.upload-images {
    position: relative;
    width: auto;
    display: table;
}

a.delbtn.removebtn, .new-dlt {
    background: red;
    color: #fff !important;
    padding: 3px;
    height: 23px;
    width: 23px;
    line-height: 100%;
    font-size: 14px;
    border-radius: 50px;
    cursor: pointer;
    position: absolute;
    left: auto;
    right: -10px;
    text-align: center;
    top: -10px;
}

.upload-table table.pdt tr td:last-child {
    position: relative;
}

.upload-table table.pdt tr td a.new-dlt {
    left: auto;
    right: 20px;
    top: 2px;
    width: 18px;
    height: 18px;
    padding: 4px;
    font-size: 10px;
}

.l-p {
    padding: 100px 0;
}

.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

.panel-heading h4.panel-title {
    margin: 0;
}

.panel-heading h4 a.collapsed,
.panel-heading h4 a {
    color: #000;
    line-height: 180%;
    background: #f8f8f8;
    display: block;
    font-size: 13px;
    padding: 15px;
    transition: 0.15s all ease-in-out;
    border: 0;
}

.panel-heading h4 a,
.panel-heading h4 a:hover {
    background: transparent;
}

div#accordion {
    border: 1px solid #ddd;
}

.panel.panel-default {
    border-bottom: 1px solid #ddd;
}

.panel-heading {
    color: #333;
}

.panel-body {
    padding: 0 15px 15px;
    font-size: 14px;
}

.collapse.in {
    display: block;
}

.section-banner {
    min-height: 600px;
    position: relative;
    background: #eee;
    background-repeat: no-repeat;
    background-position: 65% 50%;
    background-size: cover;
}

.section-banner .banner-content span {
    color: #444;
    font-size: 18px;
}

.section-banner .banner-content h1 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0;
}

.banner-content h2 {
    color: #22356a;
    font-size: 36px;
}

.btn-hero {
    background: #22356a;
    color: #ffffff;
    border-color: #22356a;
}

.counter-inner .syotimer {
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .counter-inner {
        padding: 50px 20px;
    }
}

.font-weight-light {
    font-weight: 300;
}

.syotimer.large .syotimer-cell {
    height: 100px;
    width: 100px;
}

.syotimer-cell {
    display: inline-block;
    height: 100px;
    width: 115px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding-top: 15px;
    margin-right: 10px;
}

@media (max-width: 991px) {
    .syotimer-cell {
        width: 100px;
    }
}

@media (max-width: 480px) {
    .syotimer-cell {
        width: 65px;
        height: 70px;
    }
}

.syotimer-cell__unit {
    text-transform: capitalize;
    color: #a4a4a4;
}

.syotimer-cell__value {
    font-weight: 800;
    font-size: 45px;
    line-height: 45px;
    color: #111111;
}

@media (max-width: 480px) {
    .syotimer-cell__value {
        font-size: 30px;
        line-height: 30px;
    }
}

.syotimer-cell_type_day .syotimer-cell__value {
    color: #22356a;
}

.counter-wrapper {
    margin-top: -70px;
}

.counter-inner {
    padding: 50px;
    position: relative;
}

.counter-stat h2 {
    font-size: 36px;
}

.counter-inner:before {
    position: absolute;
    content: "";
    left: -5%;
    top: 0;
    width: 200%;
    height: 100%;
    background: #ffffff;
    border-radius: 100px 0px 0px 100px;
    box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.1);
}

.events-new-table table.table-bordered {
    width: 100%;
}

.events-new-table table.table-bordered tr td,
.events-new-table table.table-bordered tr th {
    padding: 15px;
}

.events-new-table table.table-bordered tr th {
    background: #2B407A;
    color: #fff;
}

.event-content-box p {
    color: #000;
}
.counter h2, .counter span {
    display: inline-block;
}
.counter span {
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 0.025em;
    color: #2B407A;
    font-weight: 600;
}
.ceo-content ul li {
    font-size: 16px;
    line-height: 181.3%;
    text-align: justify;
    letter-spacing: 0.025em;
    color: #707070;
    list-style: disc;
}
.ceo-content ul {
    padding-left: 15px;
    display: table;
}
blockquote{
  font-size: 1.4em;
  width:75%;
  margin:50px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #1C2A54 ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#1C2A54;
  font-size:4em;
  position: absolute;
  left: 20px;
  top:-10px;
}

blockquote::after {
    font-family: Arial;
    content: "\201C";
    color: #1C2A54;
    font-size: 4em;
    position: absolute;
    left: auto;
    right: 20px;
    top: auto;
    bottom: -20px;
    transform: rotate(180deg);
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}
.ceo-md-page blockquote p {
    margin-bottom: 10px;
    line-height: 150%;
    color: #000;
}
.modal-content.event_register_modal {
    border-radius: 30px !important;
}

.green-color
{
    background:#69E199 !important;
}

.red-color
{
    background:#dc3545 !important;
}

.yellow-color
{
    background:#ffc400 !important;
}
.pdf-item img {
    width: 60px;
}
.pdf-item a {
    font-size: 20px;
    color: #000;
    display: flex;
    align-items: center;
    vertical-align: middle;
    background: transparent;
    padding: 15px;
    border: 1px solid #929292;
}
.pdf-item a:hover {
    color: #FFC400;
}


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgb(195 195 195 / 90%);
}
div#open_popuo {
    width: 40%;
    margin: 40px auto;
    right: 0;
    height: auto;
    background: #fff;
      /*  height: 500px;*/
}
div#open_popuo img {
    width: 100%;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.journal_page .state_box {
    width: 100%;
    height: auto;
    margin: 10px auto;
    /* border: solid 1px #002147;
    padding: 37px 0px; */
    text-align: center;
}
.journal_page .state_box .state_box_link {
    padding: 15px 20px;
    display: block;
    background: #1c2a54;
    color: #fff;
    font-weight: 500;
    border-radius: 15px;
}
.journal_page .state_box .state_box_link:hover {
    text-decoration: underline;
    color: #fff;
}
/* .journal_page h1.text-dark {
    text-align: left;
} */
.journal_page p{
    text-align: justify;
}
/*June*/
/* .state_box { width: 100%; height: auto; margin: 10px auto; border: solid 1px #002147; padding: 37px 0px; text-align: center;} */
.board-container { display: flex; justify-content: center; flex-direction: row; flex-wrap: wrap;  width: 100%; }
.boardbx { width: 26%; margin: 1.6rem; text-align: center;}
.boardbx h2{font-weight: bold; font-size: 24px; margin-bottom:1rem }
.boardin { width: 100%; padding: 2rem 1rem; border: 1px solid #1c2a54; border-radius: 5px;}
.boardinimg {}
.boardinimg img{ width: 160px; height: 160px; border-radius: 100%; object-fit: cover; border: 2px solid #1c2a54; margin-bottom: 20px;}
.boardin p{ margin: 0px;}
/*.boardin a{ background: #ffc400; color: #002147; padding: 8px 60px; border-radius: 20px; margin-top: 20px; display: inline-block; font-weight: bold;}
.boardin a:hover{ background: #002147; color: #ffc400; text-decoration: none;}*/
.boardin a {
    border-radius: 20px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: underline;
    word-break: break-all;
}
.singlemembr h2{font-weight: bold; font-size: 24px; margin-bottom:1rem; margin-top: 2rem;}
/* Float Shadow */
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
  }
  .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px); transform: translateY(-5px);
    /* move the element up by 5px */
  }
  .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1; -webkit-transform: translateY(5px); transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
  }
.cmn_pd{
    padding: 50px 0;
}
.pr-rightpanelin ul {
    padding-left: 20px;
}
.pr-rightpanelin li {
    list-style: disc;
}
.boardbx p {
    color: #212529;
}
.pr-leftpanel{ background: #002147; color: #fff; padding: 15px; -moz-box-shadow: 0 0 5px #d4d1d1;
  -webkit-box-shadow: 0 0 5px #d4d1d1;
  box-shadow: 5px 5px 5px #d4d1d1; overflow: hidden;}
.pr-leftpanel img{ width:100%; text-align: center; margin-bottom: 15px;}
.pr-leftpanel h3{ font-size: 18px; font-weight: bold; text-align: center;}
.pr-leftpanel h3 span{ font-size: 16px; font-weight: normal; text-align: center; }
.pr-leftpanel p{ font-size: 16px; text-align: center; color: #fff;}
.pr-leftpanel hr{ background: #c3c3c3; margin: 26px 0; }
.pr-leftpanel1{ width: 40px; float: left;}
.pr-leftpanel2{ float: left;}
.pr-rightpanel{ border:solid 1px #c3c3c3; -moz-box-shadow: 0 0 5px #d4d1d1;
  -webkit-box-shadow: 0 0 5px #d4d1d1;
  box-shadow: 5px 5px 5px #d4d1d1; }
.pr-rightpanel h2 {
    background: #002147;
    color: #fff;
    padding: 10px;
    font-size: 2em;
}
.pr-rightpanelin{ padding: 20px;}

p.font-300.m-0 {
    color: #fff;
}
.border-b-golden-dash {
    border-bottom: 1px dashed rgba(70, 69, 67, 0.13) !important;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1008px) {  }
@media only screen and (min-device-width : 600px) and (max-device-width : 767px) { .boardbx { width: 100%;}}
@media only screen and (min-device-width : 481px) and (max-device-width : 599px) {.boardbx { width: 27%;} }
@media only screen and (min-device-width : 0px) and (max-device-width : 480px) {
  .boardbx { width: 100%;}
}

