/*==============fonts area ==============*/

@font-face {
    font-family: 'Century751BT-RomanNo2B';
    src: url('../fonts/Century751BT-RomanNo2B.woff2') format('woff2'), url('../fonts/Century751BT-RomanNo2B.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century751BT-No2ItalicB';
    src: url('../fonts/Century751BT-No2ItalicB.woff2') format('woff2'), url('../fonts/Century751BT-No2ItalicB.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Century751BT-BoldB';
    src: url('../fonts/Century751BT-BoldB.woff2') format('woff2'), url('../fonts/Century751BT-BoldB.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century751BT-BoldItalicB';
    src: url('../fonts/Century751BT-BoldItalicB.woff2') format('woff2'), url('../fonts/Century751BT-BoldItalicB.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

/*==============end fonts area ==============*/

body {
    font-family: "Inter", serif;
}

html,
body {
    overflow-x: hidden;
}

ul {
    margin: 0px;
}

a {
    text-decoration: none;
}

button:focus,
button:a {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

p {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Century751BT-BoldB;
}

body {
    overflow-x: hidden;
    background-color: #fff;
}

html {
    scroll-behavior: smooth;
}

.p-50 {
    padding: 50px 0px;
}

.btn-a {
    background: #fff;
    color: #023892;
    padding: 10px 22px 10px;
    display: inline-block;
    transition: all 1s ease-out;
    font-size: 15px;
    border-radius: 100px;
}

.btn-b {
    background: #ffa500;
    color: #FFF;
    padding: 11px 31px 11px;
    display: inline-block;
    border-radius: 48px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

.btn-b:hover {
    color: #FFF !important;
}

.btn-c {
    background: #fff;
    color: #015aaf;
    padding: 7px 30px 7px;
    display: inline-block;
    border-radius: 8px;
    font-size: 15px;
    transition: background 1s ease-out;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    border: solid 1px #015aaf;
}

.btn-c:hover {
    background: #015aaf;
    color: #FFF !important;
}

.btn-a:hover {
    color: #fff;
}

.heading {
    margin-bottom: 30px;
}

.heading h3 {
    font-size: 33px;
    color: #000;
    font-weight: 400;
    margin-bottom: 4px;
}

.heading h3 img {
    margin-left: 20px;
}

.heading h2 {
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 400;
    color: #3949ab;
}
.owl-carousel.award-info-owl.owl-loaded.owl-drag {
    margin: 40px 0;
}
.heading p {
    color: #000;
    margin-bottom: 10px;
}

.heading h2 span {
    background: linear-gradient(to right, #FF8A5B, #0FA3B1);
    background-clip: text;
    color: transparent;
}

.heading hr {
    width: 54px;
    height: 1px;
    background-color: #fff;
    opacity: 1;
    margin: 10px 0px;
    margin-bottom: 20px;
}

.heading.heading-center {
    text-align: center;
}

.heading.heading-center hr {
    margin: 10px auto 20px;
}

.heading.nr-head h2 {
    color: #fff;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    margin-bottom: 0px;
}

.heading.nr-head h3 {
    color: #fff;
    margin-bottom: 0px;
}

.container-fluid {
    width: 93%;
}

.section-m {
    padding: 70px 0px;
}

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

.section-m-90 {
    padding: 90px 0px;
}

.cstm-slide .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: 0;
    top: 45%;
    left: -20px;
}

.cstm-slide .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: -20px;
}

.cstm-slide .owl-carousel .owl-nav button.owl-next,
.cstm-slide .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-size: 20px;
    line-height: 42px;
    color: #3949ab;
    background-color: #ffa500;
}

/* ============= hader area ==============*/

.header-area {
    padding: 0px 0px;
    position: sticky;
    top: 0;
    background-color: #ffffff00;
    z-index: 999;
    box-shadow: 0px 0px 4px #e4008a17;
    width: 100%;
}

.header-area.fixed {
    position: fixed;
    width: 100%;
/*    animation: slideDown 0.35s ease-out;*/
    background-color: #ffffff;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.top-header {
    background-color: #475553;
    padding: 9px 0px;
}

.call-info ul li {
    display: inline-block;
    margin-right: 20px;
    font-size: 12px;
    color: #fff;
}

.call-info ul li a {
    color: #fff;
    margin-left: 15px;
    font-size: 12px;
}

.call-info ul li a i {
    margin-right: 4px;
    color: #0FA3B1;
    font-size: 14px;
}

.call-info ul {
    padding-left: 0px;
}

.email-top a {
    font-size: 12px;
    color: #fff;
}

.email-top a i {
    margin-right: 0px;
}

.email-top {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav-info a {
    margin-right: 39px;
    position: relative;
}

.nav-info a:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 43.45px;
    background-color: #000;
    left: -20px;
    top: -17px;
}

.nav-info a:first-child:after {
    display: none;
}

.head-social {
    padding: 0;
}

.head-social li {
    display: inline-block;
}

.head-social li a {
    background-color: #fff;
    color: #000;
    text-align: center;
    display: inline-block;
    border-radius: 90px;
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 14px;
}

.head-search a i {
    color: #9f6862;
}

.head-search {
    margin-right: 23px;
}

.email-top span {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 7px;
}

.header-area .navbar-brand {
    padding: 10px 0px;
    position: relative;
}

.header-area .navbar-brand img {
    width: 600px;
}

/*.header-area .navbar-brand img {

    width: 185px;

}*/

.main-header .navbar-dark .navbar-nav .nav-link {
    color: #000000;
    font-size: 16px;
    transition: all 0.5s;
    padding: 33px 16px;
    position: relative;
    font-weight: 500;
}

.main-header .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #3949ab;
}

.nav-link.dropbtn.megamenu-column-header:after {
    margin-left: 7px;
    font-family: "FontAwesome";
    content: "\f078";
    font-size: 11px;
}

.main-header .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}

.main-header #collapsibleNavbar {
    justify-content: end;
    align-items: center;
}

/*#collapsibleNavbar .navbar-nav {

    margin-right: 7vw;

}*/

.jaypeeedu {
    margin-right: 7vw;
    margin-left: 10px;
}
.naac-head {
    margin-right: 14px;
    cursor: unset;
}

.jaypeeedu img {
    width: 90px;
}

.search-btn button {
    color: #fe7201;
    border: none;
    padding: 0;
    background-color: transparent;
    font-size: 26px;
    margin-right: 30px;
}

.menu-humburger button {
    background-color: #ffa500;
    border: none;
    padding: 32px 30px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.menu-humburger button i {
    font-size: 26px;
    margin-right: 10px;
    width: 20px;
}

.humburgerbtn .fa-solid.fa-xmark {
    display: none;
}

.humburgerbtn.humbtnopen .fa-solid.fa-xmark {
    display: block;
}

.humburgerbtn.humbtnopen .fa-solid.fa-bars {
    display: none;
}

.menu-humburger {
    position: absolute;
    right: 0;
}

/*search bar*/

.add-on .input-group-btn>.btn {
    border-left-width: 0;
    left: -2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* stop the glowing blue shadow */

.add-on .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #cccccc;
}

#hidden-search-box .form-control {
    width: 20%;
}

.flip-icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.hidden-search-box {
    display: none;
    position: absolute;
    background-color: rgb(254 114 1);
    height: 50px;
    width: 360px;
    z-index: 1000;
    right: 22vw;
    top: 92px;
}

.addon-btn {
    width: 50px;
    height: 50px;
    background-color: rgb(255 165 0);
    border: 0 none;
    margin-top: -5px;
    color: #ffffff;
}

.addon-text-box,
.addon-text-box:active,
.addon-text-box,
.addon-text-box:focus {
    background-color: transparent;
    border: none;
    color: #ffffff !important;
    border-radius: 0;
    font-weight: 600;
    margin-left: calc(5px + 1.13em);
    margin-right: calc(5px + 1.13em);
}

.traingle {
    height: 15px;
    width: 15px;
    background-color: transparent;
    border-left: 15px transparent solid;
    border-right: 15px transparent solid;
    border-bottom: 15px rgb(255 165 0) solid;
    float: right;
    margin-top: -10px;
    margin-right: 10px;
}

#hidden-search-box .form-control::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

#hidden-search-box .form-control::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #fff;
}

/*======== mega menu ==========*/

.menu-megamenu {
    display: none;
    background-color: #3949ab;
    height: 100vh;
}

.menu-megamenu .container-fluid {
    width: 100%;
    padding: 0;
}

.menu-megamenu.menu-megamenu-open {
    display: block;
}

.megamenu-list {
    padding: 30px 0px 30px;
}

.megamenu-item {
    padding: 6px 50px 6px 80px;
    position: relative;
    transition: all 0.5s;
}

.megamenu-item:hover {
    background-color: #ffa500;
}

.megamenu-nav {
    padding: 0;
    list-style: none;
}

.megamenu-list .megamenu-link {
    font-family: Century751BT-BoldB;
    color: #fff;
    font-size: 25px;
}

/*on hover dropdown*/

.mega-clm {
    padding-top: 10px;
    border-left: 0;
    padding-bottom: 10px;
}

.menu-megamenu .dropdown-content.cstm-drop-menu {
    width: 58vw;
    height: 100vh;
    border-left: solid 10px #ffa500;
    left: auto;
    right: 0;
    top: 92px;
    display: none;
    padding: 0px 40px 20px;
    position: fixed;
    background-color: #fff;
    z-index: 99;
    animation: slideleft 0.4s ease-out;
}

.menu-megamenu .dropdown-content.cstm-drop-menu.active {
    display: block;
}

@keyframes slideleft {
    /* from {

    transform: translateX(-100%);

  }

  to {

    transform: translateX(0);

  }*/
    0% {
        right: -100%;
    }
    100% {
        left: auto;
    }
}

/*.menu-megamenu .dropdown:hover .dropdown-content,

.menu-megamenu .dropdown .dropdown-content:hover {

    display: block;

    visibility: visible;

    opacity: 1;

    transition: visibility 0s, opacity 0.3s linear;

}*/

/*.menu-megamenu .dropdown:hover .dropdown-content, .menu-megamenu .dropdown .dropdown-content:hover {

    display: block;

    visibility: visible;

    opacity: 1;

}*/

.megamenu-column-header {
    font-size: 17px;
    color: #3949ab;
    font-family: Century751BT-BoldB;
    display: block;
    margin-bottom: 4px;
    margin-top: 5px;
}

.dropbtn.mega-column-header:after {
    margin-left: 7px;
    font-family: "FontAwesome";
    content: "\f078";
    font-size: 18px;
    line-height: 41px;
    font-weight: bold;
    display: block;
    border: none;
    position: absolute;
    right: 30px;
    top: 3px;
    transition: all 0.3s;
    transform: rotate(270deg);
}

.mega-clm .mega-item .nav-link {
    padding: 2px 5px;
    text-transform: capitalize;
    color: #202020;
    font-size: 13px;
}

.header-area .navbar .link_has_dash .nav-item a {
    padding: 3px 5px 2px 15px;
}

/**/

.header-facilitis {
    padding: 30px 15px;
    border: solid 1px #192671;
    border-top: none;
    border-bottom: none;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.header-fac-bx {
    text-align: center;
    margin-bottom: 30px;
}

.header-fac-bx p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 8px;
    font-weight: 500;
    font-size: 14px;
}

.header-fac-bx a {
    display: inline-block;
}

.header-fac-bx img {
    height: 32px;
    object-fit: contain;
}

/**/

.popular-link {
    padding: 30px 0px 30px 60px;
}

.popular-link h4 {
    color: #ffa500;
    font-size: 26px;
    margin-bottom: 40px;
}

.popular-link ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    width: 48%;
}

