p {
    line-height: 24px;
    text-align: justify;
}

a,
.home-strip-box i,
.search-top i,
.home-super-speciality-box1,
.home-super-speciality-box2,
.home-experience-box h3,
.faculty-box img,
.inner-grid-row .column .g-img,
.inner-grid-row .column .g-img h3,
.inner-photo-grid-row4 .column .g-img,
.inner-photo-grid-row4 .column .g-img h3,
.inner-photo-grid-row3 .column .g-img,
.inner-photo-grid-row3 .column .g-img h3 {
    outline: 0!important;
    color: #565950;
    -webkit-transition: color .4s, background-color .4s;
    -moz-transition: color .4s, background-color .4s;
    -o-transition: color .4s, background-color .4s;
    transition: color .4s, background-color .4s;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}


a:hover {
    text-decoration: none;
    color: #fdb913;
}

.pad0 {
    padding: 0;
}

strong {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 8em;
    right: 0;
    text-decoration: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.70);
    font-size: 16px;
    padding: 6px 10px;
    display: none;
}

.back-to-top:hover {
    background: rgba(0, 0, 0, 1);
    color: #fdb913;
    text-decoration: none!important;
}

.bg-yellow {
    background: #fdb913 !important;
}

#menu-toggle {
    z-index: 1;
    position: absolute;
    bottom: 32%;
    right: 0;
}

.slide-hang-close {
    font-size: 26px;
    position: absolute;
    right: 5%;
    top: 5%;
}

.slide-hang-close:hover {
    color: #565950;
}

.slide-hang.active {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 20px 0 40px;
    z-index: 99;
    right: 0;
    bottom: 5%;
    width: 28%;
}

.slide-hang .anouncements-bg {
    background: #fdb913;
    color: #37352f;
    padding: 10px 20px;
    text-align: center;
    margin-left: -15px;
}

.slide-hang .anouncements-bg h3 {
    font-size: 24px;
    font-weight: 600;
}

.slide-hang .anouncements-bg p {
    text-align: center;
    margin-bottom: 5px;
}

.slide-hang .anouncements-list {
    margin: 0 50px 0 0;
    padding: 0;
}

.slide-hang .anouncements-list li {
    padding: 15px 0 15px 30px;
    list-style: none;
}

.slide-hang .anouncements-list li h3 {
    font-weight: 600;
    font-size: 21px;
}

.slide-hang .anouncements-list li h4 {
    font-size: 19px;
    font-weight: 300;
}

.slide-hang .anouncements-list .br {
    border-bottom: 1px solid #fdb913;
}

.slide-hang .anouncements-top-list {
    margin: 0;
    padding: 0;
    text-align: left;
}

.slide-hang .anouncements-top-list li {
    padding: 0 0 4px 15px;
    list-style: none;
    position: relative;
}

.slide-hang .anouncements-top-list li::before {
    content: "\f04d";
    font-family: 'Font Awesome 5 Free';
    left: 0px;
    position: absolute;
    top: 6px;
    font-size: 7px;
    font-weight: 900;
    color: #565950;
}

.coming-soon {
    position: relative;
    font-size: 18px;
    z-index: 0;
    width: 100%;
}

.coming-soon::before {
    content: "coming soon . . .";
    left: 0px;
    position: absolute;
    top: 0px;
    font-size: 55px;
    font-weight: 900;
    color: #f0f0f0;
    z-index: -1;
}

.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
    min-width: 100%;
    max-width: 100%;
    height: auto;
}


/* Carousel Animation delays */

.slider {
    padding: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 0;
    margin-top: 88px;
}

.carousel-item:before {
    background: rgba(0, 0, 0, 0.0);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

#carousel-sub .carousel-item:before {
    display: none;
}

.slide1,
.slide2,
.slide3,
.slide4,
.slide5,
.slide6,
.project-slide1,
.project-slide2,
.project-slide3 {
    z-index: 1 !important;
}

.slide1 a,
.slide2 a,
.slide3 a,
.slide4 a,
.slide5 a,
.slide6 a {
    animation-delay: 2s;
    z-index: 999 !important;
    display: inline-block;
    padding: 12px 30px;
    text-transform: uppercase;
    font-size: 15px;
}

.project-slide1 a,
.project-slide2 a,
.project-slide3 a {
    animation-delay: 2s;
    z-index: 999 !important;
    display: inline-block;
    padding: 12px 30px;
    text-transform: uppercase;
    font-size: 15px;
}

.slide1 a.btn-one,
.slide2 a.btn-one,
.slide3 a.btn-one,
.slide4 a.btn-one,
.slide5 a.btn-one,
.slide6 a.btn-one {
    animation-delay: 2.5s;
}

.project-slide1 a.btn-one,
.project-slide2 a.btn-one,
.project-slide3 a.btn-one {
    animation-delay: 2.5s;
}

.slide1 a:hover,
.slide2 a:hover,
.slide3 a:hover,
.slide4 a:hover,
.slide5 a:hover,
.slide6 a:hover {
    color: #fff;
}

.project-slide1 a:hover,
.project-slide2 a:hover,
.project-slide3 a:hover {
    color: #fff;
}

.slide1 h3 {
    animation-delay: 1.5s;
    font-size: 41px;
    font-weight: 400;
    color: #fff;
    padding: 15px 15px 10px 15px;
    margin: 0;
    display: block;
    line-height: 43px;
    text-transform: uppercase;
    text-align: right;
}

.slide1 h4 {
    animation-delay: 1.8s;
    font-size: 76px;
    font-weight: 400;
    color: #fdb913;
    padding: 10px 15px 25px 15px;
    margin: 0;
    display: block;
    text-transform: uppercase;
    line-height: 26px;
    text-align: right;
}

.slide2 h3 {
    animation-delay: 0.5s;
    font-size: 41px;
    font-weight: 400;
    color: #fff;
    padding: 15px 0px 10px 15px;
    margin: 0;
    display: block;
    line-height: 43px;
    text-transform: uppercase;
    text-align: right;
}

.slide2 h4 {
    animation-delay: 1.0s;
    font-size: 76px;
    font-weight: 400;
    color: #fdb913;
    padding: 10px 0px 25px 15px;
    margin: 0;
    display: block;
    text-transform: uppercase;
    line-height: 26px;
    text-align: right;
}

.slide2 h5 {
    animation-delay: 1.5s;
    font-size: 30px;
    text-align: right;
}

.slide2 h5 small {
    display: block;
}

.slide2 a {
    animation-delay: 2.0s;
    text-align: right;
}

.slide3 h3 {
    animation-delay: 0.5s;
    font-size: 41px;
    font-weight: 400;
    color: #fff;
    padding: 15px 0px 10px 15px;
    margin: 0;
    display: block;
    line-height: 43px;
    text-transform: uppercase;
    text-align: right;
}

.slide3 h4 {
    animation-delay: 1.0s;
    font-size: 76px;
    font-weight: 400;
    color: #fdb913;
    padding: 10px 0px 25px 15px;
    margin: 0;
    display: block;
    text-transform: uppercase;
    line-height: 26px;
    text-align: right;
}

.slide3 h5 {
    animation-delay: 1.5s;
    font-size: 30px;
    text-align: right;
}

.slide3 h5 small {
    display: block;
}

.slide3 a {
    animation-delay: 2.0s;
    text-align: right;
}

.slide4 h3 {
    animation-delay: 0.5s;
    font-size: 41px;
    font-weight: 400;
    color: #fff;
    padding: 15px 0px 10px 15px;
    margin: 0;
    display: block;
    line-height: 43px;
    text-transform: uppercase;
    text-align: right;
}

.slide4 h4 {
    animation-delay: 1.0s;
    font-size: 76px;
    font-weight: 400;
    color: #fdb913;
    padding: 10px 0px 25px 15px;
    margin: 0;
    display: block;
    text-transform: uppercase;
    line-height: 26px;
    text-align: right;
}

.slide4 h5 {
    animation-delay: 1.5s;
    font-size: 30px;
    text-align: right;
}

.slide4 h5 small {
    display: block;
}

.slide4 a {
    animation-delay: 2.0s;
    text-align: right;
}

.slide5 h3 {
    animation-delay: 1.5s;
    font-size: 41px;
    font-weight: 400;
    color: #fff;
    padding: 15px 15px 10px 15px;
    margin: 0;
    display: block;
    line-height: 43px;
    text-transform: uppercase;
    text-align: right;
}

.slide5 h4 {
    animation-delay: 1.8s;
    font-size: 76px;
    font-weight: 400;
    color: #fdb913;
    padding: 10px 15px 25px 15px;
    margin: 0;
    display: block;
    text-transform: uppercase;
    line-height: 26px;
    text-align: right;
}

.slide6 h3 {
    animation-delay: 1.5s;
    font-size: 41px;
    font-weight: 400;
    color: #fff;
    padding: 15px 15px 10px 15px;
    margin: 0;
    display: block;
    line-height: 43px;
    text-transform: uppercase;
    text-align: right;
}

