.inner-container h1 {
    font-size: 50px;
    line-height: 60px;
    padding: 10px 0;
    font-weight: 900;
    color: #231f20;
    margin: 0;
}

.inner-container h2 {
    font-size: 42px;
    line-height: 39px;
    padding: 10px 0;
    color: #231f20;
    margin: 0;
    font-weight: 900;
}

.inner-container h3 {
    font-size: 36px;
    line-height: 32px;
    padding: 10px 0;
    color: #231f20;
    margin: 0;
    font-weight: 900;
}

.inner-container h4 {
    font-size: 28px;
    line-height: 33px;
    padding: 10px 0;
    color: #231f20;
    margin: 0;
    font-weight: 900;
}

.inner-container h5 {
    font-size: 25px;
    line-height: 25px;
    padding: 10px 0;
    color: #231f20;
    margin: 0;
    font-weight: 900;
}

.inner-container h6 {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
    color: #231f20;
    margin: 0;
    font-weight: 600;
}

.inner-container li {
    font-size: 16px;
    padding: 5px 0;
    line-height: 24px;
}

.inner-container p {
    font-size: 16px;
    line-height: 27px;
    padding: 10px 0;
    font-weight: 400;
    text-align: justify;
    margin: 0;
}

.inner-container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    

}


.inner-container a {
    color: inherit;
}

.inner-container {
    padding: 50px 0;
}

.inner-container img {
    max-width: 100%;
    height: auto;
}

.inner-container .top-title h2,
.inner-container .top-title p {
    text-align: center;
}

.inner-container .top-title h5 {
    padding-bottom: 0;
}


/* LEARNING */

.learning .slide {
    position: relative;
    top: 25px;
}

.learning .slide .caption {
    background: #292122;
    text-align: center;
}

.learning .slide .caption h6 {
    color: white;
}

.learning .slide {
    position: relative;
    z-index: 2;
}

.learning .content {
    padding: 25px 15px;
}

.learning .col-lg-6 {
    position: relative;
}

.learning .col-lg-6 h3,
.learning .col-lg-6 h5,
.learning .col-lg-6 p {
    position: relative;
    z-index: 2;
}

.learning .dark .col-lg-6 h3,
.learning .dark .col-lg-6 p {
    color: white;
}

.learning .col-lg-6 p {
    padding: 0;
}

.learning .col-lg-6 h5 {
    color: #c92e3c;
    padding-top: 20px;
}


/* STUDENT CLUB */

.student-club .two-cols {
    margin: 40px 0 60px;
}

.student-club .two-cols .row {
    align-items: center;
}

.international .dark .content,
.student-club .dark {
    background: #292122;
}

.student-club .two-cols.dark .image .icon {
    right: 0
}

.international .light .content,
.student-club .light {
    background: #c92e3c;
}

.student-club .two-cols .image {
    position: relative;
}

.student-club .two-cols .image .icon {
    position: absolute;
    bottom: 0;
    width: 130px;
    height: 130px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.student-club .two-cols h3,
.student-club .two-cols p {
    color: white;
}

.student-club .dark h3 {
    color: #c92e3c;
}

.international .contact-det p {
    text-align: center;
}

.international .contact-det h2 {
    text-align: center;
}

.international .contact-det i {
    color: #c92e3c;
    border: 2px solid #c92e3c;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.international .contact-det [class*="col-lg-"] {
    display: flex;
    flex-flow: column;
}

.international .contact-det .content {
    background: #d4d3d3;
    flex-grow: 1;
    margin: 10px 0 0;
}

.international .two-cols {
    background: none !important
}

.international .content {
    padding: 20px;
}

.international img {
    position: relative;
    z-index: 5;
}

.international .content p {
    line-height: 23px;
}

.international .content p.more {
    padding: 25px 0 15px;
}

.international .content p.more a {
    border: 1px solid white;
}


/* STUDENT DIRECTORY */

.stu-dir .nav-tabs {
    border: 0px !important;
}

.stu-dir .nav-tabs ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 25px 0 0;
    flex-wrap: wrap;
}

.stu-dir .nav-tabs ul li a {
    padding: 18px 0 !important;
    display: block;
    color: #c92e3c;
    border: 1px solid #c92e3c;
    margin: 0 10px;
    font-weight: 700;
    font-size: 36px;
    transition: all 200ms linear;
    width: 260px;
    text-align: center;
}

.stu-dir .nav-tabs ul li.active a {
    background: #c92e3c;
    color: white;
}

.stu-dir .col-lg-6 {
    display: flex;
    flex-direction: column;
}

.stu-dir .student {
    background: #221f1f;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    margin: 30px 0 0;
    flex-wrap: wrap;
    align-items: center;
    flex-grow: 1;
}

.stu-dir .details {
    width: 69.16%;
}

.stu-dir .student h5 {
    color: #c92e3c;
    padding-left: 25px;
    font-weight: bold;
}

.stu-dir .stu-des {
    padding: 0 25px 0;
}

.stu-dir .stu-des h6 {
    line-height: 24px;
    color: white;
    font-size: 15px;
    padding-top: 0;
}

.stu-dir .details p {
    padding-top: 0;
    line-height: 18px;
    color: white;
	text-align: left !important;
}


/* FACULTY dIRECTORY */

.fac-dir .top-title form {
    margin-top: 35px;
}

.fac-dir-single .img img {
    width: 100%;
}

.fac-dir-single .content ul {
    margin-bottom: 0;
}

.fac-dir .top-title .input,
.fac-dir .top-title select {
    border: 1px solid rgba(0, 0, 0, 0.8);
    width: 100%;
    display: block;
    height: 45px;
    padding: 0 15px;
}

.fac-dir .top-title .input {
    display: flex;
    align-items: center;
}