.popular-link ul li a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 11px 0px;
}

/*======== end mega menu ==========*/

/* ============ end hader area =============*/

/*===========  home banner area ===========*/

.home-banner-area {
    background-color: #e3dad7;
}

.bnner-lft-cnt h1 {
    color: #fff;
    font-size: 44px;
   /* text-transform: capitalize;*/
}

.bnner-lft-cnt h1 span {
    background: linear-gradient(to right, #FF8A5B, #0FA3B1);
    background-clip: text;
    color: transparent;
}

.bnner-lft-cnt p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 600;
}

.bnner-lft-cnt h6 {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.bnner-rgt-img img {
    width: 370px !important;
    margin: 0 auto;
}

.banner-img-area {
    position: relative;
    overflow: hidden;
}

.banner-img-area img {
    /*height: 660px;*/
    height: auto;
    object-fit: cover;
}

.banner-img-area video {
    height: 650px;
    object-fit: cover;
}

.banner-inner-item {
    background-repeat: no-repeat !important;
    width: 100%;
    height: 650px;
    background-position: center !important;
    background-size: cover !important;
    text-align: center;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    background-blend-mode: overlay;
    background-color: #3949ab73;
}
.banenr-btn {
    margin-top: 30px;
}


/*.banner-img-area img{*/

/*    -webkit-animation: zoom 4s linear forwards;*/

/*    animation: zoom 4s linear forwards;*/

/*}*/

@-webkit-keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.2, 1.2);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.2, 1.2);
    }
}

