* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}
body {
    top: 0!important;
}
.nobdr {
    border: none!important;
}
.nobg {
    background: none!important;
}
.nobdr_top {
    border-top: none!important;
}
.nomargin {
    margin: 0px!important;
}
.nomargin-top {
    margin-top: 0!important;
}
.nomargin-left {
    margin-left: 0px!important;
}
.nomargin-right {
    margin-right: 0px!important;
}
.nopadding {
    padding: 0px!important;
}
.alignbottom {
    vertical-align: text-top;
}
.pdt-1 {
    padding-top: 1rem;
}
.pdt-2 {
    padding-top: 2rem;
}
.pdt-3 {
    padding-top: 3rem;
}
.pdt-4 {
    padding-top: 4rem;
}
.pdt-5 {
    padding-top: 5rem;
}
.pdt-6 {
    padding-top: 6rem;
}
.pdt-7 {
    padding-top: 7rem;
}
.pdt-8 {
    padding-top: 8rem;
}
.pdt-9 {
    padding-top: 9rem;
}
.pdt-10 {
    padding-top: 10rem;
}
.pdt-11 {
    padding-top: 11rem;
}
.pdt-12 {
    padding-top: 12rem;
}
.pdt-13 {
    padding-top: 13rem;
}
.pdt-14 {
    padding-top: 14rem;
}
.pdt-15 {
    padding-top: 15rem;
}
.pdt-16 {
    padding-top: 16rem;
}
.pdt-17 {
    padding-top: 17rem;
}
.pdt-18 {
    padding-top: 18rem;
}
.pdt-19 {
    padding-top: 19rem;
}
.pdt-20 {
    padding-top: 20rem;
}
.pdb-1 {
    padding-bottom: 1rem;
}
.pdb-2 {
    padding-bottom: 2rem;
}
.pdb-3 {
    padding-bottom: 3rem;
}
.pdb-4 {
    padding-bottom: 4rem;
}
.pdb-5 {
    padding-bottom: 5rem;
}
.pdb-6 {
    padding-bottom: 6rem;
}
.pdb-7 {
    padding-bottom: 7rem;
}
.pdb-8 {
    padding-bottom: 8rem;
}
.pdb-9 {
    padding-bottom: 9rem;
}
.pdb-10 {
    padding-bottom: 10rem;
}
.pdb-11 {
    padding-bottom: 11rem;
}
.pdb-12 {
    padding-bottom: 12rem;
}
.pdb-13 {
    padding-bottom: 13rem;
}
.pdb-14 {
    padding-bottom: 14rem;
}
.pdb-15 {
    padding-bottom: 15rem;
}
.pdb-16 {
    padding-bottom: 16rem;
}
.pdb-17 {
    padding-bottom: 17rem;
}
.pdb-18 {
    padding-bottom: 18rem;
}
.pdb-19 {
    padding-bottom: 19rem;
}
.pdb-20 {
    padding-bottom: 20rem;
}
.p-white p {
    color: #fff;
}
img {
    height: auto;
    border: 0;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul, ol, li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
    font-family: var(--familyRobo);
}
a {
    text-decoration: none;
    outline: none;
    color: var(--fontcolor);
    transition: 0.5s;
    font-size: 1.6rem;
}
a:hover {
    text-decoration: none!important;
    color: var(--Redcolor);
}
img {
    transition: 0.5s;
}
p:empty {
    display: none;
}
figure {
    margin: 0;
}
aside, details, figcaption, figure, ins, summary, small, mark, title, video, footer, header, hgroup, nav, section, article {
    display: block;
}
.clear {
    padding: 0;
    margin: 0;
    clear: both;
}
.award_box>h2 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 3.5rem;
    text-align: left;
}
.img-fit figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.yellow-new-btn {
    font-size: 1.3rem!important;
    padding: 1rem 2rem;
    background: #ffa500;
    text-align: center;
    display: inline;
    font-weight: bold;
    color: #000;
    border-radius: 5px;
}
.yellow-new-btn:hover {
    background: #153558;
    color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-family: var(--familyMonts);
}
.common_heading {
    font-size: 2.4rem;
    line-height: 4.2rem;
    color: #000000;
    margin-bottom: 4rem;
    font-weight: 600;
    font-family: var(--familyMonts);
}
p {
    padding: 0;
    margin: 0;
}
html, body {
    width: var(--w-full);
    padding: 0;
    margin: 0;
    font-family: var(--familyRobo);
    font-size: 62.5%;
    color: var(--fontcolor);
}
body {
    overflow-x: hidden;
}
.cf::before, .cf::after {
    content: " ";
    display: table;
}
.cf::after {
    clear: both;
}
.cf {
    zoom: 1;
}
:root {
    --fontcolor: #000;
    --colorwhite: #fff;
    --bluecolor: #5DCDDB;
    --Redcolor: #DA3948;
    --lightgrey: #F5F5F5;
    --black: #000;
    --flex: flex;
    --w-full: 100%;
    --H-full: 100%;
    --Radius-full: 100%;
    --familyNoto: 'Noto Sans', sans-serif;
    --familyRobo: 'Roboto', sans-serif;
    --familyMonts: 'Montserrat', sans-serif;
    --familyOpen: 'Open Sans', sans-serif;
}
.font-white {
    color: #fff;
}
.font-black {
    color: #000;
}
.img-zoom figure img {
    transition: all 1.1s ease 0s;
    width: var(--w-full);
}
.img-zoom figure {
    overflow: hidden;
    position: relative;
}
.img-zoom a:hover img, .img-zoom figure:hover img {
    transform: scale(1.1);
}
.img-fit figure {
    height: var(--H-full);
}
.img-fit figure img {
    height: var(--H-full);
    width: var(--w-full);
    object-fit: cover;
}
.max-w {
    max-width: 1920px;
    margin: auto;
}
.btn-commn {
    padding: 1rem 4.5rem;
    display: inline-block;
}
.btn-commn img {
    margin-left: 1rem;
}
.yellow-btn {
    background-color: #F3BE34;
    border-radius: 41px;
}
.blue-btn {
    background-color: #5DCDDB;
    border-radius: 41px;
}
.pink-btn {
    background-color: #EA436E;
    border-radius: 41px;
}
.blue-dark-btn {
    background-color: #253C88;
    border-radius: 41px;
}
.line-h2 {
    position: relative;
    text-align: center;
    padding-bottom: 5rem;
}
.line-h2::before {
    background: #EE7832C2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    margin: auto;
    width: 9rem;
    height: .1rem;
    content: ''}
