@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap");
body {
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Heebo", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.no-pad {
  padding: 0;
}

.no-marg {
  margin: 0 auto;
}

a, a:active, a:focus {
  outline: 0;
}

/*input border */
input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

.btn.focus, .btn:focus {
  box-shadow: none !important;
}

/*input border */
/*Header sticky*/
#header_container {
  transition: top 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

#header_container.hide-nav {
  top: -200px;
}

.top-hegt-space {
  margin-top: 103px;
}

/*Header sticky*/
::-moz-placeholder {
  color: #cacaca;
  opacity: 9;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #333;
  opacity: 1;
}

::placeholder { /* Most modern browsers support this now. */
  color: #333;
}

.zoom:hover {
  transform: scale(1.2);
  transition: transform 0.6s;
}

.zoom {
  padding: 0;
  transition: transform 0.6s;
  margin: 0 auto;
}

ul {
  margin: 0px auto;
  padding: 0;
}

ul li {
  list-style: none;
}

#main-hder-top {
  position: relative;
  padding: 15px 42px;
  background: #fff;
}
#main-hder-top .logo-heder-main {
  width: 332px;
}
#main-hder-top .top-hdr-align {
  display: flex;
  justify-content: space-between;
}
#main-hder-top .apply-nw-on-hder a {
  background: #0C4D8B;
  border: 1px solid #0C4D8B;
  color: #fff;
  text-transform: uppercase;
  font-weight: 200;
  padding: 11px 29px;
  border-radius: 39px;
}
#main-hder-top .apply-nw-on-hder a:hover {
  background: #D98600;
  border: 1px solid #D98600;
  color: #fff;
  text-transform: uppercase;
  font-weight: 200;
  padding: 11px 29px;
  border-radius: 39px;
}
#main-hder-top .hdr-menu-wrpr {
  display: flex;
}
#main-hder-top .apply-nw-on-hder {
  margin: 24px auto;
}

.socl-png-icn {
  position: relative;
  right: -5px;
}

.social-media-icons-flt {
  overflow: hidden;
}

.social-media-icons-flt ul li {
  display: inline-block;
  padding: 13px 7px;
}

.social-media-icons-flt ul li:nth-child(2) {
  color: #0866ff;
}

.social-media-icons-flt ul li:nth-child(3) {
  color: #000;
}

.social-media-icons-flt ul li:nth-child(4) {
  color: #f00;
}

.social-media-icons-flt ul li:nth-child(5) {
  color: hsl(323, 100%, 53%);
}

.social-media-icons-flt ul li:nth-child(6) {
  color: #007ebb;
}

#smicons {
  margin-right: -366px;
  top: 147px;
  transition: 0.4s;
  position: fixed;
  margin-top: 20vh;
  z-index: 3;
  height: 53px;
  right: 0;
  background: #e6e6e6;
  width: 419px;
}

#smicons:hover {
  margin-right: 0px;
}

.ph-no_onhdr li a {
  color: #000;
  font-weight: 400;
}

.ph-no_onhdr li {
  padding: 13px 18px !important;
}

.socl-png-icn {
  position: relative;
  right: -5px;
}

.social-media-icons-flt {
  overflow: hidden;
}

.social-media-icons-flt ul li {
  display: inline-block;
  padding: 13px 7px;
}

.social-media-icons-flt ul li:nth-child(2) {
  color: #0866ff;
}

.social-media-icons-flt ul li:nth-child(3) {
  color: #000;
}

.social-media-icons-flt ul li:nth-child(4) {
  color: #f00;
}

.social-media-icons-flt ul li:nth-child(5) {
  color: hsl(323, 100%, 53%);
}

.social-media-icons-flt ul li:nth-child(6) {
  color: #007ebb;
}

#smicons_2 {
  margin-right: -206px;
  top: 72px;
  transition: 0.4s;
  position: fixed;
  margin-top: 20vh;
  z-index: 3;
  height: 53px;
  right: 0;
  background: #e6e6e6;
  width: 260px;
}

#smicons_2:hover {
  margin-right: 0px;
}

/*index style*/
#welcome-screen-section .owl-dots {
  display: none !important;
}

#welcome-screen-section {
  position: relative;
}

.carousel-item video, .carousel-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-item video {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.carousel-item.active video {
  opacity: 1;
}

video {
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel {
  height: 100vh;
}

.carousel, .carousel-inner, .carousel-item {
  width: 100%;
  height: 100vh;
}

.carousel-item iframe, .carousel-item video, .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vimeo-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.vimeo-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}

#vimeo-player {
  height: 100vh !important;
}

.vimeo-wrapper .vp-center {
  display: block !important;
}

#progm-offrd-online {
  position: relative;
}
#progm-offrd-online .owl-carousel .owl-nav.disabled {
  display: inline !important;
}
#progm-offrd-online .owl-prev {
  background: #D98600;
  color: #fff;
  width: 28px;
  height: 48px;
  padding: 0;
  position: absolute;
  left: -27px;
  top: 130px;
}
#progm-offrd-online .owl-prev span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#progm-offrd-online .owl-next {
  background: #D98600;
  color: #fff;
  width: 28px;
  height: 48px;
  padding: 0;
  position: absolute;
  right: -27px;
  top: 130px;
}
#progm-offrd-online .owl-next span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#progm-offrd-online .owl-dots {
  display: none;
}

#accredition_sectn {
  position: relative;
}
#accredition_sectn .owl-carousel .owl-nav.disabled {
  display: inline !important;
}
#accredition_sectn .owl-prev {
  background: #D98600;
  color: #fff;
  width: 28px;
  height: 48px;
  padding: 0;
  position: absolute;
  left: -54px;
  top: 100px;
}
#accredition_sectn .owl-prev span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#accredition_sectn .owl-next {
  background: #D98600;
  color: #fff;
  width: 28px;
  height: 48px;
  padding: 0;
  position: absolute;
  right: -54px;
  top: 100px;
}
#accredition_sectn .owl-next span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#accredition_sectn .owl-dots {
  display: none;
}

#achiv-number-countr {
  text-align: center; /*background-image:url(../images/guys-with-violon.jpg);background-position:center;background-size:cover;background-repeat:no-repeat*/
}

.christ-navbar {
  background-color: rgba(255, 255, 255, 0.6117647059);
  padding: 0 110px;
}

.welcome-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
}

.mainlogo {
  width: 350px;
}

.btn-christ-main-blue {
  background-color: #0C4D8B;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  padding: 10px 27px;
}

.nav-arrows {
  width: 65px;
}

.navbar-nav {
  margin-left: 15px;
}

.welcome-container {
  position: relative;
}

.welcome-image {
  width: 100%;
}

.row {
  justify-content: space-between;
}

.welcome-text-box {
  position: absolute;
  padding: 30px 37px;
  top: 257px;
  z-index: 1;
  width: 600px;
  background: rgba(255, 255, 255, 0.768627451);
  border-radius: 0 42px 0 42px;
  left: 60px;
  box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.1607843137);
}

.welcome-text-h1 {
  color: #D98600;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1px;
}

.welcome-text-h1 span {
  color: #0C4D8B;
}

.content-text-h1 {
  color: #0C4D8B;
  font-weight: 300;
  padding-bottom: 20px;
}

.content-text-h1 span {
  color: #D98600;
}

#testimonils .content-text-p {
  width: 64%;
  float: left;
}

.content-text-p {
  font-size: 17px;
  line-height: 31px;
}

.quotte-2 img {
  width: auto !important;
  position: absolute;
  top: 75px;
  left: 0;
  right: 108px;
  margin: 0px auto;
}

.vw-doc_1 {
  margin-left: 3px;
  background: #C3A26C;
  border: 1px solid #C3A26C;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 5px 9px 4px;
  height: 31px;
}

.vw-doc_1:hover {
  margin-left: 3px;
  background: #af8d55;
  border: 1px solid #af8d55;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 5px 9px 4px;
  height: 31px;
}

.vw-doc_2 {
  margin-right: 3px;
  background: #7FB1E2;
  border: 1px solid #7FB1E2;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 7px 11px 5px;
  height: 36px;
}

.vw-doc_2:hover {
  margin-right: 3px;
  background: #4e88c2;
  border: 1px solid #7FB1E2;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 7px 11px 5px;
  height: 36px;
}

.welcome-text-p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px;
}

.welcome-btn-blue {
  background-color: #0C4D8B;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  padding: 11px 27px;
}

.welcome-btn-blue:hover {
  background-color: #0a69c2;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  padding: 11px 27px;
}

.welcome-btn-orange {
  background-color: #D98600;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  padding: 11px 32px;
  margin-left: 0;
}

.welcome-btn-orange:hover {
  background-color: #b47104;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  padding: 11px 32px;
  margin-left: 0;
}

.inner-container {
  padding: 52px 110px 5px;
}

.content-box-programmes { /*background-image:url(../images/bg-1.jpg);background-size:cover;background-position:left;background-repeat:no-repeat;*/
  padding: 73px 0 5px;
}

.each-programme-box {
  height: 322px;
  background: #fff;
  transition: all 0.4s ease;
  border-bottom: 3px solid #D98600 !important;
  border-radius: 13px;
  padding: 14px; /*background: url(../images/bg_5.jpg) no-repeat; background-size: cover; */
  position: relative;
  margin-bottom: 24px;
}

.each-programme-box:hover {
  background: #ffedcf;
  transition: all 0.4s ease;
}

.programmes-img-box {
  width: 100%;
  height: 161px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.programmes-img-box_23 {
  padding: 24px 58px !important;
  background: #fff;
}

.programme-img {
  width: 100%;
}

.program-box-h4 {
  font-size: 18px;
  font-weight: 400;
  padding-top: 10px;
  height: auto;
  line-height: 28px;
  overflow: hidden;
  height: 65px;
}

#accredition_sectn {
  position: relative;
  padding-bottom: 61px;
}

.shadow-sm {
  box-shadow: 0px 2px 5px -4px #000;
}

.programbox-info-text {
  width: 100%;
  font-size: 16px;
  color: #4f4f4f;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 13px;
  bottom: 13px;
}

.content-box-programmes .inner-container {
  padding: 71px;
}

.content-box-programmes-head {
  padding: 0 0px 22px;
  text-align: center;
}

#univ-achiv-fac-cam .content-text-h1 {
  color: #0C4D8B;
  font-weight: 300;
  padding-bottom: 0;
}