.bnner-lft-cnt h5 {
    color: #275d99;
    font-size: 25px;
}

.bnner-lft-cnt ul {
    padding: 0px;
    display: flex;
    margin-bottom: 50px;
    margin-top: 15px;
}

.bnner-lft-cnt ul li {
    margin-right: 30px;
    color: #000;
    font-size: 20px;
}

.home-banner-area .banner-shape-1 {
    position: absolute;
    left: 0px;
}

.banner-shape-2 {
    position: absolute;
    right: 0;
    top: 20%;
}

.bnner-lft-cnt h4 img {
    width: 13px !important;
}

.bnner-lft-cnt h4 {
    display: flex;
    align-items: center;
}

.bnner-lft-cnt h4 img {
    margin-right: 9px;
}

.bnner-lft-cnt h4 span {
    color: #5A5E61;
    font-size: 20px;
}

.home-banner-area .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -110px;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
}

.home-banner-area .owl-dot.active {
    background: #ffa500 !important;
}

.home-banner-area .owl-dot {
    width: 50px;
    height: 3px;
    margin: 0 5px;
    background: #fff !important;
    outline: 0;
    cursor: pointer;
    transition: .25s ease-in-out;
    text-align: center;
    border-radius: 210px;
}

.home-banner-area .owl-carousel .owl-nav button.owl-next,
.home-banner-area .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-size: 40px;
    line-height: 42px;
    color: #fff;
}

.home-banner-area .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: 0;
    top: 45%;
    left: 30px;
}

.home-banner-area .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: 30px;
}

/*===========  end home banner area ===========*/

/*========= programs offered ==========*/

.program-offer {
    background-image: url(../images/program-offer-bg.jpg);
    background-repeat: no-repeat;
    padding: 80px 0px 120px;
}

.program-offer-bg {
    background-color: #fff;
    padding: 40px 45px;
    box-shadow: 0px 0px 18px #e6e6e6;
}

.program-cnt {
    padding-right: 70px;
}

.program-cnt .heading h2 {
    border-bottom: solid 1px #ffa500;
    padding-bottom: 10px;
}

.most-visit .heading h2 {
    border-bottom: solid 1px #ffa500;
    padding-bottom: 10px;
}

.program-bx {
    text-align: center;
}

.program-bx img {
    height: 70px;
    width: 80px !important;
    object-fit: contain;
    margin-bottom: 20px;
    margin: 0 auto 20px;
}

.program-bx h3 {
    color: #202020;
    font-family: "Inter", serif;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0px;
}

.most-visit ul {
    padding-left: 25px;
}

.most-visit ul li {
    position: relative;
    padding: 5px 0px;
    list-style: none;
}

.most-visit ul li:after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #ffa500;
    position: absolute;
    border-radius: 100px;
    left: -20px;
    top: 15px;
}

.most-visit ul li a {
    color: #3949ab;
    font-weight: 400;
}

.most-visit ul li a i {
    font-size: 13px;
    margin-left: 7px;
}

/*========= end programs offered ==========*/

/*=========== get in touch ===========*/

.get-in-touch {
    background-image: url(../images/get-in-touch.jpg);
    background-repeat: no-repeat;
    padding: 90px 0px 200px;
}

.loc-li-info {
    display: flex;
    margin-bottom: 14px;
}

.loc-li-info .info-ic {
    width: 27px;
}

.loc-li-info .info-ic i {
    color: #3949ab;
}

.info-add {
    width: 88%;
}

.info-add p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #202020;
    font-weight: 500;
}

.info-add p a {
    color: #202020;
}

.get-in-touch-txt .heading p {
    font-weight: 500;
}

/*apply today form*/

.appl-today {
    background-color: #fff;
    margin-left: 70px;
    border-radius: 0px 0px 60px 60px;
    margin-top: -120px;
}

.appl-today .heading h3 {
    background-color: #3949ab;
    text-align: center;
    margin-bottom: 0px;
    padding: 24px 17px;
    font-family: "Inter", serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
}

.book-appintment-form {
    border-radius: 20px;
    height: 100%;
    position: relative;
}

.book-appintment-form .form_inner .form-control {
    background-color: transparent;
    margin-bottom: 15px;
    padding: 9px 19px;
    color: #a6a6a6;
    border: solid 1px #a0a0a0;
    border-radius: 100px;
    font-size: 14px;
}

.appl-today .form_inner {
    padding: 10px 40px 40px;
}

.input_box.captcha-inp {
    position: relative;
    margin-top: 20px;
}

.captcha-inp span {
    background-color: #ffa500;
    padding: 6px 23px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    position: absolute;
    top: 2px;
    right: 3px;
}

.book-appintment-form .form_inner .captcha-inp .form-control {
    padding: 10px 85px 10px 15px;
    border-radius: 100px;
    color: #000;
}

.captcha-load {
    position: absolute;
    top: 7px;
    right: -50px;
}

.form-btm-p {
    text-align: center;
    font-size: 14px;
    color: #202020;
    margin-top: 30px;
}

.captcha-load img {
    width: 33px;
}

.book-appintment-form .form-sbmt-btn {
    text-align: center;
}