body .lb-data .lb-details {
    width: 92%}
body .lightbox .lb-data .lb-close {
    background: url(../images/close.svg) top right / 100% no-repeat;
    top: -19px;
    right: 0rem;
    position: absolute;
    z-index: 99;
    opacity: 1;
}
body .lightbox .lb-nav a.lb-next {
    background: url(../images/light-next.svg) left 48% / 100% no-repeat;
    opacity: 1;
    width: 4.5rem;
    margin-right: -2.5rem;
}
body .lightbox .lb-nav a.lb-prev {
    background: url(../images/light-prev.svg) left 48% / 100% no-repeat;
    opacity: 1;
    width: 4.5rem;
    margin-left: -2.5rem;
}
body .lightboxOverlay {
    background: url(../images/bg.webp) repeat;
}
body .lightbox .lb-image {
    border-width: 2.5rem;
}
body .lb-data .lb-caption {
    font-size: 2.1rem;
    color: #282828;
    line-height: 2.8rem;
    font-weight: normal;
    padding: 0 3.5rem 3.5rem;
    display: block;
}
body .lb-data .lb-number {
    display: none!important;
}
body .lb-dataContainer {
    background: #fff;
    margin-top: -.5rem;
    position: relative;
}
p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-family: var(--familyRobo);
    color: #000000;
    transition: 0.5s;
}
/*p span {
    font-weight: bold;
    margin-right: 1rem;
} */
label {
    font-family: var(--familyIBM);
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.owl-nav button {
    width: 3rem;
    height: 3rem;
    background: url('../images/slider-arrow.html') no-repeat center center!important;
    border-radius: var(--Radius-full);
    margin: .6rem;
    transition: 0.5s;
}
.owl-nav button:hover {
    background-color: #F3A100C4!important;
}
.owl-nav button span {
    font-size: 0rem;
}
.owl-nav button.owl-prev {
    transform: rotate(180deg);
}
.owl-nav {
    text-align: center;
    padding-top: 7rem;
}
.owl-dots {
    text-align: left;
    padding-top: 0rem;
}
.owl-dot {
    background: #4599A4!important;
    min-width: .9rem;
    min-height: .9rem;
    margin: 0.6rem;
    border-radius: var(--Radius-full);
    opacity: 1;
}
.owl-dot.active {
    opacity: 1;
    background: #000!important;
}
.commn-link {
    display: inline-block;
}
.commn-link img {
    border-radius: var(--Radius-full);
    transition: 0.5s;
}
.commn-link:hover img {
    background: #F3A100C4;
}
.number-count {
    font-size: 7rem;
    font-weight: 800;
    line-height: 7rem;
    font-family: var(--familyMonts);
    color: #fff;
}
.robot-sec {
    display: var(--flex);
    align-items: center;
    flex-wrap: wrap;
    width: var(--w-full);
}
.form-control {
    height: 5rem;
    border-right-color: rgb(204, 204, 204);
    border-radius: 2.5rem;
    background-color: var(--colorwhite);
    font: 1.6rem/2.4rem var(--familyRobo);
    color: var(--fontcolor);
    padding: 1rem 2rem;
}
.form-group {
    width: 100%;
    margin: 1.8rem 0;
    position: relative;
}
.form-control.form-select {
    background-color: #F2F4F9;
}
.form-repeat {
    display: var(--flex);
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 1rem;
    align-items: flex-end;
}
.check-section {
    padding: 1.5rem 2rem;
    background: #F2F4F9;
    border-radius: .5rem;
    margin: 3rem 0;
    display: inline-block;
    align-items: center;
}
.check-section p {
    font-style: italic;
    border-left: .3rem solid var(--yellowcolor);
    padding: 0 0rem 0 1rem;
    margin-bottom: 0;
}
.robot-sec figure {
    margin-left: 2rem;
}
.button-form button {
    display: var(--flex);
    background: #DA3948;
    font-size: 1.6rem;
    color: var(--colorwhite);
    font-weight: 400;
    border: 0;
    padding: 1.5rem 3rem;
    border-radius: 2.5rem;
    transition: 0.5s;
    align-items: center;
}
.button-form p {
    color: var(--colorwhite);
    padding-right: 2rem;
    font-weight: 400;
    font-size: 1.8rem;
    padding-bottom: 0;
}
textarea.form-control {
    height: 9.5rem;
    resize: none;
}
.form-group .custom-file-label {
    position: absolute;
    left: .5rem;
    margin: 0;
    background: var(--yellowcolor);
    padding: 1rem 2rem;
    font-size: 1.5rem;
    top: 0;
    height: 4.8rem;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    box-shadow: 0rem .1rem .4rem #00000029;
    border-radius: .5rem;
    color: var(--colorwhite);
    font-weight: 500;
    display: none;
}
.hover:hover {
    background: #EE7832;
    color: var(--colorwhite);
}
.container-66 {
    max-width: 1366px;
    margin: 0 auto;
}
.card-body {
    padding: 0;
}
.Activities-sec .col-lg-4 {
    padding: 1.2rem;
}
.Activities-sec h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.Activities-sec h2 a {
    margin-left: 4rem;
}
.Activities-sec h2 a:hover img, .Study-sec a:hover img {
    transform: translateX(.5rem);
}
.Study-sec a {
    display: inline-block;
}
.Activities-box span strong {
    font-size: 7.2rem;
    display: block;
    font-weight: 300;
    line-height: 7.2rem;
}
.Activities-box {
    position: relative;
    min-height: 36rem;
}
.Activities-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3.2rem 3rem;
    height: 100%;
    width: 100%;
    display: grid;
}
.Activities-content span {
    align-self: flex-start;
    font-family: var(--familyMonts);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 4.32px;
    position: relative;
}
.Activities-content p {
    align-self: flex-end;
    color: #fff;
    font-weight: 600;
    font-size: 2.1rem;
    line-height: 3rem;
    padding: 0;
    font-family: var(--familyMonts);
}
.Activities-content blockquote {
    font-size: 2rem;
    align-self: flex-end;
    color: #fff;
    position: relative;
}
.color-box {
    height: 100%}
