@charset "UTF-8";
    
/* Bootstrap 5.1.3 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --mehroon: #9F0203;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg,  rgba(255,  255,  255,  0.15),  rgba(255,  255,  255,  0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}
*, ::after, ::before {
    box-sizing: border-box;
}
/* Scrollbar styling for webkit */
::-webkit-scrollbar {
  min-width: 4px;
  width: 4px;
  max-width: 4px;
}

::-webkit-scrollbar,
::-webkit-scrollbar-track,
::-webkit-scrollbar-track-piece {
  background: #171719;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-thumb {
  background: #dddddd;
}
@media (prefers-reduced-motion:no-preference) {
    :root {
    scroll-behavior: smooth;
}
}body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
.dsu-form h3.widget_heading {
    font-size: 16px !important;
    color: #01aded;
    margin-bottom: 0 !important;
    text-transform: uppercase;
	font-face: normal !IMPORTANT;
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}
.color-black {
    color: #000 !important;
}
hr:not([size]) {
    height: 1px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h1, h1 {
    font-size: calc(1.375rem + 1.5vw);
}
.h1, h1 {
    font-size: 2rem;
}
.h2, h2 {
    font-size: calc(1.325rem + .9vw);
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
@media (min-width: 1200px) {
    .h2, h2 {
    font-size: 2rem;
}
}.h3, h3 {
    font-size: calc(1.3rem + .6vw);
}
@media (min-width: 1200px) {
    .h3, h3 {
    font-size: 1.5rem;
}
}.h4, h4 {
    font-size: calc(1.275rem + .3vw);
}
@media (min-width: 1200px) {
    .h4, h4 {
    font-size: 1.5rem;
}
}.h5, h5 {
    font-size: 1.25rem;
}
.h6, h6 {
    font-size: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol, ul {
    padding-left: 2rem;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
b, strong {
    font-weight: bolder;
}
.small, small {
    font-size: .875em;
}
sub, sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
a {
    color: #0d6efd;
    text-decoration: underline;
}
a:hover {
    color: #0a58ca;
}
img, svg {
    vertical-align: middle;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, select {
    text-transform: none;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
iframe {
    border: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container, .container-sm {
    max-width: 540px;
}
}@media (min-width: 768px) {
    .container, .container-md, .container-sm {
    max-width: 720px;
}
}@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
}
}@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
}
}@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
}
}.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.col-3 {
    flex: 0 0 auto;
    width: 25%}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%}
.col-6 {
    flex: 0 0 auto;
    width: 50%}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%}
.g-0, .gx-0 {
    --bs-gutter-x: 0;
}
.g-0, .gy-0 {
    --bs-gutter-y: 0;
}
.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2, .gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3, .gx-3 {
    --bs-gutter-x: 1rem;
}
.g-3, .gy-3 {
    --bs-gutter-y: 1rem;
}
.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem;
}
@media (min-width: 576px) {
    .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%}
.col-sm-6 {
    flex: 0 0 auto;
    width: 50%}
.col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%}
}@media (min-width: 768px) {
.col-md-3 {
    flex: 0 0 auto;
    width: 25%}
.col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%}
.col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%}
.col-md-6 {
    flex: 0 0 auto;
    width: 50%}
.col-md-7 {
    flex: 0 0 auto;
    width: 58.66666667%}    
.col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%}
.col-md-9 {
    flex: 0 0 auto;
    width: 75%}
.col-md-12 {
    flex: 0 0 auto;
    width: 100%}
}@media (min-width: 992px) {
    .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%}
.col-lg-3 {
    flex: 0 0 auto;
    width: 25%}
.col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%}
.col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%}
.col-lg-6 {
    flex: 0 0 auto;
    width: 50%}
.col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%}
.col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%}
.col-lg-12 {
    flex: 0 0 auto;
    width: 100%}
}@media (min-width: 1200px) {
    .col-xl-3 {
    flex: 0 0 auto;
    width: 25%}
.col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%}
.col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%}
.col-xl-6 {
    flex: 0 0 auto;
    width: 50%}
.col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%}
.col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%}
.col-xl-9 {
    flex: 0 0 auto;
    width: 75%}
.col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%}
.col-xl-12 {
    flex: 0 0 auto;
    width: 100%}
.offset-md-1 {
        margin-left: 4.33333333%}
.offset-xl-1 {
    margin-left: 8.33333333%}
}@media (min-width: 1400px) {
    .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%}
.col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%}
}.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn:hover {
    color: #212529;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.btn-primary {
    color: #fff;
    background-color: #9F0203;
    border-color: #9F0203;
}
.btn-primary:hover {
    color: #fff;
    background-color: #9F0203;
    border-color: #9F0203;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #9F0203;
    border-color: #9F0203;
}
.btn-info {
    color: #000;
    background-color: #9F0203;
    border-color: #9F0203;
}
.btn-info:hover {
    color: #000;
    background-color: #9F0203;
    border-color: #a10b38;
}
.btn-check:active+.btn-info, .btn-check:checked+.btn-info, .btn-info.active, .btn-info:active, .show>.btn-info.dropdown-toggle {
    color: #000;
    background-color: #9F0203;
    border-color: #9F0203;
}
.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem;
}
.fade {
    transition: opacity .15s linear;
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

     /* New Program Header CSS - CGC University AWS */

.step-second-menu.st-programs {
    padding-left: 0;
    padding-right: 0;
}
.custom-2526-menu .col-xl-12.menu-heading {
    padding: 0 30px;
}
.menu-heading p.heading{
    margin-bottom: 0px;
    margin-top: 20px;
    font-size: 16px !important;
    font-weight: 500;
    background-color: #9F0203;
    display: inline-block;
    padding: 4px 10px;
    color: var(--text-white);
}
.custom-2526-menu .menu__block {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 20px;
}

.step-second-menu.st-programs .col-xl-9.col-md-9 {
    padding-right: 0 !important;
}
.menu__block.mehroon-bg {
    background-color: #9F0203;
    color: var(--text-white);
    padding: 20px 30px;
}
.menu__block.mehroon-bg .menu_inner_block p a {
    font-weight: 600 !important;
    color: #fff;
    font-size: 12px !important;
    display: block;
    margin-bottom: 8px;
}
.step-second-menu .menu__block.mehroon-bg li a {
    color: #e7e7e7 !important;
}
p.heading.next-year {
    margin: 15px 0 12px 30px;
}
.pg-bg.program-graphic {
    margin: 0 !important;
}
.menu__block.mehroon-bg ul li a{
    color: var(--text-white);
}
.menu_inner_block p a {
    font-weight: 500 !important;
}
.menu_inner_block p a span {
    text-transform: capitalize;
}
@media screen and (max-width: 1199.98px){
    .custom-2526-menu .col-xl-12.menu-heading {
    padding: 0 15px;
}
.menu-heading p.heading{
    margin-top: 0;
}
p.heading.next-year {
    margin: 15px 0 15px 15px;
}
.menu__block.mehroon-bg {
    padding: 10px 0px 10px 15px;
}
.step-second-menu.st-programs {
    padding-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.menu_inner_block p{
     white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menu_inner_block p a {
    font-weight: 500 !important;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menu_inner_block p{
    margin-top: 15px !important;
}
.custom-2526-menu .menu__block{
     column-count: 1 !important;
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
}
.menu__block{
    column-count: 1 !important;
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
}
.step-second-menu.st-programs .col-xl-9.col-md-9 {
    width: 100%;
}
}
    /* New Program Header CSS - CGC University AWS */
@media (min-width: 1200px) {
header img.mobile_logos {
    display: none;
}
.pay_mobile_btn, .hdr_marque_mobile {
    display: none;
}
.header .nav-item.dd-menu-lg>a::after {
    display: none;
}
.pay_mobile_btn {
    display: none;
}
header .for_mobilee {
    display: none;
}
.navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
    flex-direction: row;
}
.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
.navbar-expand-xl .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
    display: none;
}
}.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}
.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}
.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1;
}
.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url('../images/venture/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.form-check-input:checked[type=checkbox] {
    background-image: url('../images/venture/check.svg');
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-check-input[type=checkbox] {
    border-radius: .25em;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}
.modal.show .modal-dialog {
    transform: none;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: .5;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    background-color: #a00534;
}
.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
@media (min-width: 576px) {
    .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}
}@media (min-width: 992px) {
    .modal-lg, .modal-xl {
    max-width: 800px;
}
}.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: ""}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
}
.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%);
}
.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-indicators .active {
    opacity: 1;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0, 0, 0, 0)!important;
    white-space: nowrap!important;
    border: 0!important;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""}
.float-end {
    float: right!important;
}
.overflow-hidden {
    overflow: hidden!important;
}
.d-block {
    display: block!important;
}
.d-flex {
    display: flex!important;
}
.d-none {
    display: none!important;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
}
.position-relative {
    position: relative!important;
}
.position-absolute {
    position: absolute!important;
}
.bottom-0 {
    bottom: 0!important;
}
.border-0 {
    border: 0!important;
}
.border-bottom-0 {
    border-bottom: 0!important;
}
.w-50 {
    width: 50%!important;
}
.w-100 {
    width: 100%!important;
}
.h-50 {
    height: 50%!important;
}
.h-100 {
    height: 100%!important;
}
.flex-column {
    flex-direction: column!important;
}
.justify-content-end {
    justify-content: flex-end!important;
}
.justify-content-between {
    justify-content: space-between!important;
}
.align-items-end {
    align-items: flex-end!important;
}
.align-items-center {
    align-items: center!important;
}
.align-self-center {
    align-self: center!important;
}
.m-0 {
    margin: 0!important;
}
.m-auto {
    margin: auto!important;
}
.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important;
}
.mt-1 {
    margin-top: .25rem!important;
}
.mt-2 {
    margin-top: .5rem!important;
}
.mt-3 {
    margin-top: 1rem!important;
}
.mt-4 {
    margin-top: 1.5rem!important;
}
.mt-5 {
    margin-top: 3rem!important;
}
.mt-60 {
    margin-top: 60px;
}
.mt-auto {
    margin-top: auto!important;
}
.me-1 {
    margin-right: .25rem!important;
}
.me-2 {
    margin-right: .5rem!important;
}
.mb-0 {
    margin-bottom: 0!important;
}
.mb-1 {
    margin-bottom: .25rem!important;
}
.mb-3 {
    margin-bottom: 1rem!important;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}
.mb-5 {
    margin-bottom: 3rem!important;
}
.ms-1 {
    margin-left: .25rem!important;
}
.ms-2 {
    margin-left: .5rem!important;
}
.ms-3 {
    margin-left: 1rem!important;
}
.ms-5 {
    margin-left: 3rem!important;
}
.ms-auto {
    margin-left: auto!important;
}
.p-0 {
    padding: 0!important;
}
.p-2 {
    padding: .5rem!important;
}
.p-3 {
    padding: 1rem!important;
}
.p-4 {
    padding: 1.5rem!important;
}
.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}
.pt-0 {
    padding-top: 0!important;
}
.pt-2 {
    padding-top: .5rem!important;
}
.pe-3 {
    padding-right: 1rem!important;
}
.pb-0 {
    padding-bottom: 0!important;
}
.ps-3 {
    padding-left: 1rem!important;
}
.text-start {
    text-align: left!important;
}
.text-end {
    text-align: right!important;
}
.text-center {
    text-align: center!important;
}
.text-uppercase {
    text-transform: uppercase!important;
}
.text-capitalize {
    text-transform: capitalize!important;
}
.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity))!important;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity))!important;
}
.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: rgb(191 56 56);
}
.bg-transparent:hover {
    background-color: var(--bg-navyblue);
}
@media (min-width: 992px) {
.d-lg-block {
    display: block!important;
}
.d-lg-none {
    display: none!important;
}
.mt-lg-4 {
    margin-top: 1.5rem!important;
}
}
p.last_date {
    animation: blink-animation 1.4s linear infinite;
    transition: opacity 0.3s ease-in-out;
    color: #000;
    display: inline-block;
    background-color: #f4d774;
    padding: 2px 10px;
    margin-bottom: 0;
    font-weight: 400;
    border-radius: 4px;
    margin-left: 25px;
}
.cgc__scholarship__section .btn_block {
    align-items: center;
}
/***** HEADER FOOTER STYLING *****/
:root {
    --primary-font: 'Poppins';
    --secondary-font: 'CircularStd';
    --secondary-sub-font: 'CircularStdBook';
    --alt-font: 'PlayfairDisplay';
    --alt-sub-font: 'PlayfairDisplayBold';
    --bgcolor-red: #d91f23;
    --bgcolor-dark-red: #c51316;
    --bgcolor-yellow: #ffb900;
    --bgcolor-cyan-blue: #0679a4;
    --bgcolor-light-blue: #bfd3ff;
    --bgcolor-blue: #29376d;
    --bgcolor-dark-purple: #1c2052;
    --bgcolor-dark: #111;
    --bgcolor-darkGray: #999;
    --bgcolor-d-gray: #666;
    --bgcolor-lightGray: #d9d9d9;
    --bgcolor-lgray: #d5d5d5;
    --bgcolor-white: #fff;
    --bgcolor-off-white: #e5e5e5;
    --bgcolor-mid-gray: #e4e4e4;
    --bgcolor-more-gray: #787878;
    --bgcolor-soft-gray: #f8f8f8;
    --bgcolor-gray: #f2f4f8;
    --bgcolor-offgray: #f4f4f4;
    --bgcolor-off-gray: #ccc;
    --text-color-white: #fff;
    --text-color-dark: #111;
    --text-color-red: #d91f23;
    --text-color-yellow: #e1b230;
    --text-color-orange: #f1851c;
    --text-color-gray: #a6a6a6;
    --text-color-off-gray: #ccc;
    --text-color-d-gray: #666;
    --text-color-trans-gray: #fefefe;
    --text-color-op-gray: #b1b1b1;
    --text-color-dark-gray: #a6a6a6;
    --gray-opacity-bg: rgba(182, 182, 182, .4);
    --light-purple-opacity-bg: rgba(27, 31, 82, .1);
    --red-opacity-bg: rgba(217, 31, 35, .95);
    --blue-opacity-bg: rgba(18, 39, 116, .7);
    --white-opacity-bg: rgba(254, 254, 254, .2);
    --light-white-opacity-bg: rgba(255, 255, 255, .1);
    --light-off-white-opacity-bg: rgba(255, 255, 255, .9);
    --off-white-opacity-bg: rgba(242, 244, 248, .2);
    --light-gray-opacity-bg: rgba(11, 11, 11, .4);
    --black-opacity-bg: rgba(0, 0, 0, .075);
    --dark-black-opacity-bg: rgba(54, 54, 54, .7);
    --red-gradient-bg: linear-gradient(45deg, rgb(217, 31, 35), rgb(255, 255, 255));
    --offwhite-gradient-bg: linear-gradient(90deg, rgb(242, 244, 248) 70%, rgba(242, 244, 248, .1));
    --purple-gradient-bg: linear-gradient(90deg, rgb(30, 34, 82) 30%, rgba(30, 34, 82, .1));
    --dark-grey-gradient-bg: linear-gradient(90deg, rgb(44, 44, 44) 5%, rgba(44, 44, 44, .1));
    --light-blue-gradient-bg: linear-gradient(45deg, rgb(48, 193, 186), rgb(255, 255, 255));
}
html, body {
    height: 100%;
    width: 100%}
body {
    color: var(--text-color-dark);
    background: var(--bgcolor-white);
    overflow-x: hidden;
    font-family: var(--primary-font);
    transition: all 0.3s ease-in-out;
}
a {
    outline: 0;
    text-decoration: none;
}
h1 {
  font-family: var(--banner-font);
}
h2, h3, h4, h5, h6 {
    font-family: var(--primary-font);
}
.btn-close:focus {
    outline: 0;
    box-shadow: none;
}
.text-white {
    color: var(--text-color-white)!important;
}
.red-bg {
    background: var(--bgcolor-red);
}
.dark-grey-bg {
    background: rgba(18, 39, 87, .98);
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: all 0.2s ease-in-out;
}
.text360 {
    display: flex!important;
    align-items: center;
    text-transform: capitalize!important;
}
#search-page-mob:hover, #vt-bt:hover {
    cursor: pointer;
}
footer {
    background: #282828;
}
.searchbar-input {
    width: 100%;
    background: var(--bgcolor-white);
    height: 36px;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 14px;
    border: 0;
    outline: 0;
    font-family: var(--primary-font);
}
.se-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    line-height: 35px;
    color: var(--text-color-dark);
    width: 40px;
    text-align: center;
    border: 0;
    outline: 0;
    border-radius: 0 4px 4px 0;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
}
.modal-title {
    color: var(--text-color-white);
    font-family: var(--menu-font);
}
.modal-backdrop.show {
    opacity: .85;
}
.st-about {
    width: 860px;
    height: 375px;
}
.st-academics {
    width: 612px;
    height: 267px;
}
.st-programs {
    width: 1240px;
    height: 583px;
    left: -139px;
}
.st-admissions {
    width: 745px;
    height: 325px;
}
.st-campus {
    width: 500px;
    height: 412px;
}
.st-placements {
    width: 607px;
    height: 400px;
    right: -190px;
}
.st-research {
    width: 700px;
    height: 410px;
    right: 0;
}
.drop-down-graphic h3 {
    text-align: center;
    color: var(--text-color-white);
    font-size: 22px;
    padding: 30px 30px 0;
}
.drop-down-graphic h3 span {
    display: block;
    color: var(--text-color-red);
    ;
    font-size: 28px;
    font-family: var(--primary-font);
}
.dd-graphic-cont {
    background: rgb(169 19 23 / 92%);
}
.dd--title {
    color: var(--text-color-white);
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
}
.dd--title span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.dd-graphic-cont .col-6 {
    border: 1px solid rgba(255, 255, 255, .3);
    height: 120px;
}
.dd-graphic-cont .col-6:nth-child(1) {
    border-top: 0;
    border-left: 0;
}
.dd-graphic-cont .col-6:nth-child(2) {
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
.dd-graphic-cont .col-6:nth-child(3) {
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
}
.dd-graphic-cont .col-6:nth-child(4) {
    border: 0;
}
.program-drop-down-graphic {
    padding: 20px;
}
.program-drop-down-graphic h3 {
    color: var(--text-color-white);
    font-size: 22px;
}
.dd--title span i {
    font-size: 44px;
}
.program-drop-down-graphic.text-center h3 {
    text-align: left;
    margin-left: 8px;
}
.redbox-applynow {
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 15px;
}
.redbox-applynow h3 {
    color: var(--text-color-white);
    margin-bottom: 0;
    text-align: center;
    font-family: var(--primary-font);
}
section.contact-page button.send-message{
    margin: 40px 0 40px 0;
}
@media screen and (max-width: 1799.98px){
   .leadership-wrap .img-md img {
    max-width: 660px !important;
}
.img-chairmen img{
    max-width: 650px !important;
}
}
@media (max-width: 1599px) {
    .leadership-wrap .img-md img{
        max-width: 600px !important;
    }
    .img-chairmen img{
    max-width: 600px !important;
}
.st-programs {
    left: -232px;
}
}@media (max-width: 1399px) {
    .st-programs {
    left: -285px;
}
.st-placements {
    right: -207px;
}
}@media (max-width: 1350px) {
.st-programs {
    left: -371px;
}
}@media (max-width: 1199px) {
.program-drop-down-graphic h3 span {
    font-size: 27px;
}
}@media (max-width: 991px) {
.menu-options {
    display: none!important;
}
.form-sec .form-group::before {
    background-image: none;
}
.content-wrapper .one-field input {
    padding-left: 10px;
}
.admissionForm .form-control {
    padding-left: 10px;
}
}@media (min-width: 992px) and (max-width:1199px) {
.st-about {
    width: 768px;
}
.st-programs {
    left: -318px;
    width: 1024px;
    height: auto;
}
.st-admissions {
    right: -385px;
}
.st-campus {
    right: -195px;
}
.st-placements {
    right: -190px;
}
.drop-down-graphic h3 {
    font-size: 14px;
}
.drop-down-graphic h3 span {
    font-size: 24px;
}

}@media (max-width: 576px) {
    #sb_container.sb-container-align-right {
    right: 6px!important;
    bottom: 50px!important;
}

}@media (min-width: 992px) {
    .menu-options li a:hover {
    color: var(--text-color-op-gray);
}
}
@media (min-width: 1920px) {
.st-programs {
    left: 0;
}
}
/* new design global */
.btn-default, .btn-info, .btn-primary {
    border-radius: 6px;
}
.btn-default, .text-link {
    color: var(--text-black);
}
body, p {
    font-size: 16px;
    line-height: 22px;
}
.btn-info, .btn-primary, .main-heading h1, .main-heading h2, .text-link {
    text-transform: uppercase;
    font-weight: 700;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Semibold.woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Bold.woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Medium.woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Regular.woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'Google Sans Regular';
    src: url('../fonts/GoogleSans-Regular.eot');
    src: url('../fonts/GoogleSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GoogleSans-Regular.woff2') format('woff2'),
    url('../fonts/GoogleSans-Regular.woff') format('woff'),
    url('../fonts/GoogleSans-Regular.ttf')  format('truetype'),
    url('../fonts/GoogleSans-Regular.svg#Google Sans') format('svg');
}
@font-face {
    font-family: 'Google Sans Medium';
    src: url('../fonts/GoogleSans-Medium.eot');
    src: url('../fonts/GoogleSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GoogleSans-Medium.woff2') format('woff2'),
    url('../fonts/GoogleSans-Medium.woff') format('woff'),
    url('../fonts/GoogleSans-Medium.ttf')  format('truetype'),
    url('../fonts/GoogleSans-Medium.svg#Google Sans Medium') format('svg');
}
@font-face {
    font-family: 'Google Sans Bold';
    src: url('../fonts/GoogleSans-Bold.eot');
    src: url('../fonts/GoogleSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GoogleSans-Bold.woff2') format('woff2'),
    url('../fonts/GoogleSans-Bold.woff') format('woff'),
    url('../fonts/GoogleSans-Bold.ttf')  format('truetype'),
    url('../fonts/GoogleSans-Bold.svg#Google Sans') format('svg');
}
:root {
    --menu-font: 'Google Sans';
    --primary-font: 'Poppins';
    --banner-font: 'Montserrat';
    --proximanova : 'Proxima Nova';
    --googlesansRegular : 'Google Sans Regular';
    --googlesansMedium : 'Google Sans Medium';
    --googlesansBold : 'Google Sans Bold';
    --bg-skyblue: #9F0203;
    --bg-navyblue: #9F0203;
    --bg-darkyellow: #f7a600;
    --bg-lightgray: #ececec;
    --bg-white: #ffffff;
    --bg-dark: #111111;
    --text-skyblue: #3092dd;
    --text-navyblue: #023e93;
    --text-darkyellow: #f7a600;
    --text-white: #ffffff;
    --text-dark: #111111;
    --bg-white-faded: rgba(255,  255,  255,  0.2);
    --bg-navyblue-faded: rgba(159, 2, 3, 0.9);
    --bg-lightnavyblue-faded: rgba(15,  67,  141,  0.7);
}

body {
    font-family: var(--primary-font);
    background-color: var(--bg-white);
    font-weight: 400;
}
h1 {
    font-family: var(--banner-font);
    font-weight: 800;
  }