.book-appintment-form .form-sbmt-btn .btn-b {
    border: none;
    padding: 11px 41px 11px;
}

.input_box.inp-select-dt .form-control {
    color: transparent;
    position: relative;
}

.input_box.inp-select-dt input:invalid:before {
    color: #a6a6a6;
    content: attr(placeholder);
    padding-left: 10px;
    pointer-events: none;
    position: absolute;
    left: 5px;
}

.input_box.inp-select-dt input:valid,
.input_box.inp-select-dt input:focus,
.input_box.inp-select-dt input:active {
    color: #a6a6a6;
}

.input_box.inp-select-dt input:valid:before,
.input_box.inp-select-dt input:focus:before,
.input_box.inp-select-dt input:active:before {
    display: none;
}

.book-appintment-form .form_inner .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a6a6a6;
    opacity: 1;
}

.book-appintment-form .form_inner .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a6a6a6;
}

.book-appintment-form .form_inner .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a6a6a6;
}

.book-appintment-form .form_inner textarea {
    height: 90px;
}

.book-appintment-form .heading {
    margin-bottom: 20px;
}

.inner-map-area iframe {
    height: 260px;
}

.map-area {
    margin-top: -130px;
    padding-bottom: 50px;
}

/*=========== end get in touch ===========*/

/*========= Announcements area =======*/

.announcements {
    background-color: #ececec;
    overflow: hidden;
}

.announcements .heading {
    margin-bottom: 0px;
    padding-right: 50px;
}

.announcments-bx {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin: 12px 0px;
    transition: all 0.5s;
}

.announcments-bx img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.announcments-bx:hover .announcements-hover {
    opacity: 1;
    transition: all 0.5s;
}

.announcements-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #3949abcc;
    padding: 30px 40px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
}

.announcements-hover p {
    font-family: Century751BT-BoldB;
    color: #fff;
    font-size: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.announcements-hover a {
    color: #fff;
    display: inline-block;
    font-weight: 500;
}

.announcements-hover a i {
    color: #3949ab;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #ffa500;
    border-radius: 100px;
    margin-right: 9px;
    font-size: 13px;
}

.marquee-wrapper .marquee-block {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.marquee-inner {
    position: absolute;
    width: 100%;
}

.marquee-inner.to-left:hover {
    animation-play-state: paused;
}

.marquee-inner.to-left {
    animation: marqueeTop 25s linear infinite;
}

.marquee-inner.to-right {
    animation: marqueeBottom 25s linear infinite;
}

.marquee-inner.to-right:hover {
    animation-play-state: paused;
}

@media screen and (min-width:992px) {
    @keyframes marqueeTop {
        0% {
            top: 0;
        }
        100% {
            top: -100%;
        }
    }
    @keyframes marqueeBottom {
        0% {
            top: -100%;
        }
        100% {
            top: 0;
        }
    }
}

.announc-point ul {
    padding-left: 17px;
}

.announc-point ul li a {
    color: #000;
}

.announc-point ul li a {
    color: #000;
    font-size: 15px;
}

/*========= end Announcements area =======*/

/*======= Awards and recognition ======*/

.award-recognition {
    padding: 68px 0px 60px;
}
.award-view {
    margin: 15px 0px 30px 20px;
}
.award-view .btn-b {
    font-size: 15px;
    padding: 9px 22px 9px;
}

/* .award-tab-slide {
    padding-bottom: 70px;
} */

.award-tb-nav .nav-pills .nav-link {
    text-align: left;
    color: #000000;
    font-size: 15px;
    border-radius: 0px;
    padding: 11px 20px;
    font-weight: 600;
}

.award-tb-nav .nav-pills .nav-link.active {
    background-color: #3949ab;
    color: #fff;
}

.award-tb-nav .nav-pills {
    margin-right: 30px;
}

.award-tabe-slide-bx img {
    height: 450px;
    object-fit: contain;
    border-radius: 0px 0px 0px 0px;
}

.award-tabe-slide-bx {
    text-align: center;
}

.award-tabe-slide .owl-item.center {
    transform: scale(1) !important;
}

.award-tabe-slide .owl-item {
    transition: all 0.5s;
    transform: scale(0.8) !important;
}

.award-tabe-slide .owl-item.center .award-tabe-slide-bx img {
    border-radius: 0px 40px 0px 40px;
}

.award-tabe-slide .owl-carousel .owl-nav button.owl-next,
.award-tabe-slide .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-size: 20px;
    line-height: 42px;
    color: #3949ab;
    background-color: #ffa500;
}

.award-tabe-slide .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: 0;
    top: 45%;
    left: 23%;
}

.award-tabe-slide .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: 23%;
}

.award-info-bx h6 {
    color: #202020;
    font-family: "Inter", serif;
    font-size: 15px;
}

.award-info-bx h4 {
    color: #3949ab;
    font-size: 28px;
}

.award-info-bx p {
    color: #202020;
    font-family: "Inter", serif;
    font-size: 15px;
    margin-bottom: 0px;
}

.award-info-bx {
    border-right: solid 1px #272727;
    min-height: 130px;
    padding: 0px 20px;
}

.award-info-slide {
    position: relative;
}

.award-info-slide:after {
    content: '';
    height: 130px;
    width: 10px;
    background-color: #fff;
    position: absolute;
    right: -3px;
    top: 0px;
    z-index: 99;
}

.award-info-slide .owl-carousel .owl-nav button.owl-next,
.award-info-slide .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-size: 30px;
    line-height: 42px;
    color: #000;
}

.award-info-slide .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: 0;
    top: 25%;
    left: -40px;
}

.award-info-slide .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 25%;
    right: -40px;
}
.award-inner ul li {
    list-style: none;
    position: relative;
}
.award-inner ul li p {
    font-size: 17px;
}
.award-inner ul li:after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #ffa500;
    position: absolute;
    border-radius: 100px;
    left: -20px;
    top: 9px;
}

/*======= end Awards and recognition ======*/
.Research-Publication-area {
    padding: 60px 0;
}
/*=========== Placement ===========*/

.Placements-area {
    padding: 80px 0 70px;
    background-color: #3949ab;
    background-image: url(../images/placementbg.jpg);
    background-repeat: no-repeat;
}