.slide6 h4 {
    animation-delay: 1.8s;
    font-size: 76px;
    font-weight: 400;
    color: #fdb913;
    padding: 10px 15px 25px 15px;
    margin: 0;
    display: block;
    text-transform: uppercase;
    line-height: 26px;
    text-align: right;
}

.slide1 .carousel-caption {
    left: 45%;
    right: 0;
    top: 25%;
    bottom: 5%;
    padding: 10px 0px 20px 20px !important;
    width: 45%;
    text-align: right !important;
    background: rgba(0, 0, 0, 0);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    animation-delay: 1s;
}

.slide2 .carousel-caption {
    left: 45%;
    right: 0;
    top: 25%;
    bottom: 5%;
    padding: 10px 0px 20px 20px !important;
    width: 42%;
    text-align: right !important;
    background: rgba(0, 0, 0, 0);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.slide3 .carousel-caption {
    left: 45%;
    right: 0;
    top: 25%;
    bottom: 5%;
    padding: 10px 0px 20px 20px !important;
    width: 42%;
    text-align: right !important;
    background: rgba(0, 0, 0, 0);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.slide4 .carousel-caption {
    left: 45%;
    right: 0;
    top: 25%;
    bottom: 5%;
    padding: 10px 0px 20px 20px !important;
    width: 42%;
    text-align: right !important;
    background: rgba(0, 0, 0, 0);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.slide5 .carousel-caption {
    left: 45%;
    right: 0;
    top: 25%;
    bottom: 5%;
    padding: 10px 0px 20px 20px !important;
    width: 42%;
    text-align: right !important;
    background: rgba(0, 0, 0, 0);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.slide6 .carousel-caption {
    left: 45%;
    right: 0;
    top: 25%;
    bottom: 5%;
    padding: 10px 0px 20px 20px !important;
    width: 42%;
    text-align: center !important;
    background: rgba(0, 0, 0, 0);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}


/* @media all and (max-width : 768px) {  */

@media(min-width:320px) and (max-width:1080px) {
    .slide1 .carousel-caption,
    .slide2 .carousel-caption,
    .slide3 .carousel-caption,
    .slide4 .carousel-caption,
    .slide5 .carousel-caption,
    .slide6 .carousel-caption,
    .project-slide1 .carousel-caption,
    .project-slide2 .carousel-caption,
    .project-slide3 .carousel-caption {
        width: 100% !important;
        left: 0;
        right: 0;
        bottom: 0;
        background: none;
        display: none;
    }
    .slide1 h3,
    .slide2 h3,
    .slide3 h3,
    .slide4 h3,
    .slide5 h3,
    .slide6 h3 {
        font-size: 22px;
        margin-bottom: 0;
    }
    .slide1 h4,
    .slide2 h4,
    .slide3 h4,
    .slide4 h4,
    .slide5 h4,
    .slide6 h4 {
        font-size: 16px;
        margin-top: 5px;
    }
    .slide1 a,
    .slide2 a,
    .slide3 a,
    .slide4 a,
    .slide5 a,
    .slide5 a {
        display: none;
    }
}

.slider .carousel-indicators li {
    display: inline-block !important;
    border-radius: 0;
    border: 0px solid #117078;
    width: 8px;
    height: 8px;
    background-color: #fdb913!important;
    opacity: 1;
}

.slider .carousel-indicators {
    right: auto;
    ;
    left: 0%;
    top: 1%;
    display: inline-block !important;
}

.slider .carousel-indicators .active {
    background: #2e3192!important;
    border: 0px solid #2e3192;
}

.btn-one,
.btn-one-full,
.btn-two,
.btn-two-full,
.btn-three,
.btn-three-full {
    -webkit-transition: color .4s, background-color .4s;
    -moz-transition: color .4s, background-color .4s;
    -o-transition: color .4s, background-color .4s;
    transition: color .4s, background-color .4s;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-top: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 30px 10px 30px;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    border-radius: 0px;
}

.btn-one {
    border: 2px solid #565656;
    color: #565656;
}

.btn-one:hover {
    background: #565656;
    color: #fff;
}

.btn-one-full {
    border: 2px solid #565656;
    color: #fff;
    background: #565656;
}

.btn-one-full:hover {
    border: 2px solid #565656;
    background: none;
    color: #565656;
}

.btn-two {
    border: 2px solid #fdb913;
    color: #565656 !important;
}

.btn-two:hover {
    background: #fdb913;
    color: #565656 !important;
}

.btn-two-full {
    border: 2px solid #fdb913;
    background: #fdb913;
    color: #000;
}

.btn-two-full:hover {
    border: 2px solid #fdb913;
    color: #fdb913;
    background: none;
}

.btn-three {
    border: 2px solid #fff;
    color: #fff;
}

.btn-three:hover {
    background: #fff;
    color: #9a090c;
}

.btn-three-full {
    border: 2px solid #fff;
    background: /*#fff*/
    #fff;
    color: #9a090c;
}

.btn-three-full:hover {
    border: 2px solid #fff;
    color: #fff;
    background: none;
}


/* Divider Line */

hr {
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
    border: 0;
    height: 1px;
    margin: 22px 0 22px 0;
}

hr.short {
    margin: 11px 0 11px 0;
}

hr.tall {
    margin: 44px 0 44px 0;
}

hr.taller {
    margin: 66px 0 66px 0;
}

hr.light {
    background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}

hr.invisible {
    background: none;
}


/* Divider Line */

.text-casenone {
    text-transform: none !important;
}

ul.list {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
    text-align: left;
}

ul.list li {
    position: relative;
    padding-left: 15px;
    padding-bottom: 10px;
}

ul.list li a {
    color: #565950;
}

ul.list li a:hover {
    color: #fdb913;
}

ul.list li::before {
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
    left: -7px;
    position: absolute;
    top: 0;
    font-weight: 900;
    color: #fdb913;
}

ul.list li.head {
    font-weight: 700;
    padding-left: 0;
}

ul.list li.head::before {
    display: none;
}

ol.ol-list {
    margin: 0;
    padding: 0 0 0 20px;
    text-align: left;
}

ol.ol-list li {
    position: relative;
    text-align: justify;
    padding-bottom: 10px;
}

ol.ol-list li a {
    color: #565950;
}

ol.ol-list li a:hover {
    color: #fdb913;
}

.inner-bg {
    background: url("../img/dots-bg.png") repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 0;
}

.inner-content-color-1 {
    background: #fbfbfb !important;
}

.inner-content-box {
    margin: 0px 20px;
    padding: 20px;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    position: relative;
}

.head-main {
    font-size: 30px;
    font-weight: 700;
    border-bottom: dashed 2px #fdb913;
    display: block;
    width: 100%;
    padding: 0 50px 10px 0;
    margin-bottom: 15px;
}

.head-one {
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 10px;
    background: #565950;
    color: #fff;
    width: 100%;
}

.head-two {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #565950;
    width: 100%;
    line-height: 25px;
}

.head-three {
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 10px;
    background: #fdb913;
    color: #565950;
    width: 100%;
}

.head-four {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fdb913;
    color: #565950;
    width: 100%;
}

.wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-block-cover-image.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.wp-block-cover-image {
    background-attachment: fixed;
    background-position: 50% 0;
}

.home-banner-strip-bg {
    background: #fdb913;
    position: relative;
}

.home-banner-strip-box {
    background: #fdb913;
    position: absolute;
    top: -35px;
    left: 250px;
    right: 320px;
    padding: 20px 20px 15px 20px;
}

.home-banner-strip-box marquee p {
    display: inline-block;
    margin: 0 5px;
    color: #37352f;
    font-size: 16px;
    font-weight: 500;
}

.home-anouncements-bg {
    background: url("../img/home-anouncements-bg.jpg") no-repeat right;
    background-size: cover;
    padding: 60px 0 0;
}

.home-anouncements-head {
    position: relative;
}

.home-anouncements-head h2 {
    background: #565950;
    color: #fff;
    text-align: right;
    padding: 10px 15px 10px 0;
    letter-spacing: 0.5px;
    position: absolute;
    left: -100%;
    right: 0;
    font-size: 36px;
    font-weight: 600;
}

.home-anouncements-head h2 span {
    display: block;
    color: #fdb913;
    font-size: 20px;
}

.home-anouncements-one,
.home-anouncements-two {
    padding-left: 40px;
}

ul.home-anouncements-box {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.home-anouncements-box li {
    display: block;
    padding-bottom: 5px;
}

ul.home-anouncements-box li a {
    color: #37352f;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

ul.home-anouncements-box li a:hover {
    color: #949494;
}

.home-anouncements-box::after {
    display: block;
    clear: both;
    content: "";
}

ul.home-anouncements-counts-bg {
    background: rgba(46, 49, 146, 0.70);
    padding: 0;
    margin: 0;
    color: #fff;
    position: relative;
    width: 90%;
    list-style: none;
}

ul.home-anouncements-counts-bg .head {
    background: #fdb913;
    color: #565950;
    font-size: 32px;
    position: absolute;
    left: -125px;
    bottom: -10px;
    font-weight: 600;
    padding: 10px 40px;
}

.home-anouncements-counts-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-anouncements-counts-box {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
    padding: 5px 20px;
    float: right;
}

.home-anouncements-counts-box span {
    font-size: 50px;
    display: inline-block;
    font-weight: 600;
}

.home-anouncements-counts-box i {
    display: inline-block;
    font-size: 28px;
    padding-left: 3px;
}

.home-anouncements-counts-box h3 {
    display: inline-block;
    color: #fdb913;
    font-size: 22px;
    font-weight: 600;
}

.home-news-name-bx {
    display: block;
    width: 100%;
    min-height: 100px;
}

.home-news-name {
    background: #565950;
    color: #fff;
    position: absolute;
    left: -10%;
    padding: 15px 25px 15px 125px;
}

.home-news-name h2 {
    margin: 0;
    font-weight: 600;
    font-size: 36px;
}

.home-upcomming-events-bg {
    background: url('../img/home-upcomming-events-bg.jpg') no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    padding: 60px 0;
    color: #fff;
}

.home-upcomming-events-bg:before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.home-upcomming-events-bg h2 {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.home-upcomming-events-bg .br {
    border-right: 1px solid #fff;
}

.home-upcomming-events-box {
    padding: 0 25px;
}

.home-upcomming-events-box .date {
    font-size: 28px;
    border-right: 1px solid #fff;
    display: inline-block;
    line-height: 32px;
    margin: 0px 10px 0 0;
    width: 17%;
    float: left;
}

.home-upcomming-events-box .date span {
    display: block;
}

.home-upcomming-events-box .head {
    display: inline-block;
    width: 80%;
    float: left;
}

.home-upcomming-events-box .head h3 {
    font-size: 22px;
}

.home-upcomming-events-box .time {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.home-upcomming-events-box .time p {
    margin-bottom: 5px;
}

.home-collabrations-logo-bg {
    padding: 60px 0;
}

.home-collabrations-logo-bg .br {
    border: 1px solid #242222;
}

.home-collabrations-logo-bg h2 {
    text-align: center;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 30px;
}

.home-social-responsibility-bg {
    padding: 40px 0;
    position: relative;
}

.home-social-responsibility-box {
    background: #fdb913;
    padding: 60px;
    position: absolute;
    right: 0;
    top: 18%;
    width: 50%;
    color: #565950;
    text-align: center;
}

.home-social-responsibility-box h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 800;
}

.home-social-responsibility-box p {
    font-size: 16px;
    text-align: center;
}

.home-fact-sheet {
    background: #094942;
    padding: 20px 0;
}

.home-fact-sheet-box {
    text-align: center;
    color: #fff;
}

.home-fact-sheet-box h2 {
    font-size: 36px;
}

.home-fact-sheet-box h4 {
    font-size: 32px;
}

.home-alumni-bg {
    padding: 60px 0;
    background: url(../img/home-alumni-bg.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 0;
}

.home-alumni-bg:before {
    background: rgba(0, 0, 0, 0.50);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.home-alumni-bg h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.alumni-box {
    display: block;
    text-align: center;
    padding: 20px 0;
}

.alumni-box img {
    border-radius: 100%;
    margin: 0 auto 5px auto;
    width: 50% !important;
    border: 4px solid #e6e1e3;
}

.alumni-box h3 {
    position: relative;
    margin-bottom: 20px;
}

.alumni-box h3:after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 50%;
    left: 0;
    right: 0;
    text-align: center;
    height: 2px;
    background: #fff;
    margin: 0 auto;
}

.home-strip-bg {
    background: #515348;
    color: #fff;
    padding: 25px 0;
}

.home-strip-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #daddca;
}

.home-strip-box i {
    background: #daddca;
    color: #515348;
    font-size: 44px;
    border-radius: 100%;
    padding: 10px;
    float: left;
    width: 80px;
    height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-strip-box h3 {
    float: left;
    padding-left: 10px;
    font-size: 18px;
    text-transform: uppercase;
}

.home-strip-box:hover i {
    background: #fff;
}

.home-strip-box:hover a {
    color: #fff;
}

.home-alumni-btn {
    padding: 0;
}

.home-alumni-btn a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #565950;
    color: #fff;
    margin: 10px;
    min-height: 75px;
}

.home-alumni-btn a:hover {
    background: #fdb913;
    color: #565950;
}

.home-research-list {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.home-research-list li a {
    color: #565950;
    font-weight: 500;
}

.home-research-list .head {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.inner-news-top {
    margin-top: 110px;
}

.inner-banner-top {
    margin-top: 88px;
}

.inner-banner {
    position: relative;
    margin-top: 88px;
}

.inner-banner img {
    min-width: 100%;
}

.inner-banner:before {
    background: rgba(0, 0, 0, 0);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.inner-banner-strip {
    background: #fdb913;
}

.inner-banner-strip-bg {
    width: 100%;
    display: table;
    margin: 0;
}

.inner-banner-strip-box {
    display: table-cell !important;
    width: 1%;
    display: inline-block;
    vertical-align: middle;
    padding: 25px 10px;
    color: #040404;
}

.inner-banner-strip-box span {
    font-size: 50px;
    display: inline-block;
    font-weight: 600;
}

.inner-banner-strip-box i {
    display: inline-block;
    font-size: 28px;
    padding-left: 3px;
}

.inner-banner-strip-box h3 {
    display: inline-block;
    color: #040404;
    font-size: 22px;
    padding-left: 10px;
    margin: 0;
}

.inner-banner-strip-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-banner-new {
    position: relative;
    margin-top: 88px;
}

.inner-banner-new img {
    min-width: 100%;
}

.inner-banner-container {
    position: absolute;
    top: 40%;
    left: 10%;
}

.inner-banner-container h2 {
    text-shadow: 1px 1px #333;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin: 10px 0 0px;
    position: relative;
}

.inner-banner-container h2:after {
    background: #fdb913;
    content: "";
    height: 4px;
    right: 0;
    position: absolute;
    top: -8px;
    width: 50px;
    z-index: 0;
}

.inner-banner-container h2:before {
    background: #fdb913;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    bottom: -8px;
    width: 50px;
    z-index: 0;
}

.founder-bg {
    background: url("../img/dots-bg.png") repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 0;
}

.founder-content-box {
    padding: 80px 200px;
    width: 100%;
}

.founder-content-bg {
    position: relative;
}

.founder-content-bg .founder {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.founder-content-bg .founder img {
    position: absolute;
    left: -100px;
    top: -100px;
}

.founder-content-bg .founder .founder-name {
    color: #fff;
    padding: 15px 40px 15px 200px;
    background-image: -webkit-linear-gradient(180deg, #565950 80%, #fdb913 20%);
}

.founder-content-bg .founder .founder-name h2 {
    font-size: 30px;
    margin-bottom: 5px;
}

.founder-content-bg .founder .founder-name h3 {
    display: block;
    width: 100%;
    color: #fdb913;
    margin: 0;
    font-size: 20px;
}

.founder-content-bg .founder .founder-name h3 span {
    float: right;
}

.founder-content {
    padding: 150px 20px 20px 20px;
    margin-left: 120px;
    background: rgba(255, 255, 255, 1);
}

.founder-content h2 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: dashed 2px #fdb913;
    display: inline-block;
    padding: 0 50px 10px 0;
    margin-bottom: 15px;
}

.founder-content h2 span {
    display: block;
}

.core-values-bg {
    background: #565950;
    color: #ebecee;
    padding: 80px;
}

.core-values-bg h2 {
    font-weight: 600;
    text-transform: uppercase;
}

.core-values-bg p {
    padding-bottom: 5px;
}

.core-values-bg p span {
    padding-left: 20px;
    display: block;
}

.vision-bg {
    background: #ebecee;
    color: #565950;
}

.vision-box {
    padding: 80px;
}

.vision-box h2 {
    font-weight: 600;
    text-transform: uppercase;
}

.graduate-attributes-bg {
    padding: 80px 0;
    background: #fdb913;
    position: relative;
    z-index: 1;
}

.graduate-attributes-box {
    margin: 0 auto;
}

.graduate-attributes-box h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.graduate-attributes-box h5 {
    margin-bottom: 60px;
}

#particles canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

canvas {
    display: inline-block;
    vertical-align: baseline;
}

.be-dep-banner {
    position: relative;
}

.be-dep-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.be-dep-menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: table;
}

.be-dep-menu-list li {
    display: table-cell !important;
    width: 1%;
    display: inline-block;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.9);
}

.be-dep-menu-list li a {
    padding: 14px 0px;
    color: #565950;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
}

.be-dep-menu-list li:hover a {}

.be-dep-name {
    position: absolute;
    bottom: 72px;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 100px 5px 20px;
    min-width: 400px;
}

.be-dep-name h2 {
    display: inline-block;
    margin: 0;
    padding: 0px 0 0px 0px;
    font-size: 26px;
    font-weight: 600;
}

.be-dep-name h3 {
    display: inline-block;
    margin: 0;
    padding: 10px 0 10px 4px;
    font-size: 26px;
    font-weight: 600;
}

.be-dep-form {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 27%;
    background: rgba(255, 255, 255, 0.9);
    color: #fff;
    padding: 0px 25px 25px 25px;
    width: 25%;
    text-align: center;
}

.be-dep-form h3 {
    background: #565950;
    color: #fff;
    font-size: 18px;
    padding: 7px;
    margin: 0 -25px 15px;
}

.be-dep-form .btn-one-full {
    margin: 0 auto;
}

.be-dep-form .form-control {
    background: transparent;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 2px solid #fdb913 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    font-size: 12px;
    padding: .375rem .2rem;
}

.be-dep-form .form-group {
    margin-bottom: 10px;
}

.admsn-content-bg {
    background: url("../img/dots-bg.png") repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 0px 0 40px;
}

.admsn-content-area {
    background: rgba(255, 255, 255, 1);
    padding: 30px;
    border: 0 !important;
    width: 100%;
}

.admsn-content-area .strip {
    background: #fdb913;
    width: 30%;
    position: relative;
    min-height: 30px;
    margin: 20px 0;
}

.admsn-content-box {
    border: 1px solid #fdb913;
    padding: 20px;
    margin-bottom: 20px;
}

.admsn-content-box h3 span {
    float: right;
    font-weight: 700;
}

.admsn-spl-box {
    padding: 15px;
    background: #fdb913;
}

.strip {
    background: #fdb913;
    width: 30%;
    position: relative;
    min-height: 30px;
    margin: 20px 0;
}

.strip:after {
    content: "";
    clear: both;
    display: table;
}

.dep-1st-tab {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    display: table;
    border: 0 !important;
    position: absolute;
    top: -74px;
    left: -98px;
}

.dep-1st-tab li {
    display: table-cell !important;
    width: 1%;
}

.dep-1st-tab li a {
    background: rgba(255, 255, 255, 0.9) !important;
    color: #565950;
    width: 100%;
    text-align: center;
    padding: 23px 0px !important;
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
    margin: 0 !important;
}

.dep-1st-tab .r-tabs-state-active .r-tabs-anchor {
    background: #565950 !important;
    color: #fff !important;
    border: 0 !important;
}

.dep-1st-tab .r-tabs-state-active:hover .r-tabs-anchor:hover {
    color: #fff !important;
}

.dep-1st-tab .r-tabs-state-active {
    border: 0 !important;
    background: #565950 !important;
}

.dep-1st-tab li:hover .r-tabs-anchor {
    color: #fdb913 !important;
}

.dep-content-bg {
    background: url("../img/dots-bg.png") repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 0px 0 40px;
}

.dep-content-area {
    background: rgba(255, 255, 255, 1);
    padding: 30px;
    margin: 0 10px;
    border: 0 !important;
}

.dep-content-area .strip {
    background: #fdb913;
    width: 30%;
    position: relative;
    min-height: 30px;
    margin: 20px 0;
}

.home-news-l-box .img {
    position: relative;
}

.home-news-l-box .img .date {
    position: absolute;
    background: #fdb913;
    color: #565950;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 10px;
}

.home-news-l-box .img .date h3 {
    color: #37352f;
    margin: 0 0 5px 0;
    padding-bottom: 2px;
    border-bottom: 1px solid #565950;
    font-weight: 600;
}

.home-news-l-box .img .date h4 {
    color: #37352f;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.home-news-l-box .img .date h4 span {
    display: block;
    margin-top: -5px;
}

.home-news-l-box .head {
    font-weight: 700;
    font-size: 14px;
    color: #37352f;
    margin: 10px 0 5px 0;
}

.home-news-l-box .content {
    color: #37352f;
    font-size: 13px;
    line-height: 18px;
}

ul.home-news-r-box {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.home-news-r-box li {
    position: relative;
    margin-left: 40px;
    margin-bottom: 20px;
}

ul.home-news-r-box .date {
    position: absolute;
    background: #fdb913;
    color: #565950;
    top: 0;
    left: 0;
    text-align: center;
    padding: 10px;
}

ul.home-news-r-box .date h3 {
    color: #37352f;
    margin: 0 0 5px 0;
    padding-bottom: 2px;
    border-bottom: 1px solid #565950;
    font-weight: 600;
}

ul.home-news-r-box .date h4 {
    color: #37352f;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

ul.home-news-r-box .date h4 span {
    display: block;
    margin-top: -5px;
}

ul.home-news-r-box .content {
    position: relative;
    padding-left: 14%;
}

ul.home-news-r-box .content .head {
    font-weight: 700;
    font-size: 14px;
    color: #37352f;
    margin: 10px 0 5px 0;
}

ul.home-news-r-box .content p {
    color: #37352f;
    font-size: 13px;
    line-height: 18px;
}

.home-programs-bg {
    background: rgba(46, 49, 146, 0.70);
    color: #fff;
    padding: 40px;
}

.home-programs-bg h2 {
    /*text-transform: uppercase;*/
    color: #fdb913;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

.home-programs-bg ul.home-programs-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.home-programs-bg ul.home-programs-list li.head {
    border: 1px solid #fdb913;
    padding: 8px;
    font-size: 18px;
    margin-bottom: 15px;
}

.home-programs-bg ul.home-programs-list li a {
    color: #fff;
    margin-bottom: 5px;
    display: block;
    font-size: 13px;
}

.home-programs-bg ul.home-programs-list li a:hover {
    color: #fdb913;
}

.home-life-bg {
    padding: 60px 0;
    position: relative;
}

.home-life-left img {
    margin: 45px 0 0;
}

.home-life-right h2 {
    background: #fdb913;
    color: #565950;
    text-align: center;
    font-weight: 700;
    padding: 40px 0 100px;
}

.home-life-right .m-content {
    background: rgba(46, 49, 146, 0.70);
    color: #fff;
    position: absolute;
    left: -55%;
    right: -15%;
    top: 25%;
    padding: 30px 20px;
}

.home-life-right .m-content .life-list {
    margin: 0;
    padding: 0 15px;
    list-style: none;
    text-align: left;
}

.home-life-right .m-content .life-list .head {
    margin-bottom: 10px;
    color: #fdb913;
    text-transform: uppercase;
}

.home-life-right .m-content .life-list li a {
    color: #fff;
}

.home-life-right .m-content .life-list li:hover a {
    color: #fdb913;
}

.home-life-right .m-content .life-list.br {
    border-right: 1px solid #fff;
}

.home-life-right .list-content {
    background: #fdb913;
    color: #565950;
    margin-top: 26%;
    padding: 35px 25px 25px 40px;
}

.home-life-right .list-content .l-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-life-right .list-content .l-list li a {
    color: #565950;
    font-weight: 600;
}

.home-life-right .list-content .l-list li:hover a {
    color: #fff;
}

.home-admissions-bg {
    position: relative;
    padding: 10px 0 80px;
}

.home-admissions-bg .home-admissions-left {
    width: 100%;
}

.home-admissions-bg .home-admissions-left .c-1 {
    background: #fdb913;
    color: #2e3192;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-admissions-bg .home-admissions-left .c-2 {
    background: #2e3192;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-admissions-bg .home-admissions-left h2 {
    text-align: center;
    font-weight: 700;
}

.home-admissions-bg .home-admissions-left .admissions-left-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.home-admissions-bg .home-admissions-left .admissions-left-list li a {
    display: block;
    color: #2e3192;
    font-weight: 600;
}

.home-admissions-bg .home-admissions-left .c-2 .admissions-left-list li a {
    color: #ffffff;
}

.home-admissions-bg .home-admissions-left .admissions-left-list li.head {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.home-admissions-bg .home-admissions-left .admissions-left-list li:hover a {
    color: #fff;
}

.home-affliations-bg {
    padding: 60px 0;
    background: #f8f8f8;
    color: #46464c;
    position: relative;
}

.home-affliations-bg:after {
    background: #fdb913;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 0;
}

.footer-pad {
    padding: 0 0 40px;
}

.home-affliations-box a {
    display: block;
    color: #565950;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.home-affliations-box img {
    margin: 0 auto;
}

.home-affliations-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 0 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 17%;
}

.home-affliations-box:hover a {
    opacity: 0.8;
}

.home-principal-box {
    background: #fff;
    text-align: center;
    padding: 90px 20px;
    position: relative;
    z-index: 9;
}

.home-principal-box img {
    border-radius: 100%;
    margin: 0 auto;
    width: 55%;
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
    filter: gray;
    /* IE5+ */
    -webkit-filter: grayscale(1);
    /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .8s ease-in-out;
}

.home-principal-box:hover img {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1);
}

.home-principal-box h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}

.home-principal-box h4 {
    font-size: 18px;
    margin-bottom: 0;
}

.home-principal-box h4 i {
    font-size: 16px;
}

.home-affliations-content {
    background: #fff;
    position: relative;
    z-index: 9;
}

.home-affliations-content h2 {
    text-align: center;
    font-weight: 700;
    width: 100%;
    margin: 20px 0;
    display: block;
    text-transform: uppercase;
}

.in-principal-img {
    padding-left: 30px;
}

.in-principal-img img {
    border-radius: 100%;
    border: 5px solid #fff;
    -webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.3);
}

.in-principal-name {
    text-align: center;
    padding-top: 30px;
}

.in-principal-name h3 {
    font-weight: 700;
    text-transform: uppercase;
}

.in-principal-name h4 {
    position: relative;
    margin: 15px 0;
}

.in-principal-name h4 span {
    background: #fbfbfb;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0px 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.in-principal-name h4:after {
    content: '';
    position: absolute;
    width: 50%;
    left: 24%;
    right: 0;
    text-align: center;
    height: 2px;
    background: #92948f;
    top: 50%;
}

.in-principal-name h5 {
    font-weight: 600;
}

.home-facilities-bg {
    background: url("../img/home-facilities-bg.jpg")no-repeat center;
    background-size: cover;
    padding: 80px 0;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.home-facilities-bg:before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.home-facilities-bg h2 {
    display: block;
    width: 100%;
    font-size: 38px;
    margin-bottom: 50px;
    font-weight: 800;
}

.home-facilities-bg .home-f-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-facilities-bg .home-f-list li a {
    display: block;
    color: #fff;
}

.home-facilities-bg .home-f-list li:hover a {
    color: #fdb913;
}

.home-facilities-bg .home-f-list .head {
    margin-bottom: 10px;
}

.home-department-box {
    background: #fdb913;
    color: #565950;
    padding: 50px;
}

.home-department-box h2 {
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}

.home-department-box h3 {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

.home-department-text {
    border: 1px solid #565950;
    margin-top: 40px;
    padding: 30px;
}

.home-department-text .bl {
    border-left: 1px solid #565950;
}

.home-department-text .home-dep-list {
    padding: 10px 10px 10px 10px;
    margin: 0;
    list-style: none;
}

.home-department-text .home-dep-list li {
    display: inline-block;
    width: 33%;
}

.home-department-text .home-dep-list li a {
    display: block;
    color: #565950;
    font-weight: 500;
    padding-bottom: 8px;
}

.home-department-text .home-dep-list li:hover a {
    color: #fff;
}

.allied-sec-li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.allied-sec-li li {
    display: inline-block;
    width: 32%;
    margin-left: 1%;
}

.allied-sec-li li a {
    display: block;
    color: #565950;
    text-align: center;
    border: 1px solid #fdb913;
    padding: 15px;
    font-weight: 500;
    font-size: 16px;
}

.allied-sec-li li a:hover {
    color: #565950;
    background: #fdb913;
}

.allied-sec-bg {
    text-align: center;
    position: relative;
    padding: 60px 0;
}

.allied-sec-bg h2 {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.allied-sec-bg h2 span {
    background: #fdb913;
    color: #565950;
    padding: 20px 25px;
    font-weight: 700;
}

.home-public-bg {
    color: #fdb913;
    background: #565950;
    padding: 50px 180px 50px 180px;
    text-align: center;
}

.home-public-bg h2 {
    text-align: center;
    width: 100%;
    font-weight: 700;
    margin-bottom: 15px;
}

.home-public-bg p {
    text-align: center;
    font-size: 16px;
}

.home-public-bg a {
    margin: 15px auto 0 auto;
}

.b-donation-list-bg {
    padding: 40px 0 0 0;
}

.b-donation-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.b-donation-list li a {
    display: block;
    color: #565950;
    text-align: center;
    border: 1px solid #fdb913;
    padding: 15px;
    font-weight: 500;
    font-size: 16px;
}

.b-donation-list li {
    display: inline-block;
    width: 48%;
    margin-left: 1%;
}

.b-donation-list li a:hover {
    color: #565950;
    background: #fdb913;
}

.phpsearch_list li {
    list-style: none !important;
    background: #f4f4f4;
    margin-bottom: 3%;
    padding: 2%;
}

.phpsearch_list_item h3 a {
    color: #565950;
    font-weight: 600;
    font-size: 24px;
}

.phpsearch_list_item h3 a:hover {
    color: #fdb913;
}

.phpsearch_list_item h3 i {
    float: right;
    font-size: 18px;
}

.phpsearch_link a {
    color: #565950;
    font-weight: 600;
}

.phpsearch_link a:hover {
    color: #fdb913;
}

.bg-color-one {
    background: #f4f4f4;
    padding: 30px 30px 30px 30px;
}


/* footer social icons */

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 4px;
}


/* footer social icons */

.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoYoutube:hover {
    background-color: #cc0000;
}

.social-network a.icoInstagram:hover {
    background-color: #c8008b;
}

.social-network a.icoWhatsapp:hover {
    background-color: #189d0e;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoYoutube:hover i,
.social-network a.icoInstagram:hover i {
    color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.4);
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.home-super-speciality-box1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fdb913;
}

.home-super-speciality-box1 a {
    display: block;
    background: #fdb913;
    color: #565950;
    text-align: center;
    padding: 40px 20px;
}

.home-super-speciality-box1 img {
    margin: 0 auto;
    width: auto !important;
}

.home-super-speciality-box1 h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 2px 0;
}

.home-super-speciality-box1 h4 {
    font-size: 22px;
    font-weight: 600;
}

.home-super-speciality-box1:hover a,
.home-super-speciality-box1:hover {
    color: #565950;
    background: #fbfbfb;
}

.home-super-speciality-box2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #565950;
}

.home-super-speciality-box2 a {
    display: block;
    background: #565950;
    color: #fdb913;
    text-align: center;
    padding: 40px 20px;
}

.home-super-speciality-box2 img {
    margin: 0 auto;
    width: auto !important;
}

.home-super-speciality-box2 h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 2px 0;
}

.home-super-speciality-box2 h4 {
    font-size: 22px;
    font-weight: 600;
}

.home-super-speciality-box2:hover a,
.home-super-speciality-box2:hover {
    color: #565950;
    background: #fbfbfb;
}

.home-super-speciality-box {}

.courseName {
    z-index: 2;
    padding: 10% 0 0 3%;
    background: url(../img/course-name-bg.jpg) center no-repeat;
    background-size: cover;
}

.courseName:before {
    background: rgba(0, 0, 0, 0.60);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.courseName h2 {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    line-height: 41px;
}

.courseName h2 span {
    font-size: 30px;
    font-weight: 600;
}

.courseName h3 {
    font-size: 33px;
    font-weight: 600;
    color: #fdb913;
}

#accordion-dep-programs.accordion .card-header:after {
    content: "\f068";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 1%;
    top: 25%;
    color: #565950;
    border: 2px solid #565950;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#accordion-dep-programs.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

#accordion-dep-programs.accordion>.card {
    border-radius: 0;
    border: 0;
}

#accordion-dep-programs.accordion>.card .card-header {
    padding: 0;
    margin: 0;
    line-height: 0;
    position: relative;
    border: 0;
}

#accordion-dep-programs.accordion>.card .card-header .card-title {
    display: block;
    padding: 15px 10px 15px 50px;
    margin: 0;
    cursor: pointer;
    background: #fff;
    color: #565950;
    font-size: 18px;
    border-bottom: 2px solid #f4f4f4;
    line-height: 28px;
}

#accordion-dep-programs.accordion>.card .card-header .card-title:hover {
    color: #565950;
}

#accordion-dep-programs.accordion>.card .card-body {
    border-top: 0px solid #d5d5d5;
    border-bottom: 0px solid #d5d5d5;
    margin-bottom: 20px;
    background: #fbfbfb;
}

footer {
    padding: 40px 0 0;
    background: url(../img/footer-bgnew2310.jpg) no-repeat center;
    background-size: cover;
    border-top: solid 0px #063653;
    position: relative;
    z-index: 0;
    overflow: hidden;
    color: #fff;
}

footer:before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.footer-pad {
    padding: 0 0 40px;
}

.footer-list h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-list h3 div {
    border-bottom: 2px solid #fdb913;
    display: block;
    width: 20%;
    padding: 10px 0 0 0;
}

.footer-list ul {
    padding: 0;
    margin: 0;
}

.footer-list ul li {
    list-style: none;
    padding: 4px 0;
}

.footer-list ul li a {
    color: #fff;
}

.footer-list ul li a:hover {
    color: #fdb913;
    padding-left: 2px;
}

.footer-list-facilities li {
    float: left;
    width: 45%;
}

.copy {
    color: #565950;
    padding: 25px 0 25px;
    font-weight: 500;
}

.copy-bg {
    background-color: #fdb913;
}

.copy a {
    color: #565950;
}

.copy a:hover {
    color: #fff;
}

.none {
    display: none;
}

.home-experience-box {
    position: relative;
    overflow: hidden;
    margin-top: 10%;
}

.home-experience-box a {
    display: block;
}

.home-experience-box h3 {
    text-transform: uppercase;
    background: #fdb913;
    color: #565950;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 15px;
    margin: -13% 4% 0 4%;
    position: relative;
    display: table;
    height: 80px;
    width: 92%;
    line-height: 20px;
}

.home-experience-box h3 span {
    display: table-cell;
    vertical-align: middle;
}

.home-experience-box:hover h3 {
    color: #fdb913;
    background: #565950;
}

.faculty-box {
    background: #f4f4f4;
    text-align: center;
    margin-bottom: 30px;
}

.faculty-box img {
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 25px 10px 25px;
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1);
    /* Microsoft Edge and Firefox 35+ */
}

.faculty-box a {
    color: #565950;
    padding: 30px 20px;
    display: block;
    min-height: 345px;
}

.faculty-box h2 {
    font-size: 15px;
    font-weight: 700;
    margin-top: 15px;
    background: none;
    text-transform: none;
    color: #565950;
    padding: 0;
    border-bottom: 0;
    margin-bottom: 8px;
}

.faculty-box h3 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
    background: none;
    color: #565950;
    padding: 0;
    border-bottom: 0;
    margin-bottom: 8px;
}

.faculty-box p {
    text-align: center;
    font-size: 14px;
}

.faculty-box a:hover {
    background: #fdb913;
    color: #2e2e33;
}

.faculty-box a:hover img {
    -webkit-filter: grayscale(0);
    filter: none;
}

.faculty-details-popup .head {
    background: #fdb913;
    padding: 30px;
}

.faculty-details-popup .head img {
    border-radius: 100%;
}

.faculty-details-popup .head h2 {
    border-bottom: 1px solid #565950;
    font-size: 28px;
    font-weight: 700;
    padding: 0px 0px 10px 0;
    background: none;
    color: #565950;
    text-align: left;
}

.faculty-details-popup .head h4 {
    font-weight: 600;
}

.faculty-details-popup .head .name .Fa-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.faculty-details-popup .head .name .Fa-list li {
    font-size: 16px;
    padding-bottom: 5px;
}

.faculty-details-popup .head .name .Fa-list li span {
    font-weight: 600;
    width: 25%;
    display: inline-block;
}

.faculty-modal .modal-content {
    background: rgba(255, 255, 255, 1);
    color: #565950;
    border: 0px;
    border-radius: 0;
}

.faculty-modal .modal-body {
    padding: 0;
}

.faculty-modal .modal-body .close {
    float: right;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.3;
    position: relative;
    z-index: 9;
    padding-right: 5px;
}

.faculty-details-popup .fac-text-body {
    padding: 40px;
}

.faculty-details-popup .fac-text-body .btn-two-full {
    position: absolute;
    right: 0;
    bottom: 0;
}

#accordion-fac-text.accordion .card-header:after {
    content: "\f068";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 1%;
    top: 25%;
    color: #565950;
    border: 2px solid #565950;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#accordion-fac-text.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

#accordion-fac-text.accordion>.card {
    border-radius: 0;
    border: 0;
}

#accordion-fac-text.accordion>.card .card-header {
    padding: 0;
    margin: 0;
    line-height: 0;
    position: relative;
    border: 0;
}