.fac-dir .top-title .input input {
    border: none;
    width: 95%;
    height: 35px;
    margin: 0 20px 0 0;
}

.fac-dir .student .details {
    position: relative;
}

.fac-dir .student {
    position: relative;
}

.fac-dir .student .link {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #c92e3c;
    color: white;
}

.fac-dir .student .link a {
    display: block;
    padding: 3px 24px;
    font-size: 18px;
}

.fac-dir-single .top-con {
    background: rgba(0, 0, 0, 0.07);
    padding: 25px;
    margin-bottom: 35px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.fac-dir-single .img {
    border: 2px solid #c92e3c;
    padding: 5px;
    background: white;
}

.fac-dir-single p.title {
    font-size: 22px;
}

.fac-dir-single p.title strong {
    color: #c92e3c;
}


/* PAGEINATION */

.wp-pagenavi ul {
    display: flex;
    justify-content: center;
    margin: 45px 0 0;
}

.wp-pagenavi li {
    list-style: none;
    font-weight: 400;
}

.wp-pagenavi {
    text-align: center;
    margin-top: 15px;
}

.wp-pagenavi li,
.wp-pagenavi span,
.wp-pagenavi a {
    border-color: rgba(0, 0, 0, 0.3) !important;
    padding: 5px 10px !important;
    margin: 0 3px !important;
}

.wp-pagenavi span.current {
    border-color: #c12d3b !important;
    background: #c12d3b;
    color: white;
}

.wp-pagenavi a:hover {
    border-color: #c12d3b !important;
    color: #c12d3b !important;
}


/* ACCOMODATION */

.accom .staff-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    margin: 25px 0;
}

.accom .staff-info p {
    text-align: left;
}

.accom .staff-info p:last-child {
    text-align: right;
}

.accom .col-lg-4 {
    display: flex;
    flex: 1 0 0;
    flex-flow: column;
}

.accom .content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: all 500ms linear;
    margin: 25px 0 0;
    flex-grow: 1;
}

.accom .content p {
    padding: 25px 20px;
    transition: all 500ms linear;
}

.accom .content:hover {
    background: #c92e3c;
}

.accom .content:hover p {
    color: white;
}