#univ-achiv-fac-cam .each-programme-box {
  border-bottom: 3px solid #D98600 !important;
}

#progm-offrd-online .row {
  justify-content: center;
}

#chose-whyy {
  padding: 52px 0 36px;
  background: #f4f4f4;
}

.content-box-programmes .badge {
  position: absolute;
  z-index: 100;
  right: 0;
  bottom: 0;
  margin-right: 7px;
  margin-bottom: 7px;
  background-color: #D98600;
}

.rating-number {
  font-size: 13px;
  font-weight: 200;
  color: #fff;
}

.star-icon {
  color: #fff;
}

.star-icon svg {
  margin-top: -4px;
  margin-left: 4px;
}

.top-strip {
  background-color: #D9AA41;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 15px;
  margin-left: -35px;
  padding: 4px 7px;
  font-size: 13px;
  font-weight: 400;
  width: 140px;
  text-align: center;
  transform: rotate(-35deg);
}

.content-box-accreditations { /*background-image:url(../images/blue-abstract-gradient-wave-wallpaper11.jpg);background-position:right;background-size:cover*/ }

.content-box-accreditations .content-text-h1 {
  padding-bottom: 0;
}

.each-accreditations-box {
  border-radius: 33px;
  padding: 10px 4px;
  background-color: #fff;
  margin-top: 51px;
  height: 183px;
  transition: all 0.4s ease;
}

.accreditations-img-box {
  width: 150px;
  overflow: hidden;
  height: 150px;
  margin: -50px auto -36px;
}

.each-accreditations-box:hover {
  border-radius: 33px;
  padding: 10px 4px;
  transition: all 0.4s ease;
  background-color: #ffedcf;
  margin-top: 29px;
  height: 183px;
  border-bottom: 2px solid #d98600 !important;
}

.accreditations-img {
  width: auto !important;
  margin: 0px auto;
  padding: 0 22px;
}

.accreditations-box-h4 {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  line-height: 24px;
}

.achievement-numbers-box h1 {
  color: #0C4D8B;
  font-weight: 300;
  font-size: 50px;
}

.achievement-numbers-box p {
  font-weight: 400;
  font-size: 17px;
  margin: 0px auto;
}

.content-box-admission {
  background-image: url(../images/bg-map.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-box-admission p {
  font-size: 17px;
  line-height: 28px;
  padding-right: 0;
}

.step-box {
  border-radius: 14px;
  transition: all 0.4s ease;
  overflow: hidden;
  border-bottom: 3px solid #fff !important;
  background-color: #fff;
  padding: 11px 25px;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}

.step-box:hover {
  border-radius: 14px;
  transition: all 0.4s ease;
  border-bottom: 3px solid #D98600 !important;
  overflow: hidden;
  background-color: #fff;
  padding: 11px 25px;
  background: #ffedcf;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}

.step-head {
  width: 20%;
  font-size: 19px;
  font-weight: 200;
  color: #0C4D8B;
  border-right: 1px solid #cecece;
}

.step-details {
  padding-left: 20px;
  width: 80%;
  font-size: 19px;
  font-weight: 300;
}

.steps-nav-wrapper {
  transform: rotate(90deg);
  width: 100%;
}

.steps-nav-arrows {
  width: 50px;
  cursor: pointer;
}

.steps-nav-arrows-left {
  margin-right: 20px;
}

.step-nav-container {
  width: 10%;
  right: 37px;
}

.step-box-container {
  height: 300px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  width: 90%;
}

.step-box-container::-webkit-scrollbar {
  display: none;
}

.step-box-container {
  scrollbar-width: none;
}

.content-box-whychoose {
  background-image: url(../images/bg_11.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}

.why-choose-sideimage {
  background-image: url(../images/image20.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 30%;
  position: relative;
}

.why-choose-sideimage::after {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 58%, rgb(255, 249, 241) 93%);
}

.why-choose-content {
  width: 100%;
  margin: 0px auto;
}

.each-whychoose-box {
  font-weight: 300;
  color: #000;
  background-color: #FFF;
  margin-bottom: 42px !important;
  transition: all 0.4s ease;
  position: relative;
  padding: 57px 23px 23px 23px;
  box-shadow: 0px 1px 12px -1px rgba(0, 0, 0, 0.1294117647);
  height: 220px;
  margin: 2px 2px 25px;
  border-radius: 24px;
  background-image: url(../images/bg_2.jpg);
  background-size: cover;
}

.each-whychoose-box:hover {
  font-weight: 300;
  border-bottom: 3px solid #D98600;
  color: #000;
  background: #ffedcf;
  margin-bottom: 42px !important;
  transition: all 0.4s ease;
  margin-top: -14px !important;
  position: relative;
  padding: 57px 23px 23px 23px;
  box-shadow: 0px 1px 12px -1px rgba(0, 0, 0, 0.1294117647);
  height: 220px;
  margin: 2px 2px 25px;
  border-radius: 24px;
}

.whychoose-box-h4 {
  font-size: 25px;
  font-weight: 300;
  color: #0C4D8B;
}

.why-choose-p p {
  margin: 0px auto;
  font-size: 15px;
}

.brd-lin-strrp {
  background: #d98600;
  width: 58px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 25px;
}

.why-choose-p {
  font-size: 14px;
  line-height: 26px;
}

.owl-theme .owl-dots .owl-dot span {
  margin-top: 30px;
  width: 14px;
  height: 14px;
}

.about-university-side-image {
  display: flex;
}

.about-text {
  line-height: 28px;
  padding-right: 50px;
}

.content-box-students {
  background: #f8f9fb;
  background: url(../images/testim-bg.jpg) fixed center;
  background-size: cover; /*background-image:url(../images/closeup-cup-coffee-notebook-pen-smartphone-white-desk-indoors1.jpg);background-position:right;background-size:contain;background-repeat:no-repeat*/
}

.student-text-box {
  border-radius: 17px;
  margin: 17px;
  position: relative;
  height: 233px;
  padding: 25px 43px 10px 31px;
  font-size: 15px;
  font-weight: 300;
  background: #fff;
  box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.0588235294);
  width: 92%;
  overflow: hidden;
}

/*.student-text-box::before {
  background: #000;
  content: "";
  height: 39px;
  width: 100px;
  float: left;
  position: absolute;
  top: -5px;
}*/
#univ-achiv-fac-cam .each-programme-box {
  background: #f4f4f4;
  height: 440px;
}

#univ-achiv-fac-cam .each-programme-box:hover {
  background: #ffedcf;
  height: 440px;
}

#univ-achiv-fac-cam .programmes-img-box {
  height: 151px;
}

#testimonils .owl-carousel__nav {
  display: flex;
  justify-content: end;
  margin-top: 6px;
  margin-right: 35px;
}

.achiv-btns {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 33px;
  left: 0;
  right: 0;
}

.achiv-box-clor {
  background: #D98600;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 9px;
  text-transform: uppercase;
  letter-spacing: 0px;
  border-radius: 5px;
  margin-top: 13px;
}

.para-testimn {
  height: 104px;
  overflow: hidden;
}

.studentimage {
  width: 100%;
  border-radius: 50%;
}

.student-text-box p {
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
}

.student-text-box h5 {
  font-size: 15px;
  font-weight: 400;
}

.studentimage-wrapper {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  width: 135px;
  position: static;
  height: 135px;
}

.content-box-achievements {
  background-image: url(../images/bg_22.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
}

.content-box-achievements .inner-container {
  padding: 60px;
}

#owl-achievements {
  padding: 0 50px;
}

.content-box-faq h1 {
  margin-bottom: 0;
}

.content-box-faq .nav-link {
  margin: 8px;
  padding: 4px 20px;
  border-radius: 7px;
  background-color: #DE9D52;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  min-width: 120px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #0C4D8B;
}

.faq-q-box {
  padding-top: 20px;
}

.faq-list {
  min-height: 300px;
}

.faq-tabs {
  width: 100%;
}

.faq-img {
  width: 100%;
  border-top-left-radius: 40px;
}

.step-details p {
  font-size: 18px;
  margin: 0px auto;
}

.step-box-container- {
  width: 100%;
}

.owl-carousel__nav {
  display: flex;
  justify-content: center;
  margin-top: -10px;
  margin-left: 310px;
}

.owl-carousel__nav > div {
  color: #000;
  padding: 8px 1px;
  margin-left: 5px;
  cursor: pointer;
  border-radius: 20px;
}

.content-box-whychoose .owl-carousel__nav {
  display: flex;
  margin-top: -24px;
  margin-left: 500px;
  position: absolute;
  z-index: 200;
  right: 116px;
}

.content-box-whychoose .owl-carousel__nav > div {
  color: #000;
  padding: 8px 1px;
  margin-left: 5px;
  cursor: pointer;
  border-radius: 20px;
}

/*.sidenav .owl-nav button span{font-size:30px;padding:0 5px;background-color:#DD941D;color:#fff}
.sidenav .owl-prev{float:left; background-color:#DD941D;  margin-left: -29px !important;}
.sidenav .owl-next{float:right;background-color:#DD941D;   margin-right: -29px !important;}
.sidenav .owl-nav{width:100%;position:absolute}
.sidenav .owl-carousel.owl-theme.owl-loaded.owl-drag{display:flex;justify-content:center;align-items:center}
.sidenav .owl-stage{margin-bottom:24px}
.owl-carousel .owl-stage-outer{height:calc(100% + 30px);margin:-15px;padding:15px;width:calc(100% + 30px)}
.content-box-students .owl-carousel .owl-stage-outer{height:calc(100% - 30px);margin:-15px;padding:15px;width:calc(100% - 30px)}*/
.icon-chose_1 {
  margin-bottom: 10px;
  background: #ececec;
  width: 60px;
  height: 60px;
  padding: 14px 13px;
  text-align: center;
  border-radius: 14px;
  position: absolute;
  top: -20px;
}

#chose-whyy .content-text-h1 {
  text-align: center;
  margin-bottom: 33px;
}

#owl-accreditations .owl-stage {
  margin-top: 24px;
}