#accordion-fac-text.accordion>.card .card-header .card-title {
    display: block;
    padding: 30px 10px 30px 50px;
    margin: 0;
    cursor: pointer;
    background: #fff;
    color: #565950;
    font-size: 18px;
    border-bottom: 1px solid #f4f4f4;
}

#accordion-fac-text.accordion>.card .card-header .card-title:hover {
    color: #000;
}

#accordion-fac-text.accordion>.card .card-body {
    border-top: 0px solid #d5d5d5;
    border-bottom: 0px solid #d5d5d5;
    margin-bottom: 20px;
    background: #f4f4f4;
}

.inner-photo-grid-row3 {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    padding: 20px 0px;
}

.inner-photo-grid-row3 .column {
    -ms-flex: 33%;
    /* IE10 */
    flex: 33%;
    max-width: 33%;
    padding: 0 15px;
}

.inner-photo-grid-row3 .column .g-img {
    background: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.5);
}

.inner-photo-grid-row3 .column .g-img img {
    vertical-align: middle;
    width: 100%;
}

.inner-photo-grid-row3 .column .g-img h3 {
    font-size: 16px;
    margin: 5px 0 0 0;
    text-align: center;
    font-weight: 700;
    line-height: 24px;
}

.inner-photo-grid-row3 .column .g-img h4 {
    font-size: 14px;
    margin: 5px 0 0 0;
    text-align: center;
    font-weight: 700;
    line-height: 24px;
}