.Placements-area .container-fluid {
    width: 100%;
}

.placement-inner-img {
    padding-right: 60px;
    height: 413px;
    position: relative;
}

.placement-inner-img:after {
    content: '';
    width: 110px;
    height: 130px;
    background-color: #4a5abc;
    position: absolute;
    border-radius: 0px 30px 0px 30px;
    left: -30px;
    top: -30px;
}

.placement-inner-img img {
    width: 100%;
    height: 100%;
    object-position: left;
    object-fit: cover;
    border-radius: 30px;
    border-top-left-radius: 0PX;
    position: relative;
    z-index: 99;
}

.placement-bx .heading h2 {
    color: #fff;
}

.placement-bx .heading p {
    color: #fff;
}

.placement-bx .usp-box-span {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 4px;
}

.usp_box h2 {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    font-size: 40px;
    margin-bottom: 0px;
}

.usp_box span {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    line-height: 35px;
    font-size: 40px;
}

.usp_box p {
    color: #fff;
}

.placement-icon .icon img {
    margin: 0 auto;
    width: 100px !important;
    height: 50px !important;
    object-fit: contain;
}

.placement-slider {
    padding: 60px 0 0 0px;
}

.placement-icon .icon {
    text-align: center;
}

.place-view .btn-b {
    font-size: 15px;
    padding: 9px 22px 9px;
}


/*=========== Placement end ===========*/

/*===== home-facilities ======*/

.home-facilities .container-fluid {
    width: 100%;
    padding: 0;
}

.arrow-btn {
    color: #3949ab;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
}

.arrow-btn i {
    color: #3949ab;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #ffa500;
    border-radius: 100px;
    margin-right: 9px;
    font-size: 13px;
}

.facilities-bx-big {
    position: relative;
    overflow: hidden;
}

.facilities-bx-big img {
    height: 700px;
    width: 100%;
    object-fit: cover;
    object-position: left;
}

.facilities-top-txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    padding: 40px 70px;
    background-image: linear-gradient(1deg, #000000b5, transparent);
}

.facilities-top-txt .heading {
    margin-bottom: 0px;
}

.facilities-top-txt .heading h2 {
    color: #ffa500;
}

.facilities-top-txt .heading p {
    color: #fff;
}

.facilities-cnt-bx {
    background-color: #ffa500;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 30px 70px;
    position: relative;
}

.facilities-cnt-bx:after {
    border: 31px solid transparent;
    border-bottom-color: #ffa500;
    content: "";
    position: absolute;
    right: -60px;
    top: 45%;
    transform: rotate(90deg);
    z-index: 99;
}

.facilities-cnt-bx .heading {
    margin-bottom: 0px;
}

.facilities-img-bx img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.facilities-cnt-bx.faci-life {
    background-color: #fff;
    height: 350px;
}

.facilities-cnt-bx.faci-sprots {
    text-align: right;
}

.facilities-cnt-bx.faci-Campus {
    background-color: #3949ab;
}

.facilities-cnt-bx.faci-Campus .heading h2 {
    color: #fff;
}

.facilities-cnt-bx.faci-Campus .heading p {
    color: #fff;
}

.facilities-cnt-bx.faci-Campus:after {
    border-bottom-color: #3949ab;
}

.facilities-cnt-bx.faci-Sustainable:after {
    ;
    left: -60px;
    right: auto;
    transform: rotate(270deg);
}

/*=====end  home-facilities ======*/

/*===== why jaypee ======*/

.why-choose-jaypee {
    padding: 80px 0;
}

.why-choose-inner {
    padding-top: 10px;
    padding-left: 40px;
}

.why-choose-inner .heading p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.why-choose-jaypee-inner {
    position: relative;
}

.why-choose-jaypee .heading-bottom-inner {
    padding: 10px 0px 0 0;
    margin-bottom: 20px;
}

.why-choose-jaypee .heading-bottom-inner h2 {
    font-size: 22px;
    color: #3949ab;
}

.why-choose-jaypee .heading-bottom-inner p {
    font-size: 14px;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.why-choose-jaypee .heading-bottom-inner h2 i {
    color: #FFA500;
    padding-right: 10px;
}

.why-choose-inner-img {
    position: relative;
}

.why-choose-inner-img .ineer-heading {
    background-color: #FFA500;
    position: absolute;
    bottom: 190px;
    right: 0;
    padding: 10px 30px 10px 20px;
    border-radius: 20px;
    border-top-right-radius: 0PX;
}

.why-choose-inner-img .ineer-heading h3 {
    margin: 0;
}

.why-choose-inner-img .ineer-heading p {
    font-size: 15px;
    margin: 0;
}

.progress-area {
    padding-top: 3px;
}

.progress-bx {
    display: flex;
    align-items: center;
}

.progress-area .heading {
    margin: 5px;
}

.progress-area .heading h2 {
    font-size: 22px;
    margin: 0;
}

.progress-area .usp_box h2 {
    color: #000;
    font-size: 20px;
    padding-left: 25px;
    font-family: "Inter", serif;
    font-weight: 700;
}

.progress-area .usp_box span {
    color: #000;
    font-size: 20px;
}

.progress {
    background: #D1D1D1;
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    display: flex;
    height: 10px;
    width: 415px;
}

.progress-value {
    animation: load 4s normal forwards;
    box-shadow: 0 10px 40px -10px #fff;
    border-radius: 100px;
    background: #3949AB;
    height: 10px;
    width: 0;
}

@keyframes load {
    0% {
        width: 0;
    }
    100% {
        width: 95%;
    }
}

.why-choose-bx img {
    width: 55px !important;
    height: 55px;
    padding-bottom: 10px;
    object-fit: contain;
}

.why-choose-bx h4 {
    color: #3949AB;
    font-size: 18px;
    margin-bottom: 2px;
    text-transform: capitalize;
}

.why-choose-bx p {
    color: #202020;
    font-family: "Inter", serif;
    font-size: 14px;
    margin-bottom: 0px;
}

.why-choose-bx {
    border-right: solid 1px #989898;
   
    padding: 0px 20px;
    min-height: 140px;
}

.why-choose-slide .owl-carousel .owl-nav button.owl-next,
.why-choose-slide .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-size: 30px;
    line-height: 42px;
    color: #000;
}

