/*  ---- By WM ---- */
/*---------------------------------- Common Css  ----------------------------------*/
*::before, *::after, .btn, .animate, a, .owl-theme .owl-dots .owl-dot span, .form-control{
  transition:all 0.3s ease-in-out 0s;
  -moz-transition:all 0.3s ease-in-out 0s;
  -ms-transition:all 0.3s ease-in-out 0s;
  -o-transition:all 0.3s ease-in-out 0s;
  -webkit-transition:all 0.3s ease-in-out 0s;       
} 
html{
    margin: 0 !important;
    scroll-behavior: smooth;
}
body {
    font-size: 14.5px;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    overflow-x: hidden;
    color: #333;
}
a, a:focus, a:hover{     
  text-decoration:none !important;
  outline:none !important;
  color: #0b1624;
}
h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}   
 ul, li{
  margin:0;
  padding:0;
} 
ul, li{
  list-style-type:none;
}
.relative{
  position:relative;
}  
.back-img{
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}
.img-fix{
    background-attachment: fixed;
    background-position: initial;
}
.owl-middle-nav .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin: 0;
    left: 0;
    transform: translatey(-50%);-webkit-transform: translatey(-50%);-ms-transform: translatey(-50%);
}
.owl-middle-nav .owl-nav .owl-prev {
    float: left;
    margin-left: 5px;
}
.owl-middle-nav .owl-nav .owl-next {
    float: right;
    margin-right: 20px;
}
.owl-middle-nav.owl-theme .owl-nav [class*=owl-], .owl-middle-nav.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #fff;
    font-size: 65px;
}
.flex-model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            flex-flow: row wrap;
}

.text-center-align {
    text-align: center !important;
}
.flex-reverse {
    flex-direction: row-reverse;
}
.comm-head, .comm-sub-head {
    margin: 0 0 40px;
    font-size: 50px;
    font-weight: 700;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}
.comm-sub-head{
    font-size: 30px;
    margin: 0;
}
.patch{
    display: inline-block;
    padding: 0 10px;
    background: #9500ff;
    color: #fff;
}
.comm-head~p {
    width: 800px;
    margin: 0 auto 30px;
    font-size: 16px;
    color: #000;
    text-align: center;
}
.btn-blck {
    display: inline-block;
    padding: 6px 15px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    margin: 10px 0 0;
    font-weight: 600;
}
.btn-blck:focus, .btn-blck:hover {
    color: #fff;
    background-color: #9500ff;
}
section {
    padding: 80px 0 40px;
}
.wt-100{
    width: 100%;
}
.ht-100{
    height: 100%;
}
.bg-grey{
    background: #f2f2f2;
}
.bg-black{
    background: #000;
}
.bg-black .comm-head {
    color: #fff;
}
.m-0{
    margin: 0 !important; 
}
.p-0{
    padding: 0;
}

/**************** header ****************/
header {
    /* padding: 5px; */
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    top: 0;
    background: #9500ff;
}
.sticky-header header {
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
}
.logo a {
    display: block;
    padding: 0 0 0 15px;
}
.logo img {
    width: auto;
    height: 95px;
}
.menu-bar {
    margin: 0px 20px 0 10px;
    position: relative;
    cursor: pointer;
    height: 30px;
    display: none;
}
.menu-bar span {
    display: block;
    position: relative;
    width: 30px;
    height: 3px;
    z-index: 999;
    background: #000;
    top: 50%;
    border-radius: 50px;
    margin: 0 auto;
}
.menu-bar span:before,
.menu-bar span:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #000;
    left: 0;
    top: -8px;
    z-index: 999;
    display: block;
    position: absolute;
    border-radius: 3px;
}
.menu-bar span:after {
    top: 8px;
}
.open-menu .menu-bar span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    top: 0px;
}
.open-menu .menu-bar span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    top: 0;
}
.open-menu .menu-bar span {
    background: transparent;
}
.menu-box {
    position: fixed;
    width: 440px;
    background: rgba(255,255,255,.9);
    top: 0;
    right: -440px;
    padding: 100px 30px;
    height: 100%;
    text-align: right
}
.open-menu .menu-box {
    right: 0
}
.menu-box li a {
    display: inline-block;
    margin: 0 0 12px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #211f1f
}
.menu {
    flex-grow: 1;
    padding: 0 10px;
    text-align: right;
}
.menu li {
    position: relative;
}
.menu li a {
    display: block;
    color: #fff;
    padding: 10px;
    position: relative;
    cursor: pointer;
}
.menu li a:hover{
    color: #fff;
}
.hover-menu {
    border: 1px solid #e3e3e3;
    position: absolute;
    background: rgb(255 255 255 / 82%);
    right: -50px;
    top: 130%;
    min-width: 350px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}