.accom .schedule {
    background: #292122;
    margin: 55px 0 0;
    padding: 40px 55px 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.accom .schedule h2 {
    color: #c92e3c;
    text-align: center;
    width: 100%;
    margin-bottom: 35px;
}

.accom .schedule p {
    color: white;
}

.accom .schedule a {
    color: white;
    text-align: center;
}

.accom .schedule p span {
    margin: 0;
    color: #c92e3c;
    font-size: 22px;
}

.accom .download {
    text-align: center;
}

.accom .schedule img {
    width: 80px;
    display: block;
    margin: 0 auto;
}

.accom .schedule span {
    margin: 35px 0 0;
    display: block;
}

.accom .schedule span img {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}


/* EXECUTIVE */

.excutive .content h6 {
    padding-top: 25px;
    font-weight: 600;
}

.excutive .content h6 strong {
    color: #c92e3c;
}

.excutive .two-cols {
    background: #292122;
    margin: 25px 0;
    padding: 25px 0;
}

.excutive .two-cols h2 {
    color: white;
    text-align: center;
    padding-bottom: 45px;
}

.excutive .two-cols li {
    color: white;
    padding: 8px 0 4px;
    font-weight: 600;
}

.excutive .two-cols li>ol {
    padding-top: 10px;
}

.excutive .two-cols li li {
    list-style: none;
    font-weight: 400;
}

.excutive .two-cols li span {
    color: #c82d3b;
}

.excutive .facility h2 {
    text-align: center;
    padding-bottom: 45px;
}

.excutive .facility .row .col-lg-6 {
    display: flex;
    flex: 1 0 0;
    flex-flow: column;
}

.excutive .facility .row .row {
    align-items: center;
    background: #d4d3d3;
    margin: 0;
    padding: 15px;
    flex-direction: row;
    flex-grow: 1;
    padding-bottom: 25px;
    height: auto !important;
}

.excutive .facility .row h5 {
    font-weight: 800
}

.excutive .facility .row .col-lg-4 {
    text-align: center;
}

.excutive .facility .row p {
    line-height: normal;
}

.excutive .facility .row li {
    padding: 5px 0;
}

.excutive .consultancy {
    background: #292122;
    margin: 40px 0 0;
    padding: 25px 0 45px;
}

.excutive .consultancy h2 {
    color: white;
    text-align: center;
    padding-bottom: 45px;
}

.excutive .consultancy .content {
    background: white;
    transition: all 200ms linear;
    flex-grow: 1;
    padding-bottom: 25px;
}

.excutive .consultancy .col-lg-4 {
    display: flex;
    flex: 1 0 0;
    flex-flow: column;
}

.excutive .consultancy .content:hover {
    background: #d4d3d3;
}

.excutive .consultancy h5 {
    background: #c92e3c;
    color: white;
    text-align: center;
    margin: 0 0 25px;
}

.excutive .consultancy ol {
    margin: 0 auto;
}

.excutive .consultancy ol li {
    padding: 5px 0;
}


/* FACULTY */

.research .faculty {
    padding: 25px 0 0;
}

.research .faculty h2 {
    text-align: center;
}

.research .faculty .tab-content h2 {
    padding-bottom: 25px;
}

.research .faculty li {
    font-size: 18px;
    padding: 15px 0;
    font-weight: 400
}

.research .faculty li span {
    color: #c92e3c
}

.research .faculty li a {
    color: inherit;
    text-decoration: underline;
}


/* fpm */

.fpm .faculty {
    padding: 25px 0 0;
}

.fpm .tabs h2 {
    text-align: center;
}

.fpm .tabs h2 span {
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.fpm .tabs .tab-content h2 {
    padding-bottom: 25px;
}

.fpm .tabs li {
    font-size: 18px;
    padding: 15px 0;
}

.fpm .tabs li span {
    color: #c92e3c
}

.fpm .tabs li a {
    color: inherit;
    text-decoration: underline;
}

.fpm .tab-content h6 {
    font-weight: 600;
}

.fpm .two-cols {
    margin-bottom: 15px;
}

.fpm .two-cols [class*=col-lg-] {
    display: flex;
}

.fpm .two-cols .content {
    background: #d0cfcf;
    margin: 15px 0;
    padding: 15px 25px;
    display: flex;
    flex-grow: 1
}

.fpm .two-cols1 {
    margin: 145px 0 0;
    background: #292122;
    padding: 30px 35px;
    min-height: 270px;
}

.fpm .two-cols1:last-child {
    margin-bottom: 0;
}

.fpm .two-cols1 h6 {
    color: #c92e3c;
}

.fpm .two-cols1.light {
    background: #d0cfcf;
}

.fpm .two-cols1.light p {
    color: inherit;
}

.fpm .two-cols1.light img {
    border-color: #292122;
}

.fpm .two-cols1 p {
    color: white;
    padding-top: 0;
}

.fpm .two-cols1 img {
    left: 0;
    border: 1px solid #c92e3c;
    padding: 10px;
}


/* BOTTOM CONTENT */

.btm-con img {
    width: 100%;
}

.btm-con .temp {
    background: #d0cfcf;
    padding: 25px 0;
}

.btm-con .temp img {
    width: auto;
    margin-right: 10px;
}


/* start marketing */

.marketing .two-cols {
    margin-top: 35px;
    position: relative;
}

.marketing .two-cols .row {
    align-items: center;
}

.marketing .two-cols img {
    display: block;
    margin: 0 auto;
    z-index: 5;
    position: relative;
}

.marketing .two-cols .content {
    background: #292122;
    padding: 65px 25px 50px 10px;
}

.marketing .two-cols .content h3 {
    color: white;
    font-size: 34px;
    font-weight: 700;
}

.marketing .two-cols .content p {
    color: white;
    width: 95%;
    line-height: 28px;
}

.envision .two-cols .content p {
    width: 85%;
}


/* patna ideathon */

.patna img {
    padding: 10px;
    border: 1px solid #e1e1e1;
    margin-bottom: 25px;
}

.patna .top-title {
    padding-bottom: 20px;
}

.patna .img {
    margin-top: 35px;
}


/* GET TOUCH */

.get-touch .three-cols {
    margin-top: 45px;
}

.get-touch .three-cols [class*=col-lg-] {
    display: flex;
}

.get-touch .three-cols .cols-wrap {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    padding: 0 15px 0 0;
    flex-grow: 1;
    margin-bottom: 25px;
}

.get-touch .three-cols .cols-wrap h5 {
    font-weight: 700;
}

.get-touch .three-cols .cols-wrap p {
    font-size: 16px;
    padding: 0;
}

.get-touch .three-cols .cols-wrap .icon {
    width: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #e1e1e1;
    margin-right: 10px;
    transition: all 200ms linear;
}

.get-touch .three-cols .cols-wrap .con {
    position: relative;
    padding: 15px 0px;
}

.get-touch .three-cols .cols-wrap .icon i {
    font-size: 28px;
}

.get-touch .three-cols a {
    display: block;
    color: inherit;
}

.get-touch .three-cols .cols-wrap:hover i {
    color: white;
}

.get-touch .three-cols .cols-wrap:hover .icon {
    background: #c92e3c;
}


/* governor */

.prof-list {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: 25px 0;
    overflow: hidden;
}

.prof-list .img img {
    width: 100%;
}

.prof-list .prof-con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    transition: all 200ms linear;
}

.prof-list .prof-con:before {
    content: "";
    border-right: 15px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: -15px;
    top: 30px;
    transition: all 200ms linear;
}

.prof-list:hover .prof-con:before {
    border-right-color: #c92e3c;
}

.prof-list:hover .prof-con h4 {
    color: white;
}

.prof-list:hover .prof-con {
    background: #c92e3c;
}

.prof-list .prof-con h4 {
    color: #c92e3c;
    padding-bottom: 0;
    transition: all 200ms linear;
}

.prof-list:hover .prof-con h6 {
    color: white;
}

.prof-list .prof-con h6 {
    transition: all 200ms linear;
}

.prof-list .prof-con h6 strong {
    display: block;
    color: #f7941d
}

.profile .col-lg-12 {
    border-bottom: 1px solid #c92e3c;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    margin-bottom: 25px;
}

.profile .col-lg-12 .prof-list {
    margin-left: auto;
    margin-right: auto;
}


/* AWARDS */

.awards .col-lg-6 {
    display: flex;
}

.awards .col-lg-6 .content {
    background: #cdcccc;
    flex-grow: 1;
    padding: 15px;
}

.awards .content span {
    color: #c92e3c;
}

.awards .content p a {
    color: inherit;
}


/* CHAIRPERSON */

.chair .top-title {
    margin-bottom: 25px;
}

.chair .row .col-lg-4 {
    display: flex;
    align-items: flex-start;
}

.chair .row i {
    color: #c92e3c;
    font-size: 20px;
    position: relative;
    top: 5px;
    margin-right: 15px;
    width: 28px;
    text-align: center;
}

.chair .row .col-lg-4>div span {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    border: 1px solid #c92e3c;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    line-height: 32px;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
    top: 5px;
    display: block;
}

.chair .row .col-lg-4>div span i {
    margin-right: 0;
    top: 2px;
    width: auto;
}

.chair .row .col-lg-4 p {
    padding: 0;
    line-height: 25px;
    text-align: inherit;
}

.chair .row p strong {
    display: block;
}

.chair .row p span {
    color: #c92e3c;
}

.chair .row p a {
    display: block;
}

.chair .committee {
    background: #292122;
    padding: 35px 0;
    margin: 25px 0 0;
}

.chair .committee h3 {
    color: white;
    text-align: center;
    padding-bottom: 35px;
}

.chair .committee .col-lg-5 img {
    border: 1px solid #808080;
    padding: 10px;
}

.chair .committee [class*=col-lg-] div {
    display: flex;
    align-items: flex-start;
}

.chair .committee [class*=col-lg-] p {
    color: white;
    line-height: 33px;
    padding: 0;
    text-align: inherit;
}

.chair .committee [class*=col-lg-] p strong {
    display: block;
    font-size: 20px;
}

.chair .committee [class*=col-lg-] p span {
    display: block;
    color: #c92e3c;
}

.chair .committee [class*=col-lg-]>div i {
    width: 26px;
    text-align: center;
}

.chair .committee [class*=col-lg-] div>span {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    border: 1px solid #c92e3c;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
    top: 5px;
    display: block;
}

.chair .committee [class*=col-lg-] div>span i {
    margin-right: 0;
    top: 6px;
    width: auto;
    height: auto;
}


/* KNOW US */

.know .two-cols.maron {
    background: #c92e3c;
}

.know .two-cols.maron h3,
.know .two-cols.maron p {
    color: white;
}

.know .two-cols.maron img {
    border-color: #c92e3c;
}

.know .two-cols {
    background: #e1e1e1;
    padding: 35px;
}

.know .two-cols.last {
    margin-bottom: 60px;
}

.know .two-cols img {
    border: 1px solid #292021;
    padding: 10px;
}

.know .two-cols .col-lg-6 {
    position: relative;
}

.know .two-cols .col-lg-6:last-child {
    padding-right: 35px;
}

.know .two-cols.maron .col-lg-6:last-child {
    padding-right: 15px;
}

.know .team {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 25px 25px;
}

.know .team ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    list-style: none;
    padding: 15px 0 0;
}