/* h2, h3, h4, h5, h6, li, p {
    font-family: var(--primary-font);
} */
a {
    transition: .2s ease-in-out;
}
.btn-info {
    background: var(--bg-skyblue);
    border-color: var(--bg-skyblue);
    font-size: 16px;
    box-shadow: 0 3px 0 #1674bc;
}
.btn-info:hover, .btn-primary {
    border-color: #000;
    box-shadow: 0 3px 0 #cd8c07;
    background: #000;
}
.btn-primary {
    font-size: 16px;
    letter-spacing: 1px;
}
.btn-primary:hover {
    background: #9F0203;
    border-color: var(--bg-skyblue);
    box-shadow: 0 3px 0 var(--bg-skyblue);
}
.btn-default {
    background: var(--bg-white);
    border-color: var(--bg-darkGray);
    font-size: 16px;
}
.btn-default:hover {
    background: var(--bg-darkgreen);
    border-color: var(--bg-darkgreen);
    color: var(--text-white);
}
.dropdown-toggle::after, .list-icon-1>li::before {
    font-family: FontAwesome;
    color: var(--text-green);
    position: absolute;
}
.btn-lg {
    padding: 10px 30px;
}
.btn-md {
    padding: 9px 24px;
    font-size: 14px;
}
.btn-sm {
    padding: 7px 15px;
    font-size: 14px;
    line-height: 14px;
}
.btn-shadow {
    box-shadow: 0 0 40px rgb(97 178 57 / 20%);
}
.text-link {
    text-decoration: none;
    border: 0;
    border-bottom: 3px solid var(--bg-darkyellow);
    padding: 0!important;
    border-radius: 0;
}
.text-link:focus {
    box-shadow: none;
    outline: 0;
}
.list-icon-1>li {
    position: relative;
    margin-bottom: 12px;
}
.list-icon-1>li::before {
    content: "\f04b";
    left: -23px;
    top: -1px;
    font-size: 16px;
}
.dropdown-toggle {
    padding-right: 40px!important;
}
.dropdown-toggle::after {
    content: "\f107";
    right: 0;
    top: 5px;
    font-size: 24px;
    margin: 0;
    border: 0;
    width: 40px;
    height: 37px;
}
.multiline-li {
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 700!important;
}
.br-6 {
    border-radius: 6px!important;
    -webkit-border-radius: 6px!important;
    -moz-border-radius: 6px!important;
    -ms-border-radius: 6px!important;
    -o-border-radius: 6px!important;
}
.pb-4 {
    padding-bottom: 1.5rem!important;
}
.pt-8 {
    padding-top: 55px;
}
.pb-8 {
    padding-bottom: 80px;
}
li, p {
    color: inherit;
    font-size: inherit;
}
/* new design header footer */
.navbar {
    font-family: var(--menu-font) !important;
}
.header__top-right li, .tns-item a {
    color: var(--text-white);
    font-size: 12px;
}
.indicator {
    bottom: 85px !important;
    right: 65px !important;
}
#__eechatIcon {
    right: 10px !important;
    bottom: 115px !important;
}
.header .nav-item>a, .tns-item a {
    font-weight: 500;
    text-decoration: none;
}
.footer a, .header .nav-item>a, .menu-options li a, .step-second-menu li a, .tns-item a {
    text-decoration: none;
}
.header.sticky, .placement--ddNumbers .card, .searchModal .red-bg {
    background: var(--bg-navyblue);
}
.header {
    background: rgba(40, 40, 40, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}
.header.dark-grey-bg {
    background: #FFF;
}
.header.sticky {
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}
.header.sticky .fa-whatsapp {
    color: #4dc247;
}
.header.sticky .fa-compass {
    color: #dd4b39;
}
.header.sticky .fa-facebook-f {
    color: #3b5998;
}
.header.sticky .fa-twitter {
    color: #55acee;
}
.header.sticky .fa-linkedin-in {
    color: #007bb5;
}
.header.sticky .fa-instagram {
    color: #e95950;
}
.header.sticky .fa-youtube {
    color: red;
}
.header.sticky .fa-search {
    color: #aad450;
}
.header__top {
/*    padding: 0 12px;*/
    padding: 17px 0;
    background: rgb(255 255 255 / 12%);
}
.header.sticky .header__top {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #303339;
    padding: 5px 12px;
}
.header.sticky .header__top-left {
    width: 992px;
}
.header.sticky .tns-item a {
    display: block;
    font-size: 14px;
}
.header.sticky .top-notification-slider {
    background: #303339;
}
.header__top-left {
    width: 540px;
}
.header__top-right {
    width: 610px;
}
.darkMode {
    margin: 3px 0 0!important;
    padding: 0!important;
    position: relative;
    top: 2px;
}
.header__top-right li {
    margin-left: 12px;
    display: none;
}
.header__top-right li.ms-5.head-search {
    display: block;
    position: absolute;
    right: 1.5rem;
    top: 8px;
}
.header__top-right li a {
    color: var(--text-white);
    text-decoration: none;
    font-size: 14px;
}
.top-notification-slider {
    text-align: center;
    background: #303339;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    padding: 3px 30px;
}
.tns-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 30px;
    color: var(--text-white);
}
.top-notification-slider .slick-arrow.slick-next {
    right: 5px;
}
.top-notification-slider .slick-arrow.slick-prev {
    left: 5px;
}
.navbar-brand__slider {
    width: 138px;
}
.navbar-brand__slider img {
    width: 100%}
.navbar-nav {
    visibility: hidden;
}
.navbar-nav>* {
    visibility: visible;
}
.navbar-nav:hover>* {
/*    opacity: .4;*/
}
.navbar-nav>:hover {
    opacity: 1;
}
.step-second-menu {
    position: absolute;
    top: 53px;
    background: var(--bg-white);
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.allNotification button, .dd-menu-lg, .footer a, .header .nav-item>a {
    position: relative;
}
.step-first-menu>li:hover .step-second-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
}
.step-second-menu h4 {
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 8px;
    font-weight: 700;
    text-transform: uppercase;
}
.step-second-menu li {
    margin-bottom: 10px;
}
.step-second-menu li a {
    color: var(--text-dark);
    font-size: 12px;
    line-height: 15px;
    display: block;
    margin-top: 5px;
    text-wrap: initial;
}
.courseLegacy {
    font-size: 34px;
    margin-bottom: 15px;
    color: #FFF;
    font-weight: 600;
    margin-top: 20px;
}
.st-about {
    width: 860px;
    height: 354px;
}
.st-programs {
    width: 1240px;
    height: 638px;
    left: -200px;
}
.st-academics {
    width: 612px;
    height: 295px;
    left: 0;
    top: 56px !important;
}
.st-admissions {
    width: 745px;
    height: 352px;
}
.st-campus {
    width: 500px;
    height: 373px;
}
.st-placements {
    width: 607px;
    height: 400px;
    right: -190px;
}
.st-research {
    width: 700px;
    height: 410px;
    right: 0;
}
.header_btn img {
    width: 40px;
    height: 40px;
}
.header_btn span {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}
.header_btn span small {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}
.st-admissions h3, .st-campus h3, .st-research h3 {
    font-size: 20px;
    margin: 0!important;
}
.dd-graphic-cont {
    background: var(--bg-navyblue-faded);
}
.dd--title span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.dd--title img {
    display: inline-block;
}
.dd-graphic-cont .col-6 {
    border: 1px solid rgba(255, 255, 255, .3);
    height: 120px;
}
.dd-graphic-cont .col-6:first-child {
    border-top: 0;
    border-left: 0;
}
.dd-graphic-cont .col-6:nth-child(2) {
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
.dd-graphic-cont .col-6:nth-child(3) {
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
}
.dd-graphic-cont .col-6:nth-child(4) {
    border: 0;
}
.program-drop-down-graphic {
    padding: 20px;
}
.program-drop-down-graphic h3 span {
    color: var(--text-color-red);
    font-family: var(--primary-font);
}
.placement--ddNumbers .card {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.placement--ddNumbers span h4 {
    margin: 0;
    color: var(--text-white);
    font-weight: 700;
    font-size: 28px;
    line-height: 24px;
    font-family: var(--primary-font);
}
.placement--ddNumbers span small {
    color: var(--text-white);
    font-size: 11px;
    line-height: 10px;
    display: block;
    margin-top: 5px;
}
.about-title {
    position: relative;
    color: #79152c;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 3px 3px 0 rgb(241 228 235), 1px 1px 0 rgb(255, 255, 255), 2px 2px 0 rgb(255, 255, 255), 3px 3px 0 rgb(255 255 155);
}
.about-title.custom-text{
    font-size: 25px;
}
.about-title.custom-text span{
    font-size: 32px;
}
.progNos {
    width: 135px;
}
.progNos p {
    font-size: 12px;
    color: var(--text-white);
    line-height: 12px;
    margin: 0;
}
.drop-down-graphic h3 {
    text-align: center;
    color: var(--text-white);
    font-size: 16px;
    padding: 25px 40px 0;
}
.progNos sub {
    bottom: 0;
    font-size: 13px;
}
.drop-down-graphic h3 span {
    display: block;
    color: #fad021;
    font-size: 23px;
    font-weight: 700;
}
.program-drop-down-graphic h3 {
    color: var(--text-white);
    font-size: 16px;
    line-height: 1.4;
}
.program-drop-down-graphic h3 span {
    color: #fad021;
    font-size: 28px;
    font-family: var(--primary-font);
    display: block;
    font-weight: 700;
}
.dd--title, .header .nav-item>a, .menu-options li a, .redbox-applynow h3 {
    color: var(--text-white);
}
.header.dark-grey-bg .nav-item>a,.header.dark-grey-bg .menu-options li a {
    color: var(--text-dark);
}
.header.dark-grey-bg .step-first-menu .dd-menu-lg li a {
    color: var(--text-dark);
}
.header.dark-grey-bg .menu-options li:nth-last-child(2) a,.header.dark-grey-bg .menu-options li:last-child a {
    color: var(--text-white);
}
.header.dark-grey-bg .header__top-right li a {
    color: var(--text-dark);
}
.header.dark-grey-bg .header__admisn span {
     color: var(--text-dark);
}
.header.dark-grey-bg  .hdr_marque p {
    color: var(--text-dark);
}
.header.dark-grey-bg .hdr_marque button.owl-prev img,.header.dark-grey-bg .hdr_marque button.owl-next img
{
    filter: brightness(0) invert(0);
}
.header.dark-grey-bg .mob-toll-no a {
    color: var(--text-dark) !important;
}
.redbox-applynow {
    background-blend-mode: darken;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 15px;
}
.redbox-applynow h3 {
    margin-bottom: 0;
    text-align: center;
}
.st-campus .dd--title {
    color: var(-text-white);
}
.placement--ddNumbers li span h4 div {
    font-size: 18px;
    display: inline;
}
.dd--title span i {
    font-size: 44px;
}
.program-drop-down-graphic.text-center h3 {
    text-align: left;
    margin-left: 8px;
}
.placement--ddNumbers.ri-ul li {
    float: left;
    width: 50%;
    margin-bottom: 18px;
}
.placement--ddNumbers.ri-ul li span {
    width: 88%;
    text-align: left;
}
.placement--ddNumbers.ri-ul li span small {
    line-height: 15px;
    display: block;
}
.header .nav-item {
    margin: 0 20px;
}
.header .nav-item>a {
    font-size: 15px;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 32px 0;
}
.footer a:hover, .header a:hover:not(.navbar-brand a, .header_btn a) {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    animation: 1s infinite shine;
    -webkit-animation: 1s infinite shine;
}
.menu-options li a:hover, .step-second-menu ul li a:hover {
    text-decoration: underline;
}
.header .nav-item.dd-menu-lg>a::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    right: -15px;
    color: var(--text-white);
    font-size: 8px;
    font-weight: 400;
    top: 35px;
}
.menu__block {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-gap: 20px;
}
.menu_inner_block p {
    font-size: 12px;
    color: var(--bg-navyblue);
    margin-top: 5px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.menu_inner_block p a span {
  font-size: 12px !important;
}
.step-second-menu li {
    margin-bottom: 5px;
}
.menu-options {
    position: absolute;
    top: -38px;
    right: 100px;
}
.menu-options li {
    margin-left: 18px;
    line-height: 1.5;
}
.menu-options li a {
    text-transform: capitalize;
    font-size: 12px;
}
.dd--title {
    font-size: 11px;
    line-height: 15px;
    text-align: center;
}
.menuTabs {
    margin: -15px -15px 10px 20px;
}
.menuTabs li {
    margin: 0!important;
}
.menuTabs li a {
    color: var(--text-dark)!important;
    padding: 15px 40px!important;
    height: 65px;
}
.footer h5, .footer ul li {
    color: var(--mehroon);
}
.menuTabs li a small {
    display: block!important;
    font-size: 12px;
    line-height: 12px;
}
.footer h5, .social-media-icons ul li a {
    font-size: 14px;
}
.footer {
    background: var(--bg-dark);
}
.footer h5 {
    margin-bottom: 10px;
}
.footer a, .footer p {
    color: var(--text-white);
}
.footer ul li {
    font-size: 12px;
}
.footer ul li a:hover {
    color: var(--text-white);
}
@-webkit-keyframes shine {
    from {
    -webkit-mask-position: 150%}
to {
    -webkit-mask-position: -50%}
}.footer p {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}
.footer .social li a svg {
    width: 34px;
}
.footer .social li a {
    padding: 15px 2px;
}
.footer .social li a:hover {
    padding: 15px 2px;
}
.copyrights {
    padding: 15px 0;
    border: 1px solid #222;
    border-right: 0;
    border-left: 0;
    padding: 15px 0;
}
.copyrights li, .copyrights p {
    color: #FFF;
    opacity: 0.5;
}
.unai-logo {
    position: absolute;
    top: -48px;
    left: 15px;
}
.unai-logo p {
    font-size: 10px;
    line-height: 12px;
}
.ft-about .bdr-1 {
    border-color: #2c2c2c!important;
}
.searchModal .btn-close {
    background-color: rgb(255 255 255);
    opacity: 1;
    right: 9px;
    position: relative;
}
.footer .foot-img {
    display: inline-block;
}
.footer .foot-img a {
    padding: 40px 0 !important;
 }
.footer .foot-img a:hover {
    padding: 40px 0 !important;
}
.placement-notifications--slider .pn-item img {
    width: 100%;
    height: 544px;
}
.menu_inner_block p a {
    color: #9F0203;
}
@media only screen and (max-width:1730px) {
    .header .nav-item>a {
    font-size: 13px;
}
.header .nav-item {
    margin: 0 11px;
}
.header .btn-lg {
     padding: 8px 16px 5px;
}
.header_btn img {
    width: 34px;
    height: 34px;
}
.header_btn span {
    font-size: 16px;
}
.cu-logo {
    width: 155px;
}
.navbar-brand__slider {
    width: 120px;
}
.hts-text {
    display: none;
}
.header__top-right {
    width: 380px;
}
.menu-options {
/*    right: 300px;*/
}
.header__top-left {
    width: 360px;
}
.navbar-brand {
    margin: 0;
}
.step-second-menu {
    top: 52px;
}
.st-programs {
    width: 1100px;
    height: 606px;
}
.head-search {
    margin-left: 20px!important;
}
}@media only screen and (max-width:1399px) {
    .header_btn img {
    display: none;
}
.header_btn span {
    margin: 0!important;
    font-size: 14px;
}
.header .nav-item {
    margin: 0 10px;
}
.header .nav-item>a {
    font-size: 12px;
}
.cu-logo {
    width: 145px;
}
.navbar-brand__slider {
    width: 100px;
}
.top-notification-slider {
    opacity: 0;
    visibility: hidden;
}
.header.sticky .top-notification-slider {
    opacity: 1;
    visibility: visible;
}
.menu-options {
    /* right: auto; */
    /* left: -13px; */
    right: 100px;
}
.header__top {
/*    border-bottom: 1px solid rgba(255, 255, 255, .2);*/
}
.header .nav-item.dd-menu-lg>a::after {
    right: -12px;
}
.menu-options li a {
/*    font-size: 11px;*/
}
.st-admissions {
    width: 615px;
}
.header.sticky .header__top-left {
    width: 750px;
}
}
@media only screen and (max-width:1250px) {
.header .nav-item {
    margin: 0 8px;
}
}
@media only screen and (max-width:1199px) {
header img.desktop_logos {
    display: none;
}
.josh-btn a:hover {
    -webkit-mask-image: none !important;
}
    .header .btn-lg {
        margin-top:  10px;
    }  
    header .for_desktopp {
    display: none !important;
}
.pay_mobile_btn {
    display: flex;
    align-items: center;
}
.pay_mobile_btn a {
    margin-left: 12px;
    padding: 8px 6px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    font-size: 12px;
}
.pay_mobile_btn a.pay_fee_btn {
    background: #0695cc;
}
.pay_mobile_btn a.pay_log_btn {
    background: #000;
    margin-left: 8px;
}
.header.sticky .top-notification-slider, .top-notification-slider {
    opacity: 1;
    visibility: visible;
}
.header__top {
    border-bottom: 0;
    padding: 0 !important;
}
.header .nav-item {
    margin: 0 0 10px;
}
.navbar-toggler .navbar-toggler-icon {
    background-image: url('../images/header-footer/menu-white.svg');
}
header.dark-grey-bg .navbar-toggler .navbar-toggler-icon {
    background-image: url('../images/header-footer/menu-black.png');
}
.navbar-collapse {
    position: fixed;
    background: var(--bg-navyblue);
    left: 0;
    right: 0;
    bottom: 0;
    top: -100%;
    overflow: auto;
    padding: 30px;
    z-index: 1;
    height: 100%!important;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    padding-bottom: 130px!important;
}
.navbar-collapse.show {
    top: 135px;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}
.header.sticky .navbar-collapse {
    top: 69px;
}
.navbar-toggler {
    z-index: 10;
    border: 0;
    box-shadow: none!important;
    outline: 0!important;
}
.step-first-menu {
    width: 300px;
    margin: 0!important;
}
.step-first-menu li:nth-of-type(2){
    display: none;
}
.step-second-menu {
    left: 320px!important;
    right: auto;
    overflow: inherit!important;
    top: -30px!important;
    width: 616px;
}
.step-second-menu:after {
    right: 100%;
    top: 55px;
    border: 8px solid rgba(255, 255, 255, 0);
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #fff;
    margin-top: -8px;
}
.header .nav-item>a {
    font-size: 14px;
    display: block;
    padding: 15px 0;
}
.header .nav-item.dd-menu-lg>a::after {
    right: 20px;
    content: '\f105';
    font-size: 12px;
}
.about-graphic {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0!important;
    width: 275px;
}
.st-about {
    height: 610px;
}
.st-programs {
    height: auto;
    top: 80px;
}
.st-academics {
    height: 297px;
    top: 120px;
}
.st-admissions {
    height: 608px;
    top: 160px;
}
.st-campus {
    height: 382px;
    top: 180px;
}
.st-placements {
    height: 420px;
    top: 220px;
}
.st-research {
    height: 410px;
    top: 240px;
}
.placement--ddNumbers {
    width: 100%}
.program-graphic {
    margin: 0!important;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
}
.menuTabs li a {
    padding: 15px 9px!important;
    font-size: 12px!important;
}
.menuTabs li a small {
    font-size: 10px;
}
.menu-options {
    position: static;
    border-top: 1px solid rgb(31 89 173)!important;
    padding-top: 15px!important;
    margin-top: 15px!important;
    display: block!important;
}
.menu-options li {
    margin: 0 8px 10px 0;
    display: inline-block;
}
.menu-options li a {
    border: 1px solid var(--bg-lightgray);
    padding: 5px 15px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-size: 12px;
    display: block;
}
.header_btn img {
    display: block;
    margin-right: 10px;
}
.navbar-brand {
    z-index: 10;
    display: flex;
    justify-content: space-between;
}
.header.sticky .header__top-left {
    width: 550px;
}
}@media only screen and (max-width:991px) {
    .header__top-left {
    width: 365px;
}
.unai-logo {
    position: static;
    text-align: right;
}
.step-second-menu {
    width: 386px;
    height: auto;
}
.menuTabs {
    display: none;
}
.header.sticky .header__top-left {
    width: 350px;
}
}
@media only screen and (max-width:767.98px) {
  .header .about-title{
    font-size: 15px;
  }
    .dd-menu-lg.active .step-second-menu, .tns-item a {
    display: block;
}
.header.sticky .header__top {
    position: static;
    background: 0 0;
    border: 0;
    padding: 0 12px;
}
.header__top-left {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.top-notification-slider {
    background: #303339;
    border-radius: 0!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -ms-border-radius: 0!important;
    -o-border-radius: 0!important;
}
.header.sticky .header__top-left, .header__top-right, .step-first-menu {
    width: 100%}
.header__top-right ul {
    width: 100%;
    justify-content: space-between;
}
.hts-text {
    display: inline-block;
    margin: 0!important;
    font-size: 11px!important;
}
.head-search {
    margin-left: 20px!important;
}
.nirf-links {
    margin: auto auto 25px;
}
.unai-logo {
    text-align: center;
}
.step-second-menu {
    width: 100%!important;
    position: static;
    display: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    opacity: 1;
    visibility: visible;
}
.step-first-menu>li:hover .step-second-menu {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    opacity: 1;
    visibility: visible;
}
.step-second-menu:after {
    display: none;
}
.navbar-collapse {
    padding: 20px;
}
/* .navbar-collapse.show {
    top: 99px;
} */
.header.sticky .navbar-collapse {
    top: 91px;
}
.navbar-toggler, .tns-item {
    padding: 0;
}
.header .nav-item.dd-menu-lg>a::after {
    right: 0;
    top: 15px;
}
.header .nav-item.dd-menu-lg.active>a::after {
    content: '\f078';
}
.tns-item a {
    padding: 15px 0;
    font-size: 18px;
}
.header.sticky .tns-item a {
    font-size: 18px;
    padding: 30px 0;
}
#sb_container.sb-container-align-right {
    bottom: 100px!important;
}
.institute {
    height: 600px;
}
}@media only screen and (max-width:575px) {
.head-search small, .hts-text {
    display: none;
}
.header__top-right li {
    margin-left: 5px;
}
.cgc-logo {
    width: 114px !important;
    margin-right: 5px !important;
}
.navbar-brand a.anchor_border {
    padding-right: 5px !important;
    margin-right: 5px !important;
}
.qs-logo {
    width: 92px;
}
.navbar-collapse {
    padding: 15px;
}
.header.dark-grey-bg .navbar-collapse {
    top: 65px;
}
.header__top {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
}

/********** PLUGINS ************/
/* Font Awesome Free 6.2.0  */
:root,  :host  {
    
  --fa-style-family-classic:  'Font Awesome 6 Free';
    
  --fa-font-solid:  normal 900 1em/1 'Font Awesome 6 Free';
    
  --fa-style-family-brands:  'Font Awesome 6 Brands';
    
  --fa-font-brands:  normal 400 1em/1 'Font Awesome 6 Brands';
 }

@font-face  {
    
  font-family:  'Font Awesome 6 Free';
    
  font-style:  normal;
    
  font-weight:  900;
    
  font-display:  swap;
    
  src:  url("../fonts/fa-solid-900.woff2") format("woff2"),  url("../fonts/fa-solid-900.ttf") format("truetype");
 }

@font-face  {
    
  font-family:  'Font Awesome 6 Brands';
    
  font-style:  normal;
    
  font-weight:  400;
    
  font-display:  swap;
    
  src:  url("../fonts/fa-brands-400.woff2") format("woff2"),  url("../fonts/fa-brands-400.ttf") format("truetype");
 }

.fas, 
.fa-solid  {
    
  font-weight:  900;
 }

.fab, 
.fa-brands  {
    
  font-weight:  400;
 }

.fa-google:before  {
    
  content:  "\f1a0";
 }

.fa-linkedin-in:before  {
    
  content:  "\f0e1";
 }

.fa-windows:before  {
    
  content:  "\f17a";
 }

.fa-amazon:before  {
    
  content:  "\f270";
 }

.fa-facebook-f:before  {
    
  content:  "\f39e";
 }

.fa-linkedin:before  {
    
  content:  "\f08c";
 }

.fa-instagram:before  {
    
  content:  "\f16d";
 }

.fa-facebook:before  {
    
  content:  "\f09a";
 }

.fa-whatsapp:before  {
    
  content:  "\f232";
 }

.fa-youtube:before  {
    
  content:  "\f167";
 }

.fa-twitter:before  {
    
  content:  "\f099";
 }

.fa-pinterest:before  {
    
  content:  "\f0d2";
 }

.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free"}
.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands"}
.fa-compass:before {
    content: "\f14e"}
.fa-angle-right:before {
    content: "\f105"}
.fa-star:before {
    content: "\f005"}
.fa-arrow-circle-up:before, .fa-circle-arrow-up:before {
    content: "\f0aa"}
.fa-arrow-circle-down:before, .fa-circle-arrow-down:before {
    content: "\f0ab"}
.fa-phone:before {
    content: "\f095"}
.fa-external-link-alt:before, .fa-up-right-from-square:before {
    content: "\f35d"}
.fa-bell:before {
    content: "\f0f3"}
.fa-magnifying-glass:before, .fa-search:before {
    content: "\f002"}
.fa-angle-left:before {
    content: "\f104"}



/* SLICK SLIDER */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after, .slick-track:before {
    display: table;
    content: ''}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    cursor: pointer;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: #fff;
}
@font-face {
    font-family: slick;
    font-display: swap;
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/slick.woff');
}
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25;
}
.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-display: swap;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir=rtl] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: '←'}
[dir=rtl] .slick-prev:before {
    content: '→'}
.slick-next {
    right: -25px;
}
[dir=rtl] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: '→'}
[dir=rtl] .slick-next:before {
    content: '←'}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-display: swap;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #ccc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.blue-overlay::before  {
    background: rgba(159, 2, 3, 0.90);
}
.pagination-style .slick-dots {
    margin: 10px 0 0;
    padding: 0 0 0 16px;
    position: absolute;
    bottom: 30px;
    left: 0;
}
.pagination-style .slick-dots li {
    list-style-type: none;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
    height: auto;
    width: auto;
}

