@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff'),
        url('../fonts/Gotham-Light.ttf') format('truetype'),
        url('../images/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.eot');
    src: url('../fonts/Gotham-Black.eot#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff'),
        url('../fonts/Gotham-Black.ttf') format('truetype'),
        url('../images/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Thin.eot');
    src: url('../fonts/Gotham-Thin.eot#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Thin.woff2') format('woff2'),
        url('../fonts/Gotham-Thin.woff') format('woff'),
        url('../fonts/Gotham-Thin.ttf') format('truetype'),
        url('../images/Gotham-Thin.svg#Gotham-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype'),
        url('../images/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff'),
        url('../fonts/Gotham-Medium.ttf') format('truetype'),
        url('../images/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype'),
        url('../images/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Gotham';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


header{
	-webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
  					transition: 0.5s;
}


header.is-fixed {
  position: fixed;
  z-index: 100;
  -webkit-animation-name: stickySlideDown;
          animation-name: stickySlideDown;
  padding: 0;
  transition: none;
	width: 100%;
}

@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}




.nav-brand a {
    display: inline-block;
}

.btn {
    height: 48px;
    padding: 0;
    min-width: 130px;
    line-height: 45px;
    font-size: 15px;
    font-weight: 500;
    background-color: #E31E24;
    border-color: #E31E24;
}

.btn-outline-primary {
    background-color: #fff;
    color: #454243;
    border-color: #454243;
    border-width: 2px;
}

.btn-lg {
    height: 63px;
    line-height: 61px;
    font-size: 18px;
    padding: 0 30px
}

.hero-banner {
    height: 720px;
}
.sliderImg{background-repeat: no-repeat;
    background-size: cover;
    background-position: center;}
.slider-img {
    background-image: url("../images/apply-online-cu-bg.webp");
    
}
.slider-img2 {
    background-image: url("../images/banner2.webp");
    
}
/*
.slider-img {
    background-image: url("../images/banner.webp");
}
*/

.no-js .slider-img {
    background-image: url("../images/banner.webp");
}
.hero-banner .sliderImg{position:relative;}
.hero-banner .sliderImg::before{position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(22,33,69);
    background: linear-gradient(90deg, rgba(22, 33, 69, 0.72) 0%, rgba(22, 32, 67, 0.45) 55%, rgba(21,31,64,0) 100%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;}

    .carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon{filter: initial;}
.banner-content {
    width: 486px;
    position: relative;
    z-index: 1
}

.banner-content h2 {
    font-size: 48px;
    line-height: 50px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

.banner-content p {
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
}

.signUp-form {
    width: 350px;
}

.signUp-form h3 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
}

.signUp-form p {
    font-size: 9px;
    line-height: 12px;
    color: #666;
}

input[type=text],
input[type=email],
input[type=number],
input[type=password],
select {
    font-size: 14px !important;
    height: 44px;
    padding: 0 15px;
}

select {
    padding-left: 15px !important;
}

.helpline {
    margin-top: 50px;
}

.help-no small {
    font-size: 12px;
    color: #4F4F4F;
    font-weight: 500;
    display: block;
    line-height: 12px;
}

.help-no a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    text-decoration: none
}

.help-no a:hover {
    color: #E31E24
}

.p-80 {
    padding: 80px 0;
}

.ugpg-programs {
    background: #E31E24;
}

.main-heading {
    max-width: 620px;
    margin: auto
}

.main-heading h2 {
    font-size: 36px;
    color: #fff;
    line-height: 36px;
    margin-bottom: 24px;
    font-weight: bold;
}

.main-heading p {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
}

.main-heading.text-black h2 {
    color: #393737;
}

.main-heading.text-black p {
    color: #4F4F4F;
}

.h-60 {
    height: 60px;
}

.prog-heading {
    border-bottom: 1px solid rgba(196, 196, 196, 0.3);
    margin-bottom: 30px
}

.prog-heading h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-bottom: 3px solid #fff;
}

.program-card h4 {
    font-size: 15px;
    color: #000;
    line-height: 18px;
    font-weight: 500
}