.know .team ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    list-style: none;
    padding: 10px 50px 10px 0;
}

.know .team ul li p {
    padding: 0;
}

.know .team ul li p span {
    display: block;
}

.know .team ul li>span {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 2px solid #c92e3c;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    line-height: 32px;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
    top: 5px;
    display: block;
}

.know .team ul li span i {
    color: #c92e3c;
    top: 0;
    width: auto;
    font-size: 22px
}


/* PGP */

p.more a {
    background: #c92e3c;
    color: white;
    padding: 10px 25px;
}

p.more span {
    color: #c92e3c;
}

.pgp .two-cols {
    position: relative;
    margin: 0 0 30px;
}

.pgp .two-cols .row {
    align-items: center;
}

.pgp .two-cols .content {
    background: #292122;
    padding: 25px 65px 25px 25px;
    margin: 25px 0 0;
}

.pgp .two-cols .content h6 {
    color: #c92e3c;
    padding-bottom: 0;
    font-size: 20px;
}

.pgp .two-cols .content p {
    color: white;
    padding-top: 0;
}

.pgp .tabs {
    background: #d3d2d2;
    padding: 25px 0;
    margin: 25px 0;
}

.pgp .gal .col-lg-4 {
    display: flex;
    align-items: center;
}

.pgp .gal .content {
    flex-grow: 1;
    margin: 15px 0;
    background: #c92e3c;
    position: relative;
}

.pgp .gal .col-lg-4 .img {
    position: relative;
    background: black;
}

.pgp .gal .col-lg-4 .img h4 {
    color: white;
    text-align: center;
    padding: 15px 5px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: all 500ms linear;
}

.pgp .gal .col-lg-4 img {
    width: 100%;
    opacity: 0.5;
    transition: all 500ms linear;
	height: 235px;
}

.pgp .gal .col-lg-4 .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    align-items: center;
    transition: all 500ms linear;
    background: rgba(201, 46, 60, 0.85);
	padding: 5px;
}

.pgp .gal .col-lg-4 .caption h4,
.pgp .gal .col-lg-4 .caption p {
    color: white;
    text-align: center;
}

.pgp .gal .col-lg-4 .caption p {
    padding-top: 0;
}

.pgp .gal .content:hover img {
    transform: rotateY(-180deg);
}

.pgp .gal .content:hover .img h4 {
    opacity: 0;
    ;
}

.pgp .gal .content:hover .caption {
    opacity: 1;
    visibility: visible;
}

.pgp .tabs table {
    border-collapse: collapse;
    width: 100%;
}

.pgp .tabs table td.text-center,
.pgp .tabs table th {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
    color: #c92e3c;
    font-size: 20px;
}

.pgp .tabs table th {
    background: #c92e3c;
    color: white;
}

.pgp .tabs table td {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.4);
}

.pgp .tabs table tr:nth-child(odd) td {
    background: rgba(255, 255, 255, 0.1);
}

.pgp .tabs #tablepress-2 td{
	text-align: right;
}

.pgp .tabs #tablepress-2  tr td:first-child{
	text-align: left;
}

.pgp .tabs #table th {
    font-size: 24px;
    text-align: center;
}

.pgp #table th:first-child,
.pgp #table td:first-child {
    background: #507eb7;
    color: white;
}

.pgp #table th:nth-child(2),
.pgp #table td:nth-child(2) {
    background: #f89d53;
    color: white;
}

.pgp #table th:last-child,
.pgp #table td:last-child {
    background: #d86865;
    color: white;
}

