body {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  color: #4b4949;
}

html,
body {
  overflow-x: hidden;
}

p {
  font-size: 16px;
}

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

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}

.a2a_menu {
  margin-top: 10px !important;
}

.sec-heading {
  font-size: 40px;
  font-weight: 800;
  color: #000;
  margin-bottom: 50px;
  text-align: center;
}

.blink_class {
  border: none;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 3500ms infinite;
  -moz-animation: glowing 3500ms infinite;
  -o-animation: glowing 3500ms infinite;
  animation: glowing 3500ms infinite;
  font-family: "Poppins", sans-serif;
}
@-webkit-keyframes glowing {
  0% {
    color: #fff;
    background: #007bff;
  }
  50% {
    color: #000;
    background: #fff;
  }
  100% {
    color: #fff;
    background: #007bff;
  }
}

/* Top Nav */

.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0,0,0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

button.navbar-toggler {
  border: 1px solid #6b6b6b !important;
  border-radius: 0 !important;
  padding: 2px auto !important;
}

ul.navbar-nav.top-nav {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 5px;
}

ul.navbar-nav.top-nav li a.nav-link {
  font-size: 12px;
  font-weight: 500;
  color: #767676;
  text-transform: uppercase;
  padding: 6px 0px;
  transition: 0.5s;
}
ul.navbar-nav.top-nav li a.nav-link.btn-success {
  color: #fff !important;
  padding: 5px;
}

.underline {
  display: inline;
  position: relative;
  top: 2px;
  overflow: hidden;
}

.underline:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: -3px;
  background: #0048a2;
  height: 3px;
  transition-property: left right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.underline:hover:after,
.underline:focus:after {
  right: 0;
}

ul.navbar-nav.top-nav li {
  padding-right: 0.5rem;
  /*padding-left: .5rem;*/
}

ul.navbar-nav.top-nav li a.nav-link:focus,
ul.navbar-nav.top-nav li a.nav-link:hover {
  color: #005aab;
  transition: 0.5s;
}

ul.navbar-nav.top-nav li.nav-item.share {
  margin-left: 20px;
  margin-right: 10px;
}
/* Main Nav */

ul.navbar-nav.main-nav li {
  margin: 0px 1px;
}

ul.navbar-nav.main-nav li:first-child {
  display: inline-block;
  padding-top: 15px;
  font-size: 15px;
  font-weight: 400;
  color: #909090;
}

.navbar-nav.main-nav .nav-link:focus,
.navbar-nav.main-nav .nav-link:hover {
  color: #005aab;
  transition: 0.5s;
}

ul.navbar-nav.main-nav li > a.nav-link {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  transition: 0.5s;
}

.main-nav .admission a {
  color: #000;
}

.navbar-expand-lg .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 8px;
}

.navbar-nav li#active a {
  border-bottom: 2px solid #0048a2;
  color: #0048a2;
}
.navbar-nav li#active a.dropdown-item {
  border-bottom: 1px solid blueviolet;
  color: #212529;
}
/* Dropdown CSS */
/* .navbar .nav-item:not(:last-child) {
margin-right: 10px;
}
*/

.dropdown-toggle::after {
  transition: transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}

.dropdown-menu {
  padding: 0px 0px;
  margin-top: 0;
  text-transform: uppercase;
}