#about-university-index {
  position: relative;
  padding: 71px 172px;
  line-height: 28px;
}
#about-university-index .prog-itm-mmg_2 h2 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 27px;
}
#about-university-index .prog-itm-mmg {
  position: relative;
}
#about-university-index .prog-itm-mmg img {
  border-radius: 24px 0 0 0;
}
#about-university-index .prog-itm-mmg::after {
  content: "";
  background: #D9D9D9;
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: -9px;
  bottom: -10px;
}
#about-university-index .prog-itm-mmg_2 {
  position: relative;
}
#about-university-index .prog-itm-mmg_2 img {
  border-radius: 0 0 20px 0;
}
#about-university-index .prog-itm-mmg_2::after {
  content: "";
  background: #D9D9D9;
  border-radius: 0 0 20px 0;
  float: left;
  width: 100%;
  height: 79%;
  position: absolute;
  z-index: -1;
  right: -9px;
  bottom: -10px;
}
#about-university-index .emblm-bbg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

#testimonils {
  position: relative;
}

#faq-sectn {
  background: url(../images/bg-23.jpg);
  background-size: cover;
  /*.accordion-button:not(.collapsed) { background-color: transparent !important; color: #d98600; }*/
}
#faq-sectn .accordion-button {
  background-color: transparent;
  font-size: 17px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#faq-sectn .accordion-item {
  background: none;
}
#faq-sectn .accordion-header {
  border-top: 1px solid #333;
}
#faq-sectn .accordion-body {
  line-height: 28px;
  font-size: 16px;
  font-weight: 300;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#faq-sectn .accordion-content {
  display: none;
  transition: all 0.3s ease;
}
#faq-sectn .accordion-content.open {
  display: block;
}

#evnts-sectns {
  padding: 42px 0;
  position: relative;
  background: url(../images/bg-event.jpg) center;
  background-size: cover;
}
#evnts-sectns .owl-carousel.owl-loaded {
  display: flex;
  justify-content: center;
}
#evnts-sectns .news-list-item1 {
  transition: all 0.4s ease;
  position: relative;
  background: #fff;
  box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.0901960784);
  border-radius: 24px 24px 0 0;
  margin-bottom: 31px;
}
#evnts-sectns .news-list-item1:hover {
  position: relative;
  border-bottom: 3px solid #D98600;
  background: #ffedcf;
  background-size: cover;
  box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.0901960784);
  border-radius: 24px 24px 0 0;
  margin-bottom: 31px;
  transition: all 0.4s ease;
}
#evnts-sectns .news-list-item1 h1 {
  text-transform: uppercase;
  font-size: 71px;
  font-weight: 700;
  color: #f4f4f4;
  text-align: center;
  position: absolute;
  left: 21px;
  top: 1px;
  left: 0;
  right: 0;
}
#evnts-sectns .news-text-hdd {
  padding: 32px 31px 15px;
  position: relative;
  z-index: 1;
  height: 323px;
  overflow: hidden;
}
#evnts-sectns .owl-dots {
  display: none !important;
}
#evnts-sectns .news-text-hdd h3 {
  font-size: 18px;
  margin: 0 auto 12px;
  line-height: 28px;
  height: 110px;
  overflow: hidden;
  font-weight: 300;
}
#evnts-sectns .news-text-hdd p {
  margin: 0 auto;
  line-height: 27px;
}
#evnts-sectns .brd-posirel {
  position: relative;
  margin: 16px auto;
}
#evnts-sectns .brd-wdh-full {
  border-bottom: 1px solid #ccc;
}
#evnts-sectns .brd-wdh-full hr {
  margin: 0 auto;
  background: #ccc;
  height: 5px;
  width: 141px;
  float: left;
  opacity: 9;
  position: relative;
  top: -2px;
  border: none;
  left: 21px;
}
#evnts-sectns .news-text-hdd_tmmg {
  max-height: 189px;
  padding: 0 13px 14px;
  overflow: hidden;
}
#evnts-sectns .comn-hd-home {
  text-align: center;
  margin-bottom: 22px;
}
#evnts-sectns .comn-hd-home h1 {
  font-size: 45px;
  font-weight: 300;
  color: #D98600;
  margin: 0px auto 5px;
}
#evnts-sectns .comn-hd-home h1 span {
  color: #0C4D8B;
}
#evnts-sectns .evnt-dte-immg-icon svg {
  color: #D98600;
}
#evnts-sectns #owl-demo-10 .item {
  margin: 10px 6px;
}
#evnts-sectns .red-moore {
  background: #D98600;
  color: #fff;
  border: 1px solid #D98600;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
}
#evnts-sectns .red-moore_2 {
  background: #0C4D8B;
  color: #fff;
  border: 1px solid #0C4D8B;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
}

#events-campus-w {
  padding: 60px 0;
  position: relative;
  background: url(../images/bg_3.jpg) center;
  background-size: cover;
}
#events-campus-w .evnts-wdth-home {
  width: 88%;
  margin: 40px auto 0;
}
#events-campus-w .event-wdth-item-wrpr {
  height: 339px;
  background: #fff;
  width: 99%;
  border: 2px solid #C07E02;
  padding: 48px 19px 26px;
  border-radius: 8px;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.8588235294);
  transition: all 0.4s ease !important;
}
#events-campus-w .event-wdth-item-wrpr:hover {
  top: 0;
  margin-top: 0px;
  height: 339px;
  background: #e1f2ff;
  width: 99%;
  border: 2px solid #C07E02;
  padding: 48px 19px 26px;
  border-radius: 8px;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.8588235294);
  transition: all 0.4s ease !important;
}
#events-campus-w .evnt-dte-txt-im {
  display: flex;
  border-bottom: 1px dashed #aaa;
  padding: 3px 0;
}
#events-campus-w .evnt-dte-immg-icon svg {
  color: #0C4D8B;
  position: relative;
  top: -2px;
}
#events-campus-w .evnt-dte-ipara {
  padding-left: 12px;
  font-weight: 300;
}
#events-campus-w .event-wdth-item-wrpr h2 {
  color: #000;
  font-size: 17px;
  font-weight: 300;
  margin: 0px auto 13px;
  height: 116px;
}
#events-campus-w .evnt-date {
  background: #005596;
  color: #fff;
  position: absolute;
  padding: 16px 27px;
  font-weight: 300;
  border-radius: 0 12px 0 0;
  width: -moz-fit-content;
  width: fit-content;
  top: 34px;
  z-index: 1;
  left: 0;
}
#events-campus-w #owl-demo-6 .item {
  margin: 64px auto 10px;
}
#events-campus-w .vew-all-event {
  text-align: center;
  margin: 9px auto 0;
}
#events-campus-w .vew-mor-evn {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 11px 22px;
}
#events-campus-w .vew-mor-evn:hover {
  background: #fff;
  border: 1px solid #D98600;
  padding: 11px 22px;
}
#events-campus-w .evnt-bg-lefft {
  position: absolute;
  top: 111px;
  left: 0;
  overflow: hidden;
  width: 20%;
}
#events-campus-w .owl-dots {
  display: none !important;
}
#events-campus-w .comn-hd-home {
  text-align: center;
}
#events-campus-w .comn-hd-home h1 {
  font-size: 45px;
  font-weight: 300;
  color: #D98600;
  margin: 0px auto 5px;
}
#events-campus-w .comn-hd-home h1 span {
  color: #0C4D8B;
}

#achivements-on-home {
  padding: 41px 0 75px;
  position: relative;
  background: url(../images/bg_3.jpg) center;
  background-size: cover;
  /*======== Read more popup ========*/
  /*======== Read more popup ========*/
}
#achivements-on-home .achvmn-mmg {
  position: absolute;
  right: 0;
  top: 164px;
  width: 27%;
  overflow: hidden;
  height: 328px;
  background: none !important;
}
#achivements-on-home .achiv-wdth-box-tab {
  width: 72%;
  margin: 0px auto 26px;
}
#achivements-on-home #tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#achivements-on-home #tab-button li {
  display: inline-block;
  padding-right: 3px;
}
#achivements-on-home #tab-button li a {
  display: block;
  padding: 11px 24px;
  border-radius: 6px 6px 0 0;
  background: #0c4d8b;
  border: 1px solid #0c4d8b;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
#achivements-on-home #tab-button li a:hover, #achivements-on-home #tab-button .is-active a {
  border-bottom-color: transparent;
  background: #d98600;
}
#achivements-on-home .tab-contents {
  border: 2px solid #C07E02;
  padding: 28px;
  border-radius: 0 8px 8px 8px;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.8588235294);
  background: #fff;
}
#achivements-on-home .tab-button-outer {
  display: none;
}
#achivements-on-home .tab-contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #achivements-on-home .tab-button-outer {
    position: relative;
    z-index: 1;
    display: block;
  }
  #achivements-on-home .tab-select-outer {
    display: none;
  }
  #achivements-on-home .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}
#achivements-on-home .in-achiv-wrapper_para {
  padding-right: 15px;
  height: 142px;
  overflow: hidden;
}
#achivements-on-home .in-achiv-wrapper_para h2 {
  color: #000;
  font-size: 21px;
  line-height: 28px;
}
#achivements-on-home .in-achiv-wrapper_para p {
  color: #000;
  margin: 2px auto 0;
  line-height: 28px;
}
#achivements-on-home .owl-dots {
  display: none;
}
#achivements-on-home .comn-hd-home {
  text-align: center;
  padding-left: 0;
  padding-bottom: 31px;
}
#achivements-on-home .owl-carousel .owl-nav.disabled {
  display: inline !important;
}
#achivements-on-home .owl-prev {
  background: #D98600;
  color: #fff;
  width: 28px;
  height: 48px;
  padding: 0;
  position: absolute;
  left: -54px;
  top: 37px;
}
#achivements-on-home .owl-prev span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#achivements-on-home .owl-next {
  background: #D98600;
  color: #fff;
  width: 28px;
  height: 48px;
  padding: 0;
  position: absolute;
  right: -54px;
  top: 37px;
}
#achivements-on-home .owl-next span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#achivements-on-home .owl-dots {
  display: none;
}
#achivements-on-home .redmor-dean_home {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: #D98600;
  color: #fff;
  font-size: 16px;
  padding: 5px 20px;
  border-radius: 0 10px 0 0;
}
#achivements-on-home .custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}
#achivements-on-home .model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
#achivements-on-home .custom-model-inner {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 73%;
  margin: 30px auto;
  max-width: 97%;
}
#achivements-on-home .custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5019607843);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
#achivements-on-home .model-open .custom-model-inner {
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
#achivements-on-home .model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
#achivements-on-home .bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transition: background 0.15s linear;
}
#achivements-on-home .close-btn {
  position: absolute;
  right: -23px;
  top: -13px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}
