body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.owl-dots span {
    width: 7px;
    height: 7px;
    background: #333;
    display: inline-block;
    border-radius: 50px;
}

.owl-dot {
    background: transparent;
    border: navajowhite;
    margin: 20px 5px 0;
}

.owl-dot.active span {
    width: 32px;
    background: #e31837;
}

.owl-dots {
    text-align: center;
}

button:focus {
    outline: 0
}


.banner-text .item {
    display: flex;
    height: 210px;
    align-items: center;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    padding: 45px 0 0;
    z-index: 1;
    width: 100%;
}
.redBox h3{color:#ffff;}
.redBox {
    background: #e31837;
    padding: 12px;
    border: solid 1px #ddd;
    border-radius: 20px;
    min-height: 100px;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
}
.banner-text {
    position: absolute;
    top: 58%;
    z-index: 9;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.banner-text > div {
    padding: 0
}

.banner-text h1 {
    color: #fff;
    font-size: 42px;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: 800;
    max-width: 447px;
}

header img {
    width: 238px;
}

.banner-text p {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 17px;
    background: #e31837;
    padding: 20px 30px;
    width: 360px;
    line-height: 26px;
    border-radius: 10px;
    margin: 30px 0;
}

.banner-img {
    position: relative;
}

.banner-text label {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.banner-text h1 span {
    color: #e31837;
}

.cent-sec h3 {
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
}

.cent-sec {
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.cent-img {
    justify-items: center;
}

.redefiningexcwllwnce.paddingbox p b {
    color: var(--red);
}

body {

    color: #000;

    /*        font-family: 'Bodoni Moda', serif;*/



    font-size: 16px;
}

/*form*/
.applybtn a {
    position: fixed;
    right: -50px;
    transform: rotate(90deg);
    background: #000;
    top: 50%;
    color: #fff;
    padding: 8px 15px 9px;
    text-transform: uppercase;
    font-size: 19px;
    margin-top: -60px;
    cursor: pointer;
    z-index: 9;
    text-decoration: none;
    display: none;
    border-radius: 0 0 13px 15px;
    font-weight: 600;
    display: none;
}

.form-sec.sticky {
    right: -1450px;
    position: fixed;
}

.applybtn.sticky a {
    display: block;
}

html {
    scroll-behavior: smooth;
}

.form-sec.formbottom {
    box-shadow: 0 0 5px #ddd;
}

.form-sec {
    position: fixed;
    top: 14%;
    right: 46px;
    width: 323px;
    background: #ea1838;
    padding: 20px 20px;
    z-index: 9;
    border-radius: 0;
}

.accordion-box + p {
    margin: 21px 0 0;
    background: #f2f2f2;
    padding: 11px 20px;
    border-left: solid 4px #c9a64b;
    font-size: 14px;
}

.timeline .title {
    text-align: center;
}

.users a {
    color: #000;
    font-weight: bold;
}

.adm-txt {
    font-size: 19px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

.input {
    border: 0.5px solid #fff;
    padding: 0 10px;
    height: 33px;
    width: 100%;
    border-radius: 0px;
    font-size: 14px;
    color: #2d2d2d;
    background: #eee;
}

.sbt {
    border-radius: 0;
    padding: 8px 20px;
    background: #000;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 3px auto 0;
    width: 140px;
    display: inherit;
    border: none;
}


.form-sec .form-group {
    position: relative
}

/*.form-sec .form-group::before {
 position: absolute;
 content: "";
 background-image: url(../images/form-icon.png);
 width: 30px;
 height: 40px;
 background-position: -3px -11px;
 top: 7px;
 left: 0;
}*/

.form-sec .form-group.email::before {
    background-position: -3px -57px;
    width: 30px;
}

.form-sec .form-group.Mobile::before {
    background-position: -4px -103px;
}

.form-sec .form-group.Stream::before {
    background-position: 1px -150px;
    width: 35px;
}

.form-sec .form-group.State::before {
    background-position: 1px -161px;
    top: 5px;
    height: 25px;
    width: 33px;
    background-size: 30px;
}

.form-sec .form-group.City::before {
    background-position: -3px -242px;
    top: 5px;
    height: 21px;
}

/* here section start */
.here span {
    color: #fff;
}

.hre h5 {
    font-size: 20px;
    padding-bottom: 10px;
    /* font-family: 'GothamBold'; */
    color: var(--red);
}

.hre p {
    font-size: 20px;
    padding: 0 30px;
}

.hre {
    text-align: center;
    background-color: #fff;
    padding: 20px 20px 80px;
    border-bottom: 7px solid #e6e7e8;
    transition: all 0.5s;
}

.hreSlider .swiper-slide:nth-child(even) .hre {
    margin-top: 80px;
}

.hreSlider .swiper-slide:nth-child(even) .hre:hover {
    margin-top: 90px;
}

.hreSlider .swiper-slide .hre:hover {
    margin-top: 10px;
}


section.hereCon {
    padding-top: 0;
    margin-top: -180px;
}

section.here {
    background-color: var(--red);
    color: #fff;
    padding-bottom: 245px;
}


.here .heading {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

/* .hre::after {
    content: "";
    position: absolute;
    right: -7px;
    background-color: #e6e7e8;
    width: 7px;
    height: 100%;
    bottom: 0;
} */

.hreSlider .swiper-wrapper {
    display: flex;
}


.hreSlider .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, 
.hreSlider .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    bottom: 0;
}

.hreSlider .swiper-pagination-clickable .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #e31937;
    opacity: 1;
}

.hreSlider .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #e31937 !important;
}
/* here section end */

.here .heading h2 span:first-child {
    background: #ffffff;
    color: #000;
    padding: 10px 15px 10px;
}

.here .heading h2 {
    text-transform: uppercase;
}

.here .heading h2 span:last-child {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 3px 0 8px;
}


.desktop.banner-text {
    left: 180px;
    width: 300px;
    height: 110px;
    margin-top: 37px;
}

.desktop.banner-text a {
    width: 100%;
    height: 95px;
    display: block;
    font-size: 0;
}

.mobile {
    display: none
}

.img-fluid.logo {
    width: 206px;
    margin: 0 20px;
}

.text-muted {
    color: #111 !important;
}

input:focus {
    outline: 0
}

.owl-nav > button {
    position: absolute;
    top: 44%;
    left: 25px;
    width: 37px;
    height: 37px;
    color: #fff;
    font-size: 0px !important;
    background-color: #fff;
    line-height: 10px !important;
    display: inline-block;
    border-radius: 100%;
    background-image: url(../images/arrow.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}

.owl-nav > button.owl-next {
    left: auto;
    right: -42px;
    transform: rotate(0deg);
}

.banner-img .owl-carousel {
    padding-left: 70px;
    position: relative;
    max-width: 435px;
    margin-left: -60px;
}

.paddingbox {
    padding-bottom: 50px;
}

h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 37px;
}

h2 span {
    color: #e31837;
    font-weight: 600;
    font-size: 29px;
    line-height: 31px;
    display: inline-block;
}

.Academic img {
    max-width: 22px;
    display: none !important
}

.Academic .item {
    padding: 12px;
    border: solid 1px #ddd;
    border-radius: 20px;
    margin: 9px;
    transition: all 0.5s;
    cursor: pointer;
}

.Academic .item p {
    min-height: 94px;
    line-height: 23px;
    margin: 0;
    font-size: 15px;
}

.Academic {
    margin: auto;
    padding: 0 6px;
}

.Academic .item:hover {
    background: #f2f6f9
}

.linebg {
    position: absolute;
    left: 0;
    top: -110px;
    max-width: 50px;
}

.edge .container {
    position: relative;
}

.economics ul {
    padding: 0;
    list-style: none;
    margin-top: 40px;
}

.economics ul li {
    border-bottom: solid 1px #e31837;
    margin-top: 10px;
}

.faculty {
    background: #e31837;
    padding: 60px 0;
    height: 560px;
    margin-bottom: 0;
    margin-top: 70px;
}

.faculty h2 {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 25px;
}

.faculty .container {
    position: relative;
}

.faculty .linebg {
    right: 0;
    left: 56%;
    top: -158px;
    z-index: 0;
    max-height: 170px;
    overflow: hidden;
}

.faculty h2 span {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: none;
}

.heading {
    position: relative;
}

.faculty p {
    color: #fff;
}

.faculty .owl-dot.active span {
    background: #fff;
}

.detail p {
    line-height: 22px;
    font-size: 15px;
    margin: 6px 0 0;
}

.detail p strong {
    display: block;
    font-weight: 700;
}

.relative {
    position: relative
}

.faculty .relative::before {
    content: "";
    background-image: url(../images/bg.png);
    width: 410px;
    height: 560px;
    position: absolute;
    z-index: 0;
    top: -48px;
    background-size: 100%;
    right: -20px;
}

.pl-while {
    padding-left: 90px;
}

.internship h2 span {
    text-transform: none;
}


.internship img {
    width: 150px !important;
    height: 100px;
    object-fit: scale-down;
    margin: 30px 0;
    display: inline-block !important;
}

.internship .owl-carousel {
    width: 80%;
    margin: auto;
    padding-left: 30px;
}

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

.internship::before {
    content: "";
    background-image: url(../images/bg2.png);
    width: 819px;
    height: 661px;
    position: absolute;
    z-index: 0;
    top: 0;
    background-size: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.internship {
    position: relative;
    padding-bottom: 70px;
}

.internship h4 {
    position: relative;
    font-size: 17px;
    font-style: italic;
    margin: 33px 0 20px;
}

.internship h4:before {
    content: "";
    width: 140px;
    height: 1px;
    background: #e31837;
    display: inline-block;
    position: relative;
    top: -5px;
}



.internship h4::after {
    content: "";
    width: 140px;
    height: 1px;
    background: #e31837;
    display: inline-block;
    position: relative;
    top: -5px;
}

.Placements {
    background-image: url(../images/image02.png);
    padding: 70px 0 !important;
    background-attachment: fixed;
    background-size: cover
}

.Placements ul li h3 {
    font-size: 50px;
    font-weight: 900;
    position: relative;
    color: #fff;
    position: relative;
    line-height: 58px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.Placements ul li h3 span {
    font-size: 24px;
    right: 0;
    bottom: 0;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
}

.Placements ul li p {
    font-size: 20px;
    color: #fff;
    line-height: 19px;
    margin: 0;
}

.Placements ul li {
    width: 45%;
    margin-bottom: 0;
    position: relative;
    border: solid 2px #fff;
    padding: 46px 20px;
}

.Placements ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}


.container2 .heading.mb-5 {
    background: #fff;
    padding: 55px;
    border-radius: 40px 0 0 40px;
}

.Placements h2 span {
    text-transform: none;
    margin-bottom: 20px;
    margin-top: 9px;
}

.Placements ul li:nth-child(2) {
    border-radius: 0px 40px 0 0px;
}

.Placements ul li:nth-child(4) {
    border-radius: 0px 0 40px 0
}

.recruiters ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    max-width: 888px;
    margin: auto;
}

.recruiters ul li {
    width: 25%;
    margin-bottom: 30px;
}

.recruiters ul li img {
    width: 140px;
    height: 70px;
    object-fit: scale-down;
}

.recruiters {
    background-image: url(../images/footerbg.png);
    background-size: 100%;
    height: 369px;
    margin-top: 110px;
}

.recruiters .heading {
    margin-top: -100px;
}


.p-top {
    text-align: center;
    padding: 14px;
    color: #fff;
    background: #000;
}

.p-top p {
    margin: 0;
}

.recruiters h2 span,
.edge h2 span {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 37px;
}

.programexcellencelist {
    flex: 0 0 68.7%;
    display: flex;
    align-items: center;
    margin-left: auto;
    flex-wrap: wrap;
}

.numberprigarm {
    margin: 0 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border-bottom: 5px solid #eb2544;
    background: #fff;
    flex: 0 0 100%;
    padding: 14px;
}

section.redefiningexcwllwnce h3 {
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    font-weight: 600;
    padding: 0;
}

.excellenceweb {
    display: flex;
}
.numberprigarm p {
	font-size: 15px;
	margin: 0;
}

/* legacy section start */
.legacy {
    padding: 50px 0;
}
.legacy-sec h2 {
    position: relative;
}

.legacy-img-sec {
    border: 2px solid #eb6075;
    display: flex;
    padding: 50px;
    margin-top: 80px;
    box-shadow: 10px 10px 10px #dcdcdc;
}

.legacy-img {
    border-right: 2px solid #101010;
    width: 25%;
}

.legacy-img:last-child {
    border-right: 0;
}

.legacy-img {
    transition: all 0.5s;
}

.legacy-img:hover {
    scale: 1.2;
}

.legacy-sec h2 strong:last-child,
.legacy-sec h2 strong:first-child {
    color: #e31937;
}

.legacy-sec h2 strong:first-child {
    color: var(--black);
}

/* .legacy-sec h2 {
    font-family: 'GothamLight'
} */

.legacy-sec h2::after {
    content: '';
    position: absolute;
    width: 170px;
    height: 3px;
    background: #e31937;
    bottom: -20px;
}

.legacy-sec h2::after {
    left: 50%;
    transform: translateX(-50%);
}

.cent-img figure:last-child {
    display: none;
}

/* legacy section end */