.why-choose-slide .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: 0;
    top: 25%;
    left: -40px;
}

.why-choose-slide .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 25%;
    right: -40px;
}

.why-choose-slide {
    width: 70%;
    margin: -140px 0px auto auto;
    position: relative;
}

.why-choose-slide:after {
    content: '';
    height: 170px;
    width: 6px;
    background-color: #fff;
    position: absolute;
    right: -3px;
    top: 0;
    z-index: 99;
}

.why-inner-img-sec {
    text-align: center;
}

.why-inner-img-sec img {
    height: 650px;
    object-fit: contain;
}

/*===== why jayee ======*/

/*===== event and activitities =====*/

.event-and-activite {
    padding: 0px 0px 80px;
}

.event-and-activite-bx {
    position: relative;
    border-radius: 0px 40px 40px 40px;
    overflow: hidden;
    margin: 12px 0px;
    transition: all 0.5s;
}

.event-box-2 {
    border-radius: 40px 40px 0 40px;
}

.event-box-3 {
    border-radius: 40px 40px 40px 0;
}

.event-box-4 {
    border-radius: 40px 0 40px 40px;
}

.event-and-activite-bx:hover .event-and-activite-hover {
    opacity: 1;
    transition: all 0.5s;
}

.event-and-activite-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #3949abcc;
    padding: 30px 40px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    text-align: center;
}

.event-and-activite-hover p {
    font-family: 'inter';
    color: #fff;
    font-size: 14px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 5; */
    /* -webkit-box-orient: vertical; */
}

.event-and-activite-hover a {
    color: #fff;
    display: inline-block;
    font-weight: 500;
}

.event-and-activite-hover a i {
    color: #3949AB;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #FFA500;
    border-radius: 100px;
    margin-right: 9px;
    font-size: 13px;
}

.event-heding-box-1 {
    padding: 40px 40px 30px 0;
    text-align: center;
}

.event-heding-box-2 {
    border-radius: 40px 0px 40px 40px;
}

.event-and-activite-bx img {
    object-fit: cover;
    width: 100%;
}

.event-img-1 {
    height: 190px;
}

.event-img-2 {
    height: 242px;
}

.event-img-3 {
    height: 217px;
}

.event-img-4 {
    height: 360px;
}

.event-img-5 {
    height: 219px;
}

.event-img-6 {
    height: 229px;
}

.event-img-7 {
    height: 200px;
}

.event-img-8 {
    height: 271px;
}

.event-img-9 {
    height: 299px;
}

.event-activite-slide .owl-item.center .item .event-and-activite-bx {
    -webkit-transform: scale(1.10);
    -ms-transform: scale(1.10);
    transform: scale(1.10);
}

/*===== event and activitities =====*/

/*acdemic news*/

.acdemic-news {
    padding: 30px 0;
    background-color: #ECECEC;
}

.acdemic-tabe-pane {
    padding-right: 60px;
}

.acdemic-news .acdemic-tabe img {
    border-radius: 30px;
}

.acdemic-tabe {
    position: relative;
}

.plus-btn {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plus-btn p {
    width: 120px;
    height: 120px;
    line-height: 100px;
    text-align: center;
    background-color: #d89c26d4;
    font-size: 110px;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 0px;
}

.acdemic-tb-nav .nav-pills .nav-link {
    text-align: left;
    color: #000000;
    background-color: #fff;
    font-size: 15px;
    border-radius: 0px;
    padding: 13px 20px;
    font-weight: 600;
    margin-bottom: 15px;
    border-radius: 10px;
/*    font-family: Century751BT-BoldB;*/
}

.acdemic-tb-nav .nav-pills .nav-link p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: "Inter", serif;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0px;
}

.acdemic-tb-nav .nav-pills .nav-link.active {
    background-color: #FFA500;
    border-radius: 10px;
}

.acdemic-tb-nav .nav-pills {
    margin-right: 0px;
}

.acdemic-tb-nav .arrow-btn {
    text-align: right;
    padding-right: 15px;
    font-size: 15px;
}

.acdemic-news .tab-pane .heading h3 {
    font-size: 15px;
    color: #A4A4A4;
    padding: 25px 0 5px 0px;
    font-family: "Inter";
}

.acdemic-news .tab-pane .heading h2 {
    font-size: 19px;
}

.acdemic-news .tab-pane .heading p {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*====== testimonail area =======*/

.testimonials {
    background-image: url(../images/program-offer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0px 110px;
    width: 100%;
}

.testi-bx {
    display: flex;
    background-color: #ffffff;
    width: 100%;
    align-items: center;
    box-shadow: 0px 0px 10px #f1eeee;
    margin: 20px 0px;
}

.testimonials-slide {
    margin: 0 auto;
    width: 80%;
}

.testi-user {
    width: 30%;
}

.testi-user img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover;
}

.testi-info {
    padding: 30px;
    width: 70%;
}

.testi-info h6 {
    color: #202020;
    font-size: 21px;
}

.testi-info p {
    color: #000000;
    font-size: 16px;
    margin-bottom: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.testi-info h5 {
    color: #3949ab;
    margin-bottom: 5px;
    font-size: 21px;
}

.testimonials-slide .owl-carousel .owl-nav button.owl-next,
.testimonials-slide .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-size: 20px;
    line-height: 42px;
    color: #3949ab;
    background-color: #ffa500;
}

.testimonials-slide .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: 0;
    top: 45%;
    left: -20px;
}

.testimonials-slide .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: -20px;
}

/*====== end testimonail area =======*/

/*=========== footer ===========*/

.footer-area {
    background-color: #3949ab;
    padding: 40px 0 0 0;
    position: relative;
}

.footer-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    position: absolute;
    height: 37rem;
    bottom: 0;
    padding: 60px 50px 13px 50px;
    border-top-left-radius: 135px;
    border-top-right-radius: 135px;
}

.footer-logo img {
    width: 170px;
}

.foot-social ul {
    padding: 0;
}

.foot-social ul li {
    list-style: none;
    display: inline-block;
}