#achivements-on-home .pp-hdd-vew {
  background: #f4f4f4;
  padding: 10px 18px;
}
#achivements-on-home .pp-hdd-vew h1 {
  font-weight: 300;
  margin: 0px auto;
  font-size: 28px;
  color: #D98600;
}
#achivements-on-home .para-hd-model {
  line-height: 35px;
  font-weight: 300;
  padding: 18px;
}

#prod-alumni {
  background: url(../images/bg_6.jpg) center;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
#prod-alumni .orproud-alumni {
  margin-top: 36px;
}
#prod-alumni .owl-dots {
  display: none !important;
}
#prod-alumni .produd-amni-wrpr {
  background: url(../images/background1.jpg) center;
  transition: all 0.4s ease;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.231372549);
  transition: all 0.4s ease;
  height: 223px;
  overflow: hidden;
}
#prod-alumni .produd-amni-wrpr:hover {
  background: url(../images/backgrouond4.JPG) center;
  transition: all 0.4s ease;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.231372549);
  transition: all 0.4s ease;
}
#prod-alumni .common-heading {
  text-align: center;
}
#prod-alumni .alumni-para-text {
  padding: 18px 8px 27px 2px;
}
#prod-alumni #owl-demo-5 .item {
  margin: 10px 35px;
}
#prod-alumni .alumni-para-text h3 {
  color: #0C4D8B;
  font-weight: 400;
  font-size: 23px;
  margin: 0px auto;
}
#prod-alumni .alumni-para-text h5 {
  color: #666666;
  font-weight: 300;
  font-size: 16px;
  margin: 13px auto;
}
#prod-alumni .alumni-para-text p {
  color: #0C4D8B;
  margin: 0px auto;
  line-height: 28px;
}
#prod-alumni .vew-all-event {
  text-align: center;
  margin: 2px auto 0;
}
#prod-alumni .vew-mor-evn {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 11px 22px;
}
#prod-alumni .vew-mor-evn:hover {
  background: #fff;
  border: 1px solid #D98600;
  padding: 11px 22px;
}
#prod-alumni .dottd-mmg {
  position: absolute;
  left: 0;
  right: 0;
  margin: -34px auto;
}
#prod-alumni .owl-carousel .owl-nav.disabled {
  display: inline !important;
}
#prod-alumni .owl-prev {
  background: #D98600;
  color: #fff;
  width: 28px;
  height: 48px;
  padding: 0;
  position: absolute;
  left: -54px;
  top: 77px;
}
#prod-alumni .owl-prev span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#prod-alumni .owl-next {
  background: #D98600;
  color: #fff;
  width: 28px;
  height: 48px;
  padding: 0;
  position: absolute;
  right: -54px;
  top: 77px;
}
#prod-alumni .owl-next span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#prod-alumni .owl-dots {
  display: none;
}

/*index style*/
#main-baner-12 {
  position: relative;
}
#main-baner-12 .bnner-text-bner {
  background: url(../images/background1.jpg) center;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 1;
  padding: 17px;
  border-radius: 14px;
}
#main-baner-12 .bnner-text-bner h3 {
  font-size: 28px;
  font-weight: 300;
  margin: 0px auto;
}
#main-baner-12 .bnner-text-bner h4 {
  font-size: 20px;
  font-weight: 300;
  margin: 7px auto;
}
#main-baner-12 .bnner-text-bner h5 {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 0;
}
#main-baner-12 .bnner-text-bner_inside {
  background: #fff;
  border: 1px solid #D7D7D7;
  padding: 17px 35px 17px 17px;
  border-radius: 14px;
}
#main-baner-12 .bner-right-informt {
  height: 670px;
  background: linear-gradient(180deg, rgba(12, 77, 139, 0.56) 0%, rgb(12, 77, 139) 74%);
  border-radius: 0 0px 40px 40px;
  color: #fff;
  position: absolute;
  right: 46px;
  top: 0;
  z-index: 1;
  width: 32%;
  padding: 43px 43px 61px;
}
#main-baner-12 .rating-str-box {
  margin-bottom: 13px;
  background: #D98600;
  color: #fff;
  width: 60px;
  text-align: center;
  border-radius: 26px;
}
#main-baner-12 .pos-top {
  position: relative;
  top: -2px;
  left: 2px;
}
#main-baner-12 .bner-right-informt h6 {
  font-weight: 200;
}
#main-baner-12 .bner-right-informt h1 {
  font-weight: 200;
}
#main-baner-12 .cur-dur_123 {
  margin: 14px auto 0;
}
#main-baner-12 .cur-dur_123 h5 {
  margin: 0px auto;
}
#main-baner-12 .cur-dur_123 span {
  text-decoration: underline;
  font-weight: 300;
  font-size: 16px;
  margin-left: 12px;
}
#main-baner-12 .cur-dur_123 p {
  margin: 7px auto 0;
  font-weight: 300;
  margin-left: 29px;
  font-size: 15px;
}
#main-baner-12 .cur-dur_1234 {
  margin: 14px auto 0;
}
#main-baner-12 .cur-dur_1234 h5 {
  margin: 0px auto;
}
#main-baner-12 .cur-dur_1234 span {
  font-weight: 300;
  font-size: 18px;
  margin-left: 9px;
  text-decoration: underline;
}
#main-baner-12 .cur-dur_1234 p {
  margin: 0px auto 0;
  font-weight: 300;
  margin-left: 0px;
  font-size: 15px;
}
#main-baner-12 .cur-dur_1234 h1 {
  font-weight: 200;
  margin-left: 30px !important;
  margin-bottom: 0 !important;
  margin-top: 11px;
  font-size: 18px;
}
#main-baner-12 .apply-buttons-1 {
  margin: 15px auto 0;
}
#main-baner-12 .apply-buttons-1-bntn {
  background: #D98600;
  border: 1px solid #D98600;
  color: #fff;
  font-weight: 200;
  font-size: 17px;
  padding: 11px 33px;
  border-radius: 40px;
}
#main-baner-12 .apply-buttons-1-bntn:hover {
  background: #AA6D0B;
  border: 1px solid #AA6D0B;
  color: #fff;
  font-weight: 200;
  font-size: 17px;
  padding: 11px 33px;
  border-radius: 40px;
}
#main-baner-12 .apply-buttons-2-bntn {
  background: #2293FF;
  border: 1px solid #2293FF;
  color: #fff;
  font-weight: 200;
  font-size: 17px;
  padding: 11px 33px;
  border-radius: 40px;
}
#main-baner-12 .apply-buttons-2-bntn:hover {
  background: #1571C8;
  border: 1px solid #1571C8;
  color: #fff;
  font-weight: 200;
  font-size: 17px;
  padding: 11px 33px;
  border-radius: 40px;
}
#main-baner-12 .apply-buttons-1 ul li {
  display: inline-block;
  margin-right: 10px;
}
#main-baner-12 .bner-info-in {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 49px;
}

.posi-changd {
  display: flex;
  flex-flow: column;
}

.two {
  order: 1;
}

.one {
  order: 2;
}

.common-heading {
  text-align: left;
  margin-bottom: 22px;
}

.common-heading h1 {
  color: #D98600;
  font-weight: 200;
}

.common-heading h1 span {
  color: #0C4D8B;
  font-weight: 400;
}

#about-para_12 {
  position: relative;
  padding: 76px 37px 50px;
  background: url(../images/bg_1.jpg) center;
  background-size: cover;
  text-align: center;
}
#about-para_12 .common-heading {
  text-align: center;
  margin-bottom: 22px;
}
#about-para_12 p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.jurny-excell {
  background: #fff;
  padding: 41px 62px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1803921569);
  border-radius: 23px;
  width: 85%;
  margin: 0px auto;
}

#eligiblty-critria {
  padding: 69px 0;
  position: relative;
}
#eligiblty-critria .bg-map {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 0;
  z-index: -1;
}
#eligiblty-critria .eligib_12_rgt {
  position: relative;
}
#eligiblty-critria .bg-bgck {
  background: #CFCFCF;
  width: 456px;
  height: 501px;
  position: absolute;
  top: 22px;
  left: -20px;
  z-index: -1;
  border-radius: 23px;
}
#eligiblty-critria .eligib_12_rgt img {
  border-radius: 23px;
}
#eligiblty-critria .eligiblty_bgg {
  overflow: hidden;
  width: 96%;
}
#eligiblty-critria .eligiblty_bgg_1 {
  height: 453px;
  overflow: auto;
  width: 102%;
}
#eligiblty-critria .eligib_item {
  margin-bottom: 17px;
  margin-left: 4px;
  background: linear-gradient(90deg, rgb(211, 247, 255) 0%, rgb(255, 255, 255) 100%);
  padding: 21px;
  line-height: 28px;
  border-radius: 18px;
  box-shadow: -3px 4px 3px -3px rgba(0, 0, 0, 0.4196078431);
  width: 95%;
}
#eligiblty-critria .eligib_item p {
  font-size: 16px;
  font-weight: 300;
  margin: 0px auto;
}
#eligiblty-critria .eligiblty_bgg ul li:nth-child(2) {
  margin-left: 60px;
}
#eligiblty-critria .eligiblty_bgg ul li:nth-child(3) {
  margin-left: 112px;
}
#eligiblty-critria .eligiblty_bgg ul li:nth-child(4) {
  margin-left: 173px;
}
#eligiblty-critria .eligiblty_bgg ul li:nth-child(5) {
  margin-left: 173px;
}

#progrm-outcoms {
  background: url(../images/bg_3.jpg) center;
  background-size: cover;
  padding: 60px 49px;
  /*.tab-button-outer{display:none}*/
}
#progrm-outcoms .prog-itm-mmg img {
  border-radius: 28px 0 0 0;
}
#progrm-outcoms .prog-itm-mmg_2 img {
  border-radius: 0 0 28px 0;
}
#progrm-outcoms .prog-itm-mmg_2 h2 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 27px;
}
#progrm-outcoms .outcoms-progm-paras {
  padding: 34px 34px 0;
  background: #fff;
  border-radius: 28px 0 28px;
  box-shadow: 1px -1px 10px -1px rgba(0, 0, 0, 0.1803921569);
}
#progrm-outcoms #tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#progrm-outcoms #tab-button li {
  display: inline-block;
}
#progrm-outcoms #tab-button li a {
  display: block;
  padding: 11px 14px;
  background: #54A9D3;
  border: 1px solid #54A9D3;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 10px 0 0;
  font-size: 17px;
  font-weight: 300;
}
#progrm-outcoms #tab-button li a:hover, #progrm-outcoms #tab-button .is-active a {
  border: 1px solid #D98600;
  background: #D98600;
}
#progrm-outcoms .lft-outcom-img {
  margin-top: 50px;
}
#progrm-outcoms .tab-contents {
  padding: 23px 0 0;
}
@media screen and (min-width: 768px) {
  #progrm-outcoms {
    /*.tab-select-outer{display:none}*/
  }
  #progrm-outcoms .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  #progrm-outcoms .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}