.pagination-style .slick-dots li button {
    padding: 0;
    border: 0;
    height: 9px;
    width: 9px;
    display: block;
    font-size: 0;
    background: var(--bgcolor-d-gray);
    border: 1px solid var(--bgcolor-d-gray);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.pagination-style .slick-dots li.slick-active button {
    background: var(--bg-navyblue);
    border: var(--bg-navyblue);
}


/*new design landing */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.hero-banner {
    height: 700px;
    position: relative;
}
.hero-banner .carousel-item::before {
    content: '';
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    height: 150px;
    background: #222;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, #023e93 100%);
    z-index: 10;
}
.hero-banner__slider .carousel-item::after {
    content: '';
    background: rgba(41, 41, 41, .4);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.hero-banner__content {
    margin-top: 350px;
    z-index: 100;
}
.hero-banner__content--data {
    max-width: 540px;
}
.hero-banner__content--data p, .hero-banner__content--side p {
    font-size: 18px;
    line-height: 22px;
}
.hero-banner__content--side .col-sm-6:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, .3);
}
.p-120 {
    padding-left: 120px;
    padding-right: 120px;
}
.hs-item, .rls-item {
    padding: 0 12px;
}
.placement-notifications--slider, .text-testimonial .carousel {
    background: var(--bg-navyblue);
}
.placement-notifications--slider .pn-item a.btn {
    position: relative;
    bottom: 3px;
}
.top-numbers__card {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
    border-left: 1px solid #3565a9;
}
.top-numbers__card h3 {
    font-size: 50px;
    font-weight: 700;
    color: var(--text-white);
}
.top-numbers__card h3 sub {
    font-size: 20px;
    bottom: 0;
}
.top-numbers__card span {
    font-size: 16px;
    font-weight: 700;
    display: block;
    color: var(--text-white);
}
.news-card small, .stars i {
    color: var(--text-darkyellow);
}
.ranking-section__top-rankings--slider {
    margin-top: 40px;
}
.ranking-wrap {
    width: 970px;
    margin: 0 auto;
    position: relative;
}
.ranking-heading {
    position: relative;
    font-size: 28px;
    font-weight: 700 !important;
    text-transform: uppercase;
    text-shadow: 0px 1px 4px #241616;
}
.ranking-heading:after {
    border-bottom: 1px solid rgba(255 255 255 / 51%) ;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -5px;
    width: 100%;
    z-index: 9;
}
.ranking-wrap p {
    font-size: 16px;
    font-weight: 600 !important;
    margin-top: 15.5px;
    text-shadow: 0px 1px 4px #241616;
    line-height: 1.4;
}
.ranking-section__top-numbers .col-lg-3:last-child .top-numbers__card {
    border-left: 0;
    border-right: 1px solid #3565a9;
}
.stars i {
    font-size: 20px;
    margin-bottom: 10px;
}
.rs-item {
    padding: 25px 10px;
}
.rs-item__in {
    background: 0 0;
    border: 1px solid transparent;
    text-align: center;
    padding: 10px 21px!important;
    cursor: pointer;
    opacity: .5;
}
.rs-item__in img {
    display: inline-block;
}
.rs-item__in:hover {
    background: var(--bg-navyblue);
    border: 1px solid var(--bg-skyblue);
    box-shadow: 0 0 15px rgb(239 152 162 / 90%);
    opacity: 1;
}
.rs-item.slick-current.slick-active .rs-item__in {
    background: var(--bg-navyblue);
    border: 1px solid var(--bg-skyblue);
    box-shadow: 0 0 15px rgb(239 152 162 / 90%);
    opacity: 1;
}
.ranking-section__top-rankings--slider .slider-nav {
    width: 740px;
    margin: auto;
}
.rankingthumb {
    color: var(--text-white);
    padding-right: 40px;
}
.rankingthumb span {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.rankingthumb__no {
    font-size: 46px;
    color: var(--bg-white);
    font-weight: 700;
    margin-bottom: 15px;
}
.rankingthumb__no sup {
    top: -22px;
    font-size: 28px;
}
.rankingthumb__content {
    font-size: 16px;
    line-height: 17px;
}
.rankingthumb__content small {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.card_in {
    max-width: 380px;
}
.fss-item__content h3 span {
    font-size: 20px;
    display: block;
}
.fss-item__content h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px;
}
.research-section {
    background: var(--bg-skyblue);
}
.rls-item .card-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--bg-white);
}
.dp-indicator button img, .pl-s-item img, .rls-item h5 {
    width: 100%}
.rls-item .card-footer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-top: 17px;
}
.arrow_box:after {
    left: 100%;
    top: 20%;
    border: 20px solid rgba(136, 183, 213, 0);
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: var(--bg-lightgray);
    margin-top: -20px;
}
.pl-s-item {
    border-right: 1px solid var(--bg-lightgray);
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999999;
    background-image: url('../../loader.png');
    background-repeat: no-repeat;
    background-color: var(--bgcolor-white);
    background-position: center;
    background-size: 50px;
}
@media only screen and (max-width:1730px) {
    .p-120 {
    padding-left: 50px;
    padding-right: 50px;
}
}@media only screen and (max-width:1399px) {
    .top-numbers__card h3 {
    font-size: 40px;
}
.top-numbers__card h3 sub {
    font-size: 20px;
}
.infrastructre-section .slick-prev {
    left: -562px!important;
}
.infrastructre-section .slick-next {
    left: -520px!important;
}
.card-content h4 {
    font-size: 18px;
    line-height: 18px;
}
.card-content h5 {
    font-size: 16px;
    line-height: 16px;
}
}@media only screen and (max-width:1199px) {
    .hero-banner {
    height: 650px;
}
.hero-banner__content {
    margin-top: 160px;
}
.hero-banner__content--data p, .hero-banner__content--side p {
    font-size: 16px;
    line-height: 18px;
}
.hero-banner__content--side.text-white {
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding-top: 30px;
    margin-top: 30px;
}

.text-testimonial .card h3 {
    font-size: 18px;
    line-height: 18px;
}
.top-numbers__card h3 {
    font-size: 32px;
}
.highlights-section__slider .card {
    height: 240px!important;
}
}@media only screen and (max-width:991px) {
    .research-section__nos--thumb p {
    font-size: 13px;
    line-height: 14px;
}

.fss-item__content h3 span {
    font-size: 16px;
}
.fss-item__content h3 {
    font-size: 26px;
    line-height: 22px;
    margin-bottom: 10px;
}
.ranking-section__top-rankings--slider .slider-nav {
    width: 696px;
}
.rs-item__in {
    padding: 10px 25px!important;
}
}@media only screen and (max-width:767px) {
.fss-item__content h3 span, p {
    font-size: 14px;
}
.ranking-section__top-rankings--slider .slider-nav {
    width: 100%}
.p-120 {
    padding-left: 20px;
    padding-right: 20px;
}
.top-numbers__card {
    border: 0!important;
}
.ranking-section__top-numbers .col-6:nth-child(2) .top-numbers__card {
    background: var(--bg-skyblue)!important;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.ranking-section__top-numbers .col-6:nth-child(2) .top-numbers__card.top-numbers2__card {
    background-color: rgb(191 56 56) !important;
}
.ranking-section__top-numbers .col-6:nth-child(4) .top-numbers__card.top-numbers2__card {
    background-color: rgb(191 56 56) !important;
}
.ranking-section__top-numbers .col-6:nth-child(2):hover .top-numbers__card.top-numbers2__card {
    background-color: var(--bg-navyblue) !important;
}
.ranking-section__top-numbers .col-6:nth-child(4):hover .top-numbers__card.top-numbers2__card {
    background-color: var(--bg-navyblue) !important;
}
.fss-item__content h3 {
    font-size: 22px;
    line-height: 20px;
}
p {
    line-height: 18px;
}
.dp-indicator {
    padding-top: 0!important;
}
.text-testimonial .card {
    height: 220px;
}
.rs-item__in {
    padding: 10px 0 !important;
}
}@media only screen and (max-width:575px) {
.p-120 {
    padding-left: 0;
    padding-right: 0;
}
.hero-banner__content--data p br, .hero-banner__content--side.text-white, .research-section__nos--thumb p br {
    display: none;
}
.hero-banner {
    height: 550px;
}
.hero-banner__content {
    margin-top: 230px;
}
.top-numbers__card h3 {
    font-size: 28px;
    line-height: 28px;
}
.top-numbers__card span {
    font-size: 13px;
}
.top-numbers__card small {
    font-size: 12px;
    line-height: 14px;
}
.top-numbers__card {
    padding: 15px!important;
}

.una-logo {
    width: 60px;
    margin-top: 15px;
}
.top-numbers__card h3 sub {
    font-size: 14px;
}
.rankingthumb__no {
    font-size: 46px;
}
.rankingthumb__no sup {
    top: -17px;
    font-size: 20px;
}

.video-testimoinal {
    padding: 0 12px;
}
.card_in {
    max-width: 100%}
}


@media screen and (min-width:992px) and (max-width:1169.98px) {
  .container, .container-sm {
    max-width: 940px;
  }
  .footer .social li a svg {
    width: 28px;
 }
}
@media screen and (min-width:576px) and (max-width:991.98px) {
  .container, .container-lg, .container-md, .container-sm {
      max-width: 1041px;
  }
}
/* Course Page Custom start here */
.mt-50 {margin-top: 50px;}
.mt-80 {margin-top: 80px;}
.pl-pr-78 {padding: 0 78px 0 78px;}
.pl-0 {padding-left: 0;}
.pr-0 {padding-right: 0;}
.pl-0-pr-0 {padding: 0;}
.pl-3-pr-3{padding: 0 3px;}
.pb-2 {padding-bottom: 20px;}
.city-heading {font-family: 'Montserrat';font-weight: 600;}
.bordr-wrap {
  height: 53px;
  display: inline-flex;
}
.navbar-brand a.anchor_border {
    padding-right: 10px;
    /* border-right: 1px solid #ffffff78; */
    margin-right: 10px;
}
.bordr-course {
    position: relative; 
    border-right: dotted 2px #b6b3b3; 
}
.top-banner {
    position: absolute;
    margin-top: 18%;
    margin-left: 1%;
}

.top-banner-1{
    margin-top: 12%;
}
.top-banner h1 {
    color: #FFF;
    font-weight: 400 !important;
}
.harvard-tieup img {
    width: 250px;
    height: auto;
}
.collab {
    font-size: 25px;
    font-weight: 600;
}
.top-banner h1 span {
  font-weight: 300;
  text-transform: uppercase;
  font-weight: 400;
}
.top-banner h1 .course-name {
    color: #F9E562;
    font-size: 40px;
    font-weight: 700;
}
.top-banner h1 .course-full-form {
  color:#F9E562;
  font-size:  44px;
}
.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: #6c757d;
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
}
.indicator {
    bottom: 80px !important;
    left: 66px;
    display: none;
}
.indicator:after {
    content: "";
    position: absolute;
    margin-top: -4px;
    margin-left: -5px;
    border-left: 12px solid transparent !important;
    border-bottom: 12px solid #fff !important;
    transform: rotate(-45deg);
    left: 0px;
    top: 2px !important;
    right: auto !important;
    border-right: 0 !important;
}
.close-indicator {
    top: -8px !important;
    right: -3px !important;
    left: auto !important;
}
.npf_chatbots 
{
	left:10px !important;
}
#__eechatIcon {
    left: 15px !important;
    bottom: 80px !important;
}
.breadcrumb {
    background-color: #F5F5F5;
    display: inline-flex;
    border-radius: 14px;
    padding: 8px 15px;
}
.breadcrumb-item a {
    color: #3092DD;
    font-weight: 600;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: '>';
    font-weight: 600;
    
}
.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
    font-weight: 500;
}
.tab-container {
    position: relative;
}
.tab-container .slick-next:before,.tab-container .slick-prev:before {
    color: #000;
}
.tab-container p {
    color: var(--bg-dark);
}
.et_pb_code_inner {
    display: none;
}
.tab-container .rs-item__in {
    background-color: #F2F3F7;
    border: 1px solid transparent;
    text-align: center;
    padding: 21px!important;
    cursor: pointer;
    opacity: 1;
}
.tab-container .rs-item__in:hover {
    background-color: #F2F3F7;
    box-shadow: 0 2px 3px rgba(142, 142, 142, 0.9);
    opacity: 1;
}
.tab-container .rs-item.slick-current.slick-active .rs-item__in {
    background-color: #F2F3F7;
    border-style: none;
    box-shadow: none;
    opacity: 1;
}
.tab-container .rs-item__in a {
    background-color: #F2F3F7;
    border-radius: 14px;
    margin: 0 10px;
    font-size: small;
    width: 150px;
    height: 113px;
    opacity: 1;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.tab-container .rs-item a:first-child {
    margin-left: 0;
}
.tab-container .rs-item a:last-child {
    margin-right: 0;
}
.tab-container .rs-item a svg {
    width: 40px;
    height: 40px;
    object-fit: fill;
}
.tab-container .rs-item p {
  margin-bottom: 0;
  padding-top: 15px;
}
.placement-figrs-section {
    position: relative;
    margin-top: -25px;
}
.placements {
    display: flex;
    border-radius: 16px;
    box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.13);
    padding: 10px;
    width: 340px;
    justify-content: center;
    align-items: center;
    height: 135px;
    justify-content: flex-start;
    margin-left: 45px;
}
.placements img {
    margin: 0 10px;
}
.figures-text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-top: 10px;
}
.p-figures {
    font-size: 36px;
    font-weight: 700;
}
.p-text {
    color: #2E2E2E;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}
.p-figures sub {
    color: #2E2E2E;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
    top: 0;
}
.course-overview-wrapper ul, .course-overview-wrapper ol {
    font-size: 18px;
    line-height: 1.4;
}
.course-overview-name {
    transform: rotate(270deg);
    left: -165px;
    position: relative;
    top: 270px;
    margin-left: -100px;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
}
.course-title {
    font-size: 42px;
    font-weight: 700;
    position: relative;
    padding-top: 10px;
}
#readmorescope {
    color: var(--bg-navyblue);
    font-size: 16px;
}
.course-title span {
    font-weight: 500;
}
.course-description p {
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    line-height: 1.4;
}
.course-heading {
    font-size: 47px;
    color: #C14D70;
    opacity: 0.4;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
    padding-top: 22px;
}
.course-title-low {
    width: 52%;
    margin: 0 auto;
    margin-left: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24%;
}
.pn-item img {
    width: 100%;
    height: auto;
}
.course-view .card {
    margin-top: 40px;
    border-style: none;
    border-radius: 0 !important;
}

.block-img {
    background-image: url('../images/course-overview/block-1.png');
    background-repeat: no-repeat;
    width:100%;
    height: 578px;
    background-size: cover;
}
.course-heading-c {
    font-size: 48px;
    color: #C14D70;
    margin: 17px 0;
    opacity: 0.4;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
}
.course-view .student-img {
    position: absolute;
    display: flex;
    justify-content: center;
    z-index: 9;
    width: 100%;
    left: 0;
}
.course-view .student-img img {
    width: 488px;
    height: auto;
    margin-top: 85px;
}
.theme-color {
    color: #c50227;
}
.blue-overlay::before, .gray-gradient::before, .grey-gradient::before, .gray-gradient::before, .lightblue-overlay::before, .black-overlay::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.eligibility {
    position: relative;
    background-image: url('../images/eligibility/eligibility.jpg');
    background-repeat: no-repeat;
    width:100%;
    background-size: cover;
    z-index: 9;
}
.eligibe-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.eligibility-wrap {
    position: relative;
    color: #FFF;
}
.course-eligble-text {
    width: 84%;
    max-height: 500px;
    overflow: auto;
    margin-top: 30px;
}
.elig-creteria {
    position: relative;
    vertical-align: bottom;
    color: #FFF;
}
.eligibility-title {
    position: relative;
    font-size: 38px;
    font-weight: 700;
    text-shadow:    2px 2px 0 rgb(192, 15, 94),
                    1px 1px 0 rgb(241, 228, 154),
                    3px 3px 0 rgb(244, 230, 149);
}
.eligibility-title::after {
    border-top: 2px solid rgba(238, 219, 113, 1);
    content: "";
    position: absolute;
    top: 135%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 46%;
    z-index: 9;
}
#life-at-cgc .life-at-CGC-headingText h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    color: #a00534;
    margin-bottom: 1rem;
    font-family: var(--proximanova);
}
.eligibility-wrap p {
    font-size: 18px;
    line-height: 1.4;
    padding: 0 15px 0 0;
    text-align: justify;
}
.brochureDes {
    border: 1px solid #ce8ca0;
    margin: 20px 0 0 0;
    padding: 10px !important;
    text-transform: uppercase;
}
.brochureDes p.mt-2 {
    font-weight: bold;
}
.course-subjects {
    font-weight: 600;
}
.josh-wrapper {
    position: relative;
}
.josh-img {
    text-align: center;
}
.josh-img img {
    z-index: 9;
    width: 70%;
}
.josh-text {
    width: 535px;
    margin: 0 auto;
    position: relative;
    text-align: justify;
    color: #FFF;
    z-index: 9;
    margin-top: 15px;
    font-size: 17px;
    line-height: 1.4;
}
.apply-wrap {
    width: 535px;
    margin: 0 auto;
}
.apply-wrap .btn-primary {
    position: relative;
    padding: 16px 22px;
    border-radius: 20px;
    text-transform: none;
}
.grey-gradient::before {
    background: rgba(255, 255, 255, 0.9);
}
.top-recruiters {
    position: relative;
    background-image: url('../images/recruiters/bg.jpg');
    background-repeat: no-repeat;
    width:100%;
    background-size: cover;
}
.recruiters-title {
    position: relative;
    margin-top: 40px;
    font-size: 28px;
    font-weight: 700;
    text-shadow:    0 0 0 rgb(255,255,255),
                    1px 1px 0 rgb(255,255,255),
                    2px 2px  0 rgb(255,255,255),
                    3px 3px 0 rgb(0,0,0);
}
.recruiters-title::after {
    border-top: 2px solid rgba(152, 0, 46, 1);
    content: "";
    position: absolute;
    top: 125%;
    left: 29%;
    right: 0;
    bottom: 0;
    width: 42%;
    z-index: 9;
}
.recruiters-carousel.owl-carousel .owl-item img {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 10px;
    margin: 65px 0; 
    border-top: 1px solid #f9f2f2;
    border-right: 1px solid #CCC;
}
.recruiters-heading {
    position: relative;
    vertical-align: bottom;
    color: rgba(159, 2, 3, 1);
}
.career-heading {
    position: relative;
    color: rgba(159, 2, 3, 1);
}
.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 1em;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    margin-top: 20px;
}
.owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #bdcddf !important;
    display: inline-block;
    border-radius: 50%;
    line-height: 1;
    margin: 3px;
}    
.owl-carousel button.owl-dot.active {
    width: 40px;
    height: 8px;
    background: #9F0203 !important;
    display: inline-block;
    border-radius: 10px;
    line-height: 1;
    margin: 3px;
}
.owl-carousel .owl-dots.disabled {
    display: flex;
}
.owl-carousel .owl-nav {
    display: none;
}
.cgc-support {
    position: relative;
    background-image: url('../images/support/cgcsupport.jpg');
    background-repeat: no-repeat;
    width:100%;
    background-size: cover;
}
.support-wrap {margin-top: 40px;}
.support-tag {
    font-size: 30px;
    font-weight: 500;
}
.support-line {
    font-size: 52px;
    padding-top: 10px;
    color: rgb(159, 2, 3);
    text-shadow:    1px 1px 0 rgba(210,226,234,1),
                    2px 2px 0 rgba(210,226,234,1),
                    3px 3px 0 rgba(210,226,234,1),
                    4px 4px 0 rgb(0,0,0);
}
.support-text {
    font-size: 21px;
    margin-top: 20px;
    font-weight: 500;
    line-height: 1.4;
}
.st-of-art {
    
    margin-top: 20%;
}
.support-indicators-wrap {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    position: relative;
}
.support-indicators-text {
    background-color: rgb(159, 2, 3);
    border: 3px solid rgb(159, 2, 3);
    background-image: -webkit-linear-gradient(30deg, #a00534 50%, transparent 50%);
    background-image: linear-gradient(30deg, #a00534 50%, transparent 50%);
    background-size: 800px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    color: #FFF;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
}
.support-indicators-text:hover {
    background-color: transparent;
    background-position: 100%;
    color: #a00534;
  }
.list-unstyled a:hover,.list-unstyled .table-custom a {
    color: #a50034;
}
#search-page-mob:hover {
    color: var(--text-white);
}
.menu-header.list-unstyled a:hover,.menu-header.list-unstyled .table-custom a {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%) !important;
}
.st-of-art p { 
    padding: 12px 30px;
    margin-right: 60px;
}

.top-notch p {
    padding: 12px 20px;
    margin-right: 120px;
}
.industry-visit {
    justify-content: center;
    margin-top: 10%;
}
.industry-visit p {
    padding: 12px 25px;
    margin-right: 65px;
}
.guest-lectures {
    justify-content: flex-start;
    margin-top: 8%;
}
.guest-lectures p {
    padding: 12px 25px;
    margin-left: 105px;
}
.exp-faculty {
    justify-content: flex-start;
    margin-top: 60%;
    right: 5%;
}
.exp-faculty p {
    padding: 12px 10px;
}
.projct-learning {
    justify-content: flex-start;
    margin-top: 56%;
    right: 85%;
}
.projct-learning p {
    padding: 12px 10px;
}
.exp-educate {
    justify-content: flex-start;
    margin-top: 34%;
    left: 35%;
}
.exp-educate p {
    padding: 12px 10px;
}
.labs-title {
    position: relative;
    font-size: 42px;
    font-weight: 700;
    text-shadow: 0 0 0 rgb(255,255,255), 1px 1px 0 rgb(255,255,255), 2px 2px 0 rgb(255,255,255), 3px 3px 0 rgb(0,0,0);
}
.lab-heading {
    position: relative;
    vertical-align: bottom;
    color: rgba(159, 2, 3, 1);
}
.lab-sub-heading {
    margin-top: 35px;
    font-size: 32px;
    font-weight: 600;
}
.labs-title::after {
    border-top: 3px solid rgba(159, 2, 3, 1);
    content: "";
    position: absolute;
    top: 130%;
    left: 10px;
    right: 0;
    bottom: 0;
    width: 21.5%;
    z-index: 9;
}
.lab-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 100%);
}
.my_bg-1 {
    background-size: cover;
    height: 569px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}
.lab-text {
    position: absolute;
    bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    padding: 0 15px;
    line-height: 1.4;
}
.innovations {
    position: relative;
    background-image: url('../images/innovations/innovationbg.jpg');
    background-repeat: no-repeat;
    width:100%;
}
.innov-img-1,.innov-img-2,.innov-img-3 {
    background-size: cover;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}
.background--zoom:hover {
    transform: scale(1.1);
}
.img-chairmen:hover {
    transform: scale(1.055) ! IMPORTANT;
}
.img-md:hover {
    transform: scale(1.055) ! IMPORTANT;
}
.stroke3 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.28);
    opacity: 0.9;
}
.cta {
    font-family: var(--font-primary);
    font-size: 140px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 50px;
}
.inno-sub-heading {
    font-size: 32px;
    color: #000;
    position: relative;
    z-index: 9;
    font-weight: 800;
}
.inno-tag-heading {
    font-size: 40px;
    margin-top: 50px;
    color: rgba(152, 0, 46, 1);
    position: relative;
    z-index: 9;
    font-weight: 400;
}
.innov-wrap {
    padding: 0 15px 0 78px;
}
.innov-img-wrap {
    position: relative;
    display: flex;
    align-items: end;
    height: 100%;
}