.foot-social a {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #000000;
    color: #fff;
    text-align: center;
    line-height: 27px !important;
    margin-right: 6px;
    font-size: 14px;
}

.bottom-footer {
    background-color: #ffa500;
    padding: 15px 0px;
}

.bottom-footer p {
    margin: 0;
    text-align: left;
}

.footer-menu-bx {
    display: flex;
}

.footer-menu h4 {
    color: #fff;
    font-size: 18px;
    font-family: "Inter", serif;
}

.footer-menu ul {
    padding: 0px;
}

.footer-menu ul li {
    list-style: none;
    margin-bottom: 0px;
    line-height: 18px;
    padding: 1px 0px;
}

.footer-menu ul li a {
    color: #fff;
    font-size: 12px;
}

.footer-menu button {
    background-color: transparent;
    border: none;
    padding-left: 0;
}

.footer-menu .foot-more {
    color: #ffa500;
    font-size: 13px;
    display: inline-block;
    margin-top: 10px;
}

.footer-area .loc-li-info .info-ic i {
    background-color: #ffa500;
    width: 24px;
    border-radius: 50%;
    height: 24px;
    text-align: center;
    padding-top: 7px;
    font-size: 11px;
}

.footer-area .loc-li-info a {
    color: #fff;
    padding-left: 15px;
    font-size: 13px;
}

.footer-area .loc-li-info p {
    color: #fff;
    font-size: 14px;
}

.loc-contact-info {
    padding-top: 20px;
}

.footer-area .loc-li-info {
    margin-bottom: 9px;
}

.footer-form-email a {
    background-color: #ffa500;
    border: none;
    padding: 7px 55px 7px 14px;
    margin: 15px 0;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.footer-form-email a i {
    padding-right: 10px;
    font-size: 23px;
}

.footer-form-email.footer-portal a {
    background-color: #3949ab;
    color: #fff;
}

.privacy-foot {
    color: #fff !important;
}

.privacy-foot a {
    color: #ffa500;
    font-size: 14px;
}

.privacy-foot span {
    padding: 0px 10px;
}

/*=========== footer end ===========*/

/*=====breadcrumb area=======*/

.bred-strip {
    padding: 75px 0px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    /* background-image: url(../images/banner-strip.jpg); */
    background-position: center;
    background-blend-mode: overlay;
    /* background-color: #00000078; */
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/Images-1/About-Us-Banner.jpg);
    box-shadow: inset 0 0 0 2000px #3949ab8f;
}

.bred-strip .bread-inner-content h1 {
    margin-bottom: 0px;
    color: #fff;
    text-align: center;
    font-size: 32px;
}

.bred-strip ul li {
    color: #fff;
}

.bred-strip .spacer {
    font-size: 0.8rem;
    padding: 0 10px;
}

.bred-strip ul li a {
    color: #fff;
}

.bred-strip .pagination {
    align-items: center;
    justify-content: center;
}

/*=====end breadcrumb area=======*/

/*==== chemical engineering page ====*/

.overview {
    padding: 60px 0;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-image: url(../images/program-offer-bg.jpg);
    background-position: center;
}

.over-ineer .heading h2 {
    font-weight: 700;
    font-family: "Inter", serif;
    margin-bottom: 0px;
}