#progrm-outcoms .ech-tab-outcomes h3 {
  font-weight: 300;
  color: #0C4D8B;
}
#progrm-outcoms .numbr-items {
  display: flex;
  margin-bottom: 7px;
}
#progrm-outcoms .numbrt-itm {
  margin-left: 11px;
}
#progrm-outcoms .numbrt-itm_texts {
  padding: 0 0px 0 0px;
  line-height: 28px;
  font-weight: 300;
  width: 100%;
}
#progrm-outcoms .numbrt-itm h1:before {
  background: #d9d9d9;
  content: "";
  width: 32px;
  height: 29px;
  float: left;
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: -11px;
}
#progrm-outcoms .numbrt-itm h1 {
  position: relative;
  z-index: 1;
  color: #0C4D8B;
  font-weight: 300;
}
#progrm-outcoms table {
  border: none !important;
}
#progrm-outcoms table {
  border-collapse: collapse;
}
#progrm-outcoms th {
  text-align: left;
  padding: 11px 11px !important;
}
#progrm-outcoms td {
  text-align: left;
  padding: 11px 11px;
  background: none;
  line-height: 28px;
}
#progrm-outcoms tr:nth-child(odd) {
  background-color: #D4E8EE;
  transition: all 0.4s ease;
}
#progrm-outcoms tr:nth-child(odd):hover {
  background-color: #BBD2D9;
  transition: all 0.4s ease;
}
#progrm-outcoms tr:nth-child(even) {
  background-color: #FFF3DD;
  transition: all 0.4s ease;
}
#progrm-outcoms tr:nth-child(even):hover {
  background-color: #F2E4CA;
  transition: all 0.4s ease;
}
#progrm-outcoms table thead tr td {
  background: #DDAE68;
}
#progrm-outcoms table thead tr th {
  background: #DDAE68;
}

.chist-dt_1 {
  color: #0C4D8B;
}

.chist-dt_2 {
  color: #D98600;
}

#why-chooes {
  background: url(../images/bg_4.jpg) center;
  background-size: cover;
  padding: 60px 0;
}
#why-chooes .why-item-12 {
  height: auto;
  border: 3px solid #FF9D14;
  border-radius: 15px;
  padding: 52px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  background: #fff;
}
#why-chooes .why-item-12:hover {
  height: auto;
  border: 3px solid #0C4D8B;
  border-radius: 15px;
  padding: 52px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
#why-chooes .why-item-12 ul li {
  list-style: disc;
}
#why-chooes .why-item-12 h3 {
  font-weight: 300;
  margin-bottom: 22px;
}
#why-chooes .mid-item {
  height: auto;
  border: 3px solid #0C4D8B !important;
}

.menu_sti {
  width: 100%;
  transition: top 0.3s;
  position: relative; /* default */
}

/* Sticky class to fix the menu at top */
.menu_sti.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 2px solid #0C4D8B;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#admsn-quries {
  padding: 42px 0 16px;
  background: linear-gradient(358deg, rgb(255, 255, 255) 0%, rgb(237, 237, 237) 84%);
}
#admsn-quries p {
  margin: 10px auto;
  font-size: 18px;
}
#admsn-quries .footr-clck-here {
  background: #d98600;
  border: 1px solid #d98600;
  transition: all 0.4s ease;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 11px 25px;
  margin: 0px auto;
  border-radius: 43px;
}
#admsn-quries .footr-clck-here:hover {
  background: #bd7809;
  letter-spacing: 1px;
  transition: all 0.4s ease;
  border: 1px solid #bd7809;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 11px 25px;
  margin: 0px auto;
  border-radius: 43px;
}

.info-adrs-contct {
  display: flex;
  margin-bottom: 10px;
}

.menu-contact {
  font-size: 20px;
  font-weight: 300;
  color: #0c4d8b;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin: 0px auto 13px;
}

.inf-svvg svg {
  color: #fff;
}

.inf-svvg_text {
  padding: 2px 4px;
  font-size: 16px;
  font-weight: 300;
}

.inf-svvg {
  background: #ddae68;
  padding: 2px 7px;
  margin-right: 5px;
  height: 29px;
  width: 29px;
  border-radius: 5px;
}

#footr-itm {
  padding: 0px 0 0;
  position: relative;
  background: url(../images/fotr.jpg) fixed center;
  background-size: cover;
  color: #fff;
  border-top: 5px solid #d98600;
}
#footr-itm .fotr-box-3 {
  padding: 45px 106px 55px;
  border-radius: 21px;
}
#footr-itm .fotr-top-logo {
  margin-bottom: 40px;
}
#footr-itm .logo-fotr {
  width: 248px;
  margin: 0px auto;
}
#footr-itm .fotr-socil {
  font-size: 16px;
  margin: 3px auto;
  font-weight: 300;
  padding-right: 42px;
}
#footr-itm .socil-icns ul li {
  display: inline-block;
  padding-right: 11px;
}
#footr-itm .socl-icns-rgt {
  float: right;
  display: flex;
  padding: 15px 0;
}
#footr-itm .fotr-itm-links h4 {
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  margin: 0px auto 15px;
}
#footr-itm .fotr-itm-links ul li {
  line-height: 32px;
  color: #2A2A2A;
  color: #fff;
}
#footr-itm .copty-rgt-bottom {
  padding: 22px 56px;
  background: #1c62a6;
  color: #fff;
  width: 88%;
  margin: 0px auto;
  border-radius: 16px 16px 0 0;
}
#footr-itm .copty-rgt-bottom p {
  margin: 0px auto;
  font-size: 14px;
}
#footr-itm .fotr-itm123 h5 {
  font-size: 17px;
}
#footr-itm .fotr-itm123 p {
  margin: 0px auto 6px;
  color: #fff;
  line-height: 28px;
}

#career-portn {
  position: relative;
  padding: 60px 0;
}
#career-portn .common-heading {
  text-align: center;
}
#career-portn .car-itm {
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 6px -3px #000;
  border-radius: 16px;
  padding: 20px 16px;
  height: 550px;
  border-bottom: 3px solid #d98600;
}
#career-portn .car-itm h1 {
  font-size: 27px;
  font-weight: 300;
  color: #0C4D8B;
}
#career-portn .car-itm_2 {
  text-align: center;
  padding: 21px 0 0;
}
#career-portn .car-itm_2 ul li {
  border-bottom: 1px dashed #9b9b9b;
  padding: 6px 0;
}
#career-portn .owl-carousel .owl-nav.disabled {
  display: inline !important;
}
#career-portn .owl-prev {
  background: #D98600;
  color: #fff;
  width: 28px;
  height: 48px;
  padding: 0;
  position: absolute;
  left: -42px;
  top: 235px;
}
#career-portn .owl-prev span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#career-portn .owl-next {
  background: #D98600;
  color: #fff;
  width: 28px;
  height: 48px;
  padding: 0;
  position: absolute;
  right: -42px;
  top: 235px;
}
#career-portn .owl-next span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#career-portn .owl-dots {
  display: none;
}

#facultyy {
  position: relative;
  padding: 70px 0 43px;
  background: #f4f4f4;
}
#facultyy .para-hd-top {
  text-align: right;
  width: 74%;
  float: right;
  font-size: 16px;
  margin: 0px auto;
}
#facultyy .lne-horis {
  margin: 0px auto 44px;
}
#facultyy .doctr-itm-rr {
  background: url(../images/emblm-bg.jpg) center;
  background-size: cover;
  padding: 15px;
  float: left;
  width: 100%;
  box-shadow: 0 0 17px 3px rgba(51, 51, 51, 0.1019607843);
  position: relative;
  height: 236px;
  border-radius: 18px;
  border-bottom: 2px solid #D98600 !important;
  margin-bottom: 37px;
  border: 1px solid #dbdbdb;
}
#facultyy .doctr-itm-rr:hover {
  background: url(../images/bg_11.jpg);
  padding: 15px;
  float: left;
  width: 100%;
  box-shadow: 0 0 17px 3px rgba(51, 51, 51, 0.1019607843);
  position: relative;
  height: 236px;
  border-radius: 18px;
  border-bottom: 2px solid #D98600 !important;
  margin-bottom: 37px;
  border: 1px solid #dbdbdb;
}
#facultyy .owl-carousel .owl-nav.disabled {
  display: inline !important;
}
#facultyy .owl-prev {
  background: #D98600;
  color: #fff;
  width: 28px;
  height: 48px;
  padding: 0;
  position: absolute;
  left: -42px;
  top: 99px;
}
#facultyy .owl-prev span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#facultyy .owl-next {
  background: #D98600;
  color: #fff;
  width: 28px;
  height: 48px;
  padding: 0;
  position: absolute;
  right: -42px;
  top: 99px;
}
#facultyy .owl-next span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#facultyy .owl-dots {
  display: none;
}
#facultyy .doctors img {
  border-radius: 0;
}
#facultyy .doctors {
  overflow: hidden;
  height: 241px;
  border-radius: 0;
}
#facultyy .doc-txts p {
  margin: 0px auto 5px;
}
#facultyy .doc-txts {
  text-align: left;
  padding: 2px 0 0;
  position: relative;
  height: 100%;
}
#facultyy .doc-txts h4 {
  font-size: 18px;
  margin: 0 auto 8px;
  color: #0C4D8B;
}
#facultyy .doc-txts h5 {
  font-size: 16px;
  color: #D98600;
}
#facultyy .doc-txts p {
  font-size: 15px;
  font-weight: 300;
}
#facultyy .modal-dialog {
  max-width: 61%;
}
#facultyy .modal-header {
  background: #dbdbdb;
  padding: 10px 15px;
}
#facultyy .modal-title {
  color: #0C4D8B;
}
#facultyy .modal-content {
  padding: 10px;
  border-bottom: 2px solid #D98600;
}

/*history and milestone*/
#hist-mil-stne {
  background-size: cover;
  position: relative;
  background-image: url(../images/bg_5.jpg);
}

.inr-bnnr {
  width: 100%;
}