.stroke4 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 254, 254, 1);
    opacity: 0.9;
}
.innov-cta {
    font-family: var(--font-primary);
    font-size: 62px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: end;
}
.innov-content {
    font-size: 21px;
    font-weight: 500;
    color: rgba(249, 229, 98, 1);
    padding: 5px 0;
    text-transform: capitalize;
}
.innov-data {
    position: absolute;
    bottom: 5px;
    right: 15%;
    color: #FFF;
    text-align: justify;
}
.help-you {
    font-size: 56px;
}
.bg-fac {
    position: relative;
    background: url('../images/innovations/innovationbgred.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.help-wrap {
    padding: 30px 15px;
}
.border-box1, .border-box2, .border-box3 {
    padding: 1rem 3rem 1rem 0rem;
    margin: 1rem;
}
.border-box1 {
    border-right: 1px dashed #CCCCCC;
}
.border-box3 {
    border-right: 1px dashed #CCCCCC;
}
.dotted_bottom {
    border-bottom: 1px dashed #CCCCCC;
    width: 82%;
}
.border-box1, .border-box2, .border-box3 {
    padding: 1rem 1rem 1rem 0rem;
    margin: 1rem;
}
.border-box4 {
    padding: 1rem 0rem;
    margin: 1rem 0rem;
}
.border-box1 img, .border-box2 img, .border-box3 img, .border-box4 img {
    width: 70px;
}
.help-wrap h5 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600 !important;
    text-align: center;
}
.career {
    position: relative;
    background-image: url('../images/career/bg.jpg');
    background-repeat: no-repeat;
    width:100%;
    background-size: cover;
}
.career-title {
    position: relative;
    font-size: 42px;
    font-weight: 700;
    text-shadow:    0 0 0 rgb(255,255,255),
                    1px 1px 0 rgb(255,255,255),
                    2px 2px  0 rgb(255,255,255),
                    3px 3px 0 rgb(0,0,0);
}
.career-title::after {
    border-top: 2px solid rgba(152, 0, 46, 1);
    content: "";
    position: absolute;
    top: 100%;
    left: 31%;
    right: 0;
    bottom: 0;
    width: 37%;
    z-index: 9;
}
.career-options-left {
    position: relative;
}
.career-options-left li {
    font-family: var(--menu-font);
    display: flex;
    position: relative;
    align-items: center;
    width: 350px;
}
.career-options-left li span {
    font-size: 26px;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    padding: 26px 20px;
    display: flex;
    justify-content: right;
}
.career-options-right {
    position: relative;
}
.career-options-right li span {
    font-size: 26px;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    padding: 26px 20px;
    display: flex;
    justify-content: right;
}
.career-options-right li {
    font-family: var(--menu-font);
    display: flex;
    position: relative;
    align-items: center;
    justify-content: end;
}
.icons-width-left img {
    width: 90px;
    height: 90px;
    justify-content: left;
}
.icons-width-right img {
    width: 90px;
    height: 90px;
    justify-content: right;
}
.career-options li span {
    font-size: 26px;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    padding: 26px 20px;
    display: flex;
    justify-content: right;
}
.student-wrap {
    position: relative;
    bottom: -85px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.placement-notifications--slider.pagination-style .slick-dots {
    margin: 10px 0 0;
    padding: 0 0 0 16px;
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 9;
}
.sty2 img {
    max-width: 100%;
    padding-left: 10px;
}
.page-sub-heading h3 {
    font-size: 28px;
    font-weight: 600 !important;
}
.page-sub-heading h6 {
    font-size: 22px;
    font-weight: 500 !important;
    margin-top: 10px;
}
.rs-detail-item_all {
    width: 1080px;
    margin: 0 auto;
}
.slider .slick-slider {
    margin-bottom: 55px;
}
.ranking-section__top-rankings--slider .slick-slider .pagination-style .slick-dots {
    margin: 10px 0 0;
    padding: 0 0 0 16px;
    position: absolute;
    bottom: -45px;
    left: 0;
}
.rankingthumb-new {
    font-size: 27px;
    line-height: normal;
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 0;
}
.ranking-section__top-rankings--slider .pagination-style .slick-dots li button {
    background: var(--bgcolor-darkGray);
    border: var(--bgcolor-darkGray);
}
.ranking-section__top-rankings--slider .pagination-style .slick-dots li.slick-active button {
    background: var(--bg-white);
    border: var(--bg-white);
}
.ranking-section__top-rankings .slick-dots .slick-active button {
    width: 9px !important;
}
.course-overview-wrapper {
    max-height: 590px;
    padding: 0 10px;
    overflow-y: auto;
    scrollbar-width: thin;
    -ms-overflow-style: none;
}

.course-overview-wrapper ::-webkit-scrollbar {
    width: 5px;
}
.course-overview-wrapper ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
.course-overview-wrapper ::-webkit-scrollbar-thumb {
    background: grey; 
    border-radius: 10px;
}
.course-overview-wrapper::-webkit-scrollbar-thumb:hover {
    background: grey; 
}
.gray-gradient::before {
    background: rgba(255, 255, 255, 0.75);
}
.sty2 i {
    font-size: 62px;
    font-weight: 800;
    color: #9F0203
}
.package {
    font-size: 122px;
    font-weight: 800;
    color: #AD274F;
}
.lpa-bg {
    font-size: 40px;
    vertical-align: bottom;
    color: #FFF;
    background-image: linear-gradient(87deg, rgba(152, 0, 46, 1), rgb(245, 200, 215));
    padding: 5px 30px 0 10px;
}
.company {
    margin-top: 40px;
}
.quote-icon img {
    width: 75px;
    height: auto;
}
.quote-text i {
    font-size: 24px;
    font-weight: 700;
}
.g-info {
    font-weight: 400;
}
.t-numbers a {
    border-bottom: 1px solid #FFF;
}
.get-touch p {
    display: inline-block;
    line-height: normal;
}
.get-touch p span {
    margin-bottom: 3px;
    display: inline-block;
}
.bordr-botm {
    border-bottom: 1px solid #ccc;
}
.mobile-footer-container {
    display: flex;
    width: 100%;
}
.form-click {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 20px;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    color: #eee;
    background: #01aded;
	text-transform: uppercase;
}
.frmBg {
        text-align: center;
    padding: 10px 15px;
    background-color: rgb(255 255 255 / 90%);
    border-top-left-radius: 12px;
}
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 65px;
    z-index: 99999;
    background: var(--bg-skyblue);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}
.scroll-top .fa-angle-up {
    display: flex;
    justify-content: center;
    width: 100%;
}
.scroll-top .fa-angle-up:before {
    content: "\f106";
    color: #FFF;
}
.scroll-top.active {
    visibility: visible;
    opacity: 1;
}
.footer {
    background: #000;
}
.footer p {
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
}
.placements:hover {
    background-color: var(--bg-skyblue);
    color: #FFF;
}
.placements:hover .p-text,.placements:hover .p-figures sub {
    color: #FFF;
}
.placements:hover figure img {
    box-shadow: 0 0 5px #ffee10;
}
.mobile-b {
    display: none
}
.una-logo img {
    width: 100px;
}
.heroContent{
    background: var(--bg-white);
}
.graphic-cont {
    display: flex;
    align-items: center;
}
.qs-graphic {
    position: relative;
    top: -100px;
    width: 600px;
}
.lazybg {
    background-size: cover !important;
}
.ranking-section.lazybg {
    background-position: bottom center !important;
}
.student-no-section.lazybg,
.testimonial-section.lazybg {
    background-attachment: fixed !important;
}
.top-no {
    font-size: 42px;
    color: var(--text-darkyellow);
    line-height: 44px;
    font-weight: 700;
}
.top-no sup {
    top: -17px;
    right: 9px;
    font-size: 20px;
}
.hero-banner__slider .carousel-item.no-after::after {
    display: none;
}
.hero-banner__slider .carousel-item.remove-after::after {
    display: none;
}
.carousel-caption h2 {
    display: block;
    font-size: 45px;
    color: var(--bs-white);
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 300 !important;
}
.carousel-caption h2 span {
    font-size: 200px;
    text-transform: capitalize;
    display: block;
    color: var(--text-darkyellow);
    font-family: 'Qwigley', cursive;
}
.carousel-caption {
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 50;
    transform: translateX(-50%);
}
.una-logo img {
    width: 75%;
}
.pagination-style .slick-arrow {
    position: absolute;
    border: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    color: var(--text-white);
    z-index: 1;
    background: var(--bg-white-faded);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.pagination-style .slick-arrow.slick-prev {
    right: auto;
    left: 0;
}
.pagination-style .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
.pagination-style-md .slick-arrow {
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 16px
}
.ps-top-right .slick-arrow {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    top: 0
}
.ps-top-right .slick-arrow.slick-prev {
    top: -40px;
    right: 40px;
    left: auto
}
.ps-top-right .slick-arrow.slick-next {
    top: -40px
}
.dots-center .slick-dots {
    position: static;
    padding: 0;
    text-align: center;
    margin-top: 30px
}
.career-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.scrollbar-custom::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.scrollbar-custom::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.scrollbar-custom::-webkit-scrollbar-thumb
{
	background-color: rgb(168, 12, 82);	
	background-image: -webkit-linear-gradient(90deg,
	                rgba(255, 255, 255, .2) 25%,
					transparent 25%,
					transparent 50%,
					rgba(255, 255, 255, .2) 50%,
					rgba(255, 255, 255, .2) 75%,
					transparent 75%,
					transparent);
}
#mobile-footer {
    z-index: 98;
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    margin: 0px;
    background-image: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 100%);
    transition: ease-out .2s;
}
.mobile-link a {
    display: block;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    background: #a50034;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.header.sticky .header__top {
    display: none !important;
}

.josh-btn a {
    padding: 20px 0;
}
/* Leadership css */
.leadership .heading {
    width: 80%;
    margin: 0 auto;
    margin-top: 25px;
}
.leadership .heading h1 {
    font-size: 28px;
    text-align: center;
}
.hr-yellow {
    border: 1px solid #F9E562;
    width: 98%;
    margin: 0 auto;
    margin-top: 20px;
}
.leadership .heading p {
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
    margin-top: 20px;
}
.leadership-wrap {
    display: flex;
    justify-content: space-between;
}
.leadership-wrap-reverse {
    display: flex;
    justify-content: space-between;
}
.leadership-content-wrap-right {
    width: 40%;
    padding: 125px 78px 134px 0;
}
.leadership-content-wrap-left {
    width: 42%;
    padding: 125px 0px 110px 78px;
}
.img-chairmen, .img-md {
    position: relative;
    width: 58%;
}
.img-chairmen img {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    max-width: 765px;
}
.img-md img {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    max-width: 775px;
}
.leadership-name {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    vertical-align: bottom;
    color: rgba(159, 2, 3, 1);
    text-shadow: 0 0 0 rgb(255,255,255), 1px 1px 0 rgb(255,255,255), 2px 2px 0 rgb(255,255,255), 3px 3px 0 rgb(0,0,0);
}
.designation {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 40px 0;
}
.designation::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50px;
    width: 75%;
    height: 5px;
    background: url('../../../assets/images/leadership/line-1.svg') no-repeat;
    background-position: 100% 100%;
}
.leadership-name-left {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    vertical-align: bottom;
    color: #FFF;
    text-shadow: 2px 2px 0 rgb(192, 15, 94), 1px 1px 0 rgb(241, 228, 154), 3px 3px 0 rgb(244, 230, 149);
}
.designation-left {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 40px 0;
}
.designation-left::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50px;
    width: 73%;
    height: 5px;
    background: url('../../../assets/images/leadership/line-2.svg') no-repeat;
    background-position: 100% 100%;
}
.message-content {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 70px;
    text-align: justify;
}
.club {
    background: #9F0203;
    background: linear-gradient(180deg, #9F0203 0%, #9F0203 100%);
}
.pt-25 {
    padding-top: 25px;
}
.pt-4 {
    padding-top: 40px;
}
.club .mt-4 {
    margin-top: 0 !important;
}
.club .breadcrumb {
    position: relative;
    top: 30px;
}
.club-main {
    position: relative;
    margin-top: 40px;
}
.club-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 0 0 0 78px;
}
.club-heading {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.4;
}
.white-yelow-shadow {
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgb(156, 2, 2), 3px 2px 1px rgb(249 213 20), 2px 2px 2px rgb(206 199 39);
}
.club-content {
    font-size: 16px;
    margin-top: 25px;
    line-height: 1.4;
    text-align: justify;
}
.club-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.club-img img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}
.club-img img:hover {
    transform: scale(1.1);
    overflow: hidden;
}
.column-reverse {
    flex-wrap: nowrap;
}
.mob-toll-no {display: none;}
.club-img-right {
    display: flex;
    justify-content: end;
    padding: 0 0 0 78px;
}
.text-middle {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.placements-home .p-title {
    padding-left: 40px;
}
.text-middle h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background: url('public/course/assets/images/cgc-placement/vertical-line.svg') no-repeat center;
    background-size: contain;
}
.color-yellow strong {
    color: #FFF;
    font-size: 32px;
}
.facilities {
    position: relative;
    list-style: none;
    display: flex;
    width: 900px;
    flex-flow: wrap;
    margin-top: 25px;
}
.facilities li {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    width: 218px;
    padding: 15px 36px;
    border-bottom: 1px dotted #FFF;
    border-left: 1px dotted #FFF;
}
.facilities li:first-child {
    border-left: 1px dotted transparent !important;
}
.color-yellow {
    color: #F9E562 !important;
    font-size: 32px !important;
}
.img-zoom {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}
.img-zoom:hover {
    transform: scale(1.1);
    overflow: hidden;
}
.facilities li p {
    color: #FFF;
    font-weight: 600;
    margin-top: 15px;
    font-size: 16px;
}
.facilities li:nth-child(4), .facilities li:nth-child(5), .facilities li:nth-child(6) {
    border-bottom: 1px dotted transparent;
}
.facilities li:nth-child(4) {
    border-left: 1px dotted transparent;
}
#whyChoose2.slick-slider .slick-list {
	transform:rotate(180deg);
}
#whyChoose2.slick-slider .slick-slide {
	transform:rotate(180deg);
}
.placements-home .item {
    position: relative;
    width: 95%;
    height: auto;
    margin: 40px 0;
}
.placements-home .item img {
    border-radius: 25px;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
}
.placements-home .item .event-text {
    position: absolute;
    bottom: 130px;
    left: -75px;
    transform: rotate(270deg);
    font-size: 24px;
    font-weight: 600;
}
.placements-home .p-title {
    padding-left: 40px;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: block;
    height: 100%;
    line-height: 120px;
    top: 0;
	left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;
    border-radius: 25px;
}
.item .overlay {
    opacity: 0.8;
}
.rs-detail-item__slider .item h5 {
    font-size: 1rem;
    font-weight: 500 !important;
}
.latest-news {
    background-color: #FAFAFA;
}
.news-title-heading {
    font-size: 24px !important;
    margin-bottom: 35px !important;
    font-weight: 400 !important;
    position: relative;
}
.footer .g-info {
    color: #ff7171;
}
.t-info {
    font-size: 16px;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px 0;
}
.w-100 {
    width: 100%!important;
}
.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}
.table th {
    background-color: #9F0203;
    color: #fff;
}
.table tr {
    border: 1px solid #ddd;
}
.table tr {
    border-bottom: 1px solid #ddd;
}
.table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table tbody, td, tfoot, th, thead, tr {
    border: 1px solid;
    border-color: inherit;
}
.table tbody, td, tfoot, th, thead, tr {
    border: 1px solid;
    border-color: inherit;
    font-size: 15px;
    padding: 5px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}
.table tr:hover {
    background-color: #e5e3e3;
}
.inter-background, .table th {
    background-color: #9F0203;
    color: #fff;
}
td.tbl_heading {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--bg-navyblue);
}
.custom-fee {
    font-size: 14px;
}
.custom-fee li:hover {
   color: var(--bg-navyblue);
}
.rs-detail-item__slider {
	line-height: 1 !important;
}
main {
    overflow: hidden;
}
/* Faq Page Css Start Here */
.faq {
    padding: 0 0 5rem;
}
.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}
.accordion-item {
    margin: 5px 0;
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}
.accordion-button:not(.collapsed), .emi-fee {
    color: #fff;
    background-color: #9F0203 !important;
    box-shadow: none;
}
.emi-fee {
    padding: 15px;
    border-radius: 10px;
}
.accordion h1, .accordion h2, .accordion h3, .accordion h4, .accordion h5, .accordion h6 {
    margin: 0;
    font-weight: 700 !important;
}
h2.accordion-header {
    margin: 0;
    font-weight: 700 !important;
}
#collapse_sch2 .accordion-body ul li {
    font-size: 16px;
}
.faq .accordion-button:hover {
    color: #fff;
    background-color: #9F0203;
    box-shadow: none;
}
.accordion p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: normal !important;
}

.accordian-text p{
    text-align: justify;
    padding: 0 27px;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../../../assets/img/up-arrow.svg);
    transform: rotate(-180deg);
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}
/* Refund Policy Css */
.bg-light {
    background-color: #f8f9fa !important;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.275rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.bg-danger {
    background-color: #9F0203 !important;
}
/* Pagination & News Style Start here */
.custom-pagination {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.custom-pagination ul.pagination li {
    margin: 25px 8px;
    color: #000 !important;
    list-style: none;
}
ul.pagination {
    display: flex;
    margin: 0;
    padding: 0;
}
.custom-pagination ul.pagination li a {
    border: 1px solid #d5bfbf;
    color: #000;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 8px;
}
.custom-pagination ul.pagination li.active a {
    background-color: rgba(152,0,46,20%);
    border: 1px solid #9F0203;
    color: #000;
    font-weight: 600;
    border-radius: 8px;
}
.custom-pagination ul.pagination li.active a {
    color: #9F0203
}
.blog__list .row>div {
    margin: 0 0 50px;
}
.blog__list .img_content_blog {
    margin-bottom: 0;
    height: 100%;
}
.blog__list .img_content_blog:hover {
    transition: .7s all;
}
.blog__list .image_blog img {
    width: 100%;
}
.blog__list .img_content_blog .image_blog, .lib-data table {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.blog__list .blog_page_text, .ranking-carousel .slide img {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 30%);
    padding: 20px 20px 30px 20px;
}
.img_content_blog:hover .image_blog a img {
    transform: scale(1.10);
}
.blog_page_text {
    position: relative;
}
.blog_page_text:before {
    content: '';
    position: absolute;
    border-left: 5px solid var(--bg-navyblue);
    left: 0;
    width: 5px;
    height: 22%;
}
h4.entry-title{
    margin: 0;
    font-weight: 700 !important;
}
.event-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.event-link {
    align-items: center;
    display: flex;
    justify-content: center;
}
.event-link svg { 
    margin-left: 5px;
}
.blog__list .blog_page_text h4.entry-title a {
    font-weight: 600;
    font-size: 19px;
    color: #000;
    display: block;
    line-height: 1.4;
}
.news-title-heading:before {
    content: '';
    width: 12%;
    height: 7px;
    background: url(/public/course/assets/images/admission/title-bottom.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 15px;
    bottom: 0;
    top: 35px;
}
.blog__list .blog_page_text a {
    color: var(--bg-navyblue);
    transition: .3s;
    outline: 0 !important;
    font-weight: 500;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 18px;
}
.blog__list .readMoreLink {
    text-align: left !important;
    margin-top: 20px;
}
.blog__list .readMoreLink a {
    border: 1px solid #9f113c;
    padding: 8px 15px;
    margin-top: 15px;
}
.blog__list .more-link:hover {
    background-color: var(--bg-navyblue);
    color: #FFF;
}
.blog_page_text p {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #6c6c6c;
    text-align: justify;
}
.blog-date {
    color: #847e7e;
}
.story-data {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
.story-data p {
    line-height: 1.2 !important;
}
.h2_white_shadow {
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgb(192, 15, 94), 1px 1px 0 rgb(241, 228, 154), 3px 3px 0 rgb(244, 230, 149);
    color: #fff !important;
    border-bottom: 1px solid #fff;
}
.explore-campus {
    padding-top: 70px;
    margin-top: 25px;
}
.research-campus {
    padding: 60px 0;

    margin-top: 25px;
}
.research-campus h2 {
    font-size: 38px;
}
.explore-campus h2 {
    font-size: 28px;
}
.story-data li {
    border-right: 1px dotted #FFF;
    padding: 0 83px;
}
.story-data li:last-child {
    border-right: 1px dotted transparent;
}
.story-data .p-fig {
    margin: 20px 0 10px 0;
    font-size: 24px;
    font-weight: 600;
}
.story-data .p-recruit {
    font-size: 14px;
    font-weight: 500;
}
.overview-title {
    position: relative;
    line-height: 1.2;
    margin-top: 40px;
    font-size: 32px;
    font-weight: 600;
    text-shadow: 0 0 0 rgb(255, 255, 255), 0 0 0 rgb(255, 255, 255), 2px 2px 0 rgb(255, 255, 255), 3px 3px 0 rgb(0, 0, 0);
}
.overview-content {
    font-size: 14px;
    line-height: 1.4;
    text-align: justify;
}
.bordr-title span:after {
    content: '';
    width: 53%;
    height: 4px;
    background: url('/public/course/assets/images/overview/line.svg') no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: -15px;
}
.place-data {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.overview-placements {
    display: flex;
    padding: 0 40px;
    align-items: center;
    height: 135px;
}
.overview-placements {
    border-right: 1px solid #F9E562;
}
.overview-placements:last-child {
    border-right: 1px solid transparent;
}
.mr-2 {
    margin-right: 20px;
}
.inter-data {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    padding: 0;
    margin-top: 30px;
}
.img-gallery .button.is-checked a:hover {
    color: #FFF;
}
.data-tieups img {
    width: 57px;
}
.inter-data li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 35px 0;
    width: 50%;
    border-bottom: 1px dotted #9F0203;
    border-left: 1px dotted #9F0203;
}
.inter-data .figures-text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-top: 10px;
    margin-left: 30px;
}
.inter-data .p-figures {
    font-size: 42px;
    font-weight: 700;
    text-align: left;
}
.inter-data .p-text {
    color: #2E2E2E;
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
}
.inter-data li:first-child {
    border-left: 1px dotted transparent !important;
}
.inter-data li:nth-child(3) {
    border-left: 1px dotted transparent !important;
    border-bottom: 1px dotted transparent;
}
.inter-data li:nth-child(4) {
    border-bottom: 1px dotted transparent;
}
.inter-data li:nth-child(2), .inter-data li:nth-child(4) {
    padding: 0 78px;
}
.stu-img img {
    margin-left: -11%;
}
.magazine-custom .blog__list .img_content_blog .image_blog a img, .leader-msg .img-shadow.life-w-100 {
    width: 100%;
    height: 100%;
    max-height: 435px;
    transition: .7s all;
    object-fit: cover;
}
.blog__list .img_content_blog .image_blog a img, .leader-msg .img-shadow.life-w-100 {
    width: 100%;
    height: 100%;
    max-height: 310px;
    transition: .7s all;
    object-fit: cover;
}
.blog__list .img_content_blog .image_blog a img:hover {
    transform: scale(1.10);
}
.button {
    border-radius: 0;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.4em;
    box-shadow: none !important;
    outline: none !important;
    border: 0;
    width: auto;
    background: transparent;
    transition: .3s all;
}
.btn_block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.btn__outline {
    display: inline-block;
    width: max-content;
    text-align: center;
    border: 1px dashed #9F0203;
    border-radius: 12px;
    padding: 8px;
    margin: 0 auto;
}
.black_btn {
    background: #000;
    color: #fff;
    border-radius: 10px;
    line-height: 1.75;
    display: inline-block;
}
.black_btn:hover {
    background: #9F0203;
    color: #fff;
    box-shadow: 3px 3px #00000040 !important;
}
.apply-venture {
    position: absolute;
    right: 200px;
    bottom: 25px;
}
.btn_ms-0 {
    display: inline-block;
    width: max-content;
    text-align: center;
    border: 1px dashed #9F0203;
    border-radius: 12px;
    padding: 8px;
}

.about-ncc-img {
    padding-top: 88px;
}
.about-ncc-img img {
    margin-left: 84px;
    position: relative;
    padding-left: 76px;
    z-index: 9;
}
.ncc-about-content {
    position: relative;
}
.ncc-content-wrap {
    background-color: #F2F3F7;
    padding: 78px 45px 153px 125px;
    text-align: justify;
    margin-top: 204px;
}
.ncc-about-content .title-content, .nss-about-content .title-content {
    font-size: 28px;
    font-weight: 700;
    position: relative;
    vertical-align: bottom;
    color: #9F0203;
    text-shadow: 0 0 0 rgb(255,255,255), 1px 1px 0 rgb(255,255,255), 2px 2px 0 rgb(255,255,255), 3px 3px 0 rgb(0,0,0);
}

.ncc-about-content p, .nss-about-content p {
    font-size: 16px; 
    text-align: justify;
}
.ncc-about-content .title-content::after, .nss-about-content .title-content::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50px !important;
    width: 32%;
    height: 5px;
    background: url(../images/awards/line.svg) no-repeat;
    background-position: 100% 100%;
}
.nss-img img {
    padding: 0 0 0 50px;
}
.blood-camp-img {
    padding-top: 30px;
}
.blood-camp-p {
    display: flex;
    justify-content: flex-end;
    margin: -30px 30px 0 0;
}
.ncc-aim-elig {
    --icon-space: 2em;
    list-style: none;
    padding: 0;
}
.ncc-aim-elig li {
    padding-left: var(--icon-space);
    margin: 10px 0;
    color: #FFF;
    font-size: 14px;
}
.ncc-achieve .ncc-aim-elig li {
   font-size: 14px;
}
.ncc-aim-elig li:before {
    content: '';
    background: url(../images/ncc/tick.svg) no-repeat;
    display: inline-block;
    margin-left: calc(var(--icon-space)* -1);
    width: var(--icon-space);
    width: 22px;
    height: 22px;
    top: 6px;
    position: relative;
    margin-right: 10px;
}
.pr-4 {
    padding-right: 55px;
}
.pl-4 {
    padding-left: 55px;
}
.ncc-achieve {
    padding: 70px 20px;
}
.achievements-text {
    font-family: var(--font-default);
    font-size: 85px;
    font-weight: 700;
}
.stroke3 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
    opacity: 0.4;
}
.ncc-tagline {
    font-size: 24px;
    color: #9F0203;
}
.ncc-sec-title h2.text_red {
    text-shadow: 0 0 0 rgb(255,255,255), 1px 1px 0 rgb(255,255,255), 2px 2px 0 rgb(255,255,255), 3px 3px 0 rgb(0,0,0) !important;
}
.ncc-sec-title h2 {
    font-size: 28px;
}
.ncc-sec-title .text_red {
    color: #9F0203;
}
.ncc-sec-title .page-sub-heading {
    font-size: 18px;
    position: relative;
    width: 80%;
    margin: 0 auto;
    color: #000;
    line-height: 1.4;
    text-shadow: none;
    margin-top: 15px;
}
.ncc-names {
    font-size: 20px;
    color: #3092DD;
    margin-top: 25px;
}
.contact-page {
    position: relative;
}
.contact {
    background-color: #F2F3F7;
    margin: 60px 0;
}
.contact-title h2, .refund-form h2 {
    font-size: 36px !important;
}
.contact .form-group label, .refund-form .form-group label {
    color: #929292;
}
.contact .form-control, .refund-form .form-control { 
    padding: 1rem 0.75rem !important;
    border-radius: 8px !important; 
    border: 1px solid #ced4da !important;
}
.button-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-submit {
    display: flex;
    align-items: center;
}
.send-message {
    margin: 60px 0 40px 0;
    background: #9F0203;
    color: #fff;
    border-radius: 10px;
    padding: 12px 20px;
    line-height: 1.75;
    display: inline-flex;
    align-items: center;
}
.send-message:hover {
    background: #000;
    color: #fff;
    box-shadow: 3px 3px #00000040 !important;
}
.send-message img {
    width: 22px;
    margin-left: 5px;
}
.blog-detail {
	background-position: center;
}
.tieups-mou {position: relative;}
.tieups-mou .item {
    display: flex;
}
.tieups-mou .item span {
    border-right: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    display: table;
    padding: 2rem 0;
    width: 25%;
}
.tieups-mou .item span:last-child {
    border-right: 1px solid transparent;
}
.tieups-mou .item-last {
    display: flex;
}
.item-last span {
    border-right: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    display: table;
    padding: 2rem 0;
}
.tieups-mou .item-last span {
    border-bottom: 1px solid transparent;
}
.tieups-mou .item-last span:last-child {
    border-right: 1px solid transparent;
}
.item img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.news-ticker-img {
    height: 155px;
}
.testimonial-section .item img {
    display: block;
    width: auto;
    margin: 0;
}
.list-none {
    list-style: none;
}
.mission-carousel {
    display: flex;
}
.mission {
    flex: 1;
}
.list-inside {
    list-style: inside;
}
.list-none li {
    padding: 5px 0;
}
.refund-container {
    position: relative;
    background-color: #FAFAFA;
}
.refund-form {
    background-color: #F2F3F7;
    margin: 30px 0 60px 0;
}
/** International Gallery **/
.more-blogs-background, .more-gallery-background {
    position: relative;
    padding: 0 1rem;
}
.img-gallery .button {
    margin: 3px;
}
.img-gallery {
    text-align: center;
    margin: 20px 0 30px;
}
.grid article {
    display: block;
    float: left;
    margin: 0.7%;
    width: 23.5%;
    max-height: 218px;
    overflow: hidden;
}
.artcle_img a img {
    object-fit: cover;
    max-height: 219px;
    transition: 0.3s;
    min-height: 219px;
}
.artcle_img a img:hover {
    transform: scale(1.1);
}
.img-gallery .button {
    background-color: #F2F3F7 !important;
    display: inline-block;
    border-radius: 10px !important;
}
.img-gallery .button a {
    color: #929292;
    display: block;
    padding: 10px 25px;
}
.img-gallery .button.is-checked.active, .img-gallery .button:active {
    background-color: #9F0203 !important;
    outline: 0;
    display: inline-block;
    border-radius: 10px !important;
}
.img-gallery .button.is-checked:hover {
    background-color: #9F0203 !important;
    outline: 0;
    display: inline-block;
    border-radius: 10px;
}
.img-gallery .button.is-checked a:hover {
    color: #FFF;
}
.img-gallery .button.is-checked.active a {
    color: #FFF;
}
.international-gallery img {
    width: 100%;
}
.intern-gallery {
    position: relative;
}
.btn__outline img {
    width: auto;
}
.webinars {
    position: relative;
    background-color: #a50034;
    z-index: 1;
}
.intern-videos {
    position: relative;
}
.key-features {
    border: 2px solid #FFF;
    border-radius: 30px;
    padding: 40px 30px;
}

