﻿/*!
 * Acharya main
 
 */html, body {
    height: 100%;
    font-family: 'Open Sans',  sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
section::-webkit-scrollbar {
    display: none;
}
section {
    -ms-overflow-style: none;
}
.scroll-btn {
    position: fixed;
    top: 70vh;
    height: 3rem;
    right: -2rem;
    padding: 1;
    font-size: 2rem;
    color: #333;
    z-index: 6000;
}
.shown {
    transform: translateX(-2.5rem);
    transition: all;
}
.vertical {
    position: fixed;
    top: 50vh;
    height: 3rem;
    right: -2.4rem;
    padding: .5rem;
    z-index: 6000;
    transform: rotate(90deg);
    transition: transform .5s ease-in-out;
}
.vertical:hover {
    overflow: hidden;
}
.btn {
    -webkit-appearance: none;
}
.vertical>.btn {
    padding: .8rem;
}
.overflow-h {
    overflow: hidden;
}
.acharya-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1vw;
}
.acharya-contact p {
    padding-top: .5rem;
    line-height: 140%}
.acharya-contact a {
    color: #524e54;
    text-decoration: none;
}
.acharya-contact>.phone, .whatsapp, .studentlog {
    padding: .5rem 1rem;
    padding-top: .9rem;
    margin-right: 1rem;
}
.acharya-contact>.studentlog {
    margin-right: 2rem;
    padding-left: 1rem;
}
.acharya-logo {
    padding: .5rem;
    padding-left: 2rem;
}
@media (max-width: 767px) {
    .acharya-contact {
    display: flex;
    flex-wrap: wrap;
    font-size: .9rem;
    padding-top: 1rem;
}
.acharya-contact>.phone, .whatsapp, .studentlog {
    text-align: center;
    padding: .2rem;
}
.acharya-logo {
    margin: auto;
}
.acharya-contact p {
    padding: 0;
    margin: 0;
}
}.eq-height {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 3rem 0;
}
.courses {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    background-color: rgba(152, 152, 152, 0.7);
    padding: 2rem;
    flex: 1;
    margin: .2rem;
    cursor: pointer;
}
.courses h3 {
    font-size: 1.1rem;
    line-height: 1.3;
    text-align: center;
    color: #333;
}
.courses:hover {
    animation: zoomin 1s cubic-bezier(0.2,  0.4,  0.2,  1.2) forwards;
    background-color: #2754ba;
}
.courses:hover h3 {
    color: #fff;
}
.eq-btn {
    width: 15rem;
}
.life-acharya {
    padding-bottom: 2rem;
}
.programs-100 {
    background: url(../img/international-exp.png) no-repeat;
    -moz-webkit-background-size: cover;
    -ms-webkit-background-size: cover;
    -o-webkit-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 100vh;
}
#inst-details {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 0;
}
#inst-details h3 {
    margin: 2rem 1rem;
    text-align: center;
    color: #383d89;
}
.card-deck {
    margin-right: 0;
    margin-left: 0;
}
@media (min-width: 576px) and (max-width: 991px) {
    .card-deck {
    display: flex;
    flex-direction: column;
}
}#inst-details .card {
    border-radius: 0;
    border: 1px solid rgba(56, 61, 137, 0.2);
    margin: 1rem;
}
#inst-details .card img {
    border-radius: 0;
}
#inst-details .card .card-text {
    font-size: .9rem;
    line-height: 1.5rem;
}
#inst-details .btn-lg {
    padding: .7rem 1rem;
    font-size: 1rem;
    margin: auto;
    margin-bottom: 1rem;
}
#inst-details h5.card-title {
    font-size: 1.2rem;
}
#news {
    padding: 0;
    margin: 0;
}
.card-footer {
    background-color: #fff;
    border: 0;
}
.carousel-inner>.item {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.carousel-caption {
    display: flex;
    flex-direction: column;
    max-width: 60rem;
    padding: 3rem;
    z-index: 10;
    color: #fff;
    text-align: center;
    background-color: rgba(221, 44, 0, 0.8);
    bottom: calc(35%);
    left: calc(25%);
}
.carousel-caption>p {
    padding-top: 1rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.white {
    color: #fff;
}
.light-grey {
    color: #ededed;
}
.light-grey-2 {
    color: rgba(152, 152, 152, 0.7);
}
.dark {
    color: #333;
}
.orange {
    color: #f19008;
}
.orange2 {
    color: #dc8a28;
}
.blue-1 {
    color: #2754ba;
}
.blue-2 {
    color: #2754ba;
}
.green {
    color: #25D366;
}
.bg-white {
    background-color: #fff;
}
.bg-white-op9 {
    background-color: #383d89;
    opacity: .9;
}
.bg-ht-wrapper {
    background-color: #fff;
}
.bg-light-grey {
    background-color: #ededed;
}
.bg-dark {
    background-color: #333;
}
.bg-orange {
    background-color: #f19008;
}
.bg-orange-op9 {
    background-color: #f19008;
    opacity: .8;
}
.bg-orange2 {
    background-color: #dc8a28;
}
.bg-blue-1 {
    background-color: #2754ba;
}
.bg-blue-op-8 {
    background-color: #2754ba;
    opacity: .8;
}
.bg-blue-2 {
    background-color: #383d89;
}
.vh100 {
    min-height: 100vh;
}
.vh50 {
    min-height: 50vh;
}
.top-margin-n10 {
    width: 100%;
    height: 100%;
    margin-top: -10%}
.ht-wrapper {
    padding: 4rem 3rem;
}
.ht-wrapper h1, .ht-wrapper h2, .ht-wrapper h3, .ht-wrapper h4, .ht-wrapper h5 {
    opacity: 1;
}
.ht-wrapper p {
    opacity: 1;
}
.ht-wrapper-nav {
    border: 1px solid #fff;
    padding: 1.5rem;
}
.ht-wrapper-nav h2 {
    margin-bottom: 1rem;
    opacity: 1;
    color: #fff;
}
.ht-wrapper-nav p {
    line-height: 1.3rem;
    opacity: 1;
    font-size: 1.3rem;
    color: #fff;
}
.ht-wrapper-nav a {
    color: #fff;
}
.awards .card {
    border: 0;
    margin-top: 2rem;
}
.awards img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.awards ul {
    font-size: .9rem;
    margin-left: -1.2rem;
}
.awards ul li {
    border-bottom: 1px solid #ccc;
    padding: .3rem 0;
}
.awards li:last-child {
    border-bottom: 0;
}
.tooltip-inner {
    background-color: #ededed;
    width: 20rem;
    padding: 1rem;
}
.carousel-inner .col-md-6 {
    padding-right: 0;
    padding-left: 0;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,  255,  255,  .8)' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.topNav ul {
    list-style: none;
    padding-left: 0;
}
.topNav li {
    margin-left: 0;
    padding: .8rem 1rem .8rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 1.2rem;
    color: #fff;
}
.topNav li:last-child {
    border-bottom: 0;
}
.dropdown-menu {
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 22rem;
    padding: 1rem;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}
.img-header {
    width: 20rem;
    height: 20rem;
    max-width: 600px;
    border-radius: 10rem;
    overflow: hidden;
    background-size: cover;
    background-color: aliceblue;
    text-align: center;
}
.img-header:hover {
    box-shadow: .5rem .5rem #333;
    animation: move 1s cubic-bezier(0.2,  0.8,  0.2,  1.2) forwards;
    overflow: hidden;
}
.logo:hover {
    animation: moveUp 1s linear forwards;
    overflow: hidden;
}
.logo-nav {
    max-height: 2rem;
    padding-bottom: .4rem;
}
.main {
    width: 100%;
    height: 100%;
    background: url(../img/acharya-campus.jpg) no-repeat left bottom;
    -moz-webkit-background-size: cover;
    -ms-webkit-background-size: cover;
    -o-webkit-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-clip-path: polygon(50% 100%,  100% 80%,  100% 0,  0 0,  0 80%);
    clip-path: polygon(50% 100%,  100% 80%,  100% 0,  0 0,  0 80%);
}
.infinite-bg {
    width: 100%;
    height: 100%;
    background: url(../img/acharya-14-bg.jpg) no-repeat left center;
    -moz-webkit-background-size: cover;
    -ms-webkit-background-size: cover;
    -o-webkit-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 100vh;
}
.research-bg {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0,  100% 0,  100% 100%,  0 95%);
    clip-path: polygon(0 0,  100% 0,  100% 100%,  0 95%);
}
.academic-bg {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: url(../img/infinite-bg.JPG) no-repeat center center;
    -moz-webkit-background-size: cover;
    -ms-webkit-background-size: cover;
    -o-webkit-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-clip-path: polygon(0 0,  100% 0,  100% 100%,  0 90%);
    clip-path: polygon(0 0,  100% 0,  100% 100%,  0 90%);
}
.b-more {
    width: 100%;
    height: 100%;
    background: url(../img/acharya-pattern.png) repeat;
    background-color: #fff;
}
.international-bg-2 {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: url(../img/international-exp-bg.jpg) no-repeat center center;
    -moz-webkit-background-size: cover;
    -ms-webkit-background-size: cover;
    -o-webkit-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-clip-path: polygon(0 0,  100% 0,  100% 100%,  0 90%);
    clip-path: polygon(0 0,  100% 0,  100% 100%,  0 90%);
}
.international-bg-2 .card-deck {
    margin-bottom: 2rem;
}
.nationalities-bg {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin-top: -10%;
    background: url(../img/acharya-student-2-bg.jpg) no-repeat right top;
    background-size: cover;
}
.programms-bg {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin-top: -10%}
.habba {
    background: url(../img/acharya-habba.jpg) no-repeat center center;
    -moz-webkit-background-size: cover;
    -ms-webkit-background-size: cover;
    -o-webkit-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.sports {
    background: url(../extra/campuslife/img/acharya-sports.jpg) no-repeat center center;
    -moz-webkit-background-size: cover;
    -ms-webkit-background-size: cover;
    -o-webkit-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.students12k-bg {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding-bottom: 1rem;
    background: url(../img/acharya-student-bg.jpg) no-repeat center center;
    background-size: cover;
}
.placement-bg {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 2rem 0;
    background: url(../img/students-international.jpg) no-repeat center center;
    -moz-webkit-background-size: cover;
    -ms-webkit-background-size: cover;
    -o-webkit-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.placement-bg .card-deck {
    margin-bottom: 2rem;
}
.industry-bg {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: url(../img/thumb-industry.jpg) no-repeat center center;
    background-size: cover;
    -webkit-clip-path: polygon(0 0,  100% 5%,  100% 100%,  0 95%);
    clip-path: polygon(0 0,  100% 5%,  100% 100%,  0 95%);
}
.campus120-bg {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin-top: -10%;
    background: url(../img/120-acres.jpg) no-repeat center center;
    -moz-webkit-background-size: cover;
    -ms-webkit-background-size: cover;
    -o-webkit-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.main-campus {
    background: url(../img/main-campus-header.jpg) no-repeat center center;
    background-size: cover;
}
.main-hostel {
    background: url(../extra/campuslife/img/acharya-hostel.jpg) no-repeat center center;
    background-size: cover;
}
.main-sports {
    background: url(../extra/campuslife/img/acharya-sports-2.jpg) no-repeat center center;
    background-size: cover;
}
.main-clubs {
    background: url(../extra/campuslife/img/acharya-clubs.jpg) no-repeat center center;
    background-size: cover;
}
.main-habba {
    background: url(../extra/campuslife/img/acharya-habba.jpg) no-repeat center center;
    background-size: cover;
}
.main-news {
    background: url(../img/main-news-header.jpg) no-repeat top center;
    background-size: cover;
}
.main-placement {
    background: url(../img/acharya_placement.jpg) no-repeat center center;
    -moz-webkit-background-size: cover;
    -ms-webkit-background-size: cover;
    -o-webkit-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.main-training {
    background: url(../img/acharya_training.jpg) no-repeat center center;
    -moz-webkit-background-size: cover;
    -ms-webkit-background-size: cover;
    -o-webkit-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.main-collaboration {
    background: url(../img/acharya_collaboration.jpg) no-repeat center center;
    -moz-webkit-background-size: cover;
    -ms-webkit-background-size: cover;
    -o-webkit-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.main-career {
    background: url(../img/acharya_career.jpg) no-repeat center center;
    -moz-webkit-background-size: cover;
    -ms-webkit-background-size: cover;
    -o-webkit-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.main-library {
    background: url(../img/library.jpg) no-repeat center center;
    -moz-webkit-background-size: cover;
    -ms-webkit-background-size: cover;
    -o-webkit-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.main-about {
    background: url(../img/acharya-campus.jpg) no-repeat center center;
    -moz-webkit-background-size: cover;
    -ms-webkit-background-size: cover;
    -o-webkit-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.main-infrastructure {
    background: url(../img/infrastructure-main-header.jpg) no-repeat center center;
    -moz-webkit-background-size: cover;
    -ms-webkit-background-size: cover;
    -o-webkit-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.main-painting {
    background: url(../img/acharya-asd.jpg) no-repeat center center;
    background-size: cover;
}
.main-gd {
    background: url(../img/acharya-asd-1.jpg) no-repeat center center;
    -moz-webkit-background-size: cover;
    -ms-webkit-background-size: cover;
    -o-webkit-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.main-animation {
    background: url(../img/acharya-asd-2.jpg) no-repeat center center;
    -moz-webkit-background-size: cover;
    -ms-webkit-background-size: cover;
    -o-webkit-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.main-interior {
    background: url(../img/acharya-asd-3.jpg) no-repeat center center;
    -moz-webkit-background-size: cover;
    -ms-webkit-background-size: cover;
    -o-webkit-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.main-product {
    background: url(../img/acharya-asd-4.jpg) no-repeat center center;
    -moz-webkit-background-size: cover;
    -ms-webkit-background-size: cover;
    -o-webkit-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.acharya-incubation {
    background: url(../../Collaboration/img/acharya-incubation-header.jpg) no-repeat center center;
    background-size: cover;
}
.acharya-incubation-2 {
    background: url(../../Collaboration/img/acharya-incubation-header-2.jpg) no-repeat center center;
    background-size: cover;
}
.acharya-incubation-3 {
    background: url(../../Collaboration/img/acharya-incubation-header-3.jpg) no-repeat center center;
    background-size: cover;
}
.enq-btn {
    position: fixed;
    background-color: #223881;
    bottom: 30vh;
    right: 0;
    z-index: 2000;
    transform: translateX(40%);
}
.enq-btn:hover {
    transform: translateX(0);
    overflow: hidden;
}
.btn-lg {
    padding: 1.5rem 2rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    -webkit-appearance: button;
}
.btn-primary {
    background-color: #2754ba;
}
.btn-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: red;
}
.btn-bottom-aligned {
    position: absolute;
    bottom: 0;
    left: 15%;
    right: 0;
    margin-bottom: 1rem;
    color: aqua;
    max-width: 70%}
@keyframes cc {
    from {
    color: #ffffff;
}
to {
    color: #f19008;
}
}.cc-anim {
    -webkit-animation: cc 1s linear infinite;
}
@keyframes zoomin {
    from {
    -webkit-transform: scale(1);
}
to {
    -webkit-transform: scale(1.02);
}
}@keyframes zoomin2 {
    from {
    -webkit-transform: scale(1);
}
to {
    -webkit-transform: scale(1.2);
}
}@keyframes rotate {
    from {
    -webkit-transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(180deg);
}
}@keyframes rotate2 {
    from {
    -webkit-transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(2deg);
}
}.zoomin:hover {
    -webkit-animation: zoomin 1s forwards;
}
.zoomin2:hover {
    -webkit-animation: zoomin 1s forwards;
}
.rotate2:hover {
    -webkit-animation: rotate2 1s forwards;
}
@keyframes moveUp {
    0% {
    transform: translateY(0);
}
100% {
    transform: translateY(-20px);
}
}footer {
    display: flex;
    background: #333;
    justify-content: center;
    color: #fff;
}
.ftr-item {
    padding: 2rem 1rem;
}
footer hr {
    margin: .2rem 0 .5rem;
}
footer p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 2rem;
}
footer p a {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5rem;
}
footer ul {
    display: flex;
    list-style: none;
    margin-top: 4rem;
    text-align: center;
    justify-content: center;
}
footer ul li {
    padding-right: 4rem;
    text-align: center;
}
.ftr-inst a {
    display: inline-block;
    padding: .2rem 0;
    font-size: .9rem;
    color: #fff;
}
footer a:hover {
    color: #f19008;
}
.copyright {
    background-color: #333;
    color: #cdcd;
    padding-top: .5rem;
    border-top: 1px solid #484343;
    font-size: .8rem;
}
.copyright a {
    background-color: #333;
    color: #cdcd;
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding: 0;
}
.btn {
    border-radius: 0;
}
form button {
    min-width: 8rem;
    min-height: 3rem;
}
.modal-title {
    font-size: 2.5rem;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    border: 0;
}
.social {
    display: flex;
    list-style: none;
    background: #333;
}
.social ul {
    list-style: none;
    margin: 1rem;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
}
.social li {
    list-style: none;
    margin: .5rem;
    text-align: center;
}
.social li:hover {
    -webkit-animation: move 1s cubic-bezier(0.2,  0.8,  0.2,  1.2) forwards;
}
#gallery {
    width: 100%;
    max-width: 700px;
    height: 100%;
    max-height: 450px;
    overflow: hidden;
}
#gallery img {
    width: 100%}
#testimonial {
    width: 100%;
    max-width: 50rem;
    height: 100%;
    max-height: 30rem;
    overflow: hidden;
}
.testimonial-img {
    max-width: 200px;
    max-height: 200px;
    border-radius: 100px;
}
.testimonial-txt {
    padding-top: 1rem;
}
#testimonial .carousel-indicators li {
    margin-top: 2rem;
    width: 10px;
    height: 10px;
    background-color: #333;
}
.quotation {
    quotes: "“" "”" "‘" "’";
    padding: .625rem 1.25rem;
    line-height: 1.4;
}
.quotation:before {
    content: open-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: -.2rem;
    position: relative;
    top: .2rem;
    color: #ccc;
    font-size: 3rem;
}
.quotation::after {
    content: close-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: .5rem;
    position: relative;
    top: 2rem;
    color: #ccc;
    font-size: 3rem;
}
p {
    line-height: 1.6rem;
}
.list-unstyled li a {
    color: #333;
}
section#world {
    width: 100vw;
    min-height: 50vh;
    background-color: #fffddd;
}
.orange {
    color: #f19008;
}
.card {
    border-radius: 0;
    overflow: hidden;
}
.badge {
    display: inline-block;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    transition: color .15s ease-in-out,  background-color .15s ease-in-out,  border-color .15s ease-in-out,  box-shadow .15s ease-in-out;
}
.badge:hover {
    color: #fff;
}
.img-header {
    width: 10rem;
    height: 10rem;
    max-width: 300px;
    border-radius: 10rem;
    overflow: hidden;
    -moz-webkit-background-size: cover;
    -ms-webkit-background-size: cover;
    -o-webkit-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: aliceblue;
    text-align: center;
}
.modal-title {
    font-size: 1.8rem;
}
.card {
    border: 1px solid rgba(203, 196, 196, 0.5);
}
.habba {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.lead {
    font-size: 1.2rem;
}
#gallery .carousel-item {
    max-width: 45rem;
}
#testimonial {
    padding-top: 1rem;
}
#address {
    text-align: left;
}
#address hr {
    background-color: rgba(255, 255, 255, 0.3);
}
#testimonial p {
    margin: 0 auto;
    margin-bottom: .7rem;
}
#testimonial img {
    max-width: 40%;
    margin: 0 auto;
}
#testimonial img:first-child {
    margin-top: 2rem;
}
@media (max-width: 576px) {
    .logo {
    max-height: 10rem;
}
.carousel-caption {
    display: flex;
    flex-direction: column;
    max-width: 25rem;
    padding: 1.5rem;
    z-index: 10;
    color: #fff;
    text-align: center;
    background-color: #f19008;
    bottom: -2rem;
    margin-left: -2rem;
}
.carousel-caption>p {
    font-size: 1rem;
    line-height: 1.2;
    padding-top: .5rem;
}
.programms-bg {
    margin-top: -22%}
.ht-wrapper {
    padding: 2rem;
}
.topNav ul {
    list-style: none;
    padding-left: 0;
}
.topNav li {
    margin-left: 0;
    padding: .3rem 1rem .3rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 1rem;
    color: #fff;
}
.topNav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.main {
    -webkit-clip-path: polygon(50% 100%,  100% 95%,  100% 0,  0 0,  0 95%);
    clip-path: polygon(50% 100%,  100% 95%,  100% 0,  0 0,  0 95%);
}
.btn-lg {
    padding: .8rem 1.5rem;
    margin-bottom: 2rem;
}
.infinite-bg {
    width: 100%;
    height: 100%;
    clip-path: none;
    -webkit-clip-path: none;
}
.research-bg {
    width: 100%;
    height: 100%;
    background-color: #fff;
    clip-path: none;
    -webkit-clip-path: none;
}
.academic-bg {
    width: 100%;
    height: 100%;
    background: none;
    clip-path: none;
    -webkit-clip-path: none;
}
.international-bg-2 {
    background: none;
    background-color: #fff;
    clip-path: none;
    -webkit-clip-path: none;
    padding: 0;
    margin: 0;
}
.international-bg-2 .card-deck {
    margin-bottom: 0;
}
.nationalities-bg {
    width: 100%;
    height: 100%;
    background: none;
    clip-path: none;
    -webkit-clip-path: none;
}
.programms-bg {
    width: 100%;
    height: 100%;
    margin-top: -10%;
    clip-path: none;
    -webkit-clip-path: none;
}
.placement-bg {
    width: 100%;
    background: none;
    clip-path: none;
    -webkit-clip-path: none;
    padding: 0;
}
.placement-bg .card-deck {
    margin-bottom: 0;
}
.industry-bg {
    width: 100%;
    height: 100%;
    background: none;
    background-color: #383d89;
    clip-path: none;
    -webkit-clip-path: none;
}
.campus120-bg {
    width: 100%;
    height: 100%;
    background: none;
    clip-path: none;
    -webkit-clip-path: none;
}
.students12k-bg {
    width: 100%;
    height: auto;
    min-height: 50vh;
    background: none;
    clip-path: none;
    -webkit-clip-path: none;
    margin: 0;
    padding: 0;
}
.zoomin:hover {
    animation: none;
}
.rotate2:hover {
    animation: none;
}
.bg-ht-wrapper-sm-1 {
    background: rgba(241, 144, 8, 0.2);
}
.bg-ht-wrapper-sm-2 {
    background: rgba(39, 84, 186, 0.1);
}
.eq-height {
    padding: .2rem 0;
}
.life-acharya {
    padding-bottom: 0;
}
.dropdown-menu {
    min-width: 25rem;
    padding: .8rem 1rem;
    margin: 0.125rem 0 0;
    font-size: .8rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}
footer p {
    margin: 0;
    padding: 0;
    font-size: .9rem;
    line-height: 1.7rem;
}
footer p a {
    margin: 0;
    padding: 0;
    font-size: .9rem;
    line-height: 1.5rem;
}
footer ul {
    display: flex;
    list-style: none;
    margin-top: 4rem;
    margin-bottom: 2rem;
    text-align: center;
    justify-content: center;
}
}@media (min-width: 576px) {
    .main {
    -webkit-clip-path: polygon(50% 100%,  100% 95%,  100% 0,  0 0,  0 95%);
    clip-path: polygon(50% 100%,  100% 95%,  100% 0,  0 0,  0 95%);
}
.btn-lg {
    padding: .8rem 1.5rem;
    margin-bottom: 2rem;
}
.dropdown-menu {
    padding: .8rem 1rem;
    margin: 0.125rem 0 0;
    font-size: .8rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}
.award ul {
    font-size: 1rem;
    margin-left: -1.2rem;
}
.bg-ht-wrapper {
    background-color: rgba(255, 255, 255, 0.9);
}
}@media (min-width: 768px) {
    .main {
    -webkit-clip-path: polygon(50% 100%,  100% 95%,  100% 0,  0 0,  0 95%);
    clip-path: polygon(50% 100%,  100% 95%,  100% 0,  0 0,  0 95%);
}
.btn-lg {
    padding: .8rem 1.5rem;
    margin-bottom: 2rem;
}
.dropdown-menu {
    padding: 1rem;
    margin: 0.125rem 0 0;
    font-size: .8rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}
#inst-details {
    margin-top: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
#news {
    padding: 5rem 0;
}
#news p {
    font-size: 1rem;
    margin-bottom: 2rem;
}
#news .carousel-caption {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding: 1.5rem;
    z-index: 10;
    color: #fff;
    text-align: center;
    background-color: rgba(51, 51, 51, 0.9);
    bottom: 0;
}
#news .carousel-caption h5 {
    font-size: 1.3rem;
    font-weight: 100;
    margin-top: 1rem;
    margin-bottom: 0;
    letter-spacing: .5px;
}
.carousel-caption {
    display: flex;
    flex-direction: column;
    max-width: 40rem;
    padding: 1.5rem;
    z-index: 10;
    color: #fff;
    text-align: center;
    background-color: rgba(221, 44, 0, 0.8);
    bottom: calc(50% - 3rem);
    left: calc(50% - 20rem);
}
.carousel-caption>.vast-shadow-h {
    font-size: 3rem;
    font-family: 'Vast Shadow',  sans-serif;
    letter-spacing: -1px;
    line-height: 100%}
}@media (min-width: 992px) {
    .dropdown-menu {
    min-width: 22rem;
    padding: 1rem;
    margin: 0.125rem 0 0;
    font-size: .9rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}
.carousel-caption {
    display: flex;
    flex-direction: column;
    max-width: 40rem;
    padding: 1.5rem;
    z-index: 10;
    color: #fff;
    text-align: center;
    background-color: rgba(221, 44, 0, 0.8);
    bottom: calc(50% - 7rem);
    left: calc(50% - 20rem);
}
.carousel-caption>.vast-shadow-h {
    font-size: 5rem;
    font-family: 'Vast Shadow',  sans-serif;
    letter-spacing: -1px;
    line-height: 100%}
}@media (min-width: 1200px) {
    .dropdown-menu {
    min-width: 25rem;
    padding: .7rem 1rem;
    margin: 0.125rem 0 0;
    font-size: .9rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}
}.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #f19008;
}
@media (min-width: 991px) and (max-width: 1320px) {
    .navbar .nav-item {
    font-size: 1.1vw;
}
}.material-icons {
    font-size: 5rem;
    font-weight: 100;
}
.material-icons.contact {
    font-size: 1.5rem;
    font-weight: 100;
}
.icons-orange {
    color: #f19008;
}
.icom-main {
    font-size: 5rem;
}
body {
    font-family: 'Open Sans',  sans-serif;
     overflow-x:  hidden;
}
.heading-1, .heading-2, .heading-3, .heading-4 {
    font-family: 'Open Sans',  sans-serif;
    line-height: 100%}