.pink {
    background: #EA436E;
}
.yellow {
    background: #F3BE34;
}
.red {
    background: #DA3948;
}
.blue {
    background: #5DCDDB;
}
.color-box .Activities-content {
    background: none;
}
.video-modal .modal-body {
    padding: 3rem 3rem;
}
.video-modal .modal-dialog {
    width: 50%;
    max-width: none;
    margin: 10% auto;
}
.video-modal .btn-close {
    position: absolute;
    right: -2rem;
    top: -2rem;
    opacity: 1;
    background: none;
    width: auto;
    height: auto;
}
.video-modal .modal-footer {
    border: 0;
    text-align: left;
    padding: 0rem 3rem 3rem;
    justify-content: flex-start;
}
.modal-backdrop.show {
    background: url(../images/bg.jpg) repeat;
    opacity: 0.8;
}
.video-modal figure img {
    width: var(--w-full);
}
.modal-backdrop.show {
    background: url(../images/bg.webp) repeat;
    opacity: 0.8;
}
.accordion-section .accordion-button {
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    background-color: #25366e;
    padding: 1.2rem 1rem 1.2rem 2rem;
    box-shadow: none;
}
.accordion-section .accordion-button:not(.collapsed) {
    background-color: #143558;
    color: #ffffff;
    box-shadow: none;
}
.accordion-section.important .accordion-button:not(.collapsed) {
    background-color: #153558;
    box-shadow: none;
}
.accordion-section.important .accordion-button {
    background-color: #153558;
}
.accordion-section .collapse:not(.show) {
    display: none;
}
.accordion-section .accordion-button:not(.collapsed) {
    background-color: #25366e;
    box-shadow: none;
}
.accordion-section .accordion-button::after {
    background: url('../images/plus.svg') no-repeat;
    content: '';
    width: 25px;
    height: 27px;
    margin-right: 2rem;
    transition: transform .2s ease-in-out;
}
.accordion-section .accordion-button:not(.collapsed)::before {
    transform: rotate(90deg);
}
.accordion-section .accordion-button:not(.collapsed)::after {
    display: none;
    transition: 0.8s;
}
.accordion-section .accordion-item {
    margin: 1rem 0;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-radius: 0;
    width: var(--w-full);
    position: static !important;
    transition: 0.5s;
}
.accordion-section .accordion-body {
    padding: 2rem 2rem;
    background: #ffffff;
}
.accordion-section .accordion-body p {
    margin: 0;
    padding-bottom: 0;
    font-weight: 400;
}
.prg_structure_tbl {
    width: 100%}