.inner-photo-grid-row3 .column .g-img h4 i {
    color: #fdb913;
    padding-left: 5px;
}

.inner-photo-grid-row3 .column .g-img:hover {
    background: rgba(86, 89, 80, 0.9);
}

.inner-photo-grid-row3 .column .g-img:hover h3 {
    color: #fff;
}

.inner-photo-grid-row4 {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    padding: 20px 0px;
}

.inner-photo-grid-row4 .column {
    -ms-flex: 25%;
    /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 15px;
}

.inner-photo-grid-row4 .column .g-img {
    background: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.5);
}

.inner-photo-grid-row4 .column .g-img img {
    vertical-align: middle;
    width: 100%;
}

.inner-photo-grid-row4 .column .g-img h3 {
    font-size: 16px;
    margin: 5px 0 0 0;
    text-align: center;
    font-weight: 700;
    line-height: 24px;
}

.inner-photo-grid-row4 .column .g-img h4 {
    font-size: 14px;
    margin: 5px 0 0 0;
    text-align: center;
    font-weight: 700;
    line-height: 24px;
}

.inner-photo-grid-row4 .column .g-img h4 i {
    color: #fdb913;
    padding-left: 5px;
}

.inner-photo-grid-row4 .column .g-img:hover {
    background: rgba(86, 89, 80, 0.9);
}