.para1 {
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  color: #000;
  font-weight: 300;
  line-height: 28px;
}

.para2 {
  font-size: 16px;
  line-height: 32px;
}

.accordion-button {
  background-color: #F2DAAE;
}

.acc_heading {
  font-size: 18px;
  color: #333333;
}

.acc_body {
  font-size: 16px;
  color: #333333;
}

.accordion-button:focus {
  box-shadow: none;
  border: 0px solid black;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: #F2DAAE; /* change this to the color you want */
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button::after {
  background-image: url(./images/plus.png);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(./images/plus.png);
  transform: rotate(135deg);
}

.acc_content {
  border: 2px solid #F2DAAE;
  border-top: 0px;
  line-height: 28px;
}

.bannerContainer {
  position: relative;
  overflow: hidden;
}

.bannerImage {
  width: 100%;
}

.sticky-sidebar-wrap {
  background: url(../images/side-bar-bg.jpg);
  background-size: cover;
}

.satsidemenu {
  padding-left: 0 !important;
  position: absolute;
  height: 100vh;
  margin-top: 0px;
  width: 86%;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
}

.satsidemenuItem {
  font-size: 16px;
  color: #333333;
  cursor: pointer;
  transition: 0.15s;
  border-bottom: 1px solid #333333;
  padding-right: 34px;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.sidemnucontent {
  transition: 0.2s;
}

.sidemnucontent:hover {
  color: #0C5294;
  transform: scale(1.03);
}

.milestone-content {
  display: flex;
  overflow: hidden;
  transition: 1.5s;
  height: auto;
}

.milestone-head-tab {
  background-color: #F2DAAE;
  font-size: 18px;
  color: #333333;
}

.each-milestone-para {
  font-size: 14px;
}

.common-heading {
  text-align: left;
  margin-bottom: 22px;
}

.common-heading {
  text-align: left;
  margin-bottom: 34px;
}

.common-heading h1 {
  color: #D98600;
  font-weight: 200;
}

.common-heading h1 span {
  color: #0C4D8B;
  font-weight: 400;
}

.rgt-svvg-icon {
  position: absolute;
  right: 15px;
}

.side-panel-wrap_2 {
  background: none !important;
  padding: 66px 0 53px 65px;
  left: 0;
  width: 100%;
  height: 100%;
}

.side-panel-wrap ul {
  margin: 0px auto;
  padding: 0 !important;
}

.side-panel-wrap {
  background: none;
}

#rhtside {
  min-height: 1000px;
}

.histr-pad {
  padding: 37px;
}

.widget_list ul li::before {
  content: url(../images/right-icon_1.png);
  left: 0;
  position: absolute;
  padding-left: 4px;
  color: #707070;
  font-size: 14px;
}

.widget_list ul {
  float: left;
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
}

.widget_list ul li {
  margin-bottom: 3px;
  padding-left: 36px;
  position: relative;
  line-height: 29px;
  font-size: 16px;
}

/*history and milestone*/
/*Logo and Anthem*/
#log-anth {
  position: relative;
}

#log-anth img {
  width: 100%;
}

#log-anth_2 {
  width: 100%;
  padding: 58px 0;
}

.ch-emblem {
  width: 100% !important;
  margin: 0px auto;
}

.embl-itmlogo {
  text-align: center;
  position: relative;
  width: 370px;
  margin: 0px auto;
}

.close-btnn_2 {
  background: no-repeat;
  color: #fff;
  border: none;
  float: right;
}

.box {
  background: #D98600;
  color: #fff;
  width: 0;
  height: 0;
  display: none;
  margin: 20px auto;
  transition: all 0.3s ease-in-out;
  top: 73px;
  position: absolute;
  left: 0;
  right: 0;
}

.open-box {
  width: 399px;
  height: auto;
  transition: all 0.3s ease-in-out;
  display: inline;
  padding: 12px;
  z-index: 1;
  border-radius: 10px;
}

.effect-8 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #0C4D8B;
  background: #0C4D8B;
  position: absolute;
  bottom: 200px;
  left: 7px;
  right: 0;
  margin: 0 auto;
}

.box_2 {
  background: #D98600;
  color: #fff;
  width: 0;
  height: 0;
  display: none;
  margin: 20px auto;
  transition: all 0.3s ease-in-out;
  top: 170px;
  position: absolute;
  left: 0;
  right: 0;
}

.open-box_2 {
  width: 399px;
  height: auto;
  transition: all 0.3s ease-in-out;
  display: inline;
  padding: 12px;
  z-index: 1;
  border-radius: 10px;
}

.effect-8_2 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #0C4D8B;
  background: #0C4D8B;
  position: absolute;
  bottom: 100px;
  left: 7px;
  right: 0;
  margin: 0 auto;
}

.side-panel-wrap {
  padding: 0 !important;
}

.box_3 {
  background: #D98600;
  color: #fff;
  width: 0;
  height: 0;
  display: none;
  margin: 20px auto;
  transition: all 0.3s ease-in-out;
  top: 185px;
  position: absolute;
  left: -426px;
  right: 0;
}

.open-box_3 {
  width: 399px;
  height: auto;
  transition: all 0.3s ease-in-out;
  display: inline;
  padding: 12px;
  z-index: 1;
  border-radius: 10px;
}

.effect-8_3 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #0C4D8B;
  background: #0C4D8B;
  position: absolute;
  bottom: 81px;
  left: -167px;
  right: 0;
  margin: 0 auto;
}

.box_4 {
  background: #D98600;
  color: #fff;
  width: 0;
  height: 0;
  display: none;
  margin: 20px auto;
  transition: all 0.3s ease-in-out;
  top: 67px;
  position: absolute;
  left: 0;
  right: -476px;
}

.open-box_4 {
  width: 399px;
  height: auto;
  transition: all 0.3s ease-in-out;
  display: inline;
  padding: 12px;
  z-index: 1;
  border-radius: 10px;
}

.effect-8_4 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #0C4D8B;
  background: #0C4D8B;
  position: absolute;
  bottom: 212px;
  right: 22px;
  margin: 0 auto;
}

#vido-tgg {
  background: url(../images/background1.jpg);
  padding: 48px 0;
  background-size: cover;
}

#vido-tgg .common-heading {
  text-align: center;
  margin-bottom: 0;
}

.vdo-tgg-anthm {
  width: 100%;
  margin: 0px auto;
  text-align: center;
}

.wdh-iitm {
  width: 80%;
  margin: 0px auto;
}

.anthm-lyerics {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  line-height: 28px;
  font-weight: 300;
  margin: 28px auto 0;
}

/*Logo and Anthem*/
/*vision and mission*/
#visn-misn-cor-v {
  position: relative;
  padding: 0 0;
  background: url(../images/bg_4.jpg) center;
  background-size: cover;
}

.vism-msn-items {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  height: 513px;
  margin: 23px auto;
}

.bor-d_color_1 {
  position: absolute;
  background: rgba(255, 159, 159, 0.8901960784);
  left: 0;
  right: 0;
  bottom: 0;
  top: 63px;
  clip-path: polygon(102.93% 101.25%, -2.25% 101.48%, -2.55% 42.18%, 13.45% 37.19%, 31.31% 32.63%, 54.63% 27.19%, 81.46% 24.33%, 101.72% 27.47%);
}

.bor-d_color_2 {
  position: absolute;
  background: rgba(244, 194, 163, 0.8980392157);
  left: 0;
  right: 0;
  bottom: 0;
  top: 63px;
  clip-path: polygon(102.93% 101.25%, -2.25% 101.48%, -2.6% 28.45%, 20.92% 33.75%, 41.61% 36.53%, 65.67% 35.2%, 86.24% 28.89%, 102.2% 18.55%);
}

.bor-d_color_3 {
  position: absolute;
  background: rgba(176, 192, 255, 0.9294117647);
  left: 0;
  right: 0;
  bottom: 0;
  top: 63px;
  clip-path: polygon(102.93% 101.25%, -2.25% 101.48%, -1.15% 17.57%, 14.9% 12.76%, 36.5% 13.31%, 64.96% 22.08%, 91.53% 32.56%, 101.19% 36.02%);
}

.mmg-vism-mssion {
  width: 100%;
}

.mmg-vism-mssion_text {
  position: absolute;
  top: 247px;
  left: 38px;
  color: #000;
  right: 38px;
}

.mmg-vism-mssion_text p {
  font-weight: 300;
  font-size: 16px;
}

.mmg-vism-mssion_text h1 {
  font-weight: 300;
}

.mmg-vism-mssion_text_2 {
  position: absolute;
  top: 239px;
  left: 28px;
  color: #000;
  right: 28px;
}

.mmg-vism-mssion_text_2 p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}

.mmg-vism-mssion_text_2 h1 {
  font-weight: 300;
  margin: 0 auto 11px;
}

.mmg-vism-mssion_text_3 {
  position: absolute;
  top: 191px;
  left: 40px;
  color: #000;
  right: 39px;
}

.mmg-vism-mssion_text_3 p {
  font-weight: 300;
  font-size: 18px;
}

.mmg-vism-mssion_text_3 h1 {
  font-weight: 300;
}

.mmg-vism-mssion_text_3 ul li {
  list-style: none;
  border-bottom: 1px dashed #000;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

.mmg-vism-mssion_text_3 ul {
  margin: 0 auto;
  padding: 0;
}

/*vision and mission*/
/*Message from Vice Chancellor*/
#msg-vice-chacilor {
  padding: 0 0px;
  position: relative;
}

.vce-mmg-itm {
  position: relative;
  text-align: center;
}

.vce-mmg-itm_img {
  position: relative;
}

.bg-vce-chn {
  background: #D98600;
  width: 225px;
  height: 289px;
  position: absolute;
  top: 10px;
  z-index: 0;
  left: -54px;
  border-radius: 24px;
  right: 0;
  margin: 0px auto;
}

.vce-mmg-itm img {
  border-radius: 16px;
  position: relative;
  z-index: 1;
}

.mesg-vce-hdd {
  margin: 27px auto 0;
  text-align: center;
}

.mesg-vce-hdd h3 {
  margin: 0px auto 4px;
  font-weight: 300;
  font-size: 30px;
  color: #d98600;
}

.mesg-vce-hdd h4 {
  margin: 7px auto 0;
  font-weight: 300;
  font-size: 21px;
}

.mes-para_text p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin: 0px auto 16px;
}

.mes-para_text {
  padding: 0 20px;
}

.side-panel-wrap {
  padding: 66px 0 53px 0 !important;
}