.key-features h4 {
    font-size: 16px !important;
    font-weight: 500 !important;
}
.feature-content {
    font-size: 15px !important;
    font-weight: 500 !important;
    margin-top: 15px;
}
.feature-icon {
    position: relative;
    text-align: center;
    width: 20%;
    margin: 0 auto;
}
.feature-icon img {
    background-color: #FFF;
    text-align: center;
    border-radius: 50%;
    padding: 10px;
}
.blog-detail {
    position: relative;
    padding: 4rem 0 11rem;
    background-size: cover;
}
/* News Detail Page Css Start here */
.blog-content-bg {
    background-color: #FAFAFA;
}
.blog-content-wrap {
    position: relative;
    
    margin-top: 21px;
    margin-bottom: 2rem;
}
.topics-list {
    list-style: none;
    margin-top: 15px;
    padding: 15px;
    background-color: #FFF;
    box-shadow: 2px 6px 10px #ccc;
    position: relative;
    border-radius: 15px;
}
.bd-topics-list {
    column-count: 3;
}
.bd-topics-list li {
    font-size: 15px;
}

.bd-topics-list li a {
    margin: 0px 0px 15px 0 !important;
}
.topics-list li {
    background-color: #F2F3F7;
    border-radius: 10px;
}
.fa-phone {font-size: 19px;}
.topics-list li a {
    font-family: var(--menu-font);
    border-radius: 10px;
    display: block;
    padding: 10px;
    margin: 15px 0;
    color: #000;
}
.topics-list li a span img {
    width: 35px;
    position: relative;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.topics-list li a:hover img {
    filter: brightness(0) invert(1);
}
.topics-list li a:hover, .topics-list li a:focus {
    background-color: var(--bg-navyblue);
    color: #FFF;
}
.topics-list li a.active {
    background-color: var(--bg-navyblue);
    color: #FFF;
}
.topics-list li:first-child {
    margin-top: 0;
}
.blog-content-wrap .shadow-box {
    position: absolute;
    top: 84px;
    height: 150px;
    width: 100%;
}
.blog-detail-content {
    position: relative;
}
.blog-detail-heading {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 700;
    margin-top: 0;
}
.more-blogs-background, .more-gallery-background {
    position: relative;
    padding: 0 1rem;
}
.blog-detail, .more-blogs-background, .more-gallery-background {
    background-image: linear-gradient(#4b4f5f, #292b33);
    background-repeat: no-repeat;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}
.blog-carousel .owl-nav, .c-carousel .owl-nav {
    display: flex;
    margin-top: 50px;
    justify-content: center;
}
.blog-carousel .owl-nav .owl-prev {
    top: 50%;
    position: absolute;
    color: #fff;
    z-index: 999;
    left: 0;
    transform: translate(-15px, -50px);
}
.blog-carousel .fa-chevron-left:before, .c-carousel .fa-chevron-left:before {
    content: "\f177";
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    margin: 0 5px;
    color: #897c7c;
}
.more-blogs-background h3, .more-gallery-background h3 {
    padding-top: 50px;
    font-size: 32px;
}
.text-white {
    color: var(--text-color-white) !important;
}
.text-center {
    text-align: center !important;
}
.text-white {
    color: #fff !important;
}
.text-white {
    color: #fff !important;
}
.more-blogs-background:before {
    background-color: #080810;
    top: -40px;
}
.more-blogs-background:after, .more-blogs-background:before {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -0.5px;
}
.recent-blogs-wrap {
   position: relative;
   margin: 15px 0;
}
.recent-blog-list {
    list-style: none;
    padding-left: 0;
}
.recent-blog-list li {
    display: flex;
    margin: 15px 0;
}
.recent-blog-list li img {
    width: 200px;
    margin: 0 15px 0 0;
    height: fit-content;
}
.recent-blog-list li a, .recent-blog-list a {
    font-family: var(--primary-font);
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 17px;
}
.recent-blog-list li p {
    font-family: var(--primary-font);
    display: block;
    color: #000;
    font-size: 16px;
    margin: 5px 0;
}
.left-content-single .share-social .share-square {
    width: 50%;
    height: 65px;
    line-height: 67px;
    text-align: center;
    float: left;
    position: relative;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}
.left-content-single .share-social .share-button, .left-content-single .share-social .share-button a {
    overflow: hidden;
    display: inline-block;
    vertical-align: 0;
    width: 100%;
    height: 100%;
}
.fb {
    background-color: #3B5999;
}
.x {
    background-color: #000;
}
.count-total {
    text-align: center;
    position: relative;
    clear: both;
    padding: 5px;
    background-color: #FFF;
    box-shadow: 1px 1px 5px #CCC;
}
#fees_img-error {
    display: block;
}
.view-blogs-more {
    background: #FFF;
    color: #000;
    border-radius: 10px;
    line-height: 1.75;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
.view-blogs-more img {
    max-width: 100%;
    filter: invert(1);
}
.view-blogs-more:hover {
    background: var(--bg-navyblue);
    color: #FFF;
}
.view-blogs-more:hover img {
    filter: invert(0);
}
.blog-content-wrap.pt-8 {
    padding-top: 40px;
}
.blog__topics {
    position: relative;
}
.blog-detail-content p {
    font-size: 1rem !important;
    margin-top: 15px !important;
    font-weight: 400;
  	text-align: justify;
}
.blog-detail-content h2, .blog-topic a, .career-font, .career-jobs li, .item-box-blog-text {
    font-size: 1.2rem !important;
}
.blog-detail-content ol li {
    font-size: 1rem !important;
    margin-top: 15px !important;
    font-weight: 400;
}
.nss-about-content .pd-l-50 {
    padding: 0 0 0 50px;
}
.nss_owl .item .achvmnt_pos {
    margin-top: 15px;
}
.nss_owl .item .achvmnt_pos strong {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.left-start .btn__outline {
 	display: flex;
    margin: unset;
}
.nss-content {
    color: #FFF;
    text-align: justify;
    font-size: 16px;
}
.nss_owl .item a.read__more {
    color: #F9E562;
    margin-left: 5px;
}
.nss_owl .item a.read__more:hover {
    color: #ceb931;
}
.lib_medical_sec p {
    font-size: 18px;
    text-align: justify;
}
.education_page .edu.title_image:before {
    background: #ceb931 !important;
    width: 100% !important;
}
.library_page .club-heading {
    font-size: 24px;
}
.research-page .h2_white_shadow {
    text-shadow: 2px 2px 0 rgb(192, 15, 94), 1px 1px 0 rgb(241, 228, 154), 3px 3px 0 rgb(244, 230, 149) !important;
    border-bottom: 1px solid transparent !important;
}
.research-page h2 {
    font-size: 37px !important;
}
.theme-background {
    background-color: #9F0203 !important;
}
.pay-fee {
    position: relative;
}
.pay-fee ul {
    padding-left: 0;
}
.pay-fee li {
    list-style: none;
}
.pay-fee .accordion-button {
    background-color: #D9D9D9;
}
.greviance-text-left {
    text-align: left;
}
.greviance-form .nav-tabs {
    border-bottom: 1px solid transparent;
    border-radius: 8px;
    justify-content: center;
}
.greviance-form .nav-tabs .nav-link {
    background-color:#F2F3F7;
    margin: 0 10px;
    border-radius: 15px;
    color: #000;
}
.about-five-tab .nav-tabs .nav-link.active {
    color: #FFF;
    background-color: #AD274F;
}
.et_pb_row .form-group, .et_pb_row select, .et_pb_row textarea {
    margin-top: 15px;
}
.et_pb_row .send-message {
    margin: 25px 0 40px 0;
}
.inner-cgc-career {
    position: relative;
    border: 2px solid #FFF;
    padding: 25px 15px;
    border-radius: 15px;
    color: #FFF;
    margin: 10px 0;
}
.inner-cgc-career h3:before {
    content: '';
    position: absolute;
    left: 40px;
    top: 64px;
    width: 22%;
    height: 4px;
    background: url(https://www.cgc.ac.in/public/course/assets/images/carrer/line-career.svg) no-repeat center;
}
.inner-cgc-career h3 {
   color: #F9E562 !important;
}
.job-listings {
    padding: 0 !important;
}
.job-listings .accordion-button {
    background-color: #939597;
}
.job-post {
    list-style: none;
    width: 95%;
}
.job-post a {
    display: flex;
    width: 100%;
    align-items: center;
}
.job-desig {
    width: 70%;
}
.location {
    width: 12%;
}
.cgc-inst, .location,.job-type {
    color: #FFF;
}
.carrer-apply-job h3 {
    color: #AD274F;
    font-size: 24px;
}
.carrer-apply-job h5 {
    color: #000;
    font-size: 18px;
    font-weight: 500 !important;
    line-height: normal;
}
.ml-15 {
    margin-left: 15px;
}
.job-listings .accordion-item {
    margin: 20px 0;
}
.job-contact {
    display: flex;
    justify-content: center;
    color: #FFF;
}
.job-contact svg, .job-contact h4, .job-contact span {
    margin: 0 5px;
    font-weight: 400 !important;
}
.job-contact {
    background-color: #AD274F !important;
    padding: 15px;
}
.cec_page .fss-slider .slick-dots li button {
    background: #bdcddf !important
}
.industry_academia .slick-dots .slick-active button,.research-page .slick-dots .slick-active button, .cec_page .fss-slider .slick-dots .slick-active button{
    width: 45px !important;
    height: 10px;
    background: #F9E562 !important;
    border-radius: 15px;
}
.ncc-join {
    position: relative;
}
.join-text {
    position: absolute;
    top: 0;
}
.magzine-heading {
  font-size: 36px !important;
}
.magzine-detail {
	font-size: 28px !important;
    margin-bottom: 20px !important;
}
.magazine-custom .blog-detail-heading {
    margin-left: 28px;
    margin-top: -10px;
    position: relative;
    padding-left: 30px;
    display: inline-block;
}
.magazine-custom .blog__list .img_content_blog .image_blog a img, .leader-msg .img-shadow.life-w-100 {
    width: 100%;
    height: 100%;
    max-height: auto;
    transition: .7s all;
}
.magazine-custom .blog-detail-heading:before {
    content: "";
    margin-left: -14px;
    margin-top: -10px;
    position: absolute;
    height: 2px;
    background: #409609;
    left: 0;
    top: 24px;
    width: 40px;
}
.checkbox-label {
    font-size: 12px;
    margin-top: 10px;
    font-family: var(--proximanova);
}
.sb-btn-sec label {
    display: inline-block;
    margin-bottom: .5rem;
}
.sbt {
    border: 0;
    border-radius: 5px;
    background: #259609;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px auto 5px;
    width: 100%;
    display: inherit;
    cursor: pointer;
    padding: 6px !important;
}
.magzine-detail {
	font-size: 24px !important;
}
.form-sec-magzine {
    position: absolute;
    transition: all 0.5s;
    width: 320px;
    /* position: fixed; */
    background: #FFF;
    padding: 0px 17px 20px;
    border-radius: 6px;
    float: right !important;
    z-index: 9;
    /* top: 124px; */
    top: 60px;
    right: 45px;
}
div.masthead{display:block;position: relative;}
#carouselBanner{position:unset;}
#carouselBanner .item{transition: transform 1s ease-in; height:calc(100vh);width:100%;background: no-repeat center center scroll;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
#carouselBanner.owl-carousel .owl-item img{max-width:100%;width:auto}
#carouselBanner .carousel-content{background:rgba(0, 0, 0, 0.7);width: 100%;max-width: 24%;}
#carouselBanner .owl-dots{position:absolute;width:25px;top:45%;display:inline-block;text-align:left;left:21%;margin:0;}
#carouselBanner.owl-theme .owl-dots .owl-dot{display:block;}
#carouselBanner.owl-theme .owl-dots .owl-dot.active span, #carouselBanner.owl-theme .owl-dots .owl-dot:hover span{background:#eab716;}
#carouselBanner.owl-theme .owl-dots .owl-dot span{background:rgba(255,255,255,.5);}
.masthead {
    display: table;
    width: 100%;
    height: auto;
    text-align: left;
    color: white;
}
.masthead .carousel-item {
    z-index: inherit;
    -webkit-perspective: inherit;
    perspective: inherit;
}
.masthead .carousel-inner:before {
    content: '';
    background: rgba(0,0,0,0.0);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.7);
    max-width: 32%;
    opacity: 1;
}
.masthead .carousel-caption {
    right: auto;
    text-align: left;
    width: 100%;
    bottom: 0;
    padding: 0;
    top: 0;
    height: 100%;
    position: relative;
    z-index: 3;
    background: url('../images/awards/banner_shadow.png');
    background-repeat: repeat-x;
}
.carousel-content {
    background: none;
    max-width: 32%;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    padding: 50px;
    padding-left: 35px;
    padding-top: 0;
    z-index: 1
}
.masthead .carousel-caption .container {
    max-width: 100%;
    padding: 0;
}
.masthead .carousel-indicators-main .container {
    max-width: 100%;
}
.masthead .carousel-caption .container .col {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    bottom: 50px;
    position: relative;
}
#mainNav .container {
    max-width: 100%;
}
.carousel-item.next .carousel-caption {
    opacity: 0;
}
.carousel-caption {
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.masthead .carousel-caption h2 {
    width: 100%;
    text-align: center;
    font-weight: 900 !important;
    display: inline-block;
    vertical-align: bottom;
    font-size: 109px;
    line-height: 1.2;
    margin-bottom: -20px;
    color: #9F0203;
    font-family: 'Google Sans' !important;
}
.award-rank h2 sup {
    width: 80px;
    height: 80px;
    position: absolute;
    text-align: center;
    right: 0;
  }
  .award-rank h2 sup:before, .award-rank h2 sup:after {
    content: "";
    position: absolute;
    top: 30px;
    height: 30px;
    right: 0;
    width: 30px;
    background: #9F0203;
}
.award-rank h2 sup:before {
    transform: rotate(30deg);
}
.award-rank h2 sup:after {
    transform: rotate(76deg);
}
.award-rank h2 sup span {
    font-size: 18px;
    text-transform: lowercase;
    color: #FFFF;
    position: absolute;
    top: 44px;
    right: 7px;
    z-index: 9999;
    font-weight: 300;
}
.award-rank::after {
    left: calc(53% - 30px);
    content: '';
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FFF;
    position: absolute;
    bottom: -15px;
}
.masthead .carousel-caption p {
    width: 100%;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    font-size: 19px;
    padding-bottom: 8px;
    margin: 5px 0;
}
.masthead .carousel-caption .amid {
    font-size: 14px;
}
.masthead .carousel-indicators {
    right: auto;
    margin-left: 0;
    bottom: 0;
    left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    max-width: 100px;
    text-align: right;
    padding-left: 29%;
}
.masthead .carousel-indicators li {
    display: block;
    margin-bottom: 8px;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    margin-right: 0;
    margin-left: 0;
    cursor: pointer;
}
.edu.title_image:before {
    background: #ceb931 !important;
    width: 100% !important;
}
.masthead .carousel-indicators .active {
    background-color: #eab716;
}
#carouselBanner .carousel-indicators li::before, .carousel-indicators li::after {
    display: none;
}
#carouselBanner .content-section {
    padding-top: 90px;
    padding-bottom: 90px;
}
#carouselBanner .carousel-indicators-main {
    position: absolute;
    width: 100%;
    top: 45%;
    display: block;
    z-index: 110;
}
#carouselBanner .logo img {
    max-width: inherit;
}
#carouselBanner .carousel-content.row {
    margin: 0;
}
#carouselBanner.owl-carousel .owl-dots .owl-dot.active {
    width: 8px;
    height: 8px;
}
.masthead .award-wrap {
    display: flex;
    flex-direction: column;
}
.masthead .award-rank {
    background-color: #FFF;
    border-radius: 10px;
}
.masthead .carousel-caption .award-rank {
    color: #000 !important;
    width: 60%;
    margin: 16px auto;
    position: relative;
}
.award-sub-content {
    font-weight: 500 !important;
    letter-spacing: 2px;
}