.prg_structure_tbl thead tr {
    background: #cfd3d4;
    color: #312e2f;
}
.prg_structure_tbl>:not(:first-child) {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
.prg_structure_tbl td p {
    color: #49494e;
    font-family: var(--familyRobo);
}
.prg_structure_tbl td, .prg_structure_tbl th {
    padding: 0.7rem 2rem!important;
    color: #555455!important;
}
.prg_structure_tbl th {
    font-size: 16px;
}
@media (min-width:1649px) {
    .container {
    max-width: 1490px;
}
}@media (max-width:1649px) {
    .pdt-12 {
    padding-top: 9rem;
}
.pdt-13 {
    padding-top: 10rem;
}
.pdt-14 {
    padding-top: 10rem;
}
.pdt-15 {
    padding-top: 10rem;
}
.pdt-16 {
    padding-top: 11rem;
}
.pdt-17 {
    padding-top: 13rem;
}
.pdt-18 {
    padding-top: 15rem;
}
.pdt-19 {
    padding-top: 16rem;
}
.pdt-20 {
    padding-top: 17rem;
}
.pdb-12 {
    padding-bottom: 9rem;
}
.pdb-13 {
    padding-bottom: 10rem;
}
.pdb-14 {
    padding-bottom: 10rem;
}
.pdb-15 {
    padding-bottom: 10rem;
}
.pdb-16 {
    padding-bottom: 11rem;
}
.pdb-17 {
    padding-bottom: 13rem;
}
.pdb-18 {
    padding-bottom: 15rem;
}
.pdb-19 {
    padding-bottom: 16rem;
}
.pdb-20 {
    padding-bottom: 17rem;
}
.Activities-box {
    min-height: 36rem;
}
}@media (max-width:1399px) {
    .wc__block {
  /*  min-height: 304px!important; */
}
.newblog-banner {
    padding: 11rem 0!important;
}
.accordion-section .accordion-button {
    font-size: 18px;
}
.container-66 {
    max-width: 1140px;
    margin: 0 auto;
}
.Activities-box {
    min-height: 31rem;
}
.pdt-12 {
    padding-top: 8rem;
}
.pdt-13 {
    padding-top: 9rem;
}
.pdt-14 {
    padding-top: 9rem;
}
.pdt-15 {
    padding-top: 10rem;
}
.pdt-16 {
    padding-top: 11rem;
}
.pdt-17 {
    padding-top: 12rem;
}
.pdt-18 {
    padding-top: 13rem;
}
.pdt-19 {
    padding-top: 14rem;
}
.pdt-20 {
    padding-top: 15rem;
}
.pdb-12 {
    padding-bottom: 8rem;
}
.pdb-13 {
    padding-bottom: 9rem;
}
.pdb-14 {
    padding-bottom: 9rem;
}
.pdb-15 {
    padding-bottom: 10rem;
}
.pdb-16 {
    padding-bottom: 11rem;
}
.pdb-17 {
    padding-bottom: 12rem;
}
.pdb-18 {
    padding-bottom: 13rem;
}
.pdb-19 {
    padding-bottom: 14rem;
}
.pdb-20 {
    padding-bottom: 15rem;
}
.form-control {
    font-size: 1.5rem;
}
p {
    font-size: 1.5rem;
}
.Activities-content p {
    font-size: 1.8rem;
    line-height: 2.6rem;
}
.Activities-content blockquote {
    font-size: 1.8rem;
    line-height: 2.6rem;
}
.Activities-box span strong {
    font-size: 6rem;
}
.Activities-content {
    padding: 3rem;
}
h4 {
    margin-bottom: 2rem;
}
.video-modal .modal-dialog {
    width: 80%}
.video-modal .modal-body {
    padding: 2rem;
}
.stickySidebar {
    top: 87%;
    transform: translateY(-70%);
}
.sidebar_brochure {
    top: 30%;
    transform: translateY(-30%);
}
}@media (max-width:1199px) {
    .Activities-sec .col-lg-4 {
    padding: .6rem;
}
.Activities-content p {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.Activities-content {
    padding: 2rem;
}
.Activities-box span strong {
    font-size: 5rem;
    line-height: 5.2rem;
}
.Activities-box {
    min-height: 27rem;
}
}@media (max-width:991px) {
    .max-w {
    max-width: 720px;
}
.modal.fade .modal-dialog iframe {
    height: 60rem;
}
.video-modal .modal-body {
    padding: 1rem;
}
}.desktop-img {
    display: block!important;
}
.mobile-img {
    display: none!important;
}
.learning_outcomes .faq-sec, .learning_outcomes {
    padding-bottom: 2rem!important;
    padding-top: 2rem;
}
.counter-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}
.counters__box {
    background: #ffffff;
    border-radius: 16px;
    width: 240px;
    padding: 35px 10px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0,  0,  0,  0.15);
    transition: all 0.3s ease;
    border-bottom: 4px solid #DA3948;
}
.counters__box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,  0,  0,  0.25);
}
.counter__home {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: #DA3948;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.counter__p {
    font-size: 1.8rem;
    color: #253C88;
    margin: 0;
    padding-bottom: 0;
    font-weight: 500;
}
.bg__grey {
    background: #f3f3f3;
}
.wc__coldiv {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.wc__div {
    padding: 25px 0;
}
.wc__icons {
    font-size: 40px!important;
    margin-bottom: 15px;
    color: #DA3948;
}
.wc__block {
    padding: 25px;
    border-right: .1rem solid #ddd;
    position: relative;
    background: #fff;
    transition: color 0.3s ease;
     transition: color 0.3s ease;
}
.wc__hover-box {
    content: "";
    position: absolute;
    bottom: -116%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #253C88;
    transition: bottom 0.5s ease;
    z-index: 1;
    pointer-events: none;
    padding: 20px;
}
.wc__block:hover .wc__hover-box {
    bottom: 0!important;
}
.wc__block:hover {
    color: #fff;
}
.wc__block:hover h5, .wc__block:hover p, .wc__block:hover i {
    color: #fff;
    position: relative;
    z-index: 2;
}
.en_title {
    font-size: 2.5rem!important;
    font-weight: 500;
}
.common_title {
    font-size: 3rem!important;
}
.theme-red {
    color: #c23a39;
}
.prg_left_box {
    border: 1px solid #aaacae;
    padding: 20px;
    background: #fff;
    transition: transform 0.5s ease-in-out;
}
.col-title {
    font-size: 2.8rem;
}
.col-title:after {
    content: "";
    display: block;
    width: 75px;
    height: 3px;
    background-color: #c23a39;
    position: absolute;
    bottom: -8px;
    left: 0;
}
.crc_title {
    font-weight: 600;
    padding: 8px;
    cursor: pointer;
}
.crc_title a {
    text-decoration: none;
    font-weight: 600;
}
.selected-title {
    color: #fff;
    background: #c23a39;
}
.selected-title a {
    color: #fff;
}
.main-title  {
    font-weight: 600;
    font-family: var(--familyRobo);
    font-size: 34px;
    letter-spacing: 0.5px;
    margin-bottom: 35px;
    line-height: 1.2;
}
.prg-list {
    font-family: var(--familyRobo);
    padding-left: 22px;
}
.prg-list2 {
    font-family: var(--familyRobo);
    padding-left: 10px;
}
.prg-list li, .prg-list2 li {
    list-style: disc;
}
.section_spacing {
    padding: 30px 0 !important;
}
.theme-blue {
    color: #25366e;
}
@media (max-width:767px) {
    .prg_left_box {
    display: none;
}
.img-fit iframe {
    width: 100%!important;
    margin-top: 10px;
}
.max-w {
    max-width: 540px;
}
body .lightbox .lb-nav a.lb-next {
    width: 3.5rem;
    margin-right: 1rem;
}
body .lightbox .lb-nav a.lb-prev {
    width: 3.5rem;
    margin-left: 1rem;
}
}@media (max-width:575px) {
    .max-w {
    max-width: var(--w-full);
    padding-left: 5%;
    padding-right: 5%}
.form-group {
    width: var(--w-full);
    margin: .5rem 0;
}
.form-control {
    font-size: 1.5rem;
}
.check-section {
    margin: 0rem 0 1rem;
}
.button-form button {
    margin: auto;
}
.button-form {
    padding: 3rem 0 0;
}
body .lb-data .lb-caption {
    font-size: 1.6rem;
    padding: 0 2rem 2.5rem;
    line-height: 2.5rem;
}
body .lightbox .lb-data .lb-close {
    position: absolute;
    right: 0;
}
body .lightbox .lb-image {
    border-width: 2rem;
}
}.over-link li, .li_default li {
    width: 50%;
    padding: 0rem 10rem 0rem 4rem;
    font-size: 1.8rem;
    border-left: 0.1rem solid var(--bluecolor);
    margin: 2rem 0;
}
.table-default {
    background-color: #fff;
}
.table-default tr td, .table-default thead th {
    font-size: 15px;
    padding: 0.8rem;
    border: 1px solid #f7f7f7;
}
.table-default tr:nth-child(odd) {
    background-color: #f9f5f5;
}
.table-default tr:first-child {
    background-color: #fff;
}
.table-default tr:first-child td {
    font-weight: 500;
}
.table-default tr:not(:first-child) td:not(:first-child) {
    background-color: #ebd29b59;
}
.lb-data {
    position: absolute;
    top: 0;
    right: 0;
}
.stickySidebar {
    position: fixed;
    right: -300px;
    top: 88%;
    transform: translateY(-70%);
    background: #fff;
    cursor: pointer;
    transition: all 0.4s;
    border-radius: 21px;
    z-index: 999999;
}
.sidebar_brochure {
    position: fixed;
    right: -300px;
    top: 30%;
    transform: translateY(-30%);
    background: #fff;
    cursor: pointer;
    transition: all 0.4s;
    border-radius: 21px;
    z-index: 999999;
}
.stickySidebar:hover {
    right: 0;
}
.stickySidebar__wrapper {
    position: relative;
}
.stickySidebar__wrapper--left {
    background: #211c3a;
    width: 48px;
    position: absolute;
    text-align: center;
    height: 150px;
    left: -48px;
    top: 40%;
    transform: translateY(-50%);
    border-radius: 5px 0 0 5px;
}
.stickySidebar__wrapper--right {
    width: 300px;
    height: 652px;
    overflow-y: scroll;
}
.stickySidebar__wrapper--left p {
    transform: rotate(180deg);
    writing-mode: tb-rl;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 5px;
}
.bana-bg-red-clr {
    background: #be283c;
}
.page-tab-seaction {
    margin: 0rem 0 7rem 0rem;
    padding: 2rem 0rem 0rem 0rem;
}
.innovation {
    background: #211c3a!important;
}
.page-tab-heading {
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    color: #000;
    line-height: 3rem;
    padding-right: 0rem;
}
.page-tab-seaction .active {
    color: #ffa700;
}
.page-tab-link {
    text-align: center;
    color: #000;
    line-height: 45px;
    margin-bottom: 10px;
    padding: 0px 3px;
}
.page-tab-link:hover {
    color: #ffa700;
}
.white-peach-crl-bg {
    background: linear-gradient(0deg, rgba(255, 229, 180, 1) 0%, rgba(255, 230, 183, 1) 79%, rgba(255, 255, 255, 1) 79%, rgba(255, 255, 255, 1) 100%);
}
.inn-cbie-top-section8 .inn-cbie-ul li {
    list-style: disc;
    list-style-position: initial;
    list-style-image: initial;
    list-style-type: disc;
    padding: 1rem 6rem 1rem 1rem;
}
.inn-cbie-top-section8 .inn-cbie-ul li::marker {
    color: #ffa500;
}
.bg-light-img-gradient-white {
    background: url(../images/section-bg.png), linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    padding-top: 4rem;
}
.bana-txt-clr {
    color: #be283c;
}
.bana-peach-bg-clr {
    background: #ffe5b4;
}
.showAwardData> div > div> div> div>h4 {
    font-size: 1.9rem;
    line-height: 2.4rem;
    font-weight: 600;
}
.showAwardData> div > div> div>h3 {
    font-size: 1.9rem;
}
.show-more-btn {
    line-height: 4.5rem;
}
.new-design-bg-light {
    background-color: #efefef;
}
.bg-light-img {
    background: url(../images/section-bg.png), linear-gradient(180deg, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    padding-top: 4rem;
}
.history-outer-section {
    margin: 0 0 40px;
}
.history-outer-section h3 {
    font-size: 2rem;
}
.life-mit-innerdiv {
    position: relative;
}
.life-mit-innerdiv .col-lg-3 ul {
    background: #00000085;
    padding: 13px;
    border-radius: 10px;
}
.life-mit-innerdiv .col-lg-3 ul li {
    margin: 0 0 5px;
}
.life-mit-innerdiv .col-lg-3 ul li a {
    color: #fff;
    font-size: 16px;
    background: #3053D3;
    padding: 10px;
    border-radius: 5px;
}
.life-mit-innerdiv .col-lg-3 ul li a:hover {
    color: #000;
    background: #ffffff;
}
#infostructure-page-title {
    background-image: linear-gradient(60deg, rgba(0, 0, 0, 0.2) 2%, rgba(0, 0, 0, 0.2)), url(../images/infostructure-page-title-img.html);
}
.tab-vertical .nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 0px;
    border-bottom: 0;
    height: 100%;
    max-height: 400px;
    overflow-y: scroll;
}
.tab-vertical .nav.nav-tabs .nav-item {
    margin-bottom: 6px;
}
.tab-vertical .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background: #fff;
    padding: 17px 49px;
    color: #71748d;
    background-color: #dddde8;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}