.heading-1 {
    font-size: 2.187rem;
    letter-spacing: -1px;
}
.heading-1-sub {
    font-size: 1.2rem;
    font-weight: 600;
    display: inline-block;
    padding: .5rem 1rem;
}
.heading-1-sub-hlt {
    font-size: 1.2rem;
    font-weight: 600;
    display: inline-block;
    padding: .5rem 1rem;
    background-color: #f19008;
    color: #fff;
}
.heading-2 {
    font-size: 1.562rem;
}
.heading-3 {
    font-size: 1.875rem;
}
.heading-4 {
    font-size: 1.25rem;
}
.vast-shadow-h {
    font-size: 3rem;
    font-family: 'Vast Shadow',  sans-serif;
    letter-spacing: -1px;
    line-height: 100%}
.vast-shadow-h2 {
    font-size: 3rem;
    font-family: 'Vast Shadow',  sans-serif;
    letter-spacing: -1px;
    line-height: 100%}
@media (min-width: 576px) {
    .vast-shadow-h {
    font-size: 5rem;
    letter-spacing: -2px;
}
.vast-shadow-h2 {
    font-size: 4rem;
}
.heading-1 {
    font-size: 4.375rem;
    letter-spacing: -2px;
    word-spacing: -2px;
}
.heading-1-sub {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    padding: .5rem 1rem;
    border-bottom: 5px solid #f19008;
}
.heading-1-sub:hover {
    background-color: #f19008;
    display: inline-block;
    color: #fff;
}
.heading-2 {
    font-size: 2.812rem;
}
.heading-3 {
    font-size: 1.875rem;
}
.heading-4 {
    font-size: 1.25rem;
}
}@media (min-width: 768px) {
    .heading-1 {
    font-size: 4.375rem;
}
}@media (min-width: 992px) {
    .vast-shadow-h {
    font-size: 8rem;
}
.vast-shadow-h2 {
    font-size: 6rem;
}
}
.justify{
	text-align:justify;
}
.pgms {
    height: 500px;
    width: 100%;
    overflow-y: scroll;
}