.header__bottom {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 0 20px;
    position: relative;
    z-index: -1;
}
.header__marque {
    width: calc(100% - 490px);
}
.hdr_marque .item {
    padding: 8px;
}
.hdr_marque p {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 14px;
}
.hdr_marque .owl-nav {
    display: block;
}
.hdr_marque .owl-dots {
    display: none !important;
}
.hdr_marque button.owl-prev, .hdr_marque button.owl-next {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
}
.hdr_marque button.owl-next {
    right: 0;
    left: auto;
}
.hdr_marque button.owl-prev img, .hdr_marque button.owl-next img {
    filter: brightness(0) invert(1);
}
.header__all_pgrm {
    width: 260px;
}
.header__admisn {
    width: 230px;
    text-align: center;
}
.header__admisn a.d-flex {
    justify-content: flex-end;
}
.header__admisn span {
    font-size: 17px;
    font-family: var(--googlesansBold);
}
.header__admisn span small {
    font-size: 12px;
}
.header__top-left-new {
    width: 100%;
}
.carer.ul-disc {
    padding-left: 1rem;
}
.carer.ul-disc li {
    margin: 15px 0;
}
.justify-content-center {
    justify-content: center;
}
.industry-about {
    background-color: #F2F3F7;
}
.mission {
    background-color: #FFF;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.mission-wrap {
    text-align: center;
    padding: 25px 10px;
    flex: 1;
    margin-top: 15px;
}
.mission-heading {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 18px;
}
.mission-heading::before {
    content: '';
    border-bottom: 2px solid #a50034;
    position: absolute;
    width: 80px;
    bottom: -5px;
}
.mission-desc {
    font-size: 16px;
}
.mission:hover {
    background-color: #a00534;
    color: #FFF;
}
.mission:hover .mission-heading::before {
    border-bottom: 2px solid #FFF;
}
.mission-icon img {
    width: 80px !important;
    margin: 0 auto;
}
.mission:hover img {
    filter: invert(1);
}
.head_ofc a {
    background-color: #9F0203;
    color: #fff;
    padding: 12px 30px;
    border-radius: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.head_ofc a img {
    max-width: 30px;
}
.head_ofc a p {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    margin-bottom: 0;
    padding-left: 12px;
}
.head_ofc a p span.helpline {
    color: #fff;
    font-size: 14px;
}
.head_ofc p span {
    font-weight: 700;
    color: #9F0203
}
.head_ofc a p span.number {
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    font-size: 18px;
}
.recruiters-carousel.owl-carousel .owl-item img {
    display: block;
    width: 75%;
}
@media screen and (max-width: 1599.98px){
    .contact-title h2, .refund-form h2{
        font-size: 24px !important;
    }
    .form-career .outer-form-hr{
        padding-bottom: 180px !important;
        overflow-y: scroll;
    }
}

@media (max-width: 1199px) {
    .qs-graphic {
        position: unset;
    }
    .hero-banner__content--side.text-white {
        display: none;
    }
    .hero-banner {
        height: 590px;
    }
    .hero-banner__slider .carousel-item.no-after {
        background-position: center !important;
    }
}


@media (min-width: 1800px) {
    .hero-banner {
        height: 850px;
    }
    .message-content {
        font-size: 22px;
    }
    .img-chairmen img {
        width: 100%;
    }
    .form-career .form-control {
        padding: 10px 0.75rem;
    }
    .outer-form-hr .red_btn {
        font-size: 18px;
        margin-top: 20px;
    }
    .outer-form-hr .form-group {
        padding: 10px;
    }
}
@media (min-width: 1620px) {
    .overview-content {
        font-size: 18px;
    }
    .overview-title {
        font-size: 32px;
    }
    .data-tieups img {
        width: 100px;
    }
    .inter-data .p-text {
        font-size: 24px;
        margin-top: 20px;
    }
    .facilities li p {
        font-size: 20px;
        line-height: 1.4;
    }
    .facilities li {
        width: 288px;
        padding: 40px;
    }
}
@media (min-width: 1600px) {
    .hero-banner {
        height: 750px;
    }
    .masthead .carousel-caption .container .col {
        bottom: 100px;
    }
}

@media (min-width: 1200px) {
    .header.dark-grey-bg .header__bottom {
        border-top: 1px solid rgb(1 173 237);
        border-bottom: 1px solid rgb(1 173 237);
    }
    .carousel-item.remove-after img{min-height: 720px;object-fit: contain;}
    .heroContent.pb-8.pt-8{min-height: 377px;} 
    .text-xl-start {
        text-align: start !important;
    }
    .graphic-cont {
        align-items: unset;
        gap: 20px;
    }
    .abet-half img {
        width: 600px;
    }
    .pagination-style .slick-arrow.slick-prev {
        right: auto;
        left: -20px;
    }
    .pagination-style .slick-arrow.slick-next {
        right: -25px;
        left: auto;
    }
}

@media screen and (min-width: 1471) {
    .img-chairmen, .img-md {
        position: relative;
        width:46%;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1470.98px) {
    .mission-desc {
        font-size: 15px;
    }
    .mission-heading {
        font-size: 16px;
    }
    .josh-btn a img {
        width: 80px;
    }
    .top-notch p {
        margin-right: 20%;
    }
   .guest-lectures {
     margin-left: 20%;
   }
  .exp-faculty {
    right: -18%;
   }
  .projct-learning {
    right: 54%;
  }
  .exp-educate {
    left: 54%;
  }
  .innov-content {
    font-size: 18px;
  }
  .top-banner {
    margin-top: 20%;
  }
  .top-banner .desk-text {
    display: block;
    margin-bottom: 10px;
    font-size: 28px;
  }
  .top-banner h1 .course-name {
    font-size: 28px;
  }  
  .top-banner h1 .course-full-form {
    font-size: 40px;
  }
  .header .nav-item>a {
    letter-spacing: .2px;
  }
  .tab-click:first-child {
    margin-left: 0;
  }
  .tab-click {
    padding: 15px 22px;
    margin: 0 5px;
  }
  .course-view .student-img img {
    width: 470px;
  }
  .course-heading-c {
    margin-top: -25px;
  }
  .josh-text {
    width: 368px;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 10px;
  }
  .josh-img img {
    width: 63%;
  }
  .placements {
    width: 300px;
    margin-left: 10px;
  }
  .p-figures {
    font-size: 32px;
  }
  .p-text {
    font-size: 14px;
  }
  .apply-wrap {
    width: 370px;
    margin: 0 auto;
  }
  .apply-wrap .btn-primary {
    padding: 10px 20px;
  }
  .support-line {
    font-size: 40px;
   }
   .support-text {
    font-size: 19px;
   }
   .guest-lectures p {
    padding: 12px 20px;
    margin-left: 10px;
    margin-top: -4%;
    }
   .support-indicators-text {
    font-size: 15px;
    line-height: 1.4;
   }
   .lab-text {
    font-size: 19px;
    line-height: 1.4;
   }
   .help-you {
    font-size: 50px;
    line-height: 1.4;
   }
   .help-wrap h5 {
    font-size: 15px;
    line-height: 1.4;
   }
   .career-options li span {
    font-size: 20px;
   }
   .career-student-img {
    bottom: -40px;
   }
   .drop-down-graphic h3 span {
    font-size: 22px;
   }
   .course-heading {
    font-size: 37px;
    }
    .course-heading-c {
        font-size: 47px;
    }
    .course-heading {
        font-size: 37px;
    }
    .course-title-low {
        width: 58%;
        height: 20%;
    }
    .eligibility-title {
        font-size: 34px;
    }
    .support-tag {
        font-size: 25px;
    }
    .lab-text {
        font-size: 18px;
    }
    .innov-content {
        font-size: 16px;
    }
    .leadership-name {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .leadership-content-wrap-left {
        width: 50%;
        padding: 15px;
    }
    .designation {
        font-size: 18px;
    }
    .leadership-content-wrap-right {
        width: 50%;
        padding: 125px 40px 120px 15px;
    }
    .designation {
        margin: 25px 0;
    }
    .leadership-name-left {
        font-size: 28px;
    }
    .designation-left {
        font-size: 18px;
    }
    .designation::after {
        top: 40px;
    }
    .message-content {
        font-size: 16px;
    }
    .leadership-content-wrap-left {
        width: 50%;
        padding: 125px 15px 120px 40px;
    }
    .club-content-right {
        padding: 25px 0 0 0;
    }
    .club-content {
        margin-top: 15px;
        padding: 0;
    }
    .apply-venture {
        position: absolute;
        right: 200px;
        bottom: 20px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1470.98px) {
    .st-programs {
        width: 1240px;
        max-height: 516px;
        left: -200px;
        overflow-y: auto;
    }
    .st-campus {
       left: -30px;
    }
}
@media screen and (min-width: 1440px) and (max-width: 1470.98px) {
    .course-title-low {
        width: 58%;
        height: 25%;
    }
    .exp-faculty {
        right: 25%;
    }
    .exp-educate {
        left: 34%;
    }
    .projct-learning {
        right: 116%;
    }
    .guest-lectures {
        margin-left: 18%;
        margin-top: 4%;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1300.98px) {
    .support-line {
        font-size: 40px;
    }
    .support-tag {
        font-size: 27px;
    }
    .support-text {
        font-size: 17px;
    }
    .exp-educate {
        left: 52%;
    }
    .exp-faculty {
        right: 0%;
        top: 5%;
    }
    .exp-faculty p {
        margin-left: 5%;
        margin-top: 5%;
    }
    .top-notch p {
        margin-right: 0;
    }
    .industry-visit p {
        margin-left: 38%;
    }
    .guest-lectures p {
        margin-left: 36%;
        margin-top: -5%;
    }
    .navbar-brand a img {
        width: 155px;
    }
    .nbs-item a img {
        width: 90px;
    }
    .josh-btn a img {
        width: 90px;
    }
    .josh-scholarship img {
        width: 95px;
    }
    .help-you {
        font-size: 48px;
    }
    .help-wrap h5 {
        font-size: 14px;
    }
    .support-indicators-text {
        font-size: 13px;
    }
    .guest-lectures p {
        margin-left: 35%;
    }
    .course-heading {
        font-size: 37px;
    }
    .course-title-low {
        width: 58%;
        height: 20%;
    }
    .course-heading-c {
        font-size: 47px;
    }
    .eligibility-title {
        font-size: 28px;
    }
    .lab-text {
        font-size: 16px;
    }
    .innov-content {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .facilities {
        width: 100%;
    }
    .facilities li {
        width: 173px;
    }
    .overview-placements {
        padding: 0 25px;
    }
    .color-yellow strong {
        font-size: 28px;
    }
    .overview-title {
        font-size: 28px;
    }
    .overview-title {
        margin-top: 0;
    }
}
@media screen and (max-width: 1200px) {
    .support-line {
        font-size: 40px;
    }
    .support-tag {
        font-size: 27px;
    }
    .support-text {
        font-size: 17px;
    }
    .exp-educate {
        left: 43%;
    }
    .exp-faculty {
        right: 30%;
    }
    .exp-faculty {
        right: 0%;
        top: 5%;
    }
    .industry-visit p {
        margin-left: 32%;
    }
    .guest-lectures p {
        margin-left: 36%;
        margin-top: -5%;
    }
    .top-notch p {
        margin-right: 0;
    }
    .help-wrap h5 {
        font-size: 14px;
    }
    .support-indicators-text {
        font-size: 13px;
    }
    .guest-lectures p {
        margin-left: 35%;
    }
    .block-img {
        height: 527px
    }
    .cgc-logo {
        width: 125px;
    }
    .josh-btn a img {
        width: 90px;
    }
    .help-you {
        font-size: 42px;
    }
    .help-wrap h5 {
        font-size: 14px;
    }
    .career-options li span {
        font-size: 20px;
    }
    .nbs-item img {
        width: 90px;
    }
    .josh-scholarship img {
        width: 95px;
    }
    .lab-text {
        font-size: 15px;
        line-height: 1.4;
    }
    .innov-content {
        font-size: 16px;
    }
    html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
        opacity: 1 !important;
      }
    
      html:not(.no-js) [data-aos=fade-up] {
        transform: none !important;
      }
    .rs-detail-item_all {
        width: auto;
    }
    .rankingthumb {
        padding-right: 0;
        text-align: center;
        font-size: 16px;
    }
    .labs-title span img {
        width: 45px;
        height: auto;
    }
    .cec_page .course_owl h3 {
        font-size: 18px;
    }
    .cec_page .course_owl p {
        font-size: 16px;
    }
    .club_item .club_itm_wrap h3 {
       font-size: 18px;
    }
    .placement-page h3 {
        font-size: 16px;
    }
    .csb_page .lab-heading {
        font-size: 24px;
    }
    .ranking-wrap {
        width: auto;
        position: relative;
    }
    .bordr-wrap {
      display: none;
    }
    .ml-mr-78 {
      margin: 0;
    }
    .pl-pr-78 {
      padding: 0 15px;
    }
    .footer p {
        text-align: left;
    }
    .ranking-section__top-numbers.pt-8,.career.pt-8 {
        padding-top: 40px;
    }
    .support-indicators-text {
        font-size: 14px;
    }
    .course-heading {
        font-size: 37px;
    }
    .course-title-low {
        width: 58%;
        height: 25%;
    }
    .course-heading-c {
        font-size: 47px;
    }
    .eligibility-title {
        font-size: 36px;
    }
}
@media screen and (max-width: 1199.98px) {
    .bg-fac {
        display: none;
    }
    .course-view {
        display: none;
    }
    .course-title {
        margin-top: 35px;
    }
    .footer .social li a {
        padding: 15px 1px;
    }
    .t-info {
        font-size: 17px;
    }
}
@media screen and (min-width: 1170px) and (max-width: 1279.98px) {
        .img-chairmen img {
        max-width: 480px !important;
    }
  .top-banner {
    margin-top: 20%;
  }
  .top-banner .desk-text {
    display: block;
    margin-bottom: 10px;
    font-size: 30px;
  }
  .top-banner h1 .course-name {
    font-size: 54px;
  }  
  .top-banner h1 .course-full-form {
    font-size: 35px;
  }
  .header .nav-item>a {
    letter-spacing: .2px;
  }
  .tab-click:first-child {
    margin-left: 0;
  }
  .tab-click {
    padding: 15px 22px;
    margin: 0 5px;
  }
  
  .josh-img img {
    width: 63%;
  }
  .placements {
    width: 300px;
    margin-left: 10px;
  }
  .p-figures {
    font-size: 36px;
  }
  .p-text {
    font-size: 14px;
  }
  .josh-text {
    width: 368px;
    margin: 0 auto;
    font-size: 16px;
  }
  .apply-wrap {
    width: 370px;
    margin: 0 auto;
  }
  .apply-wrap .btn-primary {
    padding: 10px 20px;
  }
  .leadership-name {
    font-size: 32px;
  }
  .leadership-content-wrap-left {
    width: 50%;
    padding: 15px;
  }
  .designation {
    font-size: 21px;
  }
  .leadership-content-wrap-right {
    width: 50%;
    padding: 94px 40px 45px 15px;
  }
  .designation {
    margin: 25px 0;
  }
  .leadership-name-left {
    font-size: 32px;
  }
  .designation-left {
    font-size: 21px;
  }
  .designation::after {
    top: 40px;
  }
  .message-content {
    font-size: 18px;
  }
  .leadership-content-wrap-left {
    width: 50%;
    padding: 0 0 0 40px;
  }
  .club-heading {
    font-size: 24px;
  }
  .club-content-right {
    padding: 25px 0 0 0;
  }
  .club-content {
    margin-top: 15px;
    padding: 0;
    font-size: 18px;
  }
  .club-main .row {
    flex-wrap: nowrap;
    padding: 0 15px;
  }
  .club-img-right {
    padding: 0 0 0 60px;
   }
   .club-img-left {
    padding: 0 60px 0 0;
   }
   .apply-venture {
    position: absolute;
    right: 200px;
    bottom: 20px;
    }
}
@media (min-width: 1070px) {
    .hero-banner .carousel-item::before {
        height: 300px;
    }
    .hero-banner .carousel-item.no-height::before {
        height: 350px;
    }
}
@media screen and (min-width: 1170px) and (max-width: 1199.98px) {
    .form-career {
        width: 54%;
        margin: 0 auto;
    }
}
@media screen and (min-width: 992px) and (max-width: 1169.98px) {
  .top-banner {
    margin-top: 20%;
  }
  .top-banner .desk-text {
    display: block;
    margin-bottom: 10px;
    font-size: 26px;
  }
  .top-banner h1 .course-name {
    font-size: 46px;
  }  
  .top-banner h1 .course-full-form {
    font-size: 28px;
  }
  .career-options li span {
    font-size: 18px;
  }
  .leadership .heading h1 {
    font-size: 16px;
  }
  .leadership .heading {
    width: 98%;
    margin-top: 25px;
  }
  .leadership .heading p {
    font-size: 14px;
  }
  .leadership-content-wrap-right {
    width: 98%;
    margin-top: 25px;
    padding: 15px;
  }
  .leadership-wrap {
    flex-direction: column;
  }
  .leadership-wrap-reverse {
    flex-direction:column-reverse;
  }
  .img-chairmen, .img-md {
    width: 100%;
  }
  .img-chairmen img, .img-md img {
    position: relative;
  }
  .message.pt-8 {
    padding-top: 40px;
  }
  .leadership-name-left {
    font-size: 20px;
  }
  .leadership-name {
    font-size: 21px;
  }
  .designation, .designation-left {
    font-size: 18px;
    margin: 10px 0 0 0;
  }
  .designation::after {
    left: 0;
    top: 37px;
    width: 21%;
    background-position: top;
  }
  .designation-left::after {
    left: 0;
    top: 37px;
    width: 21%;
    background-position: top;
  }
  .message-content {
    font-size: 15px;
    margin-top: 30px;
  }
  .leadership-content-wrap-left {
    width: 98%;
    margin-top: 25px;
    padding: 15px;
  }
  .club-heading {
    font-size: 24px;
  }
  .club-content-right {
    padding: 25px 0 0 0;
  }
  .club-content {
    margin-top: 15px;
    padding: 0;
    font-size: 18px;
  }
  .t-info {
    font-size: 17px;
  }
  .footer .social li a {
    padding: 15px 1px;
  }
  .club-main .row {
    flex-wrap: nowrap;
    padding: 10px 0 0 15px;
  }
  .club-heading {
    font-size: 29px;
    padding-top: 20px;
   }
   .club-content-right {
    padding: 25px 0 0 0;
   }
   .club-content {
    margin-top: 15px;
    padding: 0;
    font-size: 17px;
   }
   .club-content .pt-4 {
    padding-top: 0;
   }
   .club-img-right {
    padding: 0 0 0 30px;
   }
   .club-img-left {
    padding: 0 30px 0 0;
   }
   .club-wrap { 
    padding: 0;
   }
   .apply-venture {
    position: absolute;
    right: 200px;
    bottom: 20px;
    }
    .form-career {
        width: 54%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 576px) and (max-width: 991.98px) {
    .form-career {
        width: 54%;
        margin: 0 auto;
    }
    .placements-home .p-title {
        padding-left: 0;
    }
    .facilities {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }
    .facilities li {
        justify-content: space-evenly;
        width: 145px;
        flex-wrap: wrap;
        padding: 15px 8px;
        border-bottom: 1px dotted #FFF;
        border-left: 1px dotted transparent;
    }
    .color-yellow, .color-yellow strong {
        font-size: 24px;
    }
    .text-middle {
        text-align: center;
    }
    .placements-home .item {
        width: 90%;
    }
    .facilities li:nth-child(4) {
        border-bottom: 1px dotted #FFF;
    }
    .facilities {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }
    .facilities li {
        justify-content: space-evenly;
        width: 145px;
        flex-wrap: wrap;
        padding: 15px 8px;
        border-bottom: 1px dotted #FFF;
        border-left: 1px dotted transparent;
    }
    .facilities li:nth-child(4) {
        border-bottom: 1px dotted #FFF;
    }
    .explore-campus h2 {
        font-size: 28px;
    }
    .text-middle {
        padding: 0;
    }
    .text-middle h2:before {
        background: none;
    }
    .color-yellow, .color-yellow strong {
        font-size: 24px;
    }
    #whyChoose2, #topPlaceStu {
        display: none;
    }
    .story-data {
        justify-content: space-around;
        padding: 30px 0;
        width: 100%;
        flex-wrap: wrap;
    }
    .story-data li {
        padding: 25px 0 10px 0;
        width: 50%;
    }
    .story-data li svg {
        width: 60px;
    }
    .explore-campus {
        background-position: bottom;
    }
    .story-data .p-fig {
        font-size: 21px;
    }
    .story-data .p-recruit {
        font-size: 15px;
    }
    .story-data li:nth-child(2) {
        border-right: 1px dotted transparent;
    }
    .story-data li:nth-child(1), .story-data li:nth-child(2) {
        border-bottom: 1px dotted #FFF;
    }
    .overview.pt-8 {
        padding-top: 40px;
    }
    .overview.pb-8 {
        padding-bottom: 40px;
    }
    .overview-title {
        font-size: 20px;
        margin-top: 0;
    }
    .overview-content {
        font-size: 15px;
    }
    .overview-content.pt-4 {
        padding-top: 20px;
    }
    .place-data {
        width: 100%;
        flex-wrap: wrap;
    }
    .overview-placements {
        padding: 10px;
        width: 50%;
        flex-direction: column;
    }
    .overview-placements img {
        width: 50px;
    }
    .overview-placements img.mr-2 {
        margin-right: 10px;
    }
    .overview-placements .p-figures {
        font-size: 24px;
        text-align: center;
    }
    .overview-placements .p-text {
        font-size: 14px;
        margin-top: 0;
    }
    .overview-placements:nth-child(2) {
        border-right: 1px solid transparent;
    }
    .overview-placements:nth-child(1), .overview-placements:nth-child(2) {
        border-bottom: 1px solid #F9E562;
    }
    .stu-img img {
        margin-left: 0;
    }
    .mobile-title-mt-20 {
        margin-top: 20px;
    }
    .inter-data {
        padding: 0;
        margin-top: 30px;
    }
    .inter-data li {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 15px;
        width: 50%;
    }
    .inter-data li:nth-child(2), .inter-data li:nth-child(4) {
        padding: 15px;
    }
    .inter-data .p-figures {
        font-size: 28px;
    }
    .inter-data .figures-text {
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        margin-left: 0;
        align-items: center;
    }
    .inter-data .p-text {
        font-size: 15px;
        margin-top: 5px;
    }
    .venture-page .lbsrvc_wrapper .lbsrvc_item {
        width: 100% !important;
        align-items: center !important;
    }
    .venture-page .lbsrvc_wrapper .lbsrvc_item .itm_text {
        width: calc(100% - 200px) !important;
    }
    .venture-page .lbsrvc_wrapper .lbsrvc_item:nth-child(even) {
        margin-top: 1rem !important; 
        margin-bottom: 1rem !important;
    }
    .venture-page .lbsrvc_wrapper .lbsrvc_item img.lbs_img {
        width: 200px !important;
    }
    .apply-venture {
        position: relative;
        right: 0;
        bottom: 0;
    }
    .apply-venture .justify-content-end {
        justify-content: center !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .inno-sub-heading {
    margin-top: -15px;
  }
  .top-banner {
    margin-top: 20%;
    margin-left: 3%;
  }
  .top-banner .desk-text {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
  }
  .top-banner h1 .course-name {
    font-size: 43px;
  }  
  .top-banner h1 .course-full-form {
    font-size: 26px;
  }
  .testimonials--slider .slick-dots {
    bottom: 40px;
  }  
  .social.mt-5 {
    margin-top: 1rem !important;
}
.recruiters-title {
    font-size: 19px;
    line-height: 1.4;
}
.recruiters-title::after {
    top: 113%;
}
.lab-text {
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
}
.rs-detail-item__slider .rdi-item.justify-content-end {
    justify-content: center !important;
}
.recruiters-title span svg,.labs-title span svg {
    width: 50px;
    height: auto;
}
.breadcrumb {
    display: flex;
    flex-wrap: nowrap;
}
.apply-wrap .btn-primary {
    padding: 10px 30px;
}
.innov-content {
    font-size: 17px;
    line-height: 1.4;
}
.placements {
    display: inline-block;
    padding: 15px 0;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
}
.p-figures sub {
    font-size: 20px;
}
.placements figure {
    margin: 0;
}
.placements img {
    margin: 0 10px;
    width: 60px;
}
.inno-tag-heading {
    font-size: 24px;
}
.course-title {
    font-size: 20px;
    line-height: 1;
}
.bordr-course {
    border-right-style: none;
}
.course-description p {
    font-size: 16px;
    text-align: left;
}
.p-figures {
    font-size: 30px;
}
.josh-img img {
    width: 65%;
    margin-top: 15px;
}
.josh-text {
    width: 65%;
    text-align: left;
    font-size: 16px;
}
.elig-creteria {
    line-height: 1.2;
    font-size: 32px;
    margin-left: 5px;
}
.eligibility-title::after {
    top: 105%;
}
.eligibility-wrap p {
    font-size: 15px;
}
.apply-wrap {
    width: 65%;
}
.recruiters-carousel.owl-carousel .owl-item img {
    border-right-style: none;
    width: 185px;
    box-shadow: 5px 6px 10px #f6ecec;
    margin: 0 auto;
    margin-top: 30px;
}
.support-indicators-text {
    font-size: 13px;
}
.projct-learning, .exp-faculty,.exp-educate {
    margin-top: 0;
    right: 0;
    left: 0;
}
.guest-lectures p, .industry-visit p {
    margin-left: 0;
    margin-right: 0;
}
.support-indicators-wrap {
    justify-content: flex-start;
}
.industry-visit, .guest-lectures,.top-notch {
    justify-content: flex-start;
    margin-top: 0;
}
.support-tag {
    font-size: 26px;
}
.support-line {
    font-size: 42px;
}
.support-text {
    font-size: 16px;
    line-height: 1.4;
}
.top-notch p {
    padding: 12px 15px;
    margin-right: 0;
}
.st-of-art {
    margin-top: 5%;
}
.st-of-art p {
    padding: 12px 15px;
    margin-right: 0;
}
.lab-sub-heading {
    font-size: 23px;
    line-height: 1.2;
}
.labs-title {
    font-size: 32px;
}
.help-you {
    font-size: 42px;
}
.help-wrap h5 {
    font-size: 16px;
}
.career-wrap {
    position: relative;
    display: flex;
    padding-left: 0;
    justify-content: space-between;
}
.career-options {
    padding-left: 0;
}
.career-options li span img {
    width: 45px;
    height: auto;
}
.career-options li span {
    font-size: 16px;
    margin: 15px 5px;
    padding: 12px 0;
}
.career-title {
    font-size: 21px;
}
.career-img svg {
    width: 35px;
    height: auto;
}
.ranking-heading {
    font-size: 20px;
}
.ranking-wrap p {
    font-size: 16px;
    text-shadow: 0px 1px 2px #241616;
}
.page-sub-heading h3 {
    font-size: 24px;
}
.page-sub-heading h6 {
    font-size: 18px;
}
.sty2 i {
    font-size: 40px;
}
.testimonials--slider .pt-8, #section-labs.pt-8, #section-innovations.pt-8, #section-support.pt-8,#section-overview .pt-8
, #section-recruiters.pt-8 {
    padding-top: 45px;
}
.cta {
    font-size: 48px;
    margin-top: 0;
}
.package {
    font-size: 70px;
}
.lpa-bg {
    font-size: 25px;
    padding: 5px 20px 0 10px;
}
.company {
    margin-top: 20px;
}
.company img {
    width: 150px;
    height: auto;
}
.quote-icon img {
    width: 50px;
    height: auto;
    margin-top: 20px;
}
.quote-text.mt-4 {
    margin-top: 0 !important;
}
.quote-text i {
    font-size: 14px;
    font-weight: 700;
}
.testi-img img {
    position: relative;
    margin-top: 15px;
}
.carousel-item.remove-after img{min-height: 500px;object-fit: cover;}
.heroContent.pb-8.pt-8{min-height: 325px;}      
.mobile-b{
    display: block
}
.desktop-b{
    display: none
}
.qs-graphic {
    position: relative;
    top: -80px;
    width: 330px;
}
.una-logo {
    width: auto;
}
.student-wrap {
    position: absolute;
    bottom: -80px;
    opacity: 0.2;
}
.leadership .heading h1 {
    font-size: 16px;
}
.leadership .heading {
    width: 98%;
    margin-top: 25px;
}
.leadership .heading p {
    font-size: 14px;
}
.leadership-content-wrap-right {
    width: 98%;
    margin-top: 25px;
    padding: 15px;
}
.leadership-wrap {
    flex-direction: column;
}
.leadership-wrap-reverse {
    flex-direction:column-reverse;
}
.img-chairmen, .img-md {
    width: 100%;
}
.img-chairmen img, .img-md img {
    position: relative;
}
.message.pt-8 {
    padding-top: 40px;
}
.leadership-name-left {
    font-size: 20px;
}
.leadership-name {
    font-size: 21px;
}
.designation, .designation-left {
    font-size: 18px;
    margin: 10px 0 0 0;
}
.designation::after {
    top: 37px;
}
.designation-left::after {
    top: 35px;
}
.message-content {
    font-size: 15px;
    margin-top: 30px;
}
.leadership-content-wrap-left {
    width: 98%;
    margin-top: 25px;
    padding: 15px;
}
.column-reverse {
    display: flex;
    flex-direction: column-reverse;
}
.club-img {
    margin-top: 20px;
}
.club-main .row {
    flex-wrap: nowrap;
    padding: 0 15px;
}
.club-heading {
    font-size: 18px;
    padding-top: 15px;
}
.club-content-right {
    padding: 25px 0 0 0;
}
.club-content {
    margin-top: 10px;
    padding: 0;
    font-size: 13px;
}
.club-content .pt-4 {
    padding-top: 0;
}
.club-img-right {
    padding: 0 0 0 30px;
}
.club-img-left {
    padding: 0 30px 0 0;
}
.club-wrap { 
    padding: 0;
}
.ncc-sec-title h2 {
    font-size: 20px;
}
.about-ncc-img {
    padding-top: 0;
}
.ncc-content-wrap {
    padding: 30px 20px;
    margin-top: 0;
}
.about-ncc-img img {
    margin-left: 0;
    padding: 20px;
}
.ncc-sec-title .page-sub-heading {
    font-size: 16px;
    width: 100%;
}
.ncc-names {
    margin-top: 15px;
    margin-bottom: 30px;
}
.achievements-text {
    font-size: 38px;
}
.ncc-tagline {
    line-height: 1.4;
    margin-top: 20px;
}
.ncc-aim-elig.pr-4 {
    padding-right: 0;
    margin-top: 20px;
}
.ncc-aim-eli.pl-4 {
    padding-left: 0;
}
.ncc-about-content p {
    font-size: 15px;
}
.ncc-elig {
    margin-top: 20px;
}
.ncc-aim-elig.mt-60 {
    margin-top: 20px;
}
.ncc-sec.mt-4 {
    margin-top: 0 !important;
}
.ncc-eli-title {
    margin-top: 20px;
}
.aim-text {
    margin-top: 15px;
}
.achievements-text.pt-8 {
    padding-top: 40px;
}
.ncc-content-wrap .pt-8 {
    padding-top: 60px;
}
.ncc-achieve {
    padding: 30px 20px;
}
.ncc-sec-title.mb-5 {
    margin-bottom: 20px !important;
}
.ncc_carousel {
    padding: 20px;    
}
.nss-img img {
    padding: 0;
}
.ncc-about-content .title-content, .nss-about-content .title-content {
    font-size: 28px;
    margin-top: 20px;
}
.ncc-about-content p, .nss-about-content p {
    font-size: 15px;
}
.nss-about-content .p-4 {
    padding: 0 !important;
}
.blood-camp-p {
    margin: 0 15px 0 0;
}
.nss-about-content .pt-8 {
    padding-top: 40px;
}
.nss-page h2 {
    font-size: 19px !important;
}
.nss-page .sec_title.center_text {
    margin-bottom: 0 !important;
}
.nss-about-content .pd-l-50 {
    padding: 0;
}
.hiring-video iframe {
    height: 400px;
}
}
@media screen and (min-width: 768px) and (max-width: 805.98px) {
    .testimonials--slider .slick-dots {
        bottom: 95px;
      } 
}
@media (min-width: 768px) {
    /* .d-md-block {
        display: block !important;
    } */
    #innovationSlider .slick-dots, #techLabs .slick-dots {
        display: none;
    } 
    .column-reverse {
        flex-direction: row;
    }
}
@media screen and (max-width: 768px) {
   .course-overview-wrapper {
     max-height: 630px;
   }
    .magazine-custom .blog-detail-heading:before {
       	width: 20px;
    }
    .magzine-heading {
        font-size: 24px !important;
    }
    .magazine-custom .blog-detail-heading {
      	margin-left: 0;
    }
    .magazine-custom .form-sec-magzine {
        position: relative;
        right:auto;
        top:0;
        left: auto;
        width: 100%;
    }
    .magazine-custom .blog-detail-content p {
        margin-top: 0 !important;
    }
    .magazine-custom .blog-detail-heading {
        margin-top: 0;
    }
    .magazine-custom .blog-detail-heading:before {
        margin-left: 0;
    }
    .news-ticker-img {
        height: auto;
    }
    .sec_content .d-flex {
        display: block !important;
    }
    .sec_content img {
        margin: 5px 0;
    }
    .club-wrap { 
        padding: 0;
    }
    .header.sticky .header__top {
        display: none !important;
    }
    .et_pb_code_inner {
        display: block;
    }
    .social li a svg {
        width: 27px;
        padding: 0 2px;
    }
    .eligibility-title {
        display: flex;
    }
    .placement-figrs-section {
        display: none;
    }
    .cta {
        font-size: 52px;
    }
    .innov-wrap {
        padding: 0 15px;
    }
    .inno-sub-heading {
        font-size: 17px;
        margin-top: -15px;
        padding: 0 15px;
    }
    .inno-tag-heading {
        font-size: 28px;
    }
    .student-wrap {
        position: absolute;
        bottom: -80px;
        opacity: 0.2;
    }
    .card-mt-2 {
        margin-top: 5px;
    }
    .sty2 i {
        font-size: 56px;
    }
    .testimonials--slider .pt-8 {
        padding-top: 60px;
    }
    .package {
        font-size: 85px;
    }
    .lpa-bg {
        font-size: 36px;
        padding: 5px 20px 0 10px;
    }
    .company {
        margin-top: 40px;
    }
    .company img {
        width: 200px;
        height: auto;
    }
    .quote-icon img {
        width: 60px;
        height: auto;
        margin-top: 30px;
    }
    .quote-text.mt-4 {
        margin-top: 0 !important;
    }
    .quote-text i {
        font-size: 24px;
        font-weight: 700;
    }
    .testi-img img {
        position: relative;
        margin-top: 25px;
    }
    .footer .social li a svg {
        width: 25px;
    }
}
@media (min-width: 750px) and (max-width: 920px) {
    .hero-banner {
        height: 455px;
    }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
   .top-banner {
        margin-top: 20%;
   }
   .top-banner .desk-text {
        display: block;
        margin-bottom: 10px;
        font-size: 20px;
   }
   .top-banner h1 .course-name {
        font-size: 34px;
   }  
   .top-banner h1 .course-full-form {
        font-size: 22px;
   }
  .social.mt-5 {
        margin-top: 1rem !important;
    }
    .recruiters-title {
        font-size: 19px;
        line-height: 1.4;
    }
    .recruiters-title::after {
        top: 113%;
    }
    .lab-text {
        font-size: 14px;
        line-height: 1.4;
        width: 100%;
    }
    .rs-detail-item__slider .rdi-item.justify-content-end {
        justify-content: center !important;
    }
    .recruiters-title span svg,.labs-title span svg {
        width: 50px;
        height: auto;
    }
    .breadcrumb {
        display: flex;
        flex-wrap: nowrap;
    }
    .apply-wrap .btn-primary {
        padding: 10px 30px;
    }
    .innov-content {
        font-size: 17px;
        line-height: 1.4;
    }
    .placements {
        display: inline-block;
        padding: 15px 0;
        width: 48%;
        height: auto;
        margin-left: 0;
        margin-top: 20px;
        text-align: center;
    }
    .p-figures sub {
        font-size: 20px;
    }
    .placements figure {
        margin: 0;
    }
    .placements img {
        margin: 0 10px;
        width: 60px;
    }
    .inno-tag-heading {
        font-size: 24px;
    }
    .course-title {
        font-size: 20px;
        line-height: 1;
    }
    .bordr-course {
        border-right-style: none;
    }
    .course-description p {
        font-size: 16px;
        text-align: left;
    }
    .p-figures {
        font-size: 30px;
    }
    .eligibe-wrap {
        display: block;
    }
    .josh-img img {
        width: 65%;
        margin-top: 15px;
    }
    .josh-text {
        width: 65%;
        text-align: left;
        font-size: 16px;
    }
    .elig-creteria {
        line-height: 1.2;
        font-size: 32px;
        margin-left: 5px;
    }
    .eligibility-title::after {
        top: 105%;
    }
    .eligibility-wrap.bordr-right {
        border-right-style: none;
        border-bottom: 2px dotted #b6b3b3;
    }
    .eligibility-wrap p {
        font-size: 15px;
    }
    .apply-wrap {
        width: 65%;
    }
    .bg-fac {
        margin-top: 15px;
    }
    .recruiters-carousel.owl-carousel .owl-item img {
        border-right-style: none;
        width: 185px;
        box-shadow: 5px 6px 10px #f6ecec;
        margin: 0 auto;
        margin-top: 30px;
    }
    .support-indicators-text {
        font-size: 16px;
    }
    .projct-learning, .exp-faculty,.exp-educate {
        margin-top: 0;
        right: 0;
        left: 0;
    }
    .guest-lectures p, .industry-visit p {
        margin-left: 0;
        margin-right: 0;
    }
    .support-indicators-wrap {
        justify-content: flex-start;
    }
    .industry-visit, .guest-lectures,.top-notch {
        justify-content: flex-start;
        margin-top: 0;
    }
    .support-tag {
        font-size: 26px;
    }
    .support-line {
        font-size: 42px;
    }
    .support-text {
        width: 80%;
        font-size: 16px;
        line-height: 1.4;
    }
    .top-notch p {
        padding: 12px 15px;
        margin-right: 0;
    }
    .st-of-art {
        margin-top: 5%;
    }
    .st-of-art p {
        padding: 12px 15px;
        margin-right: 0;
    }
    .lab-sub-heading {
        font-size: 23px;
        line-height: 1.2;
    }
    .labs-title {
        font-size: 32px;
    }
    .help-you {
        font-size: 42px;
    }
    .help-wrap h5 {
        font-size: 16px;
    }
    .career-wrap {
        position: relative;
        display: flex;
        padding-left: 0;
        justify-content: space-between;
    }
    .career-options {
        padding-left: 0;
    }
    .career-options li span img {
        width: 45px;
        height: auto;
    }
    .career-options li span {
        font-size: 16px;
        margin: 15px 5px;
        padding: 12px 0;
    }
    .career-title {
        font-size: 21px;
    }
    .career-img svg {
        width: 35px;
        height: auto;
    }
    .ranking-heading {
        font-size: 20px;
    }
    .ranking-wrap p {
        font-size: 16px;
        text-shadow: 0px 1px 2px #241616;
    }
    .page-sub-heading h3 {
        font-size: 24px;
    }
    .page-sub-heading h6 {
        font-size: 18px;
    }
    .sty2 i {
        font-size: 40px;
    }
    .testimonials--slider .pt-8, #section-labs.pt-8, #section-innovations.pt-8, #section-support.pt-8,#section-overview .pt-8
    , #section-recruiters.pt-8 {
        padding-top: 45px;
    }
    .testimonials--slider .pb-8, #section-labs.pb-8, #section-innovations.pb-8, #section-support.pb-8,#section-overview .pb-8 {
        padding-bottom: 45px;
    }
    .cta {
        font-size: 48px;
        margin-top: 0;
    }
    .package {
        font-size: 70px;
    }
    .lpa-bg {
        font-size: 25px;
        padding: 5px 20px 0 10px;
    }
    .company {
        margin-top: 20px;
    }
    .company img {
        width: 150px;
        height: auto;
    }
    .quote-icon img {
        width: 50px;
        height: auto;
        margin-top: 20px;
    }
    .quote-text.mt-4 {
        margin-top: 0 !important;
    }
    .quote-text i {
        font-size: 14px;
        font-weight: 700;
    }
    .testi-img img {
        position: relative;
        width: 500px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .carousel-item.remove-after img{min-height: 500px;object-fit: cover;}
    .heroContent.pb-8.pt-8{min-height: 325px;}      
    .mobile-b{
        display: block
    }
    .desktop-b{
        display: none
    }
    .qs-graphic {
        position: relative;
        top: -80px;
        width: 330px;
    }
    .una-logo {
        width: auto;
    }
    .testimonials--slider .slick-dots {
        bottom: 0;
    }
    .leadership .heading h1 {
        font-size: 16px;
    }
    .leadership .heading {
        width: 98%;
        margin-top: 25px;
    }
    .leadership .heading p {
        font-size: 14px;
    }
    .leadership-content-wrap-right {
        width: 98%;
        margin-top: 25px;
        padding: 15px;
    }
    .leadership-wrap {
        flex-direction: column;
    }
    .leadership-wrap-reverse {
        flex-direction:column-reverse;
    }
    .img-chairmen, .img-md {
        width: 100%;
    }
    .img-chairmen img, .img-md img {
        position: relative;
    }
    .message.pt-8 {
        padding-top: 40px;
    }
    .leadership-name-left {
        font-size: 20px;
    }
    .leadership-name {
        font-size: 21px;
    }
    .designation, .designation-left {
        font-size: 18px;
        margin: 10px 0 0 0;
    }
    .designation::after {
        top: 35px;
    }
    .designation-left::after {
        top: 35px;
    }
    .message-content {
        font-size: 15px;
        margin-top: 30px;
    }
    .leadership-content-wrap-left {
        width: 98%;
        padding: 15px;
        margin-top: 25px;
    }
    .column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .club-main .row .pb-8 {
        padding-bottom: 40px;
    }
    .club-img-left {
        padding: 0;
    }
    .club-img-right {
        padding: 0;
    }
    .club-img {
        margin-top: 20px;
    }
    .club-heading {
        font-size: 20px;
    }
    .club-content-right {
        padding: 25px 0 0 0;
    }
    .club-content {
        margin-top: 15px;
        padding: 0;
        font-size: 14px;
    }
    .club-content .pt-4 {
        padding-top: 0;
    }
    .ncc-sec-title h2 {
        font-size: 20px;
    }
    .about-ncc-img {
        padding-top: 0;
    }
    .ncc-content-wrap {
        padding: 30px 20px;
        margin-top: 0;
    }
    .about-ncc-img img {
        margin-left: 0;
        padding: 20px;
    }
    .ncc-sec-title .page-sub-heading {
        font-size: 16px;
        width: 100%;
    }
    .ncc-names {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .achievements-text {
        font-size: 38px;
    }
    .ncc-tagline {
        line-height: 1.4;
        margin-top: 20px;
    }
    .ncc-aim-elig.pr-4 {
        padding-right: 0;
        margin-top: 20px;
    }
    .ncc-aim-eli.pl-4 {
        padding-left: 0;
    }
    .ncc-about-content p {
        font-size: 15px;
    }
    .ncc-elig {
        margin-top: 20px;
    }
    .ncc-aim-elig.mt-60 {
        margin-top: 20px;
    }
    .ncc-sec.mt-4 {
        margin-top: 0 !important;
    }
    .ncc-eli-title {
        margin-top: 20px;
    }
    .aim-text {
        margin-top: 15px;
    }
    .achievements-text.pt-8 {
        padding-top: 40px;
    }
    .ncc-content-wrap .pt-8 {
        padding-top: 60px;
    }
    .ncc-achieve {
        padding: 30px 20px;
    }
    .ncc-sec-title.mb-5 {
        margin-bottom: 20px !important;
    }
    .ncc_carousel {
        padding: 20px;    
    }
    .ncc-divisions {
        width: 375px;
        margin: 0 auto;
    }
    .refund-form .form-group {
        margin-top: 10px !important;
    }
    .refund-form .mt-4 {
        margin-top: 0 !important;
    }
    .send-message {
        margin: 15px 0;
    }
    .nss-img img {
        padding: 0;
    }
    .ncc-about-content .title-content, .nss-about-content .title-content {
        font-size: 28px;
        margin-top: 20px;
    }
    .ncc-about-content p, .nss-about-content p {
        font-size: 15px;
    }
    .nss-about-content .p-4 {
        padding: 0 !important;
    }
    .blood-camp-p {
        margin: 0 15px 0 0;
    }
    .nss-about-content .pt-8 {
        padding-top: 40px;
    }
    .nss-page h2 {
        font-size: 19px !important;
    }
    .nss-page .sec_title.center_text {
        margin-bottom: 0 !important;
    }
    .nss-about-content .pd-l-50 {
        padding: 0;
    }
}

@media (min-width: 576px) and (max-width: 733.98px) {
    .testimonials--slider .slick-dots {
        bottom: 75px;
        text-shadow: 0px 1px 2px #241616;
    }
}
@media (max-width: 575px) {
    .navbar-collapse.show{
        top: 129px;
    }
    .harvard-tieup img {
        width: 250px;
        height: auto;
    }
    .apply-venture {
        position: relative;
        right: 0;
        bottom: 0;
    }
    .apply-venture .justify-content-end {
        justify-content: center !important;
    }
    .apply-venture .btn_ms-0 {
        margin-top: 2rem;
    }
    .venture-page .lbsrvc_wrapper .lbsrvc_item {
        width: 100% !important;
    }
    .grid article {
        margin: 0.7%;
        width: 48%;
    }
    .career-options-left, .career-options-right {
        padding-left: 0;
    }
    .career-options-left li {
        width: 100%;
    }
    .career-options-right li {
        width: 100%;
    }
    .career-options-left li span {
        padding: 20px 5px;
        font-size: 14px;
    }
    .career-options-right li span {
        padding: 20px 5px;
        font-size: 12px;
    }
    .icons-width-left img {
        width: 45px;
        height: 45px;
    }
    .icons-width-right img {
        width: 45px;
        height: 45px;
    }
    /* .menu__block {
        display: table;
    } */
    .breadcrumb-item {
        font-size: 12px;
    }
    .breadcrumb-item.active {
        font-size: 9px;
        line-height: 2.4;
    }
    .tab-slider .rs-item {
        padding: 0 10px;
    }
    .tab-slider .rs-item .rs-item__in {
        background-color: transparent;
    }
    .tab-slider .rs-item.slick-current.slick-active .rs-item__in {
        background-color: transparent;
        border-radius: 14px;
        padding: 15px 30px;
        font-size: small;
    }
    .social.mt-5 {
        margin-top: 1rem !important;
    }
    .recruiters-title {
        font-size: 19px;
        line-height: 1.4;
    }
    .recruiters-title::after {
        top: 113%;
    }
    .lab-text {
        font-size: 18px;
        line-height: 1.4;
    }
    .recruiters-title span svg,.labs-title span svg {
        width: 50px;
        height: auto;
    }
    .breadcrumb {
        display: flex;
    }
    ul.breadcrumb li.breadcrumb-item{
        font-size: 12px;
        line-height: normal;
        margin-bottom: 6px;
    }
    ul.breadcrumb li.breadcrumb-item.active{
        padding: 0;
    }
    .apply-wrap .btn-primary {
        padding: 10px 30px;
    }
    .innov-content {
        font-size: 17px;
        line-height: 1.4;
    }
    .placements {
        display: flex;
        padding: 5px;
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 20px;
    }
    .p-figures sub {
        font-size: 20px;
    }
    .placements figure {
        margin: 0;
    }
    .placements img {
        margin: 0 10px;
        width: 60px;
    }
    .inno-tag-heading {
        font-size: 24px;
    }
    .course-title {
        font-size: 20px;
        line-height: 1;
    }
    .bordr-course {
        border-right-style: none;
    }
    .course-description p {
        font-size: 16px;
        text-align: left;
    }
    .p-figures {
        font-size: 30px;
    }
    .eligibe-wrap {
       display: block;
    }
    .josh-img img {
        width: 100%;
        margin-top: 15px;
    }
    .josh-text {
        width: auto;
        text-align: left;
        font-size: 16px;
    }
    .elig-creteria {
        line-height: 1.2;
        font-size: 32px;
        margin-left: 5px;
    }
    .eligibility-title::after {
        top: 105%;
    }
    .eligibility-wrap.bordr-right {
        border-right-style: none;
        border-bottom: 2px dotted #b6b3b3;
    }
    .eligibility-wrap p {
        font-size: 15px;
    }
    .apply-wrap {
        width: auto;
    }
    .bg-fac {
        margin-top: 15px;
    }
    .recruiters-carousel.owl-carousel .owl-item img {
        border-right-style: none;
        width: 275px;
        box-shadow: 5px 6px 10px #f6ecec;
        margin: 0 auto;
        margin-top: 30px;
    }
    .support-indicators-text {
        font-size: 16px;
    }
    .projct-learning, .exp-faculty,.exp-educate {
        margin-top: 0;
        right: 0;
        left: 0;
    }
    .guest-lectures p, .industry-visit p {
        margin-left: 0;
        margin-right: 0;
    }
    .support-indicators-wrap {
        justify-content: flex-start;
    }
    .industry-visit, .guest-lectures,.top-notch {
        justify-content: flex-start;
        margin-top: 0;
    }
    .support-tag {
        font-size: 26px;
    }
    .support-line {
        font-size: 34px;
    }
    .support-text {
        font-size: 16px;
        line-height: 1.4;
    }
    .top-notch p {
        padding: 12px 15px;
        margin-right: 0;
    }
    .st-of-art {
        margin-top: 5%;
    }
     .st-of-art p {
        padding: 12px 15px;
        margin-right: 0;
    }
    .lab-sub-heading {
        font-size: 18px;
        line-height: 1.2;
    }
    .labs-title {
        font-size: 24px;
    }
    .help-you {
        font-size: 42px;
    }
    .help-wrap h5 {
        font-size: 16px;
    }
    .career-wrap {
        width: 100%;
        margin: 0 auto;
    }
    .career-options {
        padding: 0;
    }
    .career-options li {
        width: 100%;
    }
    .career-options li span img {
        width: 45px;
        height: auto;
        justify-content: right;
    }
    .career-options li span {
        font-size: 14px;
        margin: 15px 4px;
        padding: 12px 0;
    }
    .course-eligble-text {
        width: 95%;
    }
    .career-title {
        font-size: 21px;
    }
    .career-img svg {
        width: 35px;
        height: auto;
    }
    .ranking-heading {
        font-size: 20px;
    }
    .ranking-wrap p {
        font-size: 16px;
        text-shadow: 0px 1px 2px #241616;
    }
    .page-sub-heading h3 {
        font-size: 24px;
    }
    .page-sub-heading h6 {
        font-size: 18px;
    }
    .sty2 i {
        font-size: 40px;
    }
    .testimonials--slider .pt-8, #section-labs.pt-8, #section-innovations.pt-8, #section-support.pt-8,#section-overview .pt-8
    , #section-recruiters.pt-8 {
        padding-top: 45px;
    }
    .testimonials--slider .pb-8, #section-labs.pb-8, #section-innovations.pb-8, #section-support.pb-8,#section-overview .pb-8,.industry-about.pb-8 {
        padding-bottom: 45px;
    }
    .course-overview .container-fluid.pt-8,.course-overview .container-fluid.pb-8 { 
        padding: 10px 0;
    }
    .cta {
        font-size: 48px;
        margin-top: 0;
    }
    .package {
        font-size: 70px;
    }
    .lpa-bg {
        font-size: 25px;
        padding: 5px 20px 0 10px;
    }
    .company {
        margin-top: 20px;
    }
    .company img {
        width: 150px;
        height: auto;
    }
    .quote-icon img {
        width: 50px;
        height: auto;
        margin-top: 20px;
    }
    .quote-text.mt-4 {
        margin-top: 0 !important;
    }
    .quote-text i {
        font-size: 14px;
        font-weight: 700;
    }
    .testi-img img {
        position: relative;
        margin-top: 15px;
    }
    .carousel-item.remove-after img{min-height: 500px;object-fit: cover;}
    .heroContent.pb-8.pt-8{min-height: 325px;}      
    .mobile-b{
        display: block
    }
    .desktop-b{
        display: none
    }
    .qs-graphic {
        position: relative;
        top: -80px;
        width: 330px;
    }
    .una-logo {
        width: auto;
    }
    .testimonials--slider .slick-dots {
        bottom: 0;
    }
    .leadership .heading h1 {
        font-size: 16px;
    }
    .leadership .heading {
        width: 98%;
        margin-top: 25px;
    }
    .leadership .heading p {
        font-size: 14px;
    }
    .leadership-content-wrap-right {
        width: 95%;
        margin: 0 auto;
        margin-top: 25px;
        padding: 10px;
    }
    .leadership-wrap {
        flex-direction: column;
    }
    .leadership-wrap-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .img-chairmen, .img-md {
        width: 100%;
    }
    .img-chairmen img, .img-md img {
        position: relative;
    }
    .message.pt-8 {
        padding-top: 40px;
    }
    .leadership-name-left {
        font-size: 19px;
    }
    .leadership-name {
        font-size: 21px;
    }
    .designation, .designation-left {
        font-size: 12px;
        margin: 10px 0 0 0;
    }
    .designation::after {
        top: 30px;
    }
    .designation-left::after {
        top: 30px;
    }
    /* .message {
        background-size: contain !important;
    } */
    .message-content {
        font-size: 15px;
        margin-top: 30px;
    }
    .leadership-content-wrap-left {
        width: 98%;
        padding: 15px;
        margin-top: 25px;
    }
    .column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .club-main .row .pb-8 {
        padding-bottom: 40px;
    }
    .club-img-left {
        padding: 0;
    }
    .club-img-right {
        padding: 0;
    }
    .club-img {
        margin-top: 20px;
    }
    .club-heading {
        font-size: 20px;
    }
    .club-content-right {
        padding: 25px 0 0 0;
    }
    .club-content {
        margin-top: 15px;
        padding: 0;
        font-size: 14px;
    }
    .club-content .pt-4 {
        padding-top: 0;
    }
    .placements-home .p-title {
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
    .facilities {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }
    .facilities li {
        justify-content: space-evenly;
        width: 145px;
        flex-wrap: wrap;
        padding: 15px 8px;
        border-bottom: 1px dotted #FFF;
        border-left: 1px dotted transparent;
    }
    .facilities li:nth-child(4) {
        border-bottom: 1px dotted #FFF;
    }
    .explore-campus h2 {
        font-size: 28px;
    }
    .text-middle {
        padding: 0;
    }
    .text-middle h2:before {
        background: none;
    }
    .color-yellow, .color-yellow strong {
        font-size: 24px;
    }
    #whyChoose2, #topPlaceStu {
        display: none;
    }
    .institute {
        background-image: url('https://www.cgc.ac.in/public/course/assets/images/overview/overview.webp') !important;
        height: 667px !important;
    }
    .institute .pt-8 {
       padding-top: 0;
    }
    .story-data {
        justify-content: space-around;
        padding: 30px 0;
        width: 100%;
        flex-wrap: wrap;
    }
    .story-data li {
        padding: 25px 0 10px 0;
        width: 50%;
    }
    .story-data li svg {
        width: 60px;
    }
    .explore-campus {
        background-position: bottom;
    }
    .story-data .p-fig {
        font-size: 21px;
    }
    .story-data .p-recruit {
        font-size: 15px;
    }
    .story-data li:nth-child(2) {
        border-right: 1px dotted transparent;
    }
    .story-data li:nth-child(1), .story-data li:nth-child(2) {
        border-bottom: 1px dotted #FFF;
    }
    .overview.pt-8 {
        padding-top: 40px;
    }
    .overview.pb-8 {
        padding-bottom: 40px;
    }
    .overview-title {
        font-size: 20px;
        margin-top: 0;
    }
    .overview-content {
        font-size: 15px;
    }
    .overview-content.pt-4 {
        padding-top: 20px;
    }
    .place-data {
        width: 100%;
        flex-wrap: wrap;
    }
    .overview-placements {
        padding: 10px;
        width: 50%;
        flex-direction: column;
    }
    .overview-placements img {
        width: 50px;
    }
    .overview-placements img.mr-2 {
        margin-right: 10px;
    }
    .overview-placements .p-figures {
        font-size: 24px;
        text-align: center;
    }
    .overview-placements .p-text {
        font-size: 14px;
        margin-top: 0;
    }
    .overview-placements:nth-child(2) {
        border-right: 1px solid transparent;
    }
    .overview-placements:nth-child(1), .overview-placements:nth-child(2) {
        border-bottom: 1px solid #F9E562;
    }
    .stu-img img {
        margin-left: 0;
    }
    .mobile-title-mt-20 {
        margin-top: 20px;
    }
    .inter-data {
        padding: 0;
        margin-top: 30px;
    }
    .inter-data li {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 15px;
        width: 50%;
    }
    .inter-data li:nth-child(2), .inter-data li:nth-child(4) {
        padding: 15px;
    }
    .inter-data .p-figures {
        font-size: 28px;
    }
    .inter-data .figures-text {
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        margin-left: 0;
        align-items: center;
    }
    .inter-data .p-text {
        font-size: 15px;
        margin-top: 5px;
    }
    .ncc-sec-title h2 {
        font-size: 20px;
    }
    .about-ncc-img {
        padding-top: 0;
    }
    .ncc-content-wrap {
        padding: 30px 20px;
        margin-top: 0;
    }
    .about-ncc-img img {
        margin-left: 0;
        padding: 20px;
    }
    .ncc-sec-title .page-sub-heading {
        font-size: 16px;
        width: 100%;
    }
    .ncc-names {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .achievements-text {
        font-size: 38px;
    }
    .ncc-tagline {
        line-height: 1.4;
        margin-top: 20px;
    }
    .ncc-aim-elig.pr-4 {
        padding-right: 0;
        margin-top: 20px;
    }
    .ncc-aim-eli.pl-4 {
        padding-left: 0;
    }
    .ncc-about-content p {
        font-size: 15px;
    }
    .ncc-elig {
        margin-top: 20px;
    }
    .ncc-aim-elig.mt-60 {
        margin-top: 20px;
    }
    .ncc-sec.mt-4 {
        margin-top: 0 !important;
    }
    .ncc-eli-title {
        margin-top: 20px;
    }
    .aim-text {
        margin-top: 15px;
    }
    .achievements-text.pt-8 {
        padding-top: 40px;
    }
    .ncc-content-wrap .pt-8 {
        padding-top: 60px;
    }
    .ncc-achieve {
        padding: 30px 20px;
    }
    .ncc-sec-title.mb-5 {
        margin-bottom: 20px !important;
    }
    .ncc_carousel {
        padding: 20px;    
    }
    .ncc-divisions {
        width: 100%;
        margin: 0 auto;
    }
    .refund-form .form-group {
        margin-top: 10px !important;
    }
    .refund-form .mt-4 {
        margin-top: 0 I !important;
    }
    .send-message {
        margin: 15px 0;
    }
    .blog-detail-heading {
        font-size: 17px;
        line-height: 1.4;
    }
    .blog-topic {
        margin-top: 20px;
    }
    .recent-blog-list li {
        flex-direction: column;
        margin-top: 20px;
    }
    .recent-blog-list li img {
        width: 100%;
    }
    .recent-blog-list li a, .recent-blog-list a {
        margin-top: 10px;
    }
    .recent-blog-list li p {
        font-size: 14px;
        margin: 0;
    }
    .blog-detail-heading {
        margin-bottom: 10px;
    }
    .blog-detail-content p img {
        height: auto;
    }
    .blog-detail-content h2 {
        font-size: 17px !important;
    }
    .topics-list {
        padding: 10px;
    }
    .topics-list li a {
        padding: 5px;
    }
    .topics-list li a span {
        font-size: 13px;
    }
    .topics-list li a span img {
        width: 25px;
    }
    .blog-mt-20 {
        margin-top: 20px;
    }
    .blog-detail-page table td {
        font-size: 14px;
    }
    .nss-img img {
        padding: 0;
    }
    .ncc-about-content .title-content, .nss-about-content .title-content {
        font-size: 28px;
        margin-top: 20px;
    }
    .ncc-about-content p, .nss-about-content p {
        font-size: 15px;
    }
    .nss-about-content .p-4 {
        padding: 0 !important;
    }
    .blood-camp-p {
        margin: 0 15px 0 0;
    }
    .nss-about-content .pt-8 {
        padding-top: 40px;
    }
    .nss-page h2 {
        font-size: 19px !important;
    }
    .nss-page .sec_title.center_text {
        margin-bottom: 0 !important;
    }
    .nss-about-content .pd-l-50 {
        padding: 0;
    }
    .education_page h2 {
        font-size: 20px !important;
    }
    .job-desig h3,.inner-cgc-career h3 {
        font-size: 16px !important;
    }
    .inner-cgc-career h3:before {
        top: 58px;
        width: 80%;
    }
    .carrer-apply-job h3 {
        font-size: 18px;
    }
    .job-listings h5 {
        font-size: 16px;
    }
    .job-desig h3, .job-desig .cgc-inst, .job-desig .location, .job-desig .job-type {
        margin: 10px 0;
    }
    .job-post a {
        display: block;
    }
    .job-post .location, .job-post .job-type { 
        margin-left: 15px;
    }
}
@media (max-width: 540px) {
    .testimonials--slider .slick-dots {
        bottom: 30px;
    }
}
@media screen and (min-width: 480px) and (max-width: 575.98px) {
  .top-banner {
    margin-top: 30%;
  }
  .top-banner .desk-text {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
  }
  .top-banner h1 .course-name {
    font-size: 42px;
  }  
  .top-banner h1 .course-full-form {
    font-size:  28px;
  }
}
@media (min-width: 461px) and (max-width: 749px) {
    .hero-banner__slider .carousel-item.no-after {
        background-position: 10% !important;
    }
    .hiring-video iframe {
        height: 300px;
    }
}
@media (max-width: 460px) {
    .hero-banner {
        height: 100vh;
    }

    .hero-banner .carousel-item::before {
        display: none;
    }

    .hero-banner__slider .carousel-item.no-after.half-height::after {
        display: unset;
        background: rgba(41, 41, 41, 0);
    }

    .carousel-caption {
        top: 52%;
    }
    .carousel-caption .main-heading {
        display: none;
    }
}
@media screen and (min-width: 400px) and (max-width: 480.98px) {
  .top-banner {
    margin-top: 30%;
  }
  .top-banner .desk-text {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .top-banner h1 .course-name {
    font-size: 28px;
  }
  .top-banner h1 .course-full-form {
    font-size:  24px;
  }
}
@media screen and (min-width: 407px) and (max-width: 506px) {
    .help-wrap {
        width: 390px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 320px) and (max-width: 460px) {
  .top-banner {
    margin-top: 40%;
  }
  .top-banner .desk-text {
    display: none;
  }
  .top-banner h1 .course-name {
    font-size: 32px;
    margin-top: 25px;
  }
  .top-banner h1 .course-full-form {
    font-size:  28px;
  }
}

@media only screen and (min-width:1920px){
    .placements-logos,
    .hero-banner .container-fluid{
        max-width: 1920px;
        margin: auto;
    }
    .border-box1, .border-box2, .border-box3 {
        padding: 1rem;
        margin: 1rem;
    }
    .placements {
        margin-left: 115px;
    }
    .guest-lectures p {
        margin-left: 140px;
    }
  }
  header img.desktop_logos {
    display: none;
}
header img.mobile_logos {
    display: block;
}
  .header.sticky .header__top {
      bottom: 10px;
      left: 10px;
      right: 10px;
      padding: 10px 15px;
      background: rgba(0, 0, 0, 0.4);
      border-radius: 10px;
      color: #fff;
      font-weight: bold;
      backdrop-filter: blur(5px) contrast(80%);
    -webkit-backdrop-filter: blur(5px) contrast(80%);
  }
  .header.sticky .top-notification-slider {
      background: #303339;
      background: transparent;
  }
  .btn {
      box-shadow: none;
      border-radius: 24px;
  }
  .tns-item {
      text-align: center;
  }
  .header__main {
      border-top: 1px solid rgba(255,255,255,.2);
  }
  .marquee {
      font-family: var(--menu-font);
      display: inline-block;
      white-space: nowrap;
      animation: scrollLeft 20s linear infinite;
      padding-left: 101%;
      overflow: hidden;
      height: 27px;
  }
  
  .marquee:hover {
     animation-play-state: paused
  }
  
  @keyframes scrollLeft {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%)
    }
  }
  
  @media only screen and (min-width:1700px){
    .header__top-right {
      width: 621px;
    }
  }
  
  @media only screen and (min-width:1200px) and (max-width:1399px){
      .header.sticky .header__top-left{
          opacity: 1;
          visibility: visible;
      }
    .course-heading {
        font-size: 37px;
    }
    .footer .social li a {
        padding: 15px 1px;
    }
  }
  
  @media only screen and (max-width:767px){
    .header.sticky .header__top-left{
      position: static;
      background: transparent;
    }
   
    .header.sticky .tns-item a{
      padding: 0;
    }
  
    .marquee{
      height: auto;
    }
    .header__top-left {
      display: none;
    }
    .header__bottom {
        bottom: 60px;
    }
    .header__top-left-new {
        display: block !important;
        position: relative;
    }
    .mob-toll-no {display: block;}
  }
  
  @media only screen and (max-width:575px) {
    .header__main {
        border-top: 0;
    }
    table.tableformobile{
        display: block;
          max-width: -moz-fit-content;
          max-width: fit-content;
          margin: 0 auto;
          overflow-x: auto;
          white-space: nowrap;
    }
  }

/*Extra Css for compatibility with home page */
  @media screen and (max-width: 1198.98px) {
    .header {
        background: transparent;
    }
}
/* Blog Detail Page Style for Ipad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .recent-blog-list li {
        display: inline-block;
        margin: 5px 0px 20px 0px;
        width: 100%;
    }
    .recent-blog-list li img {
        width: 100%;
        margin: 0px 0px 10px 0px;
        height: fit-content;
    }
}
/* Blog Detail Page Style for Ipad */
@media only screen and (min-width: 768px) and (max-width: 1220px) {
    .recent-blog-list li {
        display: inline-block;
        margin: 5px 0px 20px 0px;
        width: 100%;
    }
    .recent-blog-list li img {
        width: 100%;
        margin: 15px 0;
        height: fit-content;
    }
    .recent-blog-list li a, .recent-blog-list a {
        margin-top: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
    }
}

@media (max-width: 639px) and (min-width: 320px) {
    #carouselBanner .carousel-content {max-width:100%;background: rgba(0, 0, 0, 0.1)!important;}
    div.mydiv {height:auto;}
    .home-sec2 .home_slider_text { position:relative; width:100%;    margin-bottom: 50px;}
    .carousel-indicators {display:none;}
    .home-sec2 #carouselExampleIndicators .carousel-item img {height:auto;}
    .home-sec2 .carousel-indicators {display:none;}
    .secon_banner_campus {display:none;}
    .slider-wrapper {margin:0 auto;}
    .home-sec2 .carousel-control-next, .carousel-control-prev {top:40%;}
    .home-sec2 .carousel-control-next {right:6%;}
    .home-sec2 .carousel-control-prev {left:6%;}
    .banner_text {position: absolute;
        bottom: 0;
        left: 0;
        font-size: 18px;
        color: #FFF;
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        text-indent: 0px;
        padding: 10px;}
        .carousel-content {max-width: 100%;  position: relative;}
        #carouselBanner .item {height:auto; min-height:380px;}
        .carousel-content {padding: 170px 30px 0 0; background:rgba(0,0,0,0.4)!important; height:100%; min-height:380px;}
        .carousel-content h2 {padding-top:10px;}
        #carouselBanner .owl-dots {right:0; left:auto; top:auto; bottom:20px;}
        #carouselBanner.owl-carousel .owl-item img {max-width: 26%; width: auto;}
        div.masthead {position:relative;}
    }
    @media (max-width: 768.98px) and (min-width: 320px) {
        .masthead .carousel-caption .award-rank {width: 64%;}
        #carouselBanner .carousel-content {max-width: 100%;}
        #carouselBanner .owl-dots {width: 75px;bottom: 70px;display: inline-flex;left: calc(52% - 50px);top: auto;}
        #carouselBanner.owl-carousel .owl-item img {width: 250px;margin: 0 auto;}
        .st-programs {height: auto;}
    }
    @media (max-width: 1023.98px) and (min-width: 769px) {
        .masthead .carousel-caption .award-rank {
            width: 57%;
        }
        #carouselBanner .carousel-content {
            max-width: 42%;
        }
        #carouselBanner .owl-dots {
            left: 38%;
        }
    }
    
    @media (max-width: 1199.98px) and (min-width: 1024px) {
        .masthead .carousel-caption .award-rank {
            width: 60%;
        }
        #carouselBanner .carousel-content {
            max-width: 34%;
        }
        #carouselBanner .owl-dots {
            left: 30%;
        }
    }
    @media (max-width: 1460.98px) and (min-width: 1200px) {
        .masthead .carousel-caption .award-rank {
            width: 54%;
        }
        #carouselBanner .carousel-content {
            max-width: 34%;
        }
        #carouselBanner .owl-dots {
            left: 30%;
        }
    }