.tab-vertical.infrastructure-tab .nav-item .nav-link {
    background: #153558;
    color: white;
    font-family: "Lato", sans-serif;
    font-size: 12px!important;
    font-weight: 500;
    padding: 16px 45px!important;
    border-radius: 0px!important;
    text-align: center;
}
.tab-vertical.infrastructure-tab .nav-item .nav-link.active {
    color: #fff;
    background-color: #be283c!important;
    border-color: transparent!important;
}
.tab-vertical .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 4px!important;
    border-top-right-radius: 0px!important;
}
.tab-vertical .tab-content {
    overflow: auto;
    -webkit-border-radius: 0px 4px 4px 4px;
    -moz-border-radius: 0px 4px 4px 4px;
    border-radius: 0px 4px 4px 4px;
    background: #fcfcfc;
    padding: 20px 15px;
    height: 100%;
    max-height: 400px;
    overflow-y: scroll;
}
.grid-area {
    background: #f9f9f9;
    padding: 10px;
    -webkit-box-shadow: -2px 4px 5px 0px rgba(179, 179, 179, 1);
    -moz-box-shadow: -2px 4px 5px 0px rgba(179, 179, 179, 1);
    box-shadow: -2px 4px 5px 0px rgba(179, 179, 179, 1);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.grid-area:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}