.pgp #table1 td {
    border-bottom: none;
    padding: 25px;
    vertical-align: top
}

.pgp #table1 th:first-child {
    color: #507eb7;
}

.pgp #table1 th:nth-child(2) {
    color: #d86865;
}

.pgp #table1 th:last-child {
    color: #9ab959;
}

.pgp .courses .col-lg-4 {
    display: flex;
    flex-flow: column;
}

.pgp .courses .col-lg-4 .content {
    flex-grow: 1;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.pgp .courses .col-lg-4 .content img {
    width: 100%;
}

.pgp .courses .col-lg-4 .content h6 {
    text-align: center;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
}

.pgp .courses .col-lg-4 .content ul {
    margin: 20px 20px;
}

.pgp .courses .col-lg-4 .content p {
    padding: 25px 20px;
}

.pgp .courses .col-lg-4:first-child h6 {
    background: #507eb7;
}

.pgp .courses .col-lg-4:nth-child(2) h6 {
    background: #d86865;
}

.pgp .courses .col-lg-4:nth-child(3) h6 {
    background: #9ab959;
}

.pgp .courses .col-lg-4:nth-child(4) h6 {
    background: #8e70b2;
}

.pgp .courses .col-lg-4:nth-child(5) h6 {
    background: #f89d53;
}

.pgp .courses .col-lg-4:nth-child(6) h6 {
    background: #6d575a;
}

.pgp .courses .col-lg-4:last-child h6 {
    background: #8a8150;
}

.pgp #table2 {
    margin-top: 35px;
}

.pgp #table2 td {
    border-bottom: none;
    padding: 25px;
    vertical-align: top
}

#table ul br {
    display: none;
}


/* TENDER */

.tender .col-lg-4 {
    display: flex;
    flex-direction: column;
}

.tender .content {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 20px 15px;
    flex-grow: 1;
    margin-bottom: 25px;
    background: rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tender-det .cols p.date,
.tender p.date {
    text-align: right;
    font-size: 12px;
}

.tender-det .cols p.date span,
.tender p.date span {
    border-bottom: 2px solid #c92e3c;
    padding: 5px 0;
}

.tender-det .cols p.date i,
.tender p.date i {
    color: #c92e3c;
}

.tender p.more a {
    padding: 5px 10px;
    font-size: 13px;
}


/* TENDER DETAILS */

.tender-det .cols p.date {
    font-size: 15px;
}

.tender-det .cols {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
}

.tender-det p.text-center {
    text-align: center !important;
}

.tender-det table {
    border: none;
    border-collapse: collapse;
    margin-top: 25px;
}

.tender-det table td {
    border-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    font-size: 16px;
}


/* ADMISSION */

.admission .center {
    align-items: center;
}

.admission .col-lg-4 .content {
    padding: 25px;
    background: #d2d1d1;
}

.admission .col-lg-4 h5 {
    color: #c92e3c;
    padding-bottom: 0;
    font-size: 24px;
}

.admission .col-lg-4 .content p {
    padding-bottom: 0;
}

.admission .col-lg-4 .content i {
    color: #c92e3c;
    width: 16px;
    text-align: center;
    margin-right: 10px;
}

.admission p.more a {
    background: #c92e3c;
    color: white;
    padding: 10px 25px;
}

.admission .cols {
    background: #292122;
    padding: 25px 0 45px;
    margin: 45px 0 0;
}

.admission .cols h3 {
    color: #c92e3c;
}

.admission .cols p {
    color: white;
}

.admission .row {
    margin-top: 35px;
}

.admission .cols .col-lg-3 {
    position: relative;
    display: flex;
    flex-flow: column;
}

.admission .cols h6 {
    text-align: justify;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    padding: 15px;
    background: white;
    flex-grow: 1;
}

.admission .cols .row .col-lg-3 {
    padding: 0 0;
    margin: 0 5px;
}


/* CAMPUS */

.campus .top-title {
    padding-bottom: 25px;
}

.campus .two-cols {
    padding: 35px 0 55px;
    margin: 25px 0;
}

.campus .two-cols h2 {
    text-align: center;
    padding-bottom: 45px;
}

.campus .two-cols.dark {
    background: #292122;
}

.campus .two-cols.dark h2 {
    color: white;
}

.campus .two-cols.light {
    background: #d2d1d1;
}

.campus .two-cols .row {
    align-items: center;
}

.campus .two-cols .content {
    background: white;
    padding: 25px;
    position: relative;
    z-index: 10;
}


/* BEAUTIFUL */

.beub .top-title {
    padding-bottom: 25px;
}

.beub .two-cols {
    padding: 35px 0 65px;
    background: #292122;
    margin: 25px 0 45px;
}

.beub .two-cols .row {
    align-items: center;
}

.beub .two-cols h2 {
    text-align: center;
    padding-bottom: 45px;
    color: #c92e3c;
}

.beub .two-cols .content {
    background: #eeeeef;
    padding: 25px 65px 25px 25px;
}

.beub .two-cols img {
    position: relative;
    z-index: 5;
}

.beub .three-cols .content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 200ms linear;
    background: #d3d2d2;
}

.beub .three-cols .content:hover {
    box-shadow: none;
    background: #c92e3c;
}

.beub .three-cols .content h6 {
    text-align: center;
    background: #292122;
    width: 100%;
    color: white;
}

.beub .three-cols .content img {
    width: 100%;
}

.beub .three-cols .content p {
    padding: 15px 25px;
    transition: all 200ms linear;
}

.beub .three-cols .content:hover p {
    color: white;
}


/* SOCIETY */

.society .two-cols {
    margin: 25px 0;
}

.society .two-cols .content h5 {
    color: #c92e3c;
    padding: 25px 0 10px;
}