.inner-photo-grid-row4 .column .g-img:hover h3 {
    color: #fff;
}

ul.admission-extra-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 0;
    left: 0;
    top: 15px;
    text-align: right;
}

ul.admission-extra-menu li {
    display: inline-block;
}

ul.admission-extra-menu li a {
    display: block;
    background: #fdb913;
    color: #565950;
    padding: 6px 12px;
    border: 1px solid #cacaca;
}

ul.admission-extra-menu li a:hover {
    background: #fff;
    color: #565950;
    border: 1px solid #565950;
}

.admissions-tab {
    margin: 0 0 20px 0 !important;
    padding: 0px 0 5px 0 !important;
    top: 15px;
    position: relative;
    overflow: hidden;
}

.admissions-tab li {
    float: left;
    display: block;
    font-weight: 400;
    background: #fff;
    font-weight: 500;
    padding: 0;
    cursor: pointer;
    position: relative;
    margin: 0 10px 10px 0 !important;
}

.admissions-tab .aEbox {
    display: block !important;
    margin: 3px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #cacaca;
    min-height: 100%;
}

.admissions-tab li a {
    background: transparent !important;
    color: #565950 !important;
    width: 100%;
    display: block;
    text-align: center;
    padding: 6px 15px !important;
    font-size: 18px;
    vertical-align: middle;
    margin: 0 !important;
}