/* .hr-events-heading h2{
    font-size: 35px !important;
} */

.custom-padding {
    padding-left: 70px;
    padding-right: 70px;
}

.custom-margin{
    display: flex;
    margin: 0 auto;
    padding-top: 17px;
}

.HR-Events-section{
    background-image: url(/public/course/assets/images/Hr-events/HR-bg.jpg);
    background-size: cover;
}

.section-padding {
    padding: 80px 0 80px 0;
}

.hr-events-heading{
    padding-bottom: 4rem;
}

/* .hr-content-heading{
    color: #fff;
    font-size: 25px;
    line-height: 2.2rem;
    padding-bottom: 15px;
    padding-top: 10px;
}

.hr-event-para{
    color: #D9D9D9;
    font-size: 17px;
} */

.line-img {
    width: 14%;
}

.btn__outline-events{
    width: max-content;
    margin: 0 auto;
    display: flex;
    padding-top: 50px;
}

.black_btn {
    background: #000;
    color: #fff;
    border-radius: 10px;
    line-height: 1.75;
    padding: 15px 30px;
    font-weight: 600;
}

.eent_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: .5s all;
}

.eent_inner:hover .eent_img img {
    transform: scale(1.10);
}

.eent_inner:hover h3 {
    color: #fff;
}

 a.eent_inner h3 {
    font-weight: 500 !important;
    margin: 10px 0 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
}