.grid-area .img-div {
    overflow: hidden;
}
.grid-area .img-div img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
}
.grid-area .img-div img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.grid-area .content-div h4 {
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.left-sidebar a {
    color: #da3948!important;
}
.bana-bg-red-clr .page-tab-link {
    color: #fff;
}
.bana-bg-red-clr .page-tab-link.active {
    color: #ffa700!important;
}
.sidebar_student {
    top: 58%;
    right: 0px;
}
.stbtn {
    background: #F3BE34;
}
.stbtn p {
    color: #000;
}
.sidebar-home {
    top: 64%}
.pdl-0 {
    padding-left: 0!important;
}
.left-sidebar .blog__title {
    color: #000!important;
}
.banner_center h2, .banner_center h1 {
    padding: 16rem 0rem 5rem 0rem!important;
    font-size: 2.8rem;
    line-height: 3.5rem;
}
.iframe-adjust {
    height: 500px;
}
.page-tab-link::after {
    content: "|";
    margin: 0 0 0 15px;
    color: white;
}
.page-tab-dd::after {
    margin-left: 0;
}
.row-cols-auto .col:last-child .page-tab-link::after {
    content: "";
    margin: 0;
}
.row-cols-auto>* {
    padding-right: calc(var(--bs-gutter-x)*.3);
    padding-left: calc(var(--bs-gutter-x)*.3);
}
.show_desktop {
    display: block;
}
.show_mobile {
    display: none;
}
.menu-dd:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.menu-dd .nav-link {
    padding: 1rem 0 1rem 1rem;
}
.menu-dd .dropdown-menu {
    min-width: 18rem;
    background: #e9ecef;
    border: none;
    border-radius: 0px;
    top: 100%}
.menu-dd .dropdown-item {
    padding: .5rem 1rem;
}
.menu-dd .dropdown-item:focus,  .dropdown-item:hover {
    color: #fff;
    background: #211c3a;
}
@media (max-width:767px) {
    .desktop-img {
    display: none!important;
}
.mobile-img {
    display: block!important;
}
.newstitle {
    text-align: center!important;
}
.slick__slider .testimonial_box-inner {
    display: table;
    margin: auto;
    max-width: 80%}
.commn-ul li p {
    margin-bottom: 1rem;
    padding-bottom: 0;
}
.menu-dd .dropdown-toggle::before {
    content: "";
    display: inline-block;
    margin-left: 0.3em;
    vertical-align: middle;
    border-top: 0.3em solid white;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    right: 30%;
    top: 50%;
    transform: translateY(-50%);
}
.tt_name h4 {
    text-align: center;
}
.tt_box_img {
    display: flex;
    justify-content: center;
}
.tt_box_img img {
    margin-bottom: 10px;
    max-width: 70%;
    border-radius: 100%!important;
}
.testimonial-sec .slick-dots {
    display: none!important;
}
.menu-dd .dropdown-menu {
    left: 16%!important;
}
.menu-dd .dropdown-toggle::after {
    border: none!important;
}
.page-tab-dd {
    margin: 0;
    padding: 0;
}
.menu-dd .nav-link::after {
    top: 10px;
    position: relative;
}
.hamberger {
    display: none;
}
.row-cols-auto .col a::after {
    content: "";
    display: block;
    width: 240px;
    height: 1px;
    background-color: white;
    margin: 0px auto 0 auto;
}
.show_mobile {
    display: block;
}
.show_desktop, .page-tab-link::after {
    display: none;
}
.row-cols-auto .col:last-child .page-tab-link::after {
    display: none;
}
.row-cols-auto {
    display: block!important;
}
.row-cols-auto .col {
    text-align: center;
}
.history-timeline-section .slick-next, .slick-prev, .history-timeline-section .slick-dots {
    display: none!important;
}
.inn-cbie-mission-vision-left-div img {
    margin-bottom: 1rem;
    max-width: 80px;
}
.inn-cbie-mission-vision-right-div {
    padding: 2rem!important;
}
.inn-cbie-mission-vision-right-div h3 {
    margin-top: 5px!important;
    font-size: 2.5rem;
}
.inn-hub-innercontent-div2 h3, .inn-cbie-mission-vision-left-div h3 {
    font-size: 2.5rem;
}
.commn-ul li {
    padding-left: 2rem!important;
}
.about-us-top .counter-top {
    padding: 2rem 1rem;
}
.about-us-top .number-count {
    font-size: 3.1rem!important;
    line-height: 4.5rem!important;
}
.counter-top blockquote {
    margin-bottom: 0!important;
    font-size: 1.8rem!important;
}
.iframe-adjust {
    height: 200px;
}
.blockquote-top.health {
    padding-bottom: 2rem!important;
}
.mob-padd_adjust {
    padding-bottom: 0px!important;
}
.News-blockquote .filter-select {
    width: 100%;
    padding-right: 25px;
}
.inn-cbie-top-section7 .col {
    width: 100%}
.upcoming-news-events-white-box {
    padding: 1.5rem!important;
}
.upcoming-news-events-date i {
    display: none;
}
.inn-cbie-innercontent-div2 {
    padding-right: 10px!important;
}
.research-section-new .yellow-new-btn {
    margin-bottom: 12px;
}
.page-tab-heading {
    font-size: 2.4rem;
}
.home-research-game-heading {
    margin-bottom: 1rem!important;
}
.sec__mg {
    margin-top: 3rem!important;
    padding: 3rem 0!important;
}
.student-adventure-club-new-section .col-md-3 a {
    margin-bottom: 12px;
}
.filter-select-new {
    display: block!important;
}
.filter-select-new select {
    margin-bottom: 10px;
    width: 88%!important;
}
.banner_center h2, .banner_center h1 {
    text-align: center;
    font-size: 2.2rem!important;
    padding: 9rem 0rem 5rem 0rem!important;
}
.about-red-department .yellow-btn {
    display: table;
    margin: auto;
}
.department-dean h3 {
    font-size: 2rem!important;
}
.department-dean strong {
    margin-bottom: 1.2rem!important;
}
.program-section.pdb-8 {
    padding-bottom: 0;
}
.app-process-sec:after {
    height: 62%!important;
}
.application-process .step-data span {
    font-size: 2.1rem!important;
}
.application-process .step-data {
    width: 11%!important;
}
.right-step p {
    font-size: 13px;
    text-align: left;
    padding-left: 12px;
}
.application-process {
    flex-wrap: nowrap!important;
    justify-content: flex-start!important;
    align-items: baseline;
    padding: 0 10px;
}
.application-process:after {
    display: none;
}
.Outdoor-learning2 .commn-Hostels-block h2 {
    margin-top: 20px;
}
.history-outer-section h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin:  20px 0;
}
.founder.pdb-12 {
    padding-bottom: 1rem;
}
.founder_nam:before {
    display: none;
}
.history-detail-section {
    padding-top: 0;
}
.founder_nam {
    padding-top: 20px!important;
    padding-bottom: 28px!important;
}
.founder_box {
    display: grid;
}
.about-full-img-sec img {
    margin-top: 0px!important;
}
.row-cols-auto .col a {
    margin-bottom: 0;
    font-size: 13px;
}
.con__padding {
    padding-left: 20px!important;
    padding-right: 20px;
}
.content__title {
    font-size: 2.1rem;
    line-height: 3rem;
}
.btn_center  {
    text-align: center!important;
}
.order_2 {
    order: 2;
}
.program_blockquote h1 {
    font-weight: 600;
    text-align: center;
    font-size: 2.5rem;
}
.sidebar_student {
    top: 49%}
.sidebar-home {
    top: 55%}
.stickySidebar__wrapper--left p {
    font-size: 13px;
}
.stickySidebar__wrapper--left {
    height: 130px;
    left: -36px;
    width: 36px;
}
.qcontact-link {
    margin-right: -143px!important;
}
.clink {
    bottom: 224px!important;
    margin-right: -138px!important;
}
.qcontact-link.brochurefile {
    margin-right: -145px!important;
}
}.hide-mobile {
    display: none!important;
}
.tt_box {
    border: 1px solid #eaeaea;
    padding: 30px;
    min-height: 200px;
    border-top: 3px solid #F3BE34;
}
.tt_text p {
    color: #333333;
    font-weight: 400;
    line-height: 2.6rem;
}
.tt_name h4 {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 2rem;
    color: #1d1d1e;
}
.bdr_0 {
    border-radius: 0px;
}
.tt_box_img img {
    border-radius: 0px;
}
.testimonialst-slider .slick-dots li {
    margin: 0 0px;
}
.testimonialst-slider .slick-dots li button:before {
    font-size: 11px;
}
.testimonialst-slider .slick-dots li.slick-active button:before {
    color: #F3BE34;
    font-size: 15px;
}
.batchspan {
    font-size: 13.5px;
    line-height: 15px;
    color: #7d7d7d;
    font-weight: 500;
}
.video_sldr iframe {
    width: 600px;
    height: 315px;
}
@media only screen and (max-width:768px) {
    .mobile_hide {
    display: none!important;
}
.clrspan {
    margin-bottom: 2rem;
}
.tt_slide {
    margin-bottom: 0px;
}
}.sliderlpa2 h3 {
    color: #da3948!important;
}
.placement_sec2 {
    padding: 0rem 0!important;
    position: relative;
    background: none!important;
}
.pl-box h2 {
    margin-bottom: 3rem;
}
.pl-box {
    position: relative;
    z-index: 9;
}
@media only screen and (max-width:768px) {
    .en_title, .common_title {
    font-size: 23px!important;
    line-height: 1.5;
    margin-top: 10px;
}
.counters__box {
    margin: 0px 20px;
}
.counter__home {
    font-size: 3rem;
}
.counter__p {
    font-size: 1.8rem;
}
.legacy_section {
    padding-bottom: 3rem;
}
.mpb__0 {
    padding-bottom: 0;
}
.wc__div {
    padding: 0;
    text-align: center;
}
.wc__block {
    min-height: auto!important;
}
.wc__block p {
    padding-bottom: 0;
}
.caption__css {
    font-size: 1.6rem;
}
.accordion-section .accordion-button, .prg_structure_tbl th {
    font-size: 12px;
}
.program_structure_div .accordion-section .accordion-body {
    padding: 2rem 1rem;
}
.program_structure_div .accordion-section .accordion-button {
    font-size: 16px;
}
.accordion-section .accordion-body p, .tbl_theme_blue th {
    font-size: 13px;
    line-height: 1.6;
}
#applyNowModal .modal-dialog-centered {
    min-height: calc(100% - 26rem);
}
.acc_box {
    padding-right: 20px;
}
.life-mit-innerdiv .col-lg-3 ul li a {
    background: #3053D3;
}
.video_sldr iframe {
    max-width: 100%;
    height: 100%}