.admissions-tab .r-tabs-state-active .aEbox a {
    color: #565950;
    background: #fdb913 !important;
}

.admissions-tab .aEbox:hover a {
    color: #565950;
    background: #fdb913 !important;
}

.admissions-tab li a:hover {
    background: transparent !important;
}

.admissions-tab .r-tabs-state-active:hover .r-tabs-anchor:hover {
    padding: 6px 15px;
    color: #565950;
    background: #fdb913 !important;
}

.admissions-tab .r-tabs-state-active {
    border: 0 !important;
    background: transparent !important;
}

.admissions-tab .r-tabs-state-active li a {
    border: 0 !important;
    background: transparent !important;
}

.admissions-tab .r-tabs-state-active li {
    border: 0 !important;
    background: #fdb913 !important;
}

.admissions-tab .r-tabs-anchor li:hover {
    background: #fdb913 !important;
}

.admissions-tab li a:hover .r-tabs-anchor {
    background: #fdb913 !important;
}

ul.admission-eligibility {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
    text-align: center;
    ;
}

ul.admission-eligibility li {
    display: inline-block;
    margin: 0 0 0 5px;
}

ul.admission-eligibility li a {
    display: block;
    background: #fdb913;
    color: #565950;
    padding: 6px 15px;
    font-weight: 500;
    border: 1px solid #fdb913;
}

ul.admission-eligibility li a:hover {
    border: 1px solid #fdb913;
    background: #fff;
    color: #565950;
}

.adsUl {
    margin: 0;
    padding: 0;
}

.adsn-prgm-box {
    position: relative;
    list-style: none;
    padding: 0px;
    margin-bottom: 10px;
}

.adsn-prgm-box .link {
    color: #565950;
    display: block;
    padding: 10px;
}

.adsn-prgm-box .link h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.adsn-prgm-box:hover .link {
    background: #fdb913;
}

.adsn-prgm-box .btn {
    background: #565950;
    color: #fff;
    border-radius: 0;
    margin-top: 20px;
    font-size: 13px;
    padding: 5px 15px;
}