.hover-menu ul li a{
   color:#9500ff;
}
.hover-menu ul li a:hover{
   color:#9500ff;
}
.menu li:hover .hover-menu {
    opacity: 1;
    visibility: visible;
}
.hover-menu li a {
    display: block;
    padding: 6px 10px;
    border-bottom: 1px solid #e3e3e3;
    /*text-transform: capitalize;*/
}
/*.hover-menu li a:hover {
    background: #66cef6;
    color: #000;
}*/
.hover-menu li:last-child a {
    border: none;
}
.hover-menu-head a {
    font-weight: 600;
    font-size: 18px;
    border-color: #fff !important;
}
/************ Banner ************/
.banner-img {
    height: calc(100vh - 55px);
    margin: 0px 0 0;
}
footer {
    background: #f2f2f2;
    padding: 40px 0 80px;
}
.footer-logo img {
    height: 100px;
    margin: 0 0 18px;
}
.cont-box{
    margin: 0 0 30px;
}
.foot-head {
    font-size: 16px;
    font-weight: 600;
    color: #797979;
    margin-bottom: 10px;
}
.cont-list li a {
    font-size: 15px;
    font-weight: 400;
    color: #2c2b2b;
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: 600;
    padding: 0 5px 0 0;
}
.foot-form .form-control {
    background: transparent;
    box-shadow: none;
    border-width: 0px 0 1px 0px;
    border-radius: 0;
    color: #3b3a3a;
}
.form-head {
    font-size: 24px;
    font-weight: 600;
    color: #3b3a3a;
}
/*.foot-form .btn {
    border: 2px solid #24282a;
    padding: 5px 40px;
    color: #24282a;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 2px;
}*/
.soc-link li a i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #333;
    text-align: center;
    margin: 0 4px 4px 0;
    font-size: 12px;
    border-radius: 50%;
    color: #fff;
}
.power-info.text-center {
    margin: 0 0 30px;
}
.power-img img {
    width: 120px;
    margin: 0 auto;
}
.power-data h2 {
    font-size: 25px;
    font-weight: 700;
    color: #9500ff;
    margin: 3px 0;
}
.np {
    padding: 0;
}
.academi-data.power-data {
    padding: 26px 20px;
}
.academics-section .row {
    justify-content: stretch;
    /*background: #fff;*/
}
.academics-section .row:nth-child(2n) {
    flex-direction: row-reverse;
}
section.academics-section .comm-head {
    /*margin: 0 0;*/
}
section.academics-section .comm-head ~ p {
    margin-bottom: 45px;
}
.school-data h3 {
    margin: 10px 0;
    font-size: 30px;
    color: #000;
    font-weight: 700
}
.school-data li a {
    font-weight: 600;
    margin: 2px 0 0;
    display: inline-block;
}
.school-data li a:hover {
    text-decoration: underline !important;
}
.school-lean-box {
    padding: 0 0 50px;
}
.school-section .row.flex-model {
    align-items: stretch;
    justify-content: flex-start;
}
.academi-data.power-data.campus-data {
    padding: 50px 100px;
}
.campus-slider.owl-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    margin: 0;
}
.school-btn-box {
    position: absolute;
    bottom: 0;
}
.school-section .row.flex-model > div {
    margin: 0 0 30px;
    position: relative;
}
section.academics-section {
    padding-bottom: 0;
}
.stick-btn, 
.stick-btn-1 {
    position: fixed;
    right: -27px;
    top: 170px;
    z-index: 99;
    transform: rotate(-90deg);
    margin: 0 0 0px;
}
.stick-btn-1 {
    top: 290px;
    right: -34px;
}
.stick-btn .btn-blck, .stick-btn-1 .btn-blck {
    font-size: 14px;
}
.academi-data.power-data ul {
    margin: 20px 0;
}
.academi-data.power-data ul li{
    margin: 0 0 3px;
}
.comm-head~p b {
    display: block;
    margin: 2g0px 0 0;
}
.app-btn-box a.btn-blck, .app-btn-box a.btn-blck a {
    font-size: 20px;
    color: #fff !important;
    margin: 0;
}
.app-btn-box.text-center {
    margin: 0 0 40px;
}
.about-us-page section.academics-section {
    padding: 0;
}
.vis-data {
    margin: 0 0 20px;
}
.core-section .row.flex-model {
    align-items: flex-start;
}
.app-tab>ul {
    border-bottom: 1px solid #c3c3c3;
    width: 440px;
    margin: 0 auto 60px;
}
.app-tab>ul>li {
    float: left;
    width: 50%;
    text-align: left
}
.app-tab>ul>li a {
    display: inline-block;
    padding: 0 0 25px;
    margin-right: 10px;
    position: relative;
    font-size: 16px;
    color: #000
}
.app-tab>ul>li.active a,.app-tab>ul>li:hover a {
    color: #9500ff;
}
.app-tab li:last-child a {
    float: right;
    margin: 0
}
.app-tab>ul>li a:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 5px;
    background: #000;
    bottom: -1px;
    left: 0
}
.app-tab>ul>li.active a:before,.app-tab>ul>li:hover a:before {
    width: 100%
}
.appli-form-block {
    width: 767px;
    margin: 0 auto
}
.appli-form .form-control {
    background: #e6e6e6;
    border: none;
    box-shadow: none;
    border-radius: 0;
    height: 40px
}
ul.multi-inp {
    margin: 0 -4px
}
ul.multi-inp li {
    float: left;
    width: 33.3333%;
    padding: 0 4px
}
.appli-form .btn {
    width: 100%;
    border-radius: 0;
    background: #9500ff;
    color: #fff;
    height: 40px
}
.appli-form textarea.form-control {
    height: 70px
}
.school-course-list {
    display: none;
}
ul.foot-menu li {
    margin: 0 0 5px;
}
ul.foot-menu li a:hover {
    color: #9500ff;
}
.foot-form .btn.btn-blck {
    font-size: 18px;
    padding: 4px 30px;
    letter-spacing: 1px;
    font-weight: bold;
}
.academi-data.power-data p {
    margin: 20px 0;
}
.pgm-ovw-info .btn-blck {
    margin: 20px 0 0;
}
.red-box-head {
    width: 300px;
    background: #9500ff;
    color: #fff !important;
    padding: 30px;
    margin: -135px 0 30px;
}
.white-box {
    background: #fff;
    padding: 40px 40px;
    margin: 0 0 30px;
}
.fig-count h3 {
    position: relative;
    display: inline;
    padding: 0 30px 0 0;
    color: #000;
    font-weight: 700;
}
.red-box-head .comm-sub-head {
    color: #fff;
}
.learn-faci-section {
    padding: 80px 0;
}
.learn-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #9500ff;
    padding: 50px;
    opacity: 0;
    visibility: hidden
}
.learn-box:hover .learn-hover {
    top: -35px;
    opacity: 1;
    visibility: visible
}
.learn-name {
    padding: 8px 0;
    letter-spacing: 2px;
    font-size: 18px;
    background-color: #fff;
    position: relative;
    z-index: 99
}
/*.learn-box:hover .learn-name {
    transform: translatey(-35px)
}*/
.inner-new-head .comm-head {
    color: #fff;
    text-align: left;
    margin: 0 0 20px;
}
.inner-new-head .comm-sub-head {
    color: #fff;
    text-align: left;
}
.learn-hover li {
    color: #fff;
    text-align: left;
}
.camp-infra-img{
    margin: 0 0 30px;
}
.fig-count h3:before {
    position: absolute;
    content: "sq. mts.";
    right: -56px;
    top: 0;
}
.white-box.fig-count.life-box {
    background: #7f3f95;
    padding: 10px;
    text-align: center;
    margin: 0;
    height: 100%;
    min-height: 200px;
}
.white-box.fig-count.life-box h3 {
    color: #fff;
    display: block;
    padding: 0;
    font-size: 28px;
}
.white-box.fig-count.life-box h3:before {
    content: "";
}
.life-course-section .row {
    justify-content: stretch;
    align-items: stretch;
}
.life-course-section .row > div {
    margin: 0 0 20px;
}
.lif-btn a.btn-blck {
    padding: 20px 10px;
    font-size: 30px;
}
.arrow-down {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translatex(-50%);
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

/* Centers of of Research & Innovation - Vicky */

section.cori-academics-section {
    padding-bottom: 80px;
}

.cori-academics-section ul li {
    font-weight: 600;
    margin: 2px 0 0;
    border-bottom: #ccc dashed thin;
    padding-bottom: 5px;
    padding-top: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.cori-school-section h2.comm-head+p {
    margin-bottom: 0;
}

.fl-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}


.mb-10 {
    margin-bottom: 10px;
}
.camp-infra-img iframe {
    width: 100%;
}
.leader-info.power-data h4{
    margin: 0 0 20px;
}
.leader-info.power-data p,
.leader-info.power-data ul {
    margin: 0 0 10px;
}
.leader-section {
    margin: 60px 0 20px;
}
.team-section {
    margin: 60px 0 0;
}
.team-desg {
    font-size: 14px;
    font-weight: 500;
    color: #868686e8;
    margin: 3px 0;
}
.team-info.power-data img {
    height: 270px;
    margin: 0 0 20px;
    object-fit: cover;
}
.team-info.power-data {
    margin: 0 0 40px;
}
.academi-img img {
    margin: 0 0 30px;
}
.core-section .leader-section .row.flex-model {
    align-items: center;
}

.team-2 .team-info.power-data h2{
   text-align: center;
}
#notification-of-act .academi-img{
    margin:8px;
}

.white-line{
        margin-bottom: 44px;
    border: 0;
    border-top: 10px solid #fff;
}