.overview-main {
    margin-bottom: 50px;
    background: linear-gradient(to top, #EBEBEB 50%, transparent 50%);
}

.overview-box {
    background-color: #fff;
    box-shadow: 0px 0px 10px #F1EEEE;
    border-radius: 40px 40px 0px 40px;
    padding: 30px;
    margin-right: 10px;
    min-height: 320px;
}

.over-sec {
    border-radius: 40px 40px 40px 0px;
}

.overview .heading {
    text-align: center;
}

.overview-ineer-img {
    text-align: center;
    padding-bottom: 13px;
}

.overview-ineer-img img {
    width: 60px;
    height: 100px;
    object-fit: contain;
}

.over-ineer .heading span {
    color: #FFA500;
    font-weight: 700;
}

.over-bottom-p {
    text-align: center;
}

.engineering-chart {
    padding: 60px 0px 110px;
}

.pie-chart {
    text-align: center;
}

.pie-chart img {
    width: 80%;
}

.pie-chart-cnt p {
    color: #202020;
    margin-bottom: 0px;
}

.pie-chart-result {
    display: flex;
    padding: 10px 0px;
}

.pie-chart-result span {
    width: 40px;
    height: 12px;
    background-color: #2a9d8f;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.pie-chart-result p {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 13px;
    width: 86%;
}

.pie-result {
    padding-top: 40px;
}

/*objective*/


.object-ineer-heading h2 {
    font-size: 60px;
}

.object-inner-img {
    padding-left: 130px;
    padding-top: 20px;
}

.object-inner-img img {
    border-radius: 50px;
}


.vision-mission {
    padding: 30px 0;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-image: url(../images/program-offer-bg.jpg);
    background-position: center;
    background-blend-mode: overlay;
    background-color: #051157d4;
}
.vision-mission-heading h2 {
    color: #fff;
}
.vision-mission-heading p {
    color: #fff;
}

/*==== end chemical engineering page ====*/

/*===== award recognition area ====*/

.recognition-area {
    background-image: url(../images/program-offer-bg.jpg);
    background-repeat: no-repeat;
    padding: 80px 0px 20px;
    position: relative;
    width: 100%;
    background-size: cover;
    overflow: hidden;
}

.recognition-img img {
    width: 70%;
    position: relative;
    z-index: 1;
    padding-left: 50px;
}

.recogn-bg {
    position: absolute;
    width: 60%;
    right: 0;
    text-align: right;
    top: 40px;
}

.recogn-bg img {
    width: 90%;
}

.achiv-tab {
    padding: 0 0 70px 0;
}

.achiv-tabe {
    position: relative;
    border: 2px solid #ffa500;
}

.achiv-tab-nav .nav-pills .nav-link {
    text-align: left;
    color: #000000;
    font-size: 15px;
    padding: 20px 20px;
    font-weight: 600;
    font-family: Century751BT-BoldB;
}

.achiv-tab-nav .nav-pills .nav-link.active {
    background-color: #3949ab;
    color: #fff;
    border-radius: 0;
}

.achiv-tab-nav {
    background-color: #ECECEC;
    border-bottom: 7px solid;
    border-image: linear-gradient(to right, #3949ab 50%, #ffa500 50%) 1;
}

.achiv-tab-slide {
    padding: 50px 0;
}

.achiv-tabe-point ul li {
    color: #3949ab;
}

.achiv-tabe-point ul li p {
    color: #3949ab;
    font-weight: 600;
}

.achiv-tabe-pane .award-img {
    text-align: center;
    padding: 55px;
    background-color: #f4f4f4;
}

.achiv-tabe-pane .award-img img {
    width: auto;
    height: 320px;
    object-fit: contain;
}

/*===== end award recognition area ====*/

/* Rohit */

.curriculum-tab {
    padding: 50px 0 100px;
}

.curriculum-tab-nav {
    position: relative;
    background-color: #ECECEC;
    margin-bottom: 30px;
}

.curriculum-bx {
    display: flex;
}

.curriculum-tab-nav .nav-pills .nav-link {
    width: 240px;
    text-align: left;
    color: #000000;
    font-size: 16px;
    padding: 15px 20px;
    font-weight: 700;
}

.curriculum-tab-nav .nav-pills .nav-link p {
    margin: 0;
    padding: 5px;
    color: #fff;
    font-size: 13px;
    font-family: 'Metropolis-SemiBold';
}

.curriculum-tab-nav .nav-pills .nav-link.active {
    background-color: #273b82;
    color: #fff;
    border-radius: 0;
}

.curriculum-tabe img {
    height: 260px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.curriculum-img {
    background-color: #eff6fe;
    margin-bottom: 25px;
    border-radius: 15px;
}

.curriculum-img-bx {
    padding: 15px;
}

.curriculum-img h6 {
    color: #3949ab;
    padding-top: 15px;
}

.curriculum-img p {
    margin: 0;
    font-size: 15px;
}

.curriculum-img button {
    background: transparent;
    border: none;
    font-size: 14px;
    padding: 20px 0 10px;
    color: #ffa500;
}

.acdemic-tb-nav .nav-pills .nav-link {
    padding: 12px 20px;
}

/*===== chemical engineering main page css =======*/

.department-id-tab {
    background-color: #29399c;
    position: sticky;
    top: 90px;
    z-index: 99;
}
.department-id-inner {
    text-align: center;
}
.department-id-inner a {
    color: #fff;
    padding: 14px 11px;
    transition: 0.3s;
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
}
.department-id-inner a.active {
    background-color: #ffa500;
    color: #3949ab;
}

.psos {
    padding: 40px 0px;
}
.psos .accordion-button:focus {
    box-shadow:none;
}
.psos button.accordion-button.collapsed {
    border: none !important;
    border-radius: 0px !important;
}
.psos .accordion-button:not(.collapsed) {
    border: none !important;
    border-radius: 0px !important;
}
.psos table {
    width: 80%;
    border-collapse: collapse;
    border: 1px solid black;
    margin-bottom: 30px;
}

.psos table td {
    border: 1px solid black;
    padding: 10px;
    text-align: left;
    width: 70%;
}
.psos table td a {
    text-decoration: none;
}



.laboratory-slide-bx p {
    margin-bottom: 0px;
    text-align: center;
    margin-top: 12px;
    font-weight: 500;
}
.laboratory-slide-bx img {
    height: 266px;
    object-fit: cover;
    width: 100% !important;
    border-radius: 10px;
}
.laboratory-slide-inner.cstm-slide .owl-carousel .owl-nav button.owl-prev {
    top: 38%;
}
.laboratory-slide-inner.cstm-slide .owl-carousel .owl-nav button.owl-next {
    top: 38%;
}

.laboratory-slide{
    padding-bottom: 40px;
}

.placebtn .btn-b {
    font-size: 14px;
    margin-top: 15px;
}

/*===== end chemical engineering main page css =======*/





.scheme-head-area .heading {
    text-align: center;
}




/*new header changes*/
ul.nav.flex-column.fase-ul-sec {
    padding-left: 13px;
}



.program-offer .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -30px;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
}
.program-offer .owl-dots .owl-dot {
    width: 20px;
    height: 3px;
    margin: 0 5px;
    background: #808080;
    outline: 0;
    cursor: pointer;
    transition: .25s ease-in-out;
    text-align: center;
    border-radius: 210px;
}
.program-offer .owl-dots .owl-dot.active {
    background: #ffa500 !important;
}


/*new changes*/
.post-lft-clr p {
    color: #3949ab;
    font-size: 18px;
}

.about-prof-tab .accordion-button:focus {
    box-shadow:none;
}

.events-details-main {
    padding: 60px 0px 100px;
}

.events-details-main ul li{
    color: #000;
    margin-bottom: 10px;
}


.admission-enquiry .get-in-touch {
    padding-bottom: 65px;
}

.faq-about-plan-area{
    padding-bottom: 100px;
}

.overview .heading p {
    text-align: justify;
}
.accedmic-news-marquee {
    padding: 0;
    display: flex;
    align-items: center;
}
.accedmic-news-marquee .heading {
    margin-bottom: 0;
   /* background-color: #3949ab; */
    background-color: #ffa500;
    position: relative;
    z-index: 9;
    padding: 10px 20px;
    width: 226px;
}
.accedmic-news-marquee  .heading h2 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 18px;
}
/*.accedmic-news-marquee .marquee-acc p {
    margin-bottom: 0;
} */
.accedmic-news-marquee .marquee-acc p {
    margin-bottom: 0;
    font-size: 17px;
    color: #ffa500;
    font-weight: 600;
}
.phd-scholar-inner {
    padding: 50px 0 70px;
}
.phd-scholar-inner table {
    width: 90%;
    border-collapse: collapse;
    border: 1px solid #ddd;
  }
  
  .phd-scholar-inner table th, td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }
  
  .phd-scholar-inner table th {
    background-color: #3949ab;
    padding: 20px 20px;
    color: #fff;
  }
  
  .phd-scholar-inner table a {
    color: #007bff;
    text-decoration: none;
  }
  .map.map-said iframe {
    width: 100%;
}