.eent_inner h3 {
    transition: color 0.5s ease;
  }

  .eent_inner:hover h3 {
    color: white;
  }

.eent_inner .eent_date {
    color: #D9D9D9;
    font-size: 16px;
}

.eent_inner {
    color: #fff;
}
.text-align-justify {
    text-align: justify;
}

@media screen and (max-width : 600px) {
    .blog-detail {
        padding: 0rem 0 11rem;
    }
    .hr-events-heading h2{
        font-size: 28px !important;
    }

    .line-img {
        width: 50%;
    }

    .section-padding{
        padding: 40px 0 40px 0;
    }

    .custom-padding{
        padding-left: 20px;
        padding-right: 20px;
    }

    .btn__outline {
        padding-top: 8px;
        margin-bottom: 30px;
    }

    .hr-content-heading{
        font-size: 21px;
    }

    .hr-event-para{
        font-size: 15px;
        padding-top: 0;
        padding-bottom: 25px;
    }

    .Hr-events-pictures img {
        width: 100%;
    }

    .features {
        text-align: center;
    }

    .res-col {
        margin-bottom: 30px;
    }

    .research-campus {
        background-position: bottom !important;
    }

    .research-page h2 {
        font-size: 25px !important;
    }

    .explore-campus{
        background-position: bottom !important;
    }

    .story-data ,  .place-data{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .story-data li {
        width: 50%;
    }

    .story-data li svg {
        width: 70px;
    }

    .story-data .p-recruit {
        font-size: 17px;
        line-height: 1.5rem;
    }

    .overview{
        padding-block: 10px;
        background-image: none !important;
    }
    
    .overview-content{
        font-size: 16px;
    }

    .overview-title{
        font-size: 25px;
    }

    .res-col {
        order: 2;
    }

    .international_page .accordion p{
        padding-top: 20px;
    }

    .top-banner-1 {
        margin-top: 70%;
    }
  
}

@media screen and (min-width : 601px) and (max-width : 768px) {
    .Hr-events-pictures img {
        width: 100%;
    }

    .features {
        text-align: center;
    }

    .res-col {
        margin-bottom: 30px;
    }

    .research-campus {
        background-position: bottom !important;
    }

    .research-page h2 {
        font-size: 24px !important;
    }
    .lib_about  {
        background-position: bottom !important;
    }

    .lib_about{
        background-image: none !important;
    }

    .placement-page p {
        font-size: 14px;
    }

    .overview{
        background: none !important;
    }

    .res-col {
        order: 2;
    }
    .international_page .accordion p{
        padding-top: 20px;
    }
}

@media (min-width : 769px) and (max-width:992px) {
    .research-page h2 {
        font-size: 24px !important;
    }

    .overview{
        background-position: bottom !important;
    }
}

@media screen and (min-width : 992px) and (max-width : 1024px) {
    .story-data ,  .place-data{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .story-data li , .place-data li {
        width: 50%;
    }

    .story-data li svg , .place-data li svg {
        width: 70px;
    }

    .top-banner-1{
        margin-top: 13%;
    }
}

@media screen and (min-width : 1300px ) and (max-width : 1500px)
  {
    .international_page h2, .life_page h2, .library_page h2 {
    font-size: 30px;
  }
  
}
@media screen and (min-width : 1600px ) and (max-width : 1919.98px)
  {
 .course-overview-name {
    left: -210px;
   }
}
@media screen and (min-width : 1920px )
  {
 .course-overview-name {
    left: -178px;
   }
}
.blog__list .image_blog.projects_img img {
    max-height: 270px !important;
    min-height: 270px !important;
}



@media only screen and (min-width:1500px) {
    .header .nav-item.dd-menu-lg:nth-child(2)> a:before {
        content: 'All';
        bottom: auto;
        transform: translateY(-50%);
        top: 51%;
        height: auto;
        width: 50px !important;
        background: url(/public/course/assets/images/home/alumni-icon.webp) no-repeat left;
        background-size: contain;
        background-position: left 0 center;
        padding-left: 31px;
    }
    .step-second-menu.st-programs {
        height: 601px !important;
        width: 1200px;
        overflow-y: auto;
    }
}

/* @media only screen and (min-width: 1700px) {
.header .nav-item.dd-menu-lg:nth-child(2)> a:before {
    padding-left: 34px !important;
}
} */

@media only screen and (min-width: 1200px) {
.header .nav-item {
    margin: 0 20px;
}
.josh-btn {
    width: 90px;
}
.josh-btn a img {
    width: 90px !important;
    right: 10px;
    position: relative;
}
.navbar-expand-xl .navbar-nav {
    flex-direction: row;
    margin-right: auto;
}
.header .nav-item>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #fff;
    transition: .5s all;
}
.header .nav-item.dd-menu-lg>a::after {
    display: none;
}
.header .nav-item.dd-menu-lg:nth-child(2) {
    position: absolute;
    bottom: -57px;
    left: 12px;
    background: #01aded;
    padding: 14px 15px;
    margin: 0 !important;
    cursor: pointer;
    display: none;
}
.header .nav-item.dd-menu-lg:nth-child(2)> a {
    color: #fff;
    padding: 0 62px;
}
.header .nav-item.dd-menu-lg:nth-child(2)> a:before {
    content: 'All';
    bottom: auto !important;
    transform: translateY(-50%);
    top: 51%;
    height: auto;
    width: 50px !important;
    background: url(/public/course/assets/images/home/alumni-icon.webp) no-repeat left;
    background-size: 22px;
    padding-left: 32px;
    padding-right: 3px;
}
.header .nav-item.dd-menu-lg:nth-child(2)> a:after {
    content: '';
    bottom: auto;
    right: 10px !important;
    transform: translateY(-50%);
    top: 50%;
    height: 20px;
    width: 10px !important;
    background: url(/public/course/assets/images/home/program-arrow.png) no-repeat right;
    background-size: 9px;
    display: block !important;
    filter: brightness(0) invert(1);
}
.header .nav-item>a {
    padding-left: 10px;
    padding-right: 10px;
}
.menu-options li:last-child {
    background: #000;
    padding: 9px 10px 5px;
    position: relative;
    top: -8px;
}
.menu-options li:nth-last-child(2) {
    background: #01aded;
    padding: 9px 10px 5px;
    position: relative;
    top: -8px;
}
.menu-options li:nth-last-child(2) a, .menu-options li:last-child a {
    color: #fff;
}
.josh-btn a:hover {
    -webkit-mask-image: none !important;
}
.header .nav-item.dd-menu-lg:nth-child(2) .st-programs {
    left: 0;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .st-programs {
        width: 1100px;
        max-height: 489px;
        left: -230px;
        overflow-y: auto;
    }
    .header .nav-item {
        margin: 0 15px;
    }
    .st-admissions {
        width: 615px;
        height: 352px;
        overflow: hidden !important;
    }
}

@media only screen and (min-width: 1441px) {
.step-second-menu {
    max-height: unset !important;
}
}

@media screen and (min-width: 1470.98px) and (max-width: 1700px) {
.header .nav-item>a {
    padding: 32px 15px;
}
}

@media only screen and (min-width: 1700px) {
.header .nav-item>a {
    padding: 32px 20px;
    font-size: 14px;
}
.josh-btn {
    width: 100px !important;
}
.josh-btn a img {
    width: 100px !important;
}
.header .nav-item {
    margin: 0 30px !important;
}
}

@media only screen and (max-width: 1199px) {
    .menu-options li:last-child, .menu-options li:nth-last-child(2) {
        display: none;
    }
    .header__admisn.for_mobilee {
        background: #0695cc;
        border-radius: 30px;
        padding: 10px 15px;
        width: max-content;
        margin-top: 15px;
    }
    .hdr_marque p {
        font-size: 11px !important;
        line-height: 1.05;
    }
    .header__top-right li.ms-5.head-search {
        top: 32px;
        right: 10px !important;
    }
    .hdr_marque .owl-nav {
        display: none !important;
    }
    .header__admisn a.d-flex img {
        filter: brightness(0) invert(1);
    }
    .mob-toll-no .fa-phone {
        font-size: 14px;
        border: 2px solid #FFF;
        border-radius: 50%;
        padding: 10px;
    }
    .header.dark-grey-bg .mob-toll-no .fa-phone {
        font-size: 14px;
        color: var(--text-dark) !important;
        border: 2px solid #000;
        border-radius: 50%;
        padding: 10px;
    }
}

@media screen and (max-width: 575px) {
    .hdr_marque p {
        font-size: 10px !important;
    }
    .header__top-right li.ms-5.head-search {
        top: 33px;
    }  
}

@media screen and (max-width: 480px) {
    .navbar-collapse.show{
        top: 139px;
    }
.navbar-brand__slider {
    width: 80px;
}
.navbar-brand__slider img {
    object-fit: contain;
    width: 100%;
}
header .hdr_marque p {
    max-width: 300px;
    margin: 0 auto;
}
.header__top-right li.ms-5.head-search {
    top: 44px;
}
.hiring-video iframe {
    height: 200px;
}
}
.overview_sec .gcsc-more-maybe-branding-root {
    display: none;
}
.overview_sec form.gsc-search-box.gsc-search-box-tools {
    display: none;
}
.overview_sec .gsc-result-info-container, .overview_sec .gsc-orderby-container {
    border-color: #fff;
}