.dropdown-menu a {
  font-size: 12px;
  border-bottom: 1px solid blueviolet;
  padding: 8px 10px;
}
.listStyle2 li {
  font-size: 15px;
  margin-bottom: 22px;
  padding-bottom: 7px;
  padding-left: 30px;
  position: relative;
  border-bottom: 2px dotted #28a745;
}
.listStyle li {
  font-size: 15px;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.listStyle li:before,
.listStyle2 li:before {
  content: url("../images/icon/list-icon.png");
  position: absolute;
  top: 2px;
  left: 0;
}
.listStyleBox li {
  font-size: 15px;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  padding: 15px;
  border: 1px solid #559d2d;
}
.listStyleBox li:hover {
  background-color: #f4ecf4;
}
.listStyleBox li:before {
  content: url("../images/icon/list-icon.png");
  position: absolute;
  top: 30%;
  left: 2px;
}
.listStyleBox li a {
  padding-left: 15px;
  color: #000000;
}


.regiBtn {
  background-color: #000000;
  padding: 10px;
  color: #fff;
}


/* Banner */

.homeBanner {
  padding-top: 40px;
}

.homeBanner {
  /* background-image: url('../images/banner/bg-banner.jpg'); */
  background-size: cover;
  background: #fff;
}

.banner-right-col img {
  position: relative;
}

.banner-right-col .link {
  position: absolute;
  bottom: 0;
  /*                               
left: 38px;*/
  background: rgba(21, 85, 141, 0.8);
  width: 100%;
  padding: 15px 30px;
}

.banner-right-col .link p {
  font-size: 16px;
  text-align: left;
  color: #ffffff;
  margin: 0px;
  position: relative;
}

.banner-right-col .link p a {
  color: #fff;
}
/*
.banner-right-col .link p:after {
content: '\f105';
position: absolute;
font-family: FontAwesome;
right: 60px;
top: 3px;
font-size: 22px;
color: #fff;
cursor: pointer;
}
*/

.homeBanner .carousel-control-next,
.homeBanner .carousel-control-prev {
  width: 120px;
  height: 40px;
  background: #000;
  display: inline-flex;
  bottom: 0;
  top: auto;
  left: 110px;
  opacity: 1;
}

.homeBanner a.carousel-control-prev {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  color: #000;
  bottom: 80px;
}

.homeBanner .carousel-control-next {
  left: 75px;
  bottom: 40px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.homeBanner a.carousel-control-prev {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}

.homeBanner a.carousel-control-prev:before {
  position: absolute;
  content: "\f104";
  font-family: FontAwesome;
  left: 20px;
  top: 0px;
  font-size: 22px;
}

.homeBanner a.carousel-control-next {
  font-size: 14px;
  position: relative;
}

.homeBanner a.carousel-control-next:before {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  right: 20px;
  top: 0px;
  font-size: 22px;
}

.homeBanner .carousel-control-prev:focus,
.homeBanner .carousel-control-prev:hover {
  color: #000;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

.homeBanner .carousel-control-next:focus,
.homeBanner .carousel-control-next:hover {
  color: #fff;
  opacity: 1;
}

.homeBanner .banner-caption {
  padding-left: 105px;
  padding-top: 20px;
}

.homeBanner .banner-caption p {
  font-size: 20px;
  color: #000;
  margin-bottom: 5px;
}

.homeBanner .banner-caption h1 {
  font-size: 62px;
  font-weight: 700;
  color: #000;
  line-height: 60px;
}

.top-banner h1 {
  font-size: 23px !important;
  font-weight: 700;
  color: #000;
  line-height: 35px !important;
}
/* Announcements */

.announcements {
  padding: 30px 0px 30px 90px;
  background-color: #fce8a1;
}

.announcement-icon {
  display: inline-block;
  background: #fec200;
  padding: 10px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0px 0px 1px 2px #fec200;
}

h4.announcement-head {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-left: 18px;
}
/* Interesting Facts */

.factsWrap {
  background-image: url("../images/bg-facts.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0px;
  height: 900px;
}

.numberBox img {
  display: block;
  margin: 0px auto 35px;
}

h2.counter-value,
.numberBox span {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  display: inline-block;
}

.numberBox h6 {
  font-size: 16px;
  color: #757575;
}
/* Core Values */

.coreValuesWrap {
  margin-top: -265px;
}

.valuesBox {
  background: url("../images/bg-core-values.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 60px;
  height: 442px;
}

.valueCol {
  position: relative;
}

.valueCol h4 {
  font-size: 20px;
  font-weight: 600;
  color: #343434;
  margin-bottom: 15px;
}

.valueCol p {
  font-size: 15px;
  color: #595959;
}

.valueCol a.pageLink {
  color: #343434;
  background: #ffffff;
  border: 15px solid #f6f9fc;
  border-radius: 50%;
  padding: 10px 16px;
  display: inline-block;
  transition: 0.5s;
}

.valueCol a.pageLink:hover {
  border: 15px solid #005aab;
  transition: 0.5s;
}
/* News */

.newsWrap {
  padding: 50px 0px;
  /*position: relative;*/
}

.newsWrap:after {
  content: "";
  position: absolute;
  background: linear-gradient(
    to bottom,
    #eef0f7 0%,
    #eef0f7 50%,
    #eef0f7 85%,
    #ffffff 100%
  );
  /* height: 1000px; */
  height: 900px;
  width: 100%;
  top: 335px;
  z-index: -1;
}

.newsWrap .card-img-top {
  border-radius: 0;
}

.newsWrap .card {
  border-radius: 0;
  border: none;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.newsWrap .card-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  transition: 0.5s;
}

.newsWrap .card-title:hover {
  color: #005aab;
  text-decoration: none;
  transition: 0.5s;
}

.newsWrap .card-text {
  font-size: 14px;
}

.newsWrap .card-date {
  cursor: auto;
  background-color: #559d2d;
  color: #fff;
  font-size: 14px;
  padding: 10px 24px;
  border-radius: 30px;
  border: 3px solid #fff;
  display: inline-block;
  margin-bottom: 20px;
  margin-left: -1px;
}

.newsWrap .card-date:hover {
  color: #fff;
  text-decoration: none;
}

.newsWrap .card-body {
  margin-top: -43px;
}
/* Scroll Top */

.scroll-top {
  width: 40px;
  height: 40px;
  background: #17468f;
  color: #ffffff;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99;
  border: none;
  transition: 0.5s ease;
}
/* Activities */

.activityCol.col1 {
  background-image: url("../images/sports-events.png");
}

.activityCol.col2 {
  background-image: url("../images/student-info.png");
  margin-top: 110px;
}

.activityCol.col3 {
  background-image: url("../images/field-trips.png");
}

.activityCol.col4 {
  background-image: url("../images/it-projects.png");
  margin-top: 110px;
}

.activityCol.col5 {
  background-image: url("../images/sup.png");
}

.activityCol {
  position: relative;
  margin: auto;
  width: 170px;
  height: 170px;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

.activityCol a {
  text-decoration: none;
}
.activity-text {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-top: 70px;
  transition: 0.5s;
}

.activityCol:hover {
  box-shadow: 0px 10px 7px rgba(142, 142, 142, 0.7);
  transition: 2.6s;
}

.activityCol .overlay {
  background: rgba(43, 117, 183, 0.8);
  position: absolute;
  margin: auto;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 1.3s ease;
  transition: 1.3s ease;
}

.activityCol:hover .overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.overlay .overlay-text {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 22px;
  text-align: center;
  position: absolute;
  margin: auto;
  width: 160px;
  height: 30px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.activityCol:hover .overlay .overlay-text {
  opacity: 1;
}
/* Virtual Tour */

.virtual-tour {
  padding: 50px 0px;
}

.video-img {
  border: 3px solid #fff;
  position: relative;
  z-index: 1;
}

.virtual-tour-video::after {
  content: "";
  background: url("../images/virtual-tour.png") no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -80px;
  bottom: -18px;
  background-position: left bottom;
  /* background-size: 55%; */
  z-index: 0;
}

.youtube-link {
  position: relative;
  text-align: center;
}

.playbutton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.playbutton .fa-caret-right {
  font-size: 45px;
  color: #ffff;
  background-color: #3e4685;
  opacity: 0.8;
  padding: 10px 30px;
  border-radius: 13px;
  transition: 0.6s;
}

.playbutton .fa-caret-right:hover {
  background-color: red;
  border: 1px solid #fff;
}
/* Testimonials */

.testimonialWrap {
  padding: 70px 0px;
}
/* Footer */

footer {
  width: 100%;
  height: 235px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center center !important;
}

ul {
  padding-left: 0px;
}

.footer-links li {
  display: inline;
  margin-right: 15px;
}

.footer-links li a {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}

.footer-links li a:hover {
  color: #000000;
  transition: 0.5s;
}

footer h1,
footer li,
footer p,
footer .fa {
  color: #ffffff;
}

.footer-main {
  padding-top: 35px;
}

.footer-main li {
  display: inline;
  list-style-type: none;
  margin-right: 25px;
  color: #79abd8;
}

.footer-main li a {
  font-weight: 200;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
}

.footer-main li a:hover {
  color: #000000;
  font-weight: 300;
  transition: 0.5s;
}

.footer-social li {
  display: inline-block;
  margin-right: 3px;
}

.footer-social li .fa {
  font-size: 18px;
  color: #d0e1f1;
  transition: 0.5s;
}

.footer-social li a:hover .fa {
  color: #fff;
  transform: rotate(360deg);
  transition: 0.5s;
}

.footer-social a {
  border: 1px solid #5290c8;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  padding: 7px;
  border-radius: 50%;
}

section.bottom-footer {
  background-color: #0a5da8;
}

.bottom-footer p,
.bottom-footer a {
  font-size: 12px;
  font-weight: 300;
  color: #7ca9d1;
}
.cntusmr-2 {
  margin-right: 1rem;
}
.contactus h6 {
  color: #79abd8;
}
.contactus p {
  font-size: 14px;
  font-weight: 200;
  text-align: left;
}
.contactus p a {
  text-transform: none;
  color: white;
}
.activitiesWrap {
  padding: 20px 0px;
}
/* Testimials */

.testCol {
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #126aba;
  padding: 30px 130px 50px;
  position: relative;
  z-index: 99;
}

.testCol:after {
  content: url("../images/quote-icon-big.png");
  position: absolute;
  top: 0px;
  left: 20px;
  z-index: -1;
}

.testCol .carousel-control-next,
.testCol .carousel-control-prev {
  position: static;
  display: inline-flex;
  width: 35px;
  height: 35px;
  top: auto;
  bottom: 0;
  background-color: #126aba;
  color: #fff;
  opacity: 1;
}

.testCol .carousel-control-prev .fa,
.testCol .carousel-control-next .fa {
  font-size: 25px;
}

.testCol .carousel-controls {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -65px;
  background: #fff;
}

.testCol .carousel-item p {
  font-size: 16px;
  color: #303030;
  margin-top: 10px;
}

.testCol .carousel-item h6 {
  font-size: 16px;
  color: #126aba;
  margin-top: 10px;
}

.testCol .carousel-control-next {
  margin-left: -2px;
}
/* ScrollToop */

.scroll-top {
  width: 40px;
  height: 40px;
  background: #559d2d;
  color: #ffffff;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99;
  border: none;
  transition: 0.5s ease;
}
/* Principal Message */

.leftSidebar h4 {
  font-size: 15px;
  color: #8a8a8a;
  text-transform: uppercase;
  padding-left: 20px;
}

.leftSidebar ul li {
  list-style-type: none;
}

.leftSidebar ul li a {
  font-size: 14px;
  color: #1e7dbc;
  position: relative;
  padding: 5px 10px;
  display: block;
  transition: 0.5s;
}

.leftSidebar ul li a:hover {
  color: #fec200;
  text-decoration: none;
}

.leftSidebar ul li.active a {
  color: #000000;
  font-weight: 600;
  cursor: auto;
}

.leftSidebar ul li.active a:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #fec200;
  left: 0;
  top: 0;
}

.principleCol {
  position: relative;
}

.principalName {
  position: absolute;
  left: 15px;
  bottom: 60px;
}

.principleCol h5 {
  color: #ffffff;
  font-size: 18px;
  padding-left: 22px;
  position: relative;
}

.principleCol h5:before {
  /* content: url('../images/icon/icon-play.png'); */
  position: absolute;
  left: 0;
  top: 0;
}

.principleCol h5 span {
  font-size: 15px;
  font-weight: 400;
  margin-top: 4px;
  color: #fec200;
  display: block;
}

select {
  background-color: #888888;
  color: #fff;
  font-size: 14px;
}

.principalcolm-6 {
  background-color: #126aba;
  text-align: center;
  height: 300px;
  padding-top: 60px;
}
/* News */

h6 {
  font-size: 15px;
}

select {
  background-color: #888888 !important;
  color: #fff;
  font-size: 14px;
  padding: 10px 60px 10px 20px !important;
  position: relative;
}

select option:hover {
  border: none;
}

select {
  -moz-appearance: window;
  -webkit-appearance: none;
  background: #f5f5f5 url(../images/select-dropdown-bg.png) right 10% center
    no-repeat;
}

.newsInner.newsWrap:after {
  display: none;
}

.newsInner.newsWrap .card-body {
  min-height: 305px;
}

.newsInner.newsWrap .card-title {
  line-height: 20px;
}

.newsCol {
  padding-right: 0px;
  margin-bottom: 35px;
  display: none;
}
/* Contact */

.contact-form textarea.form-control {
  height: 155px !important;
}

.contact-form .form-control {
  box-shadow: none;
}

.contact-form .form-group {
  margin-bottom: 25px;
}

.contact-title {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  padding: 6px;
  padding-left: 15px;
  margin-bottom: 25px;
  position: relative;
}

.contact-title:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #559d2d;
  top: 0;
  left: 0;
}

.contact p {
  font-size: 15px;
  font-weight: 400;
}

.admissionCTA {
  background: linear-gradient(#00000050, #00000050),
    url("../images/admission-cta-bg-img.jpg");
  background-size: cover;
  padding: 75px 0px;
}

.admissionCTA .container .row {
  flex-wrap: nowrap !important;
}

/* .mt-5{
    margin-top: 11rem !important;
} */

/* .admissionCTA_img1{
    background-image: url('../images/admission-cta-bg-2.jpg');
    background-size:contain;
    background-repeat: no-repeat;
    height: 400px;
    margin-left: 20px;
}

.admissionCTA_img2{
    background-image: url('../images/admission-cta-bg-1.jpg');
    background-size:contain;
    background-repeat: no-repeat;
    height: 400px;
    margin-left: 10px;
} */

.admissionCTA h3 {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}

.contactDetailCol .media h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  padding-top: 3px;
  display: inline-block;
}

.contactDetailCol .media a {
  font-size: 15px;
  font-weight: 400;
  color: #4b4949;
}

ul.SocialMedia {
  padding-left: 40px;
}

.contact-detail .SocialMedia li {
  display: inline;
  margin-right: 4px;
}

.contact-detail .SocialMedia i.fa {
  padding-top: 8px;
  font-size: 17px;
  width: 35px;
  height: 35px;
  text-align: center;
  border: 1px solid #cdcdcd;
  color: #cdcdcd;
  border-radius: 50%;
  transition: 0.5s ease;
}

.contact-detail .SocialMedia .fa:hover {
  color: #fff;
}

.contact-detail .SocialMedia .fa-facebook:hover {
  background-color: #3b5998;
  border: 1px solid #3b5998 !important;
}

.contact-detail .SocialMedia .fa-twitter:hover {
  background-color: #55acee;
  border: 1px solid #55acee !important;
}

.contact-detail .SocialMedia .fa-youtube-play:hover {
  background-color: #ff0000;
  border: 1px solid #ff0000 !important;
}

.contact-detail .SocialMedia .fa-linkedin-square:hover {
  background-color: #007bb5;
  border: 1px solid #007bb5 !important;
}
.coreValuesWrap .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.coreValuesWrap .list-style2 li.media {
  align-items: center;
  background-image: url(../images/bg-links.png);
  background-size: 100% 100%;
  display: inline-flex;
  height: 4rem;
}
.coreValuesWrap .list-style2 li.media {
  display: inline-flex;
  width: 100%;
  text-align: center;
}
.coreValuesWrap .media-body {
  font-size: 14px;
}
#myModal h4 {
  color: #0a5da8;
}
#myModal .modal-header {
  background: #0a5da8;
}
#myModal .modal-header .close {
  color: #0a5da8;
  opacity: 1;
  padding: 0.8rem;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.faculty-row .card {
  border: 0;
  box-shadow: 0 0 10px lightgrey;
}
.faculty-row .card-body {
  padding: 0.5rem;
}
.campus-infra .sm-img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}
.campus-infra .owl-stage-outer {
  margin-bottom: 1rem;
}
.campus-infra .owl-nav {
  position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    bottom: 50%;
}
.campus-infra .owl-carousel .owl-nav button.owl-next, .campus-infra .owl-carousel .owl-nav button.owl-prev {
    color: #000000;
    border: none;
    padding: 0 !important;
    font-size: 2.5rem;
    background: white;
    width: 2rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.highlight-box {
    background-color: #f0f0b2;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    padding: clamp(1rem, 3vw, 0rem);
    margin-bottom: 2.5rem;
}
.card-header h5 .btn {
    background: #b7cbdd;
    padding: .7rem 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.highlight-box h3 {
    margin-bottom: 0;
}
.card-header h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-header h5:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}
.card-header h5.collapsed:after {
  content: "\f106";
}
/* .contact-btn-fix {
    right: -11% !important;
  } */
/* Media Query */

@media (min-width: 1899px) {
  .internalBannerCaption:before {
    width: 1150px;
  }
}

@media (max-width: 1366px) {
  .homeBanner .banner-caption h1 {
    font-size: 55px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    line-height: 60px;
  }
}

@media (min-width: 992px) {
  ul.navbar-nav.top-nav li:first-child {
    padding-left: 0px;
  }
  ul.navbar-nav.top-nav li:last-child {
    padding-right: 0px;
  }
}

@media (max-width: 1199px) {
  .navbar-expand-lg .navbar-nav {
    margin-top: 3px;
  }
  ul.navbar-nav.main-nav li {
    margin-left: 5px;
  }
  ul.navbar-nav.main-nav li > a.nav-link {
    font-size: 13px;
  }
  a.navbar-brand {
    width: 24%;
  }
  .homeBanner .banner-caption h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner-right-col .link {
    left: 15px;
  }
  .banner-right-col .link p:after {
    display: none;
  }
  .banner-right-col .link p {
    margin-bottom: 8px;
  }
  .newsWrap .card-date {
    margin-left: -4px;
  }
  .newsWrap .card-title {
    min-height: 72px;
  }
  .footer-main li {
    margin-right: 10px;
  }
  .newsInner.newsWrap .card-body {
    min-height: 405px;
  }
  .contact-detail .contactDetailCol:first-child {
    margin-right: 2rem !important;
  }
  .contact-detail .contactDetailCol:last-child {
    margin-left: 0rem !important;
  }
}

@media (max-width: 1024px) {
  ul.navbar-nav.top-nav li a.nav-link {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .underline {
    display: block;
  }
  .underline:after {
    bottom: -1px;
  }
  .activity-text {
    display: none;
  }
  footer {
    height: auto;
  }
  .navbar-brand img {
    width: 70%;
  }
  a.navbar-brand {
    width: auto;
  }
  nav.navbar.navbar-expand-lg {
    z-index: 99;
    background: #ffffff;
    box-shadow: 0px 0px 5px #ccc;
  }
  .navbar-expand-lg .navbar-nav {
    display: block;
  }
  ul.navbar-nav.top-nav li a.nav-link span {
    display: none;
  }
  ul.navbar-nav.main-nav li > a.nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #313131;
  }
  ul.navbar-nav.main-nav li {
    margin-left: 0px;
  }
  ul.navbar-nav.top-nav li > a.nav-link {
    font-size: 16px;
    font-weight: 500;
    color: rgb(49, 49, 49);
  }
  .navbar-nav .nav-link {
    border-bottom: 1px solid #8c8c8c;
    padding: 0.5rem 0 !important;
    font-size: 15px !important;
  }
  ul.navbar-nav.main-nav {
    margin-top: 0;
  }
  .navbar-nav.main-nav .nav-item:nth-child(4) .nav-link {
    border-bottom: none !important;
  }
  ul.navbar-nav.top-nav {
    border-bottom: none;
  }
  .sec-heading {
    margin-bottom: 20px !important;
  }
  .homeBanner {
    padding-top: 30px;
  }
  .homeBanner .banner-caption {
    padding-left: 0;
  }
  .homeBanner .banner-caption h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .homeBanner .carousel-control-prev {
    left: 15px;
  }
  .homeBanner .carousel-control-next {
    left: -15px;
  }
  .homeBanner {
    background-size: 100% 100%;
    background-position: left top;
  }
  .banner-right-col img {
    width: 100%;
  }
  .banner-right-col .link p a br {
    display: none;
  }
  .announcements {
    padding: inherit;
  }
  #mixedSlider .MS-content {
    margin: 0px;
  }
  .announcements .pr-0 {
    padding-right: inherit;
  }
  .factsWrap {
    height: 790px;
    margin-top: 30px;
  }
  .valuesBox {
    height: 495px;
  }
  .newsWrap .card {
    margin-bottom: 25px;
  }
  .activityCol.col2,
  .activityCol.col4 {
    margin-top: 0;
    margin-bottom: 35px;
  }
  .testCol {
    padding: 30px;
  }
  .testCol .carousel-controls {
    text-align: center;
    position: relative;
    bottom: -15px;
    display: inline-block;
  }
  footer,
  .bottom-footer {
    text-align: center;
  }
  footer .text-right {
    text-align: inherit !important;
  }
  .newsWrap:after {
    height: 1500px;
  }
  .header-fixed {
    position: static;
  }
  .activityCol .overlay {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  .activityCol .overlay .overlay-text {
    opacity: 1;
  }
  .newsCol {
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .newsInner.newsWrap .card-body,
  .newsInner.newsWrap a {
    min-height: inherit;
  }
  .video-img {
    max-width: 100%;
  }
  .cntusmr-2 {
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .sec-heading {
    font-size: 30px;
  }
  .section-padding {
    padding: 30px 0px;
  }
  .homeBanner {
    padding-top: 0px;
    text-align: center;
  }
  .homeBanner .banner-caption h1 br {
    display: none;
  }
  .homeBanner .carousel-control-next,
  .homeBanner .carousel-control-prev {
    width: 30px;
    height: 30px;
    position: absolute !important;
    bottom: auto !important;
    top: 67%;
    transform: translateY(-50%);
    background-color: #ffffff;
  }
  .homeBanner .carousel-control-next {
    right: 0px !important;
    left: auto;
  }
  .homeBanner .carousel-control-prev {
    left: 0px !important;
    right: auto;
  }
  .homeBanner .carousel-control-prev span,
  .homeBanner .carousel-control-next span {
    display: none;
  }
  .homeBanner a.carousel-control-prev:before {
    left: 10px;
  }
  .homeBanner a.carousel-control-next:before {
    right: 10px;
    color: #000;
  }
  .homeBanner .col-lg-5 {
    padding-left: 0px !important;
  }
  .banner-right-col .link {
    left: 0px;
  }
  .announcements {
    margin-top: 0px;
    padding-top: 16px;
  }
  .MS-controls {
    top: -44px;
    right: 15px;
  }
  .valuesBox {
    height: inherit;
    background: #fff;
    padding: 20px 0px;
  }
  .valueCol {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 15px;
  }
  .coreValuesWrap {
    margin-top: 0;
  }
  .newsWrap .card-title {
    min-height: inherit;
  }
  .newsWrap .card-title br {
    display: none;
  }
  .factsWrap {
    height: inherit;
    background: #f8faf9;
  }
  .numberBox {
    margin-bottom: 30px;
  }
  .numberBox img {
    margin: 0px auto 10px;
  }
  .leftSidebar h4 {
    padding-left: 0;
    display: inline-block;
  }
  select {
    float: right;
    width: 170px;
    padding: 8px 45px 8px 15px !important;
  }
  .leftSidebar select {
    padding-right: 10px !important;
  }
  .contact-detail:last-child {
    margin-bottom: 40px;
  }
  .contact-detail {
    padding: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .principalcolm-6 {
    height: 160px;
    padding-top: 5px;
  }
  .principalcolm-6 img {
    margin-bottom: 0 !important;
  }
  .principleCol h5 {
    font-size: 15px;
  }
  .principleCol h5 span {
    margin-top: 0;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .paddingleft-5 {
    padding-left: 5px !important;
  }
  .paddingright-5 {
    padding-right: 5px !important;
  }
}

@media (max-width: 575px) {
  a.navbar-brand {
    width: 60%;
  }
  a.navbar-brand img {
    width: 60%;
  }
  .sec-heading {
    font-size: 28px;
  }
  .activityCol {
    margin-bottom: 20px;
  }
  .activityCol {
    width: 200px;
    height: 200px;
  }
  .testimonialWrap {
    padding: 30px 0px;
  }
  .footer-main li:first-child {
    display: block;
    margin-bottom: 10px;
  }
  .scroll-top {
    bottom: 75px;
  }
  .newsWrap {
    padding: 30px 0px;
  }
  .footer-links li {
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 2px;
    display: inline-block;
  }
  h4.announcement-head {
    margin-left: 10px;
  }
  .principalName {
    position: static;
  }
  .principleCol h5 {
    color: #000000;
  }
  .principleCol img {
    margin-bottom: 20px !important;
  }
  .coreValuesWrap .list-style2 li.media {
    height: 6rem;
  }
}

@media (max-width: 480px) {
  a.navbar-brand img {
    width: 100%;
  }
  .contactus p {
    text-align: center;
  }
}
@media (max-width: 320px) {
  .sec-heading {
    font-size: 24px;
  }
  .homeBanner .banner-caption h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .announcement-icon {
    display: none;
  }
  .MS-controls {
    top: -35px;
  }
  h4.announcement-head {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-left: 3px;
  }
  .contact-btn-fix {
    position: fixed;
    /* top: 40%; */
    z-index: 99;
    bottom: 0;
    right: 0;
    /* transform: rotate(90deg); */
  }
}