.histr-pad_23 {
  padding-top: 68px !important;
}

/*Message from Vice Chancellor*/
/*content page*/
.accordion-button:focus {
  box-shadow: none;
  border: 0px solid black;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: #F2DAAE; /* change this to the color you want */
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.content-wrp-section {
  min-height: 1061px;
  padding-right: 22px;
  line-height: 28px;
}

.side-panel-wrap {
  position: relative;
}

.accordion-button::after {
  content: url(../images/plus.png);
}

.accordion-button:not(.collapsed)::after {
  content: url(../images/plus.png);
  transform: rotate(135deg);
}

.acc_content {
  border: 2px solid #F2DAAE;
  border-top: 0px;
}

table {
  border: none !important;
}

#content-tables_1 table {
  border-collapse: collapse;
  font-size: 16px;
}

#content-tables_1 th {
  text-align: left;
  padding: 11px 11px !important;
}

#content-tables_1 td {
  text-align: left;
  padding: 11px 11px;
  background: none;
  line-height: 28px;
}

#content-tables_1 tr:nth-child(odd) {
  background-color: #D4E8EE;
  transition: all 0.4s ease;
}

#content-tables_1 tr:nth-child(odd):hover {
  background-color: #BBD2D9;
  transition: all 0.4s ease;
}

#content-tables_1 tr:nth-child(even) {
  background-color: #FFF3DD;
  transition: all 0.4s ease;
}

#content-tables_1 tr:nth-child(even):hover {
  background-color: #F2E4CA;
  transition: all 0.4s ease;
}

#content-tables_1 table thead tr td {
  background: #DDAE68;
}

#content-tables_1 table thead tr th {
  background: #DDAE68;
}

.widget ul li::before {
  content: url(../images/right-icon_1.png);
  left: 0;
  position: absolute;
  padding-left: 4px;
  color: #707070;
  font-size: 14px;
}

.widget ul {
  float: left;
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
}

.widget ul li {
  margin-bottom: 3px;
  padding-left: 36px;
  position: relative;
  line-height: 26px;
  font-size: 16px;
}

.bootstrap-tabs ul li::before {
  content: "" !important;
}

.bootstrap-tabs ul li a {
  color: #fff;
  margin: 0px auto;
  padding: 7px 18px;
  position: relative;
  top: 7px;
}

.bootstrap-tabs ul li {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  height: 39px;
}

.bootstrap-tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: #ddae68 !important;
  border: 1px solid #ddae68 !important;
  color: #fff;
  border-radius: 43px;
}

.bootstrap-tabs .nav-tabs {
  background: #54a9d3;
  max-height: 100%;
  border-radius: 87px;
  float: left;
  width: -moz-fit-content;
  width: fit-content;
}

.bootstrap-tabs .tab-content {
  padding: 25px 0;
  float: left;
  width: 100%;
}

.glyphicon-chevron-down:before {
  content: url(../images/down_2.png);
}

.collapsible-item-heading {
  background: #FFF3DD;
  padding: 16px;
  transition: all 0.4s ease;
  border: 1px solid #e8d9bf;
}

.collapsible-item-heading:hover {
  background: #dcc294;
  padding: 16px;
  transition: all 0.4s ease;
}

.collapsible-item-heading h4 {
  font-size: 18px;
  margin: 0px auto;
}

.collapsible-item {
  margin-bottom: 11px;
  float: left;
  width: 100%;
}

.collapsible-item-body {
  background: #fff;
  padding: 18px 17px 21px;
  border: 1px solid #e8d9bf;
  border-top: none;
  float: left;
  width: 100%;
}

table tr td p {
  margin: 0px auto;
}

.tab-pane ul li::before {
  content: url(../images/right-icon_1.png) !important;
  left: 0;
  position: absolute;
  padding-left: 4px;
  color: #707070;
  font-size: 14px;
}

.tab-pane ul {
  float: left;
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
}

.tab-pane ul li {
  margin-bottom: 3px !important;
  padding-left: 36px !important;
  position: relative;
  line-height: 29px;
  font-size: 16px;
  float: left;
  width: 100%;
}

.tab-pane ul li a {
  font-weight: 300;
  float: left;
  width: 100%;
  color: #000 !important;
  padding: 0 0;
  position: static;
}

/*content page*/
#progm-landng {
  padding: 50px 0;
  position: relative;
  background: url(../images/bg_4.jpg);
  background-size: cover;
}
#progm-landng .row {
  justify-content: center;
}
#progm-landng .programmes-img-box {
  height: 153px;
}
#progm-landng .welcome-btn-orange {
  background-color: #D98600;
  color: #fff;
  font-size: 15px;
  font-weight: 200;
  padding: 7px 10px;
  border-radius: 9px 9px 0 0 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  bottom: 0;
  width: 134px;
  left: 0;
  right: 0;
  margin: 0px auto;
}
#progm-landng .welcome-btn-orange:hover {
  background-color: #af6f09;
  color: #fff;
  font-size: 15px;
  font-weight: 200;
  padding: 7px 10px;
  border-radius: 9px 9px 0 0 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  bottom: 0;
  width: 134px;
  left: 0;
  right: 0;
  margin: 0px auto;
}
#progm-landng .program-box-h4 {
  font-size: 18px;
}
#progm-landng #tab-button {
  display: table;
  table-layout: fixed;
  margin: 0px auto;
  padding: 0;
  list-style: none;
  background: #d2d2d2;
  border-radius: 60px;
}
#progm-landng #tab-button li {
  display: inline-block;
}
#progm-landng #tab-button li a {
  display: block;
  padding: 10px 23px;
  border-radius: 60px;
  text-align: center;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
}
#progm-landng #tab-button li a:hover, #progm-landng #tab-button .is-active a {
  background: #D98600;
  color: #fff;
}
#progm-landng .tab-button-outer {
  display: none;
}
#progm-landng .tab-contents {
  margin-top: 38px !important;
}
@media screen and (min-width: 768px) {
  #progm-landng .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  #progm-landng .tab-select-outer {
    display: none;
  }
  #progm-landng .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}
#progm-landng .each-programme-box {
  margin-bottom: 22px !important;
}

#univ-achiv-fac-cam {
  padding: 60px 0;
  position: relative;
}
#univ-achiv-fac-cam .ech-achivmnt-hgt {
  overflow: hidden;
  height: 151px;
  margin-bottom: 18px;
}
#univ-achiv-fac-cam .each-programme-box p {
  font-size: 14px;
}

#evnts-itmpage {
  background: #f4f4f4;
  padding: 60px 0;
  position: relative;
}
#evnts-itmpage .item-events-listp {
  background: #fff;
  padding: 15px 74px 15px 15px;
  border-radius: 15px;
  box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.0901960784);
  width: 78%;
  margin: 0px auto 24px;
}
#evnts-itmpage .icon-info {
  display: flex;
  font-size: 15px;
}
#evnts-itmpage .icon-info svg {
  position: relative;
  left: 0;
  top: -2px;
  margin-right: 9px;
}
#evnts-itmpage .para-hd-it h1 {
  font-size: 23px;
}
#evnts-itmpage #tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#evnts-itmpage #tab-button li {
  display: inline-block;
}
#evnts-itmpage #tab-button li a {
  display: block;
  padding: 14px 26px;
  background: #d9d9d9;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 7px;
}
#evnts-itmpage #tab-button li a:hover,
#evnts-itmpage #tab-button .is-active a {
  background: #0C4D8B;
  color: #fff;
}
#evnts-itmpage .tab-button-outer {
  display: none;
}
#evnts-itmpage .tab-contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #evnts-itmpage .tab-button-outer {
    position: relative;
    z-index: 2;
    margin-bottom: 32px;
    text-align: center;
    display: block;
  }
  #evnts-itmpage .tab-select-outer {
    display: none;
  }
  #evnts-itmpage .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}

#sem-details-inn {
  padding: 60px 49px;
  position: relative;
  background: url(../images/bg-sem.jpg) center;
  background-size: cover;
}
#sem-details-inn .owl-carousel .owl-nav.disabled {
  display: inline !important;
}
#sem-details-inn .owl-prev {
  background: #D98600;
  color: #fff;
  width: 28px;
  height: 48px;
  padding: 0;
  position: absolute;
  left: -54px;
  top: 162px;
}
#sem-details-inn .owl-prev span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#sem-details-inn .owl-next {
  background: #D98600;
  color: #fff;
  width: 28px;
  height: 48px;
  padding: 0;
  position: absolute;
  right: -54px;
  top: 162px;
}
#sem-details-inn .owl-next span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#sem-details-inn .owl-dots {
  display: none;
}
#sem-details-inn .common-heading h1 {
  text-align: center;
}
#sem-details-inn .common-heading p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  width: 64%;
  margin: 0px auto;
}
#sem-details-inn .common-heading h1 span {
  color: #FFF;
  font-weight: 400;
}
#sem-details-inn #owl-demo-11 .item {
  margin: 14px 7px;
}
#sem-details-inn .owl-dots {
  display: none !important;
}
#sem-details-inn .itm-bbg-curriclm {
  background: #fff;
  padding: 34px;
  border-radius: 28px;
  height: 376px;
}
#sem-details-inn .itm-bbg-curriclm::before {
  content: "";
  background: #d98600;
  border-radius: 0;
  position: absolute;
  left: 0;
  width: 115px;
  float: left;
  height: 115px;
  z-index: -1;
  top: 7px;
  border-radius: 28px;
}
#sem-details-inn .itm-bbg-curriclm::after {
  content: "";
  background: #d98600;
  border-radius: 0;
  position: absolute;
  right: 0px;
  width: 115px;
  float: left;
  height: 115px;
  z-index: -1;
  bottom: 7px;
  border-radius: 28px;
}
#sem-details-inn .itm-bbg-curriclm h1 {
  font-size: 30px;
  font-weight: 300;
  margin: 0px auto 10px;
  color: #D98600;
}
#sem-details-inn .itm-bbg-curriclm ul li {
  line-height: 30px;
  font-size: 16px;
  border-bottom: 1px dashed #a4a4a4;
  padding: 3px 0;
}
#sem-details-inn .insid-heigh_1 {
  overflow: hidden;
}
#sem-details-inn .insid-heigh_2 {
  width: 104%;
  overflow: auto;
  height: 254px;
}