.sliderlpa2 {
    background: #fff!important;
    padding: 2rem 2rem;
}
.life-mit-innerdiv .col-lg-3 ul {
    background: none;
    padding: 0;
}
}.Activities-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 10px;
}
.notranslate {
    translate: no;
}
.study_abroad {
    padding: 1.8rem 0!important;
}
.study_abroad .page-tab-heading {
    padding-bottom: 1rem;
}
.anchor_red {
    color: #da3948;
}
.tbl_theme_blue {
    border: 1px solid #abadaf;
}
.tbl_theme_blue th {
    background-color: #25366e;
    color: #fff;
}
.tbl_tbody td, .tbl_thead th {
    padding: 12px 20px;
}
.drop-menu2 {
    position: relative;
}
.sub-menu2 {
    background: #DA3948;
    width: 34rem;
    padding: 2.5rem 2.5rem 3.5rem 3.5rem;
    transition: 0.3s;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 100%;
    visibility: hidden;
    opacity: 0;
}
.drop-menu2::before {
    background: url(../images/arrow-white.svg)no-repeat right center;
    height: 1.3rem;
    width: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    z-index: 9;
}
.drop-menu2:hover>.sub-menu2 {
    visibility: visible;
    opacity: 1;
}
.sub-menu2.sub-menu-left {
    right: 116%;
    left: auto;
}
@media (max-width:1399px) {
    .sub-menu2.sub-menu-left {
    right: 105%}
.counter-wrapper {
    gap: 1.5rem;
}
.counters__box {
    width: 210px;
}
.counter__p, .wc__title {
    font-size: 1.6rem;
}
.wc__block {
    padding: 20px;
}
.wc__hover-box {
    bottom: -123%!important;
}
}.staff__div p {
    font-size: 1.4rem;
}
@media (max-width:1399px) {
    .prg_box_sm .col-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
}
.prg_box_sm {
    padding: 10px 15px;
}
.crc_title {
    padding: 7px;
}
.sub-menu2.sub-menu-left {
    right: 105%}
.counter-wrapper {
    gap: 1.5rem;
}
.counters__box {
    width: 210px;
}
.counter__p, .wc__title {
    font-size: 1.6rem;
}
.wc__block {
    padding: 20px;
}
.wc__hover-box {
    bottom: -123%!important;
}
}.staff__div p {
    font-size: 1.4rem;
}