.adsn-prgm-box:hover .btn {
    background: #fdb913;
    color: #565950;
}

.adsn-prgm-box .adsn-prgm-in {
    display: block !important;
    margin: 3px 0;
    padding: 5px 5px 5px 5px;
    border: 1px solid #cacaca;
    min-height: 100%;
}

.adsn-prgm-box:hover .adsn-prgm-in {
    border: 1px solid #565950;
}

.contact-box h3 {
    font-weight: 700;
    font-size: 20px;
}

.circle {
    padding: 13px 20px;
    border-radius: 50%;
    background-color: #fdb913;
    color: #565950;
    max-height: 50px;
    z-index: 2;
}

.how-it-works.row .col-2 {
    align-self: stretch;
}

.how-it-works.row .col-2::after {
    content: "";
    position: absolute;
    border-left: 3px solid #565950;
    z-index: 1;
}

.how-it-works.row .col-2.bottom::after {
    height: 50%;
    left: 50%;
    top: 50%;
}

.how-it-works.row .col-2.bottomHalf::after {
    height: 50%;
    top: 0;
    left: calc(50% - 3px);
}

.how-it-works.row .col-2.full::after {
    height: 100%;
    left: calc(50% - 3px);
}

.how-it-works.row .col-2.Leftfull::after {
    height: 100%;
    left: calc(50% - 0px);
}

.how-it-works.row .col-2.top::after {
    height: 50%;
    left: 50%;
    top: 0;
}

.timeline div {
    padding: 0;
    height: 40px;
}

.timeline hr {
    border-top: 3px solid #565950;
    margin: 0;
    top: 17px;
    position: relative;
}

.timeline .col-2 {
    display: flex;
    overflow: hidden;
}

.timeline .corner {
    border: 3px solid #565950;
    width: 100%;
    position: relative;
    border-radius: 15px;
}

.timeline .top-right {
    left: 50%;
    top: -50%;
}

.timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
}

.timeline .top-left {
    left: -50%;
    top: -50%;
}

.timeline .right-bottom {
    left: 50%;
    top: calc(50% - 3px);
}

.course-box {
    display: block;
    border: 1px solid #d8d7d7;
    margin-bottom: 30px;
}

.course-box h3 {
    text-align: center;
    background: #565950;
    color: #fff;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 5px;
}


/* @media all and (max-width : 768px) { */

@media(min-width:320px) and (max-width:1080px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .home-news-l-box .img img,
    .home-life-left img,
    .home-admissions-right img,
    .home-research-img img,
    .home-social-responsibility-img img {
        min-width: 100%;
    }
    .hidden-xs {
        display: none;
    }
    footer {
        text-align: center;
    }
    footer address {
        padding: 20px;
        margin: 0;
    }
    .footer-list h3 div {
        margin: 0 auto;
    }
    .footer-list h3 {
        padding-left: 20px;
    }
    .footer-pad {
        padding-bottom: 20px;
    }
    .copy {
        text-align: center;
    }
    .copy .col-md-9 {
        padding-bottom: 5px;
    }
    .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
        margin: 10px 0px !important;
    }
    .wow {
        visibility: visible !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    .adsn-content-area {
        margin: 0;
        padding: 70px 15px 30px 15px;
    }
    .admissions-tab-btn li {
        width: 100%;
        display: block!important;
        padding: 0;
    }
    .vision-box {
        display: block !important;
        padding: 20px;
    }
    .location {
        margin-bottom: 10px;
    }
    .home-banner-strip-bg ul li {
        display: block!important;
        width: 100%;
        border-bottom: 1px solid #565950;
    }
    .home-banner-strip-bg ul li a span,
    .slide-hang,
    .home-experience-bg,
    .home-fact-sheet,
    .home-strip-bg {
        display: none;
    }
    .slider {
        margin-top: 55px;
    }
    .home-banner-strip-bg ul li a span,
    .slide-hang,
    .home-fact-sheet,
    .home-strip-bg,
    #menu-toggle {
        display: none !important;
    }
    .home-banner-strip-bg ul li a {
        padding: 10px 5px;
    }
    .home-anouncements-head h2 {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
    }
    .home-anouncements-one,
    .home-anouncements-two {
        padding-left: 20px;
        margin: 0!important;
    }
    .pt-5 {
        padding-top: 1rem!important;
    }
    ul.home-news-r-box li {
        margin-left: 0;
    }
    ul.home-news-r-box .content {
        padding-left: 22%;
    }
    ul.home-anouncements-counts-bg .head {
        position: relative;
        left: 0;
        text-align: center;
        padding: 0;
    }
    .home-anouncements-bg {
        padding: 20px 0;
    }
    .home-upcomming-events-bg {
        padding: 20px 0;
    }
    .home-upcomming-events-bg h2 {
        text-align: center;
    }
    .home-happenings-box img {
        min-width: 100%;
    }
    .home-happenings-name-bg {
        margin: .5rem 0;
        padding: 20px 0 !important;
    }
    .home-research-content {
        padding: 0;
        text-align: center;
    }
    .home-facts-bg .bg {
        margin: 0;
    }
    .home-facts-bg .fact {
        text-align: center;
    }
    .home-collabrations-bg p {
        padding: 0 20px;
    }
    .home-facts-bg .fact-list.br {
        border-right: 0px solid #242222;
        border-bottom: 1px solid #242222;
    }
    .home-collabrations-logo-bg {
        padding: 20px 0;
    }
    .home-social-responsibility-bg {
        padding: 0px 0 20px;
    }
    .home-social-responsibility-box {
        position: relative;
        display: block;
        padding: 20px;
        width: 100%;
    }
    .inner-banner-strip-bg {
        margin: 0;
        padding: 0;
    }
    .inner-banner-strip-box {
        display: block!important;
        width: 100%;
        padding: 10px 10px;
        border-bottom: 1px solid #242222;
    }
    .founder-bg {
        padding: 20px 0 10px;
    }
    .founder-content-box {
        padding: 10px 20px;
    }
    .founder-content {
        padding: 20px 0px 20px 0px;
        margin-left: 0px;
    }
    .founder-content h2 {
        font-size: 26px;
    }
    .inner-news-top {
        margin-top: 55px;
    }
    .inner-banner-top {
        margin-top: 55px;
    }
    .inner-banner {
        margin-top: 55px;
    }
    .inner-banner-strip-box span {
        font-size: 32px;
    }
    .inner-banner-strip-box i {
        font-size: 18px;
    }
    .inner-banner-strip-box h3 {
        font-size: 18px;
    }
    .inner-banner-container {
        bottom: 15%;
        top: auto;
    }
    .inner-banner-container h2 {
        font-size: 20px;
        font-weight: 600;
    }
    .inner-banner-container h2:before,
    .inner-banner-container h2:after {
        width: 30%;
    }
    .founder-content-bg .founder img {
        left: 0;
        top: 0;
        display: block;
        margin: 0 auto;
        position: relative;
    }
    .founder-content-bg .founder .founder-name {
        padding: 15px;
        background-image: -webkit-linear-gradient(180deg, #565950 100%, #fdb913 20%);
    }
    .founder-content-bg .founder {
        position: relative;
    }
    .core-values-bg {
        padding: 15px;
    }
    .graduate-attributes-bg {
        padding: 0;
    }
    .vision-bg,
    .graduate-attributes-box {
        padding: 15px;
    }
    .graduate-attributes-box h5 {
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: center;
    }
    .be-dep-name {
        position: relative;
        right: 0;
        left: 0;
        bottom: 0;
        padding: 15px;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }
    .be-dep-name h2 {
        font-size: 26px;
        font-weight: 600;
    }
    .be-dep-name h3 {
        text-align: center;
        padding-left: 4px;
    }
    .be-dep-form {
        position: relative;
        width: 100%;
        display: none;
    }
    .dep-content-area {
        margin: 0;
        padding: 20px !important;
    }
    .home-anouncements-counts-right,
    .home-happenings-bg {
        display: none;
    }
    .admsn-content-area {
        margin: 0;
    }
    .home-banner-strip-box {
        left: 0;
        right: 0;
        top: 0;
        position: relative;
    }
    .home-news-name {
        position: relative;
        left: 0;
        padding: 10px 10px;
        text-align: center;
    }
    .home-life-bg {
        padding: 0;
    }
    .home-programs-bg ul.home-programs-list {
        margin-bottom: 40px;
        text-align: center;
    }
    .home-life-right .m-content {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        margin: 0;
    }
    .home-life-right .list-content {
        margin: 0;
        padding: 20px;
    }
    .home-life-right h2 {
        padding: 20px 0;
        margin: 0;
    }
    .home-life-right .m-content .life-list {
        text-align: center;
    }
    .home-life-right .m-content .life-list.br {
        border-right: 0px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 0 0 15px 0;
        margin-bottom: 15px;
    }
    .home-life-right .m-content .life-list.brNo {
        border-bottom: 0px solid #fff;
        padding: 0;
        margin: 0;
    }
    .home-life-left img {
        margin: 15px 0 0;
    }
    .home-life-right .list-content .l-list {
        text-align: center;
    }
    .home-admissions-bg .home-admissions-left .admissions-left-list {
        text-align: center;
    }
    .home-admissions-block {
        display: block !important;
    }
    .home-admissions-bg .home-admissions-left .c-1,
    .home-admissions-bg .home-admissions-left .c-2 {
        width: 50%;
        padding: 15px;
    }
    .home-admissions-bg .home-admissions-left .Morder-1 {
        order: 1;
        -webkit-order: 1;
    }
    .home-admissions-bg .home-admissions-left .Morder-2 {
        order: 2;
        -webkit-order: 2;
    }
    .home-admissions-bg .home-admissions-left .Morder-3 {
        order: 3;
        -webkit-order: 3;
    }
    .home-admissions-bg .home-admissions-left .Morder-4 {
        order: 4;
        -webkit-order: 4;
    }
    .home-admissions-bg {
        padding: 15px 0;
        margin: 0 15px;
    }
    .home-collabrations-logo-bg .row {
        padding: 0 15px;
    }
    .home-collabrations-logo-bg .br {
        margin-bottom: 15px;
    }
    .home-alumni-btn a {
        margin: 10px 0;
    }
    .home-facilities-bg .home-f-list {
        margin-bottom: 40px;
    }
    .home-facilities-bg {
        padding: 40px 0;
    }
    .home-department-text .home-dep-list li {
        width: 100%;
        padding-bottom: 5px;
    }
    .home-department-text .home-dep-list {
        padding: 0px;
        text-align: center;
    }
    .home-department-text {
        margin-top: 20px;
    }
    .home-department-box {
        padding: 20px;
    }
    .home-department-text .bl {
        border: 0;
    }
    .home-affliations-bg {
        padding: 20px 0;
    }
    .allied-sec-bg h2 span {
        font-size: 22px;
        padding: 10px;
    }
    .allied-sec-li li {
        width: 100%;
        margin: 0px 0 15px 0;
    }
    .allied-sec-bg {
        padding: 20px 0;
    }
    .allied-sec-bg h2 {
        margin-bottom: 30px;
    }
    .home-public-bg {
        padding: 20px;
    }
    ul.social-network {
        width: 100%;
        display: block;
        text-align: center;
    }
    #accordion-dep-programs.accordion>.card .card-header,
    #accordion-fac-text.accordion>.card .card-header {
        line-height: 20px;
    }
    #accordion-dep-programs.accordion>.card .card-header .card-title,
    #accordion-fac-text.accordion>.card .card-header .card-title {
        padding: 15px 10px 15px 30px;
        font-size: 16px;
    }
    #accordion-dep-programs.accordion .card-header:after,
    #accordion-fac-text.accordion .card-header:after {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
    .home-experience-box {
        margin-top: 10%;
    }
    .home-experience-box img {
        min-width: 100%;
    }
    .inner-grid-row .column {
        -ms-flex: 100% !important;
        flex: 100% !important;
        max-width: 100% !important;
    }
    .inner-photo-grid-row3 .column,
    .inner-photo-grid-row4 .column {
        -ms-flex: 100% !important;
        flex: 100% !important;
        max-width: 100% !important;
    }
    ul.admission-extra-menu {
        position: relative;
    }
    ul.admission-extra-menu li {
        display: block;
        text-align: center;
        margin: 0 0 10px 0;
    }
    ul.admission-extra-menu li a {
        background: #ffffff;
    }
    ul.admission-extra-menu li a:hover {
        background: #fdb913;
    }
    .admissions-tab-btn li {
        width: 100%;
        display: block!important;
        padding: 0;
    }
    .top-marquee{ top: 56px; position: relative; color: #000; width: 100%; font-size: 13px;}

}