#news-read-page-txts {
  padding: 71px 0;
  background: #f4f4f4;
}
#news-read-page-txts .nws-mmg-hdd {
  border: 10px solid #fff;
  box-shadow: 0 1px 10px -1px rgba(0, 0, 0, 0.4196078431);
  border-radius: 10px;
}
#news-read-page-txts .news-read-box {
  border-left: 1px solid #e8e8e8;
  padding: 0 0 0 23px;
}
#news-read-page-txts .news-read-box h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  text-decoration: underline;
}
#news-read-page-txts .news-read-box p {
  line-height: 29px;
}
#news-read-page-txts .news-read-box p {
  line-height: 29px;
}

#courses-highlights {
  padding: 60px 0;
  position: relative;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(244, 244, 244) 84%);
}
#courses-highlights .owl-carousel .owl-nav.disabled {
  display: inline !important;
}
#courses-highlights .owl-prev {
  background: #D98600;
  color: #fff;
  width: 28px;
  height: 48px;
  padding: 0;
  position: absolute;
  left: -54px;
  top: 122px;
}
#courses-highlights .owl-prev span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#courses-highlights .owl-next {
  background: #D98600;
  color: #fff;
  width: 28px;
  height: 48px;
  padding: 0;
  position: absolute;
  right: -54px;
  top: 122px;
}
#courses-highlights .owl-next span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#courses-highlights .owl-dots {
  display: none;
}

#progm-lft-rgt-para {
  margin: 0px auto 42px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(230, 230, 230) 52%, rgba(254, 254, 254, 0) 100%);
}

#plcement-logos {
  padding: 48px 0px;
  position: relative; /*background: linear-gradient(180deg,rgb(255, 255, 255) 0%, rgb(244, 244, 244) 84%);*/
}
#plcement-logos .common-heading {
  text-align: center;
}
#plcement-logos .rec-itm-logo {
  border: 1px solid #d7d7d7;
  padding: 0 9px;
  background: #fff;
  box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.3019607843);
  border-radius: 8px;
}
#plcement-logos #owl-demo-12 .item {
  margin: 10px auto;
}
#plcement-logos .rec-itm-logo img {
  border-radius: 8px;
}
#plcement-logos .owl-carousel .owl-nav.disabled {
  display: inline !important;
}
#plcement-logos .owl-prev {
  background: #D98600;
  color: #fff;
  width: 28px;
  height: 48px;
  padding: 0;
  position: absolute;
  left: -54px;
  top: 25px;
}
#plcement-logos .owl-prev span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#plcement-logos .owl-next {
  background: #D98600;
  color: #fff;
  width: 28px;
  height: 48px;
  padding: 0;
  position: absolute;
  right: -54px;
  top: 25px;
}
#plcement-logos .owl-next span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#plcement-logos .owl-dots {
  display: none;
}

#adm-proceess {
  position: relative;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(237, 237, 237) 84%);
}

#applictn-process-itm {
  padding: 0px 0;
  position: relative;
  overflow: hidden;
  /*.accordion-content { padding: 16px 0; display: none; background-color: #fff; }
  .accordion-content.open { display: none; }*/
}
#applictn-process-itm .applc-proc-iyems {
  position: absolute;
  top: 59px;
  left: 80px;
  width: 33%;
}
#applictn-process-itm .applic-box-process {
  position: relative;
}
#applictn-process-itm .applic-box-ovrly {
  background: rgba(12, 77, 139, 0.8588235294);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#applictn-process-itm .common-heading h1 {
  color: #fff;
  line-height: 58px;
}
#applictn-process-itm .common-heading h1 span {
  color: #fff;
}
#applictn-process-itm .right-accordon-applproc {
  position: relative;
  width: 119%;
  right: 77px;
  overflow: auto;
  height: 500px;
}
#applictn-process-itm .applic-box-process img {
  width: 100%;
}
#applictn-process-itm .accordion {
  max-width: 700px;
  margin: auto;
}
#applictn-process-itm .accordion-item {
  margin: 40px auto;
  border: none;
  background: linear-gradient(90deg, rgb(232, 232, 232) 0%, rgb(255, 255, 255) 100%);
  position: relative;
}
#applictn-process-itm .accordion-header {
  padding: 16px 24px;
  cursor: pointer;
  font-weight: 400;
  transition: background 0.3s;
  font-size: 18px;
  background: linear-gradient(90deg, rgb(232, 232, 232) 0%, rgb(255, 255, 255) 100%);
}
#applictn-process-itm .accordion-header:hover {
  background-color: #e0e0e0;
}
#applictn-process-itm .accordion-header::before {
  content: url(../images/down-icon.png);
  position: absolute;
  right: 70px;
  background: #e1f0ff;
  width: 29px;
  height: 29px;
  padding: 0px 9px;
  border-radius: 50%;
}
#applictn-process-itm .accordion-header {
  width: 100%;
  padding: 1rem 1.2rem;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.3s ease;
}
#applictn-process-itm .accordion-icon {
  transition: transform 0.4s ease;
  font-size: 18px;
}
#applictn-process-itm .accordion-header.active .accordion-icon {
  transform: rotate(90deg);
}
#applictn-process-itm .accordion-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  background: #fafafa;
  padding: 0 1.2rem;
  transition: max-height 0.5s ease, opacity 0.4s ease;
}
#applictn-process-itm .accordion-content.open {
  opacity: 1;
  max-height: 1000px;
}
#applictn-process-itm .common-heading p {
  color: #fff;
  margin: 0px auto;
  width: 84%;
  float: left;
  line-height: 30px;
}
#applictn-process-itm .accor-numb_1 {
  background: #f4f4f4;
  position: absolute;
  left: -96px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 7px;
  border: 1px solid #fff;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 19px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 0px 10px rgba(217, 217, 217, 0.37);
  top: -7px;
}

#owl-demo-15 .item {
  margin: 10px 3px;
}

#fee-structur-box .fee-details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 1px 5px -3px #000;
  margin-bottom: 12px;
}
#fee-structur-box .fee-item {
  flex: 1;
  min-width: 120px;
  padding: 15px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  margin: 5px;
}
#fee-structur-box .fee-item {
  text-align: center;
}
#fee-structur-box .fee-item.total {
  font-weight: bold;
  background: #d0ebf9;
  color: #1C3A82;
}
#fee-structur-box .fee-item {
  flex: 1;
  min-width: 120px;
  padding: 15px;
  text-align: left;
  background: #ccc;
  border-radius: 8px;
  margin: 5px;
}
#fee-structur-box .fee-item h5 {
  margin: 0px auto 4px;
  font-weight: 300;
  font-size: 17px;
}
#fee-structur-box .fee-item h3 {
  margin: 0px auto;
  font-size: 23px;
}

.rgtt-helpline {
  display: flex;
  color: #fff;
  margin: 24px auto 0;
  position: absolute;
  bottom: 143px;
  right: 31px;
  display: none;
}

.numb-ghelpp {
  text-align: right;
  padding-right: 13px;
}

.numb-ghelpp h5 {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0px auto 4px;
}

.numb-ghelpp h4 {
  font-weight: bold;
  font-size: 18px;
  margin: 0px auto 5px;
}

.cal-ic-hlp-linne {
  background: #f00;
  text-align: center;
  color: #fff;
  width: 47px;
  height: 47px;
  padding: 10px 3px;
  border-radius: 50%;
}

#accred-bottom .accreditations-img {
  padding: 0 2px !important;
}

#socialmedia-wdgt {
  padding: 60px 0;
  position: relative;
  background: url(../images/bg_9.jpg) center no-repeat;
  background-size: cover;
}
#socialmedia-wdgt .comn-hd-home h2 {
  font-size: 35px;
  font-weight: 300;
  color: #4594E8;
  margin: 0px auto;
}
#socialmedia-wdgt .socl-widgt-mmg {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  height: 160px;
}
#socialmedia-wdgt .socl-widgt-para {
  padding: 0 0 23px;
}
#socialmedia-wdgt .reactn-items {
  display: flex;
  justify-content: end;
}
#socialmedia-wdgt .hert-reactn-items {
  padding: 0 6px;
}
#socialmedia-wdgt .socl-contnts {
  padding: 0 12px;
}
#socialmedia-wdgt .profile-fst-letter {
  text-align: center;
  background: #333;
  color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  padding: 3px 1px;
  margin: 0px auto;
}
#socialmedia-wdgt .profile-fst-letter h1 {
  font-size: 21px;
  margin: 0px auto;
}
#socialmedia-wdgt .socl-contnts h5 {
  color: #D98600;
  font-size: 14px;
  margin: 0px auto;
}
#socialmedia-wdgt .socl-contnts h4 {
  color: #333;
  font-size: 17px;
  margin: 0px auto 3px;
}
#socialmedia-wdgt .socl-contnts p {
  margin: 0px auto;
  font-size: 13px;
  line-height: 20px;
}
#socialmedia-wdgt .socl-widgt-wrpr {
  border: 1px solid #000;
  border-radius: 17px;
}
#socialmedia-wdgt .item_1 {
  margin-top: 0 !important;
}
#socialmedia-wdgt .item_2 {
  margin-top: 0px !important;
}
#socialmedia-wdgt .item_3 {
  margin-top: 0px !important;
}
#socialmedia-wdgt .item_4 {
  margin-top: 0px !important;
}
#socialmedia-wdgt .item_5 {
  margin-top: 0 !important;
}
#socialmedia-wdgt #owl-demo-16 .item {
  margin: auto 8px;
}
#socialmedia-wdgt .scl-icons-wdths {
  margin-top: 40px;
}
#socialmedia-wdgt .comn-hd-home h1 {
  font-size: 45px;
  font-weight: 300;
  color: #D98600;
  margin: 0px auto 5px;
}
#socialmedia-wdgt .comn-hd-home h1 span {
  color: #0C4D8B;
}
#socialmedia-wdgt .comn-hd-home {
  text-align: center;
}

.max-w {
  max-width: 1920px !important;
  position: relative;
  z-index: 8;
}

#pills-tab li::before {
  content: "" !important;
  left: 0;
  position: static !important;
  padding-left: 0px !important;
  color: inherit !important;
  font-size: 14px;
}

#pills-tab {
  float: none;
  list-style: outside none none;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  width: auto !important;
}

#pills-tab li {
  margin-bottom: 0px !important;
  padding-left: 0 !important;
  position: static !important;
  line-height: 29px;
  font-size: 16px;
}

#ccontent_4 .inner-container {
  padding: 0;
}/*# sourceMappingURL=main-style.css.map */