.society .two-cols1 {
    padding: 35px 0 65px;
    background: #292122;
    margin: 25px 0 0;
}

.society .two-cols1 .row {
    align-items: center;
    margin: 45px 0 0;
}

.society .two-cols1 h2 {
    text-align: center;
    color: white;
}

.society .two-cols1 h2+p {
    color: white;
    text-align: center;
    padding: 0;
}

.society .two-cols1 .content {
    background: #d3d2d2;
}

.society .two-cols1 img {
    position: relative;
    z-index: 5;
}

.society .two-cols1 h6 {
    color: #c92e3c;
    padding-bottom: 0;
}

.society .four-cols {
    background: #d3d2d2;
    padding: 55px 0 45px;
}

.society .four-cols .content {
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.society .four-cols .content p {
    padding: 25px 15px;
}

.society .four-cols .content img {
    width: 100%;
}


/* PLANET */

.planet .content {
    margin: 25px 0;
}

.planet .content {
    background: #cdcccc;
    text-align: center;
}

.planet .content h5 {
    background: #c12d3b;
    color: white;
    padding: 15px 0 25px;
}

.planet .content .btn {
    padding: 25px 0;
}

.planet .content h6 {
    font-weight: 400;
}

.planet .content h6 a {
    width: 165px;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: white;
    display: block;
}

.planet .content h6.light a {
    background: #c12d3b
}

.planet .content h6.dark a {
    background: #292122
}


/* RESPONSIVE */

@media(min-width:1000px) {
    /* LEARNING */
    .learning .row {
        align-items: center;
        margin-bottom: 110px;
    }
    .learning .light .col-lg-6:first-child {
        order: 1
    }
    .learning .col-lg-6:last-child:before {
        content: "";
        width: 114%;
        height: 110%;
        position: absolute;
        top: -20px;
    }
    .learning .dark .col-lg-6:last-child:before {
        background: #292122;
        left: -65px;
    }
    .learning .light .col-lg-6:last-child:before {
        background: #efeff0;
        right: -65px;
    }
    /* STUDENT */
    .student-club .two-cols.light .col-lg-5 {
        order: 1
    }
    .student-club .two-cols.dark .content {
        padding-right: 35px;
    }
    .student-club .two-cols.light .content {
        padding-left: 35px;
    }
    .international .contact-det h2 {
        padding-bottom: 45px;
    }
    .international .content {
        padding: 45px 25px;
    }
    .stu-dir .student .img {
        width: 165px;
    }
    .stu-dir .student {
        padding: 20px 0 20px 20px;
    }
    .excutive .two-cols .container .col-lg-6:first-child {
        order: 1;
    }
    .excutive .consultancy ol {
        width: 280px;
    }
    .fpm .two-cols1.light .col-lg-5 {
        order: 1
    }
    .fpm .two-cols1 img {
        position: absolute;
        top: -125px;
    }
    .marketing .two-cols .col-lg-5 {
        order: 1;
        width: 47.666667%;
    }
    .marketing .two-cols .col-lg-7 {
        width: 52.333333%;
    }
    .envision .two-cols .col-lg-5 {
        order: 0;
    }
    .marketing .two-cols img {
        left: -50px
    }
    .envision .two-cols img {
        left: 65px;
    }
    .envision .two-cols .col-lg-6:first-child {
        order: 0
    }
    .envision .two-cols .content p {
        position: relative;
        left: 65px;
    }
    .prof-list {
        display: flex;
        align-items: flex-start;
    }
    /* KNOW */
    .know .two-cols {
        margin: 160px 0 175px;
    }
    .know .two-cols img {
        top: -155px;
        left: 0;
        position: absolute;
    }
    .know .two-cols.maron .col-lg-6:first-child {
        order: 0
    }
    .know .two-cols .col-lg-6:first-child {
        order: 1;
        position: relative;
    }
    /* PGP */
    .pgp .two-cols .col-lg-5 {
        order: 1
    }
    .pgp .top-title p {
        width: 57%;
        margin: 0 auto;
    }
    .pgp .two-cols img {
        position: relative;
        left: -70px;
        top: 20px;
        max-width: inherit;
        bottom: 0;
        margin: auto 0;
        z-index: 5;
    }
    .admission .cols .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    /* CAMPUS */
    .campus .top-title p {
        width: 55%;
        margin: 0 auto;
    }
    .campus .two-cols.dark .col-lg-6:first-child {
        order: 1
    }
    .campus .two-cols.dark .content {
        right: -75px;
    }
    .campus .two-cols.light .content {
        left: -75px;
    }
    /* BEAUTIFUL */
    .beub .two-cols .col-lg-6:first-child {
        order: 1
    }	
	.international .two-cols.light1 .col-lg-6:first-child{
		order: 1;
	}	
    .beub .two-cols img {
        left: -65px;
    }
    .beub .three-cols .col-lg-4 {
        display: flex;
        /* flex: 1 0 0; */
        flex-flow: column;
    }
    .beub .three-cols .content {
        flex-grow: 1;
    }
    /* SOCIETY */
    .society .two-cols1 .content {
        padding: 55px 35px;
    }
    .society .two-cols1 img {
        left: 50px;
    }
    .society .four-cols .col-lg-3 {
        display: flex;
        flex: 1 0 0;
        flex-direction: column;
    }
    .society .four-cols .col-lg-3 .content {
        flex-grow: 1;
    }
    .get-touch .three-cols .cols-wrap .con {
        width: 90%;
    }
    .international .dark .content {
        padding-left: 55px;
    }
    .international .light .content {
        padding-right: 55px;
    }
    .international .dark img {
        right: -55px;
    }
	.international  .light.light1 img{
		right: 50px;
		width: 100%;
	}
    .international .light img {
        right: -55px;
    }
}

@media(min-width:1200px) {
    .envision .two-cols .col-lg-6 img {
        position: relative;
        right: -100px;
        left: auto;
        z-index: 2;
    }
    .profile .col-lg-12 .prof-list {
        width: 585px;
    }
    .profile .col-lg-12 .prof-list .prof-con {
        height: 308px;
    }
    .prof-list .prof-con {
        height: 289px;
        width: 50.7%;
        padding: 0 30px;
    }
    .prof-list .img {
        width: 49.3%;
    }
    .marketing .two-cols .content {
        padding-top: 95px;
        padding-left: 32px;
        padding-bottom: 80px;
    }
    .envision .two-cols .content {
        padding-top: 50px;
        padding-left: 10px;
        padding-bottom: 60px;
    }
    .admission .cols .row .col-lg-3 {
        width: 24.131%;
    }
    /* SOCIETY */
    .society .two-cols1 .content {
        padding-left: 175px;
    }
    .society .two-cols1 img {
        max-width: inherit;
    }
}

@media(min-width:1000px) and (max-width:1199px) {
    .student-club p {
        line-height: 23px;
    }
    .student-club h3 {
        font-size: 34px;
    }
    .stu-dir .details {
        width: 62%;
    }
    .marketing .two-cols img {
        width: 480px;
    }
    .get-touch .three-cols .cols-wrap .icon {
        margin-right: 11px;
    }
    .envision .two-cols img {
        left: 0;
    }
    .profile .col-lg-12 .prof-list {
        width: 585px;
    }
    .profile .col-lg-12 .prof-list .prof-con {
        height: 308px;
    }
    .prof-list .prof-con {
        height: 238px;
        width: 50.7%;
        padding: 0 10px;
    }
    .prof-list .img {
        width: 49.3%;
    }
    .know .two-cols.maron img {
        top: -100px;
    }
    .admission .cols .row .col-lg-3 {
        width: 23.94%;
    }
}

@media(max-width:999px) {
    .inner-container h2 {
        font-size: 32px;
        line-height: 34px;
    }
    .learning .content {
        padding: 35px 25px;
    }
    .learning .dark .content {
        background: #292122;
    }
    .learning .light .content {
        background: #efeff0;
    }
    .learning img {
        width: 100%;
    }
    .accom .schedule p {
        text-align: center;
    }
    .accom .schedule .con {
        width: 100%;
    }
    .student-club .two-cols h3 {
        text-align: center;
    }
    .student-club .two-cols .content {
        padding: 10px 20px 20px;
    }
    .stu-dir .student {
        padding: 20px;
    }
    .stu-dir .student {
        text-align: center;
    }
    .stu-dir .student .img {
        width: 165px;
        margin: 0 auto 15px;
    }
    .stu-dir .details {
        width: 100%;
    }
    .stu-dir h5 {
        font-size: 21px;
    }
    .stu-dir .details p {
        text-align: center;
    }
    .accom .download {
        width: 284px;
        margin: 25px auto 0;
    }
    .excutive .consultancy .col-lg-4 {
        flex: 0 auto;
    }
    .excutive .two-cols .container .col-lg-6:first-child {
        text-align: center;
        margin-bottom: 25px;
    }
    .excutive .consultancy h2,
    .excutive .facility h2 {
        padding-bottom: 25px;
    }
    .excutive .facility .row .row {
        margin: 0 0 20px;
        text-align: center;
        padding: 25px 0;
        align-items: flex-start;
        align-content: flex-start;
    }
    .excutive .facility .row ol {
        padding: 0 25px;
    }
    .excutive .facility .row .row p {
        text-align: center;
    }
    .excutive .consultancy {
        padding-bottom: 0;
        margin-top: 10px;
    }
    .excutive .consultancy .content {
        margin-bottom: 25px;
    }
    .fpm .two-cols1 img {
        position: relative;
        margin: -125px auto 0;
        display: block;
    }
    .fpm .two-cols1 h6 {
        text-align: center;
    }
    .marketing .two-cols img {
        margin-bottom: -25px;
    }
    .marketing .two-cols .content {
        padding: 35px 20px 10px;
    }
    .marketing .two-cols .content p {
        width: 100%;
    }
    .get-touch .three-cols .cols-wrap .icon {
        margin-right: 11px;
    }
    .profile .col-lg-12 .prof-list {
        width: 585px;
        display: flex;
        align-items: flex-start;
    }
    .prof-list .prof-con {
        padding: 20px;
        display: block;
    }
    .chair .committee .col-lg-5 img {
        display: block;
        margin: 0 auto 30px;
    }
    .chair .committee .col-sm-6 {
        margin: 0 auto;
    }
    .know .two-cols {
        margin: 95px 0;
    }
    .know .two-cols img {
        margin: -85px auto 0;
        display: block;
    }
    .know .two-cols h3 {
        text-align: center;
        padding: 25px 0 0;
    }
    .pgp .two-cols img {
        position: relative;
        z-index: 5;
        display: block;
        margin: 0 auto -55px;
    }
    .pgp .two-cols .content {
        padding: 45px 25px;
    }
    .admission .cols h6 {
        height: auto;
        padding: 10px 20px;
        font-size: 17px;
        line-height: normal;
    }
    .campus .two-cols img {
        margin: 0 auto;
        display: block;
    }
    /* BEAUTIFUL BG */
    .beub .two-cols img {
        display: block;
        margin: 0 auto;
    }
    .beub .three-cols .content {
        margin-bottom: 25px;
    }
    /* SOCIETY */
    .society .two-cols1 .content {
        padding: 15px 20px;
    }
    .society .two-cols1 img {
        display: block;
        margin: 0 auto;
    }
    .society .four-cols .content {
        margin-bottom: 25px;
    }
    .society .two-cols1 {
        padding-top: 20px;
    }
    .society .two-cols1 .row {
        margin-top: 25px;
    }
}

@media(min-width:768px) and (max-width:999px) {
    .student-club .two-cols .col-lg-5 .image,
	.international .two-cols.light1 .col-lg-6:first-child .image{
        margin: 25px auto 0;
        width: 50%;
    }
    .two-cols .container .col-sm-9 {
        margin: 0 auto;
    }
    .admission .cols .row .col-lg-3 {
        width: 23.66%;
    }
    /* BEAUTIFUL BG */
    .beub .three-cols .col-lg-4 {
        display: flex;
        flex: 1 0 0;
        flex-flow: column;
    }
    .beub .three-cols .content {
        flex-grow: 1;
    }
}

@media(max-width:767px) {
    .inner-container {
        padding: 25px 0;
    }
    .inner-container p {
        font-size: 15px;
    }
    .inner-container h5 {
        font-size: 22px;
    }
    .inner-container h3 {
        font-size: 31px !important;
    }
    .inner-container.learning h3 {
        padding-bottom: 0;
        font-size: 28px;
    }
    .accom .schedule h2 {
        margin-bottom: 0;
    }
    .student-club .two-cols {
        margin: 20px 0 30px;
    }
    .international .content p.more {
        text-align: center;
    }
    .student-club .two-cols.dark .image .icon {
        left: 0;
    }
    .student-club .two-cols .image .icon {
        width: 80px;
        height: 80px;
    }
    .student-club .two-cols .image .icon img {
        width: 60%;
    }
    .excutive .consultancy ol {
        padding: 0 15px 0 35px;
    }
    .chair .first {
        display: block;
    }
    .chair .col-lg-4 {
        width: 60%;
        margin: 15px auto;
        float: none;
    }
	.admission .row {
		display:block;
	}
    .admission .cols .row .col-lg-3 {
        margin: 20px auto 10px;
		width:290px;
    }
    .excutive .consultancy .col-lg-4 {
        flex: 0 auto;
    }
    .marketing .two-cols img {
        width: 100%;
    }
    /* BEAUTIFUL BG */
    .beub .two-cols .content {
        padding-right: 25px;
    }
    .fpm .two-cols1 {
        padding: 20px 15px 10px;
    }
    .fpm .two-cols .content {
        padding: 10px 15px;
    }
    .fpm .two-cols {
        margin-bottom: 0;
    }
    .fpm .tab-content h6 {
        text-align: center;
    }
    .patna .img {
        margin-top: 5px;
    }
    .patna .top-title {
        padding-bottom: 0;
    }
    .know .two-cols {
        padding: 15px;
    }
    .know .two-cols h3 {
        padding-top: 5px;
    }
    .know .two-cols.last {
        margin-bottom: 30px;
    }
    .know .team {
        padding: 10px 15px;
    }
    .know .team h3 {
        text-align: center;
    }
    .stu-dir .student {
        padding: 15px 10px;
    }
    .stu-dir .stu-des {
        padding: 0;
    }
}

@media(min-width:640px) and (max-width:767px) {
    .student-club .two-cols .col-lg-5 .image {
        margin: 25px auto 0;
        width: 70%;
    }
    .stu-dir .student h5 {
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* BEAUTIFUL BG */
    .beub .three-cols .col-lg-4 {
        display: flex;
        flex: 0 auto;
        flex-flow: column;
    }
    .beub .three-cols .content {
        flex-grow: 1;
    }
}

@media(max-width:639px) {
    .stu-dir .col-xs-6 {
        width: 100%;
    }
    .accom .schedule {
        padding: 25px;
    }
    .excutive .consultancy .col-xs-6 {
        width: 100%;
        text-align: center;
    }
    .excutive .consultancy .content img {
        width: 100%;
    }
    .excutive .facility .row .col-lg-6 {
        flex: 0 auto;
    }
    .pgp .gal .col-lg-4 {
        width: 100%;
    }
    .student-club .two-cols .col-lg-5 .image {
        margin: 25px auto 0;
        width: 50%;
    }
    .profile .col-xs-6,
    .profile .col-lg-12 .prof-list {
        display: block;
        width: 100%;
    }
    /* beautiful */
    .beub .three-cols .col-lg-4 {
        width: 100%;
    }
    .beub .three-cols .col-lg-4 .content {
        padding-bottom: 25px;
    }
}

@media(min-width:480px) and (max-width:639px) {}

@media(max-width:479px) {
    .inner-container h2 {
        font-size: 27px;
        line-height: 34px;
    }
    .accom img {
        width: 100%;
    }
    .student-club .two-cols .col-lg-5 .image {
        margin: 0;
        width: 100%;
    }
    .accom .col-xs-6 {
        width: 100%;
    }
    .accom .staff-info {
        display: block;
    }
    .accom .staff-info p {
        text-align: center !important;
    }
    .accom .staff-info {
        margin-top: 0;
    }
    .fpm .two-cols .col-xs-6,
    .planet .col-xs-6,
    .society .two-cols .col-lg-6,
    .society .four-cols .col-lg-3,
    .chair .committee .col-sm-6,
    .chair .col-lg-4,
    .chair .committee .col-xs-6,
    .patna .col-xs-6 {
        width: 100%;
    }
    .society .two-cols .col-lg-6 {
        margin-bottom: 25px;
    }
    .fpm .two-cols .content {
        margin-bottom: 0
    }
    .fpm .two-cols .col-xs-6:last-child .content {
        margin-bottom: 15px;
    }
    .fpm .tabs h2 span {
        padding-top: 15px;
        line-height: 23px;
    }
    .stu-dir .student {
        margin-top: 15px;
    }
}