.program-card ul li {
    list-style-type: none;
    font-size: 13px;
    color: #333;
    font-weight: 500;
}

.program-card ul li span {
    font-weight: normal;
}

.program-card .card-footer {
    padding: 0;
    background: #fff;
}

.program-card .card-footer a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    padding: 15px 0
}

.program-card .card-footer a:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.program-card .card-footer img {
    margin-right: 5px;
    position: relative;
    top: -1px
}

.program-card .card-footer span {
    color: #333;
    font-size: 14px;
}

.program-card .card-footer span b {
    color: #E31E24;
}

.card-h-150 {
    height: 150px;
}

.student-bg {
    background-image: url("../images/student-1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 447px;
}

/*
.student-bg {
    background-image: url("../images/student-1.webp");
}
*/

.no-js .student-bg {
    background-image: url("../images/student-1.webp");
}

.student-bg-2 {
    background-image: url("../images/student-2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 465px;
}

/*
.student-bg-2 {
    background-image: url("../images/student-2.webp");
}
*/

.no-js .student-bg-2 {
    background-image: url("../images/student-2.webp");
}

.program-outcomes {}

.program-outcomes .card {
    min-height: 300px;
    padding: 40px;
}

.program-outcomes .card img {
    margin-bottom: 30px
}

.cu-advantages {}

.cu-advantages {
    background-image: url("../images/advantages-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

/*
.cu-advantages {
    background-image: url("../images/advantages-bg.webp");
}
*/

.no-js .cu-advantages {
    background-image: url("../images/advantages-bg.webp");
}

.adv-card {
    background: transparent;
    border: 0;
}

.adv-card span {
    height: 227px;
    width: 227px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    display: inline-block;
}

.adv-card h3 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0;
}

.adv-card p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.nt-icons {
    height: 142px;
    width: 142px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
}

.nt-icons img {
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.path-sec {
    background: #F2F2F2
}

.path-sec img {}

.path-sec span {
    background: #2F80ED;
    color: #fff;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    text-align: center;
    display: block;
    margin: auto;
    margin: 15px auto;
    line-height: 28px;
    font-size: 14px;
    font-weight: bold
}

.path-sec h3 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.news-card {
    display: block;
}

.news-card .card-body {
    height: 240px;
}

.news-card>img {
    width: 100%;
}

.news-card a {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    line-height: 24px;
}

.news-card p {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0
}

.news-card button {
    background: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem
}

.news-card button a {
    text-decoration: none;
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.news-card button a img {
    margin-right: 10px;
    display: inline-block
}

.news-item {
    padding: 0 15px 30px 15px;
}

.news-sec .slick-arrow {
    display: none !important;
}

.slick-dots li button:before {
    font-size: 26px;
}

.top-numbers {
    background: #E31E24;
}

.top-numbers h2 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 36px;
    text-align: center;
}

.top-numbers h6 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.ft-data {
    margin-top: 20px;
}

.ft-data img {
    position: relative;
    top: -15px;
}

.ft-add {
    font-size: 12px;
    line-height: 16px;
    padding-left: 15px
}

.ft-add b {
    font-weight: 500;
}

.ft-social {
    border-top: 1px solid #C4C4C4;
}

.ft-social p {
    font-size: 12px;
    margin: 0;
    margin-right: 10px;
}

.ft-social a {
    margin-right: 5px;
    display: inline-block
}

.ft-logo img {
    filter: grayscale(100)
}


.carousel-control-next, .carousel-control-prev{
    width: 5%;
}

/* FIXED PHONE ICON */
.social-links {
    position: fixed;
    top: 40vh;
    right: 0;
    z-index: 5;
    width: 210px;
    margin-right: -156px;
  }
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .social-links ul li a {
    background: #e82c30;
    color: #fff;
    padding: 10px;
    position: relative;
    right: 0;
    border-radius: 20px 0 0 20px;
    margin-bottom: 5px;
    width: 100%;
    display: flex;
    gap: 12px;
    align-items: center;
    text-decoration: none;
    transition: all .3s cubic-bezier(.86,0,.07,1);
  }
  .social-links ul li a:hover {
    right: 140px;
  }
  .social-links ul li a span {
    font-size: 15px;
  }
/* End Fixed Phone Icon */


@media(max-width:1400px){
    .nt-icons{height: 130px;
        width: 130px;}
}

@media only screen and (max-width: 1199px){
	.slider-img{ background-position: center;}
	.carousel-control-prev,
	.carousel-control-next{ display: none}
	.news-card .card-body{ height: 260px;}
	.news-card a{ font-size: 16px; line-height: 20px; display: block;}
}

@media only screen and (max-width: 991px){
	.banner-content{ width: 330px;padding: 80px 0;}
	.banner-content h2 {font-size: 44px; line-height: 55px; /*background: rgb(36 36 36 / 52%);*/ display: inline;}
	.banner-content p{ font-size: 18px; line-height: 24px;}
	.slider-img{ background-position: 65%;background-color: rgba(153,153,153,.8);background-blend-mode: luminosity;}
	.top-numbers h6{ font-size: 15px;}
	.ft-data{ margin-top: 0;}
	.ft-add b{ display: block;}
	.ft-data img{ top: -40px;}
	.path-sec h3{ font-size: 16px;}
	.p-80{ padding: 60px 0}
}

@media only screen and (max-width: 767px){
	.nav-brand{ margin-bottom: 10px;margin-bottom: 0px;}
	/* .carousel{ height: 300px !important;} */
	.hero-banner{ height: auto}
	.banner-overlay{ position: static !important;}
	.signUp-form{ margin: auto !important; width: 100%;}
	.helpline{ position: static; width: 210px; margin: 15px auto;}
	.banner-content h2{ font-size: 36px; line-height: 46px;}
    .slider-img{ background-position: 30%;}    
	.banner-content{ width: 100%; text-align: center}
	.btn-lg{ height: 55px; line-height: 53px; font-size: 16px}
	.btn{ height: 43px; line-height: 40px;}
	.banner-content p{ margin: 15px 0 !important}
	.carousel-indicators{ margin-bottom: 0}
	.banner-overlay{ padding-top: 0px !important}
	.main-heading h2{ font-size: 32px;}
	.nt-icons{ width: 110px; height: 110px; margin: 10px !important}
	.nt-icons img{ width: 70%;}
	.news-item{ padding: 0 10px 30px 10px;}
	.ft-logo{ text-align: center; margin-bottom: 20px;}
	.ft-social div.d-flex{ width: 100%; text-align: center; display: block !important;}
	.ft-social .col-md-6.text-end{ text-align: center !important; padding-top: 10px}
	.ft-data{ display: block !important; text-align: center}
	.ft-data img{ position: static}
	.ft-add { padding-left: 0; border: 1px solid #ddd; border-radius: 6px; padding: 15px; margin-top: 10px; text-align: center; height: 140px;}
	.top-numbers{ text-align: center}
	.top-numbers h6{ margin-bottom: 15px}
	.news-card .card-body{ height: 310px;}
	.adv-card span{ height: 200px; width: 200px;}
	.news-card .card-body{ height: 240px;}
	header.is-fixed{ top: -90px;}
}


@media only screen and (max-width: 575px){
	.cu-lgo img{ width: 240px;}
	.naac-logo img{ width: 85px;}
	.naac-logo.mx-3{ margin-right: 0 !important; margin-left: 10px !important}
	.banner-content h2{ font-size: 24px; line-height: 28px;}
	.banner-content p{ font-size: 16px; line-height: 21px;}
	.signUp-form .col-6{ flex: 0 0 100%; width: 100%; }
	.main-heading h2{ font-size: 26px; line-height: 30px;}
	.main-heading p{ font-size: 16px; line-height: 24px;}
	.news-card .card-body{ height: 260px;}
	footer .col-6{ flex: 0 0 100%; width: 100%; }
	.ft-data{ margin-top: 15px;}
	.p-80{ padding: 40px 0}
	header.is-fixed{ top: -70px;}
	
}