.announcement {
    background-color: #f5f5f5;
    padding: 2% 2%;
    border: 1px solid #d4d4d4;
    margin-bottom: 4%;
}

.announcement h2 {
    font-size: 18px;
    font-weight: 600;
}

.announcement p {
    font-size: 14px;
    font-weight: 300 !important;
}

.announcement p a {
    color: #fdb913;
    font-size: 16px;
    font-weight: 600;
}

.announcement p a:hover {
    color: #ccc;
}

.inner-content-box1 {
    margin: 3% 0%;
    padding: 20px;
    background: rgba(255, 255, 255, 1);
    position: relative;
}

.inner-content-box1 h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: dashed 2px #fdb913;
    display: block;
    width: 100%;
    padding: 0 50px 10px 0;
    margin-bottom: 15px;
}

.video-g .g-img {
    background: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.5);
}

.video-g .g-img img {
    vertical-align: middle;
    width: 100%;
}

.video-g .g-img h3 {
    font-size: 16px;
    margin: 5px 0 0 0;
    text-align: center;
    font-weight: 700;
    line-height: 24px;
}

.video-g .g-img h4 {
    font-size: 14px;
    margin: 5px 0 0 0;
    text-align: center;
    font-weight: 700;
    line-height: 24px;
}

.video-g .g-img h4 i {
    color: #fdb913;
    padding-left: 5px;
}

.video-g .g-img:hover {
    background: rgba(86, 89, 80, 0.9);
}

.video-g .g-img:hover h3 {
    color: #fff;
}
.top-marquee{position: fixed;right:4%;top: 2px; width: 47%; z-index: 1040;}
.top-marquee marquee p{display: inline-block; margin:0 10px; position: relative;}
.top-marquee marquee p a{color: #000; font-size: 13px;}
.top-marquee marquee p a:hover{color: #fdb913; font-size: 13px;}
.top-marquee marquee p::after {content: "\f7a5"; font-family: 'Font Awesome 5 Free'; right: -15px; position: absolute; top: 0; font-weight: 900; color: #fdb913; font-size: 15px;}


.know-more-nitte:hover{
color: #fff;
}
.above-build-future{
background-color:#fdb913; color:#fff;padding:30px 0;
 font-size:18px;text-align:center;justify-content:center;
 }
.build-future{
background-image: url(../img/background-future.jpg);background-size: cover; background-repeat: no-repeat;
padding:90px 0;text-align:center;margin:0 auto; }
.build-future h1{
font-size:50px;
}
.build-future h6{
 font-weight:200;
}
.build-future h5{
padding:15px 40px; margin-top:55px;
}
.admissions-tab{
position: relative;
/* top: -60px; */
/* left: 30%; */
}
/* Please take a backup of the original file before replacing with the updated code. */
.admission-online  .admissions-tab .aEbox{
 margin:0 !important;
padding:0 !important;
        
}
.admission-online  ul.admissions-tab {
 border-bottom:none !important;
}
.admission-online  img{
text-align:center;
margin-left:auto;
margin-right:auto;
display:block;
}
.admission-online h4{
color:#2e3192;
margin:35px 0;
text-align:center;}
.form-control-new{
display:block;
width:80%;
margin-top:35px;
padding:4px 5px;
font-size:16px;
font-weight:400;
line-height:1.5;
color:#999898;
background-color:#fff;
border-bottom:1px solid #cfcfcf;
border-width:80%;
}
 input, textarea, select{
            border: none;
}
.form-horizontal {margin: 0 9% 0 14%;
}
.apply-offline {border:1px solid #ccc; padding:70px; margin:20px 60px;
}
/* Please take a backup of the original file before replacing with the updated code. */
.apply-offline span{
padding:15px 40px; 
margin-left:15px;
font-size:12px;
}
.admission-online  p{
margin:15px 60px;
color:#909090 !important;
font-size:17px;
    
 }
.home-testimonial{
            text-align: center;
            padding: 30px;
            margin: 30px 0;
            background-color: #fafafa !important;
}
.home-testimonial h1{
            font-size:46px;
            font-weight:700;
}
.home-testimonial img{
            border-radius:50%;
}
.home-testimonial h5:hover  {
          color:#fdb913;
}
.home-testimonial h5{
            font-size: 18px;
              margin: 20px 0px 2px 0px;
              letter-spacing: -0.04em;
              word-spacing: 0.16em;
              color: #222;
}
.home-testimonial p{
            padding:10px 50px;
            text-align:center;
            font-size:16px;
            line-height:30px;
}
.home-testimonial-center{
            background-color: #FFF;
            border-radius: 40px 10px 10px 10px;
            -webkit-box-shadow: 0px 10px 30px 5px rgb(0 0 0 / 15%);
            box-shadow: 0px 10px 30px 5px rgb(0 0 0 / 15%);
}
    .build-future h5 a:hover{
            color:#fff;
}
.nsam-achiever img{
            margin:0 auto;display: block;border-radius: 50%;
}
.nsam-achiever h3{
            text-transform: uppercase;
              background: #fdb913;
              color: #565950;
              text-align: center;
              font-size: 14px;
              font-weight: 700;
              padding: 15px 10px;
              margin: -30px 10px 10px 10px;
              position: relative;
}
.annual-calender th{
    background-color:#dddddd;
}
.annual-calender th, td{
    font-weight:400 !important;
}

/* Please take a backup of the original file before replacing with the updated code. */