:root {
  --color-black: #1E1E1E;
  --color-yellow: #FFF73B;
  --color-blue: #192F59;
  --color-white: #ffffff;
  --color-grey: #ececec;
  --color-pureGrey: #808080;
  --color-YenGrey: #5C5C5C;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-font-main: 'Poppins', sans-serif;
}

::-moz-selection {
  /* Code for Firefox */
  color: var(--color-white);
  background: var(--color-red);
}

::selection {
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.3);
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

i {
  font-style: normal;
}

.site-container {
  background: var(--color-white);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .12);
  margin: 0 auto;
  max-width: 1600px;
  word-wrap: break-word;
  position: relative;
}

.site-container::after {
  clear: both;
  content: " ";
  display: block
}

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

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

a,
.admission-program-box a h4,
.admission-program-box::before {
  outline: 0 !important;
  text-decoration: none;
  color: var(--color-black);
  -webkit-transition: color .4s, background-color .4s;
  -moz-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

/* .contact-box h2 p,.contact-box::before{outline: 0!important; text-decoration: none; color: var(--color-black); -webkit-transition: color .4s, background-color .4s; -moz-transition: color .4s, background-color .4s; -o-transition: color .4s, background-color .4s; transition: color .4s, background-color .4s; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;} */
a:hover {
  text-decoration: none;
  color: var(--color-green);
}

.pad0 {
  padding: 0;
}

strong {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 8em;
  right: 15px;
  text-decoration: none;
  color: rgba(46, 45, 45, 0.5);
  border-radius: 100px;
  background: rgba(244, 244, 244, 0.5);
  font-size: 22px;
  padding: 8px 10px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
}

.back-to-top:hover {
  background: rgba(255, 255, 255, 1);
  color: rgba(46, 45, 45, 1);
  text-decoration: none !important;
}

.linkBlack {
  color: var(--color-black);
  font-weight: 600;
  text-decoration: underline;
}

.linkBlack:hover {
  color: var(--color-green);
}

.linkRed {
  color: var(--color-red);
  font-weight: 600;
  text-decoration: underline;
}

.linkRed:hover {
  color: var(--color-black);
}

.linkgreen {
  color: var(--color-green);
  font-weight: 600;
  text-decoration: underline;
}

.linkgreen:hover {
  color: var(--color-black);
}

.linkWhite {
  color: var(--color-white);
  font-weight: 600;
  text-decoration: underline;
}

.linkWhite:hover {
  color: var(--color-black);
}

.colorGreen {
  color: var(--color-green);
}

.colorRed {
  color: var(--color-red);
}

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

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

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

.carousel-item {
  transition: transform 1s ease-in-out;
}

#myCarousel.carousel-fade .active.carousel-item-start,
#myCarousel.carousel-fade .active.carousel-item-end,
#myCarouselMobile.carousel-fade .active.carousel-item-start,
#myCarouselMobile.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0.9s;
}

#announcementCarousel.carousel-fade .active.carousel-item-start,
#announcementCarousel.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0s;
}

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

.slider .carousel-inner {
  overflow: unset;
}

.slider {
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 0;
}

.carousel-item:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 200px;
  content: "";
  background: linear-gradient(0deg, rgba(191, 43, 27, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

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

.slide1 a:hover,
.slide2 a:hover,
.slide3 a:hover,
.slide4 a:hover,
.slide5 a:hover,
.slide6 a:hover {
  color: var(--color-white);
}

.slide1 h3 {
  animation-delay: 1.5s;
  font-size: 72px;
  font-weight: 700;
  color: var(--color-white);
  padding: 15px 15px 10px 15px;
  margin: 0;
  display: block;
  line-height: 78px;
  text-align: right;
  top: 95px;
  right: -102px;
  position: relative;
}

.slide1 h4 {
  animation-delay: 1.8s;
  font-size: 18px;
  font-weight: 400;
  color: var(--color-white);
  padding: 10px 15px 25px 15px;
  margin: 0;
  display: block;
  line-height: 24px;
  text-align: right;
  position: relative;
  top: 100px;
  right: 110px;
}

.slide1 h4 span {
  display: block;
  font-size: 14px;
}

.slide2 h3 {
  animation-delay: 1.5s;
  font-size: 72px;
  font-weight: 700;
  color: #000;
  padding: 15px 15px 10px 15px;
  margin: 0;
  display: block;
  line-height: 78px;
  text-align: right;
  top: 95px;
  right: -102px;
  position: relative;
}

.slide2 h4 {
  animation-delay: 1.8s;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 10px 15px 25px 15px;
  margin: 0;
  display: block;
  line-height: 24px;
  text-align: right;
  position: relative;
  top: 100px;
  right: 110px;
}

.slide2 h4 span {
  display: block;
  font-size: 14px;
}

.slide1 .carousel-caption {
  left: 38%;
  right: 0;
  top: 20%;
  bottom: 5%;
  padding: 10px 0px 20px 20px !important;
  width: 65%;
  text-align: right !important;
  animation-delay: 1s;
}

.slide2 .carousel-caption {
  left: 38%;
  right: 0;
  top: 20%;
  bottom: 5%;
  padding: 10px 0px 20px 20px !important;
  width: 65%;
  text-align: right !important;
  animation-delay: 1s;
}

.slider .carousel-control-prev {
  top: unset;
  bottom: 40px;
  left: 150px;
  border-radius: 50px;
  border: 2px solid var(--color-white);
  width: auto;
}

/* .slider .carousel-control-prev .carousel-control-prev-icon i{width: 45px; height: 45px;} */
.slider .carousel-control-next {
  top: unset;
  bottom: 40px;
  left: 205px;
  right: unset;
  border-radius: 50px;
  border: 2px solid var(--color-white);
  width: auto;
}

/* .slider .carousel-control-next .carousel-control-next-icon i{width: 45px; height: 45px;} */
.carousel-indicators {
  right: 0;
  left: unset;
  bottom: 60px;
}

.carousel-indicators [data-bs-target] {
  color: var(--color-white) !important;
  background-color: transparent;
  text-indent: 0;
  font-size: 22px;
  font-weight: 700;
  width: auto;
  height: auto;
  margin: 0 6px;
}

.carousel-indicators .active {
  font-size: 26px;
}

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

  .slide1 .carousel-caption,
  .slide2 .carousel-caption,
  .slide3 .carousel-caption,
  .slide4 .carousel-caption,
  .slide5 .carousel-caption,
  .slide6 .carousel-caption {
    width: 100% !important;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    display: none;
  }

  .slide1 h3,
  .slide2 h3,
  .slide3 h3,
  .slide4 h3,
  .slide5 h3,
  .slide6 h3 {
    font-size: 22px;
    margin-bottom: 0;
  }

  .slide1 h4,
  .slide2 h4,
  .slide3 h4,
  .slide4 h4,
  .slide5 h4,
  .slide6 h4 {
    font-size: 16px;
    margin-top: 5px;
  }
}

.btn-one,
.btn-one-full,
.btn-two,
.btn-two-full,
.btn-three,
.btn-three-full,
.btn-four,
.btn-one-full-1 {
  -webkit-transition: color .4s, background-color .4s;
  -moz-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-top: 20px;
  padding: 8px 40px 8px 40px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  border-radius: 100px;
}

.btn-one {
  border: 2px solid var(--color-blue);
  color: var(--color-blue) !important;
}

.btn-one:hover {
  background: var(--color-blue);
  color: var(--color-white) !important;
}

.btn-one-full {
  border: 2px solid var(--color-blue);
  color: var(--color-white) !important;
  background: var(--color-blue);
}

.btn-one-full:hover {
  border: 2px solid var(--color-blue);
  background: none;
  color: var(--color-blue) !important;
}

.btn-two {
  border: 2px solid var(--color-yellow);
  color: var(--color-yellow) !important;
}

.btn-two:hover {
  background: var(--color-yellow);
  color: var(--color-blue) !important;
}

.btn-two-full {
  border: 2px solid var(--color-yellow);
  background: var(--color-yellow);
  color: var(--color-blue) !important;
}

.btn-two-full:hover {
  border: 2px solid var(--color-yellow);
  color: var(--color-yellow) !important;
  background: none;
}

.btn-three {
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
}

.btn-three:hover {
  background: var(--color-white);
  color: var(--color-black) !important;
}

.btn-three-full {
  border: 2px solid var(--color-white);
  background: var(--color-white);
  color: var(--color-black) !important;
}

.btn-three-full:hover {
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
  background: none;
}

.btn-four {
  border: 2px solid var(--color-blue);
  color: var(--color-blue) !important;
}

.btn-four:hover {
  background: var(--color-blue);
  color: var(--color-white) !important;
}

.btn-one-full-1 {
  border: 2px solid var(--color-blue);
  color: var(--color-white) !important;
  background: var(--color-blue);
  border-radius: 20px;
  margin: 20px;
}

/* Divider Line */
hr {
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.7), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.7), transparent);
  border: 0;
  height: 1px;
  margin: 15px 0 15px 0;
  background-color: transparent;
}

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

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

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

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

hr.invisible {
  background: none;
}

/* video */
.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* image hover*/
.hover01 a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hover01 a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}

/*contact border*/
.contact-border {
  border-bottom: #B6B6B6 2px solid;
}

.contact-border h2 {
  color: #192F59;
  font-weight: 500;
  font-size: 22px;
  margin: 30px 0 10px 0;
}

/*map*/
.map {
  position: relative;
  margin: 30px 30px 30px 30px;
}

.map iframe {
  width: 100%;
  height: 300px;
  border-radius: 0;
}

/* Divider Line */
.text-casenone {
  text-transform: none !important;
}

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

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

ul.list li a {
  color: var(--color-black);
}

ul.list li a:hover {
  color: var(--color-green);
}

ul.list li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: -7px;
  position: absolute;
  top: 5px;
  font-size: 7px;
  font-weight: 900;
  color: var(--color-black);
}

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

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

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

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

ol.ol-list li a {
  color: var(--color-black);
}

ol.ol-list li a:hover {
  color: var(--color-blue);
}

.head-main {
  font-size: 42px;
  border-bottom: dashed 2px var(--color-black);
  display: block;
  width: 100%;
  padding: 0 50px 5px 0;
  margin-bottom: 20px;
}

.head-one {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  background: var(--color-red);
  color: var(--color-black);
  width: 100%;
}

.head-two {
  font-weight: 500;
  font-size: 17px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-black);
  color: var(--color-black);
  width: 100%;
}

.head-three {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  background: var(--color-blue);
  color: var(--color-white);
  width: 100%;
}

.head-four {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-blue);
  color: var(--color-blue);
  width: 100%;
}

.head-five {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-black);
  color: var(--color-black);
  width: 100%;
}

.head-six {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-pureGrey);
  color: var(--color-pureGrey);
  width: 100%;
}

.background-white {
  padding: 30px;
  background: var(--color-white);
  margin-bottom: 30px;
}

.bg-color-one {
  background: var(--color-grey);
  padding: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.20) !important;
}

.bg-color-two {
  background: var(--color-white);
  padding: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.20);
  display: inline-block;
}

.bg-color-two h2 {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  background: var(--color-blue);
  color: var(--color-white);
  width: 100%;
}

.bg-color-two h3 {
  font-weight: 500;
  font-size: 25px;
  padding: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px var(--color-blue);
  color: var(--color-blue);
  width: 100%;
}

.bg-color-two h3 span {
  float: right;
}

.link {
  color: var(--color-blue);
  font-weight: 600;
}

.link:hover {
  color: var(--color-black);
}

.for-xs {
  display: none !important;
}

.image-radius-15 {
  border-radius: 15px;
}

.home-stats-bg {
  position: relative;
}

.home-stats-bg .container {
  background: var(--color-blue);
  color: var(--color-white);
  padding: 50px 0;
  text-align: center;
  margin-top: -20px;
}

.home-stats-box.br {
  border-right: 1px solid #FFFFFF;
}

.home-stats-box h3 {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

.home-stats-box h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

.home-announcement-bg .container {
  border-bottom: 1px solid #B6B6B6;
  padding: 25px 0 20px 0;
}

.home-announcement-bg marquee {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-blue);
  margin: 10px;
  width: 100%
}

.home-announcement-bg marquee p {
  display: inline;
  margin: 0 20px 0 20px;
}

.home-announcement-bg marquee a {
  font-weight: 500;
  color: var(--color-blue);
}

.home-announcement-bg marquee a:hover {
  color: var(--color-yellow);
}

.home-announcement-bg h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-blue);
  text-align: center;
}

.home-accreditation-bg {
  padding: 40px 0;
}

.home-accreditation-box {
  text-align: center;
  padding: 10px 50px;
}

.home-accreditation-box h3 {
  font-size: 12px;
  font-weight: 500;
}

.home-accreditation-owl {
  position: relative;
  overflow: hidden;
}

.home-programs-bg {
  padding: 40px 0;
}

.home-programs-bg h2 {
  color: var(--color-blue);
  font-size: 45px;
  font-weight: 700;
  margin: 0;
}

.home-programs-tab.r-tabs {
  margin-top: 40px;
}

.home-programs-tab.r-tabs .r-tabs-nav {
  border: 0;
}

.home-programs-tab.r-tabs .r-tabs-nav .r-tabs-anchor {
  background: var(--color-white);
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
  padding: 10px 25px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 400;
}

.home-programs-tab.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  background: var(--color-blue);
  color: var(--color-white);
  border: 1px solid var(--color-blue);
}

.home-programs-tab.r-tabs .r-tabs-nav .r-tabs-state-active {
  border: 0;
  background: transparent;
}

.home-programs-tab.r-tabs .r-tabs-nav .r-tabs-tab {
  margin: 0 8px;
}

.home-programs-tab.r-tabs .r-tabs-panel {
  border: 0;
}

.home-programs-tab.r-tabs .r-tabs-panel ul {
  margin: 0;
  padding: 0;
}

.home-programs-tab.r-tabs .r-tabs-panel ul li {
  display: inline-block;
  width: 48%;
  margin: 12px 0 12px 15px;
  list-style: none;
  position: relative;
  z-index: 0;
}

.home-programs-tab.r-tabs .r-tabs-panel ul li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: -15px;
  position: absolute;
  top: 9px;
  font-weight: 900;
  color: var(--color-blue);
  font-size: 6px;
}

.home-programs-tab.r-tabs .r-tabs-panel ul li a {
  font-size: 15px;
  font-weight: 400;
}

.home-programs-tab.r-tabs .r-tabs-panel ul li a:hover {
  color: var(--color-blue);
}

.home-welcome-bg {
  padding: 80px 0;
  color: var(--color-white);
  background: url(../img/pesce.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.home-welcome-bg h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.home-welcome-bg h2 span {
  display: block;
  font-size: 30px;
  font-weight: 400;
}

.home-welcome-bg p {
  font-size: 14px;
  font-weight: 400;
}

.home-news-bg {
  padding: 80px 0 140px 0;
  position: relative;
  z-index: 0;
}

.home-news-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0px;
  right: 0;
  left: 0px;
  background: #F3F3F3;
  width: 100%;
  height: 300px;
}

.home-news-bg h2 {
  font-size: 45px;
  font-weight: 700;
  color: var(--color-blue);
  line-height: 48px;
  margin-bottom: 20px;
}

.home-news-bg h2 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-black);
}

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

.home-news-box::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.home-news-box img {
  min-width: 100%;
  height: 411px;
  object-fit: cover;
}

.home-news-box-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: var(--color-white);
}

.home-news-box-text .date {
  position: relative;
  top: 30px;
  left: 20px;
}

.home-news-box-text .date h4 {
  font-size: 60px;
  font-weight: 400;
  line-height: 38px;
}

.home-news-box-text .date h4 span {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}

.home-news-box-text .home-news-box-textbox {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
}

.home-news-box-text .home-news-box-textbox h3 {
  font-size: 20px;
  font-weight: 600;
}

.home-news-box-text .home-news-box-textbox p {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  line-height: 20px;
}

.home-news-box-text .home-news-box-textbox .btn-two-full {
  font-size: 12px;
  padding: 5px 20px 5px 20px;
}

.home-placements-bg {
  background: #F3F3F3;
  padding: 0px 0;
}

.home-placements-box h2 {
  color: var(--color-blue);
  font-size: 30px;
  font-weight: 400;
}

.home-placement-text-box {
  text-align: center;
}

.home-placement-text-box h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0 0 0;
}

.home-placement-text-box .home-placement-logo {
  width: 40% !important;
  margin: 0 auto;
  display: none !important;
}

.home-explore-placements-bg {
  position: relative;
  z-index: 0;
  background: var(--color-white);
  padding: 40px 50px;
  width: 95%;
  margin: 0 auto;
}

.home-explore-placements-bg::before {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  background: var(--color-blue);
  width: 500px;
  height: 5px;
}

.home-explore-placements-bg::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -15px;
  background: var(--color-blue);
  width: 5px;
  height: 300px;
}

.home-explore-placements-bg h3 {
  font-size: 45px;
  font-weight: 700;
  color: var(--color-blue);
  margin-bottom: 25px;
}

.home-explore-placements-bg p {
  font-size: 14px;
  font-weight: 400;
}

.home-placement-logo-bg {
  padding: 70px 0 50px 0;
}

.home-placement-logo-owl.owl-carousel .owl-item img {
  width: 70%;
  margin: 0 auto;
}

.home-placement-logo-bg .container {
  border-bottom: 1px solid #B6B6B6;
  padding-bottom: 30px;
}

.home-video-bg {
  position: relative;
  z-index: 0;
  padding: 60px 0 80px 0;
  background: url(../img/home-video-bg.jpg);
  background-size: contain;
  background-attachment: fixed;
  background-position: left;
  overflow: hidden;
}

.home-video-bg::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0;
  background: var(--color-white);
  width: 100%;
  height: 30%;
  z-index: -1;
}

.home-video-bg::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -1;
  background-image: -webkit-linear-gradient(224deg, #ffffff 77%, rgba(238, 237, 237, 0) 37%);
}

.home-video-bg h2 {
  font-size: 45px;
  font-weight: 700;
  color: #828282;
  text-align: right;
}

.home-video-bg h2 span {
  color: var(--color-blue);
}

.home-video-bg-top a {
  display: block;
}

.home-video-box {
  margin: 80px 0 10px;
}

.home-video-box a {
  display: block;
  color: var(--color-blue);
  border: 1px solid #B6B6B6;
  background: var(--color-white);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-video-box a img {
  width: 30%;
}

.home-video-box a h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0 5px 0;
}

.home-video-box a h5 {
  font-size: 12px;
  font-weight: 500;
}

.home-video-box a:hover {
  background: var(--color-yellow);
}

.home-research-bg {
  padding: 180px 0 0 0;
  position: relative;
  z-index: 0;
  background: var(--color-blue);
  color: var(--color-white);
  overflow: hidden;
}

.home-research-bg::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0;
  text-align: center;
  background: url(../img/dot-white.png);
  background-size: cover;
  width: 600px;
  height: 375px;
  z-index: -1;
  margin: 0 auto;
}

.home-research-box {
  padding: 0 100px 0 160px;
}

.home-research-box h2 {
  color: var(--color-yellow);
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 20px;
}

.home-research-box h2 span {
  color: var(--color-white);
  font-size: 30px;
  font-weight: 400;
  display: block;
  line-height: 35px;
}

.home-research-box p {
  font-size: 14px;
  font-weight: 400;
}

.home-experience-bg {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.home-experience-bg::before {
  content: "";
  position: absolute;
  top: 300px;
  right: 0px;
  background: url(../img/dot-grey.png);
  background-size: cover;
  width: 644px;
  height: 380px;
  z-index: -1;
  opacity: 0.5;
}

.home-experience-bg .home-experience-content-bg {
  padding: 100px 120px 0 50px;
}

.home-experience-bg .home-experience-content-bg h2 {
  color: #828282;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 50px;
}

.home-experience-bg .home-experience-content-bg h2 span {
  display: block;
  color: var(--color-blue);
}

.home-experience-bg .home-experience-content-bg p {
  font-size: 14px;
  font-weight: 400;
}

.home-experience-box {
  padding: 80px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-blue);
  text-align: center;
}

.home-experience-box h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0 0 0;
}

.home-experience-box img {
  width: 25%;
}

.home-experience-box.home-experience-box-img {
  color: var(--color-white);
}

.home-experience-box.home-experience-box-img.img1 {
  background: url(../img/home-experience-box-img-1.jpg);
  background-size: cover;
}

.home-experience-box.home-experience-box-img.img2 {
  background: url(../img/home-experience-box-img-2.jpg);
  background-size: cover;
}

.home-experience-box.home-experience-box-bg {
  background: #EDEDED;
}

.home-alumni-bg {
  padding-top: 80px;
}

.home-alumni-bg h2 {
  font-size: 30px;
  font-weight: 500;
  color: var(--color-blue);
  position: relative;
  z-index: 0;
}

.home-alumni-bg h2::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: var(--color-blue);
  width: 60%;
  height: 1px;
  z-index: -1;
}

.home-alumni-owl {
  margin-top: 60px;
}

.home-alumni-text-box h3 {
  font-size: 25px;
  font-weight: 500;
  color: var(--color-blue);
}

.home-alumni-text-box h4 {
  font-size: 20px;
  font-weight: 500;
}

.footer-link-bg {
  position: relative;
  padding-top: 125px;
  overflow: hidden;
  margin-bottom: -60px;
}

.footer-link-bg .container-fluid {
  padding: 0 40px;
}

.footer-link-bg .footer-link-box {
  background: var(--color-blue);
  color: var(--color-white);
  padding: 80px 70px;
  position: relative;
  z-index: 0;
}

.footer-link-bg .footer-link-box::before {
  content: "";
  position: absolute;
  top: -116px;
  right: 0px;
  background: url(../img/footer-link-bg.png);
  background-size: cover;
  width: 300px;
  height: 395px;
  z-index: -1;
}

.footer-link-bg .footer-link-box h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
  margin: 0;
}

.footer-link-bg .footer-link-box h2 span {
  display: block;
  color: var(--color-yellow);
}

.footer-link-bg .footer-link-box .br {
  border-right: 1px solid var(--color-white);
}

.footer-link-bg .footer-link-num-box {
  padding-left: 40px;
}

.footer-link-bg .footer-link-num-box a {
  color: var(--color-white);
}

.footer-link-bg .footer-link-num-box a:hover {
  color: var(--color-yellow);
}

.footer-link-bg .footer-link-num-box i {
  font-size: 26px;
  margin-right: 15px;
}

.footer-link-bg .footer-link-num-box .numBox {
  display: inline-block;
  width: 100%;
}

.footer-link-bg .footer-link-num-box .numBox i {
  float: left;
  font-size: 26px;
  margin: 20px 15px 20px 0;
}

.footer-link-bg .footer-link-num-box .numBox a.num {
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
}

.footer-link-bg .footer-link-num-box a.mail {
  font-size: 20px;
  font-weight: 500;
}

footer {
  padding: 60px 0 0;
  background: #D9D9D9;
  color: var(--color-blue);
  font-weight: 500;
}

footer a {
  color: var(--color-blue);
}

footer a:hover {
  color: var(--color-pureGrey);
}

footer .footer-list {
  margin-top: 60px;
}

footer .footer-list h3 {
  margin: 0 0 22px;
  color: var(--color-blue);
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

footer .footer-list h3 span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

footer .footer-list h3 div {
  border-bottom: 3px solid var(--color-blue);
  width: 80px;
  position: absolute;
  left: 0;
  bottom: -7px;
  display: inline-block;
}

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

footer .footer-list ul li {
  list-style: none;
  padding: 4px 0 4px 10px;
  position: relative;
  z-index: 0;
}

footer .footer-list ul li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: -7px;
  position: absolute;
  top: 12px;
  font-weight: 900;
  color: var(--color-blue);
  font-size: 6px;
}

footer .footer-list ul li a {
  color: var(--color-blue);
}

footer .footer-list ul li a i {
  padding-right: 5px;
  font-size: 8px;
}

footer .footer-list ul li a:hover {
  color: var(--color-pureGrey);
  padding-left: 2px;
}

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

footer .footer-list ul.half li {
  list-style: none;
  padding: 4px 0 4px 10px;
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 49%;
}

footer .footer-list ul.half li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: -7px;
  position: absolute;
  top: 12px;
  font-weight: 900;
  color: var(--color-blue);
  font-size: 6px;
}

footer .footer-list ul.half li a {
  color: var(--color-blue);
}

footer .footer-list ul.half li a i {
  padding-right: 5px;
  font-size: 8px;
}

footer .footer-list ul.half li a:hover {
  color: var(--color-pureGrey);
  padding-left: 2px;
}

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

footer .footer-list ul.contact li {
  list-style: none;
  padding: 4px 0 4px 4px;
  position: relative;
  z-index: 0;
}

footer .footer-list ul.contact li::before {
  display: none;
}

footer .footer-list ul.contact li a {
  color: var(--color-blue);
}

footer .footer-list ul.contact li a i {
  padding-right: 5px;
  font-size: 15px;
}

footer .footer-list ul.contact li a:hover {
  color: var(--color-pureGrey);
  padding-left: 2px;
}

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

.footerextra li {
  display: inline-block;
  padding-right: 3%;
  list-style: none;
  font-size: 14px;
  position: relative;
  z-index: 0;
}

.footerextra li::before {
  content: "\f7a5";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 2px;
  left: -10px;
  font-weight: 900;
  color: var(--color-blue);
  font-size: 12px;
}

.footerextra li a {
  color: var(--color-black);
}

.footerextra li a:hover {
  color: var(--color-pureGrey);
}

.footerextra-Mt {
  margin-top: 30px;
}

footer .copy {
  padding: 20px 0 40px 0;
  margin-top: 60px;
  border-top: 1px solid #fff;
}

footer .copy a {
  color: var(--color-blue);
  font-weight: 500;
}

footer .copy a:hover {
  color: var(--color-pureGrey);
}

footer .copy .copy-right {
  text-align: right;
}

/* footer social icons */
ul.social-network {
  list-style: none;
  display: block;
  margin-left: 0 !important;
  padding: 0;
  text-align: left;
}

ul.social-network li {
  display: inline;
  margin: 0px;
  padding: 6px 0 6px 6px !important;
}

ul.social-network li::before {
  display: none;
}

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

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

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

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

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

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

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

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

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

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoYoutube:hover i,
.social-network a.icoInstagram:hover i {
  color: var(--color-white);
}

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

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.03);
  border: 0px solid var(--color-white);
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.03) !important;
}

.social-circle li i {
  margin: 0;
  line-height: 35px;
  text-align: center;
  font-size: 15px !important;
  padding: 0 !important;
}

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

.social-circle i {
  color: var(--color-black);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

/* footer social icons */

.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table thead tr:first-child {
  border-top: none;
  background: var(--color-blue);
  color: #fff;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: rgba(0, 0, 0, .01);
}

.rwd-table.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #fbfbfb !important;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  display: inline-block;
  color: #000;
  padding-right: 15px;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  overflow: hidden;
  margin-bottom: 30px;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}


/* result ec height changed */
.result-size{
  height: 350px;
}
.honor-size{
  height: 450px;
}

.table-width{
text-align: center;
    width: 185px;
}
@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }

  .table-bordered {
    border: 0px;
  }
}

@media screen and (min-width: 600px) {
  .rwd-table tr:hover {
    background-color: #fff !important;
  }

  .rwd-table thead tr:hover {
    background: var(--color-black) !important;
  }

  .rwd-table td:before {
    display: none;
  }

  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }

  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }

  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }

  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}

.inner-banner {
  position: relative;
  top: 0px;
  z-index: 0;
  padding-top: 108px;
}

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

.inner-banner .container {
  position: absolute;
  min-height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

.inner-banner h1 {
  color: var(--color-white);
  font-size: 40px;
  font-weight: 500;
  position: absolute;
  left: 0;
  bottom: 35px;
  margin-bottom: 1rem;
}

.inner-banner .inner-breadcrumb {
  position: absolute;
  left: 0;
  bottom: 0px;
}

.inner-banner .inner-breadcrumb ol.breadcrumb {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item {
  color: var(--color-white);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item a {
  color: var(--color-white);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item a:hover {
  color: var(--color-yellow);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: var(--color-white);
}

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

.inner-bg {
  padding: 80px 0;
}

.about-stats-box {
  background: var(--color-blue);
  color: var(--color-white);
  padding: 40px 20px 40px 40px;
  margin: 80px 40px 0 40px;
}

.about-stats-box i {
  font-size: 30px;
  margin-bottom: 10px;
}

.about-stats-box h3 {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

.about-stats-box h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

.about-stats-box.yellow-bg {
  background: var(--color-yellow);
  color: var(--color-blue);
}

.about-vision-box {
  background: #F3F3F3;
}

.vision-box {
  padding: 40px 80px;
}

.vision-box h3 {
  color: var(--color-blue);
  font-size: 30px;
  font-weight: 600;
}

.about-quality-bg {
  padding: 80px 0 20px 0;
}

.about-quality-bg h3 {
  color: var(--color-blue);
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.founder-box {
  position: relative;
  z-index: 0;
  text-align: center;
}

.founder-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 35%;
  right: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #B6B6B6;
}

.founder-box img {
  border-radius: 100%;
  margin: 0 auto;
  width: 20%;
  background: var(--color-white);
  padding: 5px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.founder-box h2 {
  color: var(--color-blue);
  font-size: 25px;
  font-weight: 600;
  margin-top: 20px;
}

.founder-box p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}


.alumni {
  position: relative;
  text-align: center;
  padding: 20px;
}

/* .alumni::before { content: ""; position: absolute; z-index: -1; top: 35%; right: 0px; bottom: 0; left: 0; width: 100%; height: 1px; background:#B6B6B6;} */
.alumni img {
  border-radius: 100%;
  margin: 0 auto;
  background: var(--color-white);
  padding: 5px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.alumni h3 {
  color: var(--color-blue);
  font-size: 25px;
  font-weight: 600;
  margin-top: 20px;
}

.alumni p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

.common-gallery-box-height-image img {
  margin: 12px 0;
  height: 300px;
  object-fit: cover;
}








.admissions-programs-tab.r-tabs {
  margin-top: 0px;
}

.admissions-programs-tab.r-tabs .r-tabs-nav {
  border: 0;
  text-align: center;
  border-bottom: 1px solid #B6B6B6;
  margin-bottom: 20px;
  padding-bottom: 60px;
}

.admissions-programs-tab.r-tabs .r-tabs-nav .r-tabs-anchor {
  background: #D9D9D9;
  color: var(--color-blue);
  border: 1px solid var#D9D9D9;
  padding: 10px 25px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
}

.admissions-programs-tab.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  background: var(--color-blue);
  color: var(--color-white);
  border: 1px solid var(--color-blue);
}

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

.admissions-programs-tab.r-tabs .r-tabs-nav .r-tabs-tab {
  margin: 0 8px;
}

.admissions-programs-tab.r-tabs .r-tabs-panel {
  border: 0;
}

.admissions-programs-tab.r-tabs .r-tabs-panel ul {
  margin: 0;
  padding: 0;
}

.admissions-programs-tab.r-tabs .r-tabs-panel ul li {
  display: inline-block;
  width: 48%;
  margin: 12px 0 12px 15px;
  list-style: none;
  position: relative;
  z-index: 0;
}

.admissions-programs-tab.r-tabs .r-tabs-panel ul li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: -15px;
  position: absolute;
  top: 9px;
  font-weight: 900;
  color: var(--color-blue);
  font-size: 6px;
}

.admissions-programs-tab.r-tabs .r-tabs-panel ul li a {
  font-size: 15px;
  font-weight: 400;
}

.admissions-programs-tab.r-tabs .r-tabs-panel ul li a:hover {
  color: var(--color-blue);
}

.admission-program-box {
  position: relative;
  z-index: 0;
  margin: 12px 0;
}

.admission-program-box::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 25%;
  left: 0;
  width: 3px;
  height: 80px;
  background: var(--color-blue);
}

.admission-program-box a {
  background: #F3F3F3;
  color: var(--color-blue);
  padding: 40px 20px 40px 25px;
  display: block;
  border: 2px solid #F3F3F3;
}

.admission-program-box a h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 24px;
}

.admission-program-box a h2 span {
  display: block;
}

.admission-program-box a h3 {
  color: #828282;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

.admission-program-box a h4 {
  color: #828282;
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}

.admission-program-box a p {
  color: #192F59;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

.admission-program-box a:hover {
  background: var(--color-white);
  color: var(--color-blue);
  border: 2px solid #828282;
}

.admission-program-box a:hover h4 {
  color: var(--color-black);
}

.admission-program-box:hover::before {
  width: 0px;
}


.contact-box {
  position: relative;
  z-index: 0;
  margin: 12px 0;
  background: #F3F3F3;
  color: var(--color-blue);
  padding: 40px 20px 40px 25px;
  display: block;
  border: 2px solid #F3F3F3;
}

.contact-box::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 25%;
  left: 0;
  width: 3px;
  height: 80px;
  background: var(--color-blue);
}

.contact-box h2 {
  font-size: 22px;
  margin: 0 0 20px 0;
}

.contact-box h2 span {
  color: #828282;
  display: block;
  font-size: 12px;
}

.contact-box h3 {
  color: #828282;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

.contact-box h4 {
  color: #828282;
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}

.contact-box p {
  color: #192F59;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

.contact-box:hover {
  background: var(--color-white);
  color: var(--color-blue);
  border: 2px solid #828282;
}

.contact-box a:hover h4 {
  color: var(--color-black);
}

.contact-box:hover::before {
  width: 0px;
}



.dep-overview-bg h2 {
  color: var(--color-blue);
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 15px;
}

.dep-overview-bg h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}


.dep-intake-box {
  background: var(--color-blue);
  color: var(--color-white);
  padding: 50px 30px 30px 50px;
  margin-left: 20px;
}

.dep-intake-box h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}

.dep-intake-box h4 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
}




.department-tab.r-tabs {
  margin-top: 0px;
}

.department-tab.r-tabs .r-tabs-nav {
  border: 0;
  border-bottom: 1px solid #B6B6B6;
  background: #F3F3F3;
  margin-bottom: 20px;
  padding: 30px 30px;
}

.department-tab.r-tabs .r-tabs-nav .r-tabs-anchor {
  background: transparent;
  color: #828282;
  border-bottom: 5px solid #F3F3F3;
  padding: 10px 25px 5px 5px;
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0;
}

.department-tab.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  background: transparent;
  color: var(--color-blue);
  border-bottom: 5px solid var(--color-yellow);
}

.department-tab.r-tabs .r-tabs-nav .r-tabs-state-active {
  border: 0;
  background: transparent;
}

.department-tab.r-tabs .r-tabs-nav .r-tabs-tab {
  margin: 0 8px;
}

.department-tab.r-tabs .r-tabs-panel {
  border: 0;
}

.department-tab.r-tabs .r-tabs-panel ul {
  margin: 0 0 15px 0;
  padding: 0;
}

.department-tab.r-tabs .r-tabs-panel ul li {
  display: inline-block;
  width: 100%;
  margin: 4px 0 4px 15px;
  list-style: none;
  position: relative;
  z-index: 0;
}

.department-tab.r-tabs .r-tabs-panel ul li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: -15px;
  position: absolute;
  top: 9px;
  font-weight: 900;
  color: var(--color-blue);
  font-size: 6px;
}

.department-tab.r-tabs .r-tabs-panel ul li a {
  font-size: 15px;
  font-weight: 400;
}

.department-tab.r-tabs .r-tabs-panel ul li a:hover {
  color: var(--color-blue);
}

.department-tab.r-tabs .r-tabs-panel ul li.paginate_button::before {
  display: none;
}

.dep-content-bg {
  position: relative;
  z-index: 0;
}

.dep-content-bg::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 165px;
  background: #F3F3F3;
}

.dep-area-bg h2 {
  color: var(--color-blue);
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 15px;
}

.dep-area-bg h3 {
  color: var(--color-blue);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.search-modal {
  background-color: var(--color-blue);
  color: #fff;
}

.search-modal-close {

  color: #fff !important;
}

.accordion-dep .accordion-header {
  margin-bottom: 0;
}

.accordion-dep .accordion-button {
  background: #F3F3F3;
  color: var(--color-blue);
  font-size: 18px;
  font-weight: 600;
}

.accordion-dep .accordion-button:hover {
  background: #dedede;
}

.accordion-dep .accordion-item {
  border: 1px solid #fff;
}

.accordion-dep .accordion-button:not(.collapsed) {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .0);
}

.accordion-dep .accordion-body {
  border-top: 2px solid #fff;
  background: #f7f7f7;
  color: var(--color-black);
  padding: 1.25rem 1.25rem;
}

.accordion-dep .accordion-body h2 {
  color: var(--color-black);
  font-size: 20px;
  font-weight: 400;
}



.download-btn {
  color: var(--color-blue);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  margin: 10px 0;
  border: 1px solid var(--color-blue);
}

.download-btn span {
  font-size: 16px;
  padding: 0 10px 0 10px;
}

.download-btn a {
  background: var(--color-blue);
  color: var(--color-white);
  padding: 10px;
}

.download-btn a:hover {
  color: var(--color-blue);
  background: #D9D9D9;
}

.department-faculty-tab.r-tabs {
  margin-top: 0px;
}

.department-faculty-tab.r-tabs .r-tabs-nav {
  border: 0;
  background: var(--color-white);
  text-align: center;
}

.department-faculty-tab.r-tabs .r-tabs-nav .r-tabs-anchor {
  background: var(--color-white);
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
  padding: 10px 25px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 400;
}

.department-faculty-tab.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  background: var(--color-blue);
  color: var(--color-white);
  border: 1px solid var(--color-blue);
}

.department-faculty-tab.r-tabs .r-tabs-nav .r-tabs-state-active {
  border: 0;
  background: transparent;
}

.department-faculty-tab.r-tabs .r-tabs-nav .r-tabs-tab {
  margin: 0 8px;
  width: unset;
  list-style: none;
}

.department-faculty-tab.r-tabs .r-tabs-nav .r-tabs-tab::before {
  display: none;
}

.department-faculty-tab.r-tabs .r-tabs-panel {
  border: 0;
}

.department-faculty-tab.r-tabs .r-tabs-panel ul {
  margin: 0;
  padding: 0;
}

.department-faculty-tab.r-tabs .r-tabs-panel ul li {
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 0;
}

.department-faculty-tab.r-tabs .r-tabs-panel ul li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: -15px;
  position: absolute;
  top: 9px;
  font-weight: 900;
  color: var(--color-blue);
  font-size: 6px;
}

.department-faculty-tab.r-tabs .r-tabs-panel ul li a {
  font-size: 15px;
  font-weight: 400;
}

.department-faculty-tab.r-tabs .r-tabs-panel ul li a:hover {
  color: var(--color-blue);
}

.faculty-box a {
  background: #F3F3F3;
  border: 4px solid #F3F3F3;
  color: var(--color-blue);
  padding: 30px 20px;
  margin: 15px 0;
  text-align: center;
  display: block;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .03) !important;
}

.faculty-box a img {
  border-radius: 100%;
  width: 60%;
  height: 200px;
}

.faculty-box a h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0 5px
}

.faculty-box a h4 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 40px;
}

.faculty-box a h6 {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0 5px
}

.faculty-box a span {
  font-size: 14px;
  font-weight: 500;
  color: #828282;
}

.faculty-box a:hover {
  background: var(--color-white);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}




.modal-custom-bg .head {
  background: #f3f3f3;
  color: var(--color-blue);
  padding: 30px;
}

.modal-custom-bg .head img {
  border-radius: 100%;
  border: 5px solid #fff;
  box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .25) !important;
}

.modal-custom-bg .head h2 {
  border-bottom: 1px solid var(--color-blue);
  font-size: 20px;
  font-weight: 600;
  padding: 0px 0px 10px 0;
  background: none;
  color: var(--color-blue);
  text-align: left;
}

.modal-custom-bg .head h4 {
  font-weight: 500;
  font-size: 18px;
}

.modal-custom-bg .head .name .Fa-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.modal-custom-bg .head .name .Fa-list li {
  font-size: 16px;
  padding-bottom: 5px;
}

.modal-custom-bg .head .name .Fa-list li span {
  font-weight: 600;
  width: 5%;
  display: inline-block;
}

.modal-custom-bg .modal-content {
  background: rgba(255, 255, 255, 1);
  border: 0px;
  border-radius: 0;
}

.modal-custom-bg .modal-body {
  padding: 0;
}

.modal-custom-bg .modal-body .close {
  font-size: 3rem;
  line-height: 1;
  color: var(--color-white);
  opacity: 0.6;
  position: absolute;
  z-index: 9;
  border: none;
  right: -35px;
  top: -15px;
  background: none;
}

.modal-custom-bg .modal-body .close:hover {
  opacity: 1;
}

.modal-custom-bg .modal-custom-text-body {
  padding: 40px;
}

.modal-custom-bg .modal-custom-body .btn-two-full {
  position: absolute;
  right: 0;
  bottom: 0;
}

.modal-custom-bg .search-modal .modal-content {
  background: rgba(255, 255, 255, 0.8);
}

.fade-flip {
  transform: rotateX(-90deg);
  opacity: 0;
  -webkit-transition: all .30s linear;
  -o-transition: all .30s linear;
  transition: all .30s linear;
}

.fade-flip.show {
  opacity: 1;
  transform: rotateX(0deg);
}

/* .fade-flip .modal-dialog { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%) !important;} */

.alumni-box-bg {
  padding: 40px 200px;
  background: #f2f2f2;
}

.alumni-box-bg img {
  width: 20% !important;
  margin: 0 auto 20px auto;
  display: block;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  padding: 6px;
  background: var(--color-white);
}

.alumni-box-bg h4 {
  font-size: 22px;
  line-height: 26px;
}

.alumni-box-bg h4 span {
  font-size: 16px;
  display: block;
}

.alumni-box-bg p {
  text-align: center;
}

.menu-btncont {
  position: relative;
  z-index: 99;
  top: 300px;
  width: 45px;
  float: left;
  padding-top: 0px;
  cursor: pointer;
}

.topmenu {
  margin-top: 0px;
  border-top: 1px solid #2b61ad;
}



@media(min-width:320px) and (max-width:1080px) {

  .slider,
  .inner-banner {
    margin-top: 60px;
    padding-top: 0;
  }

  .inner-banner img {
    min-width: 100%;
    height: 130px;
    object-fit: cover;
  }

  .inner-banner h1 {
    font-size: 20px;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 10px;
  }

  .inner-bg {
    padding: 40px 0;
  }

  .hidden-xs,
  .for-md {
    display: none !important;
  }

  .for-xs {
    display: block !important;
  }

  ::-webkit-scrollbar {
    width: 0px;
  }

  .Morder-1 {
    order: 1;
    -webkit-order: 1;
  }

  .Morder-2 {
    order: 2;
    -webkit-order: 2;
  }

  .Morder-3 {
    order: 3;
    -webkit-order: 3;
  }

  .Morder-4 {
    order: 4;
    -webkit-order: 4;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 1.1rem;
    height: 1.1rem;
  }

  .slider .carousel-control-next,
  .slider .carousel-control-prev {
    bottom: 5px;
  }

  footer .text-end {
    text-align: center !important;
  }

  footer {
    padding: 80px 0 0;
    text-align: center;
  }

  footer .footer-list h3 div {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .footerextra-Mt {
    margin-top: 0;
  }

  ul.social-network {
    text-align: center;
  }

  footer .footer-list {
    margin-top: 0px;
  }

  .footer-link-bg .footer-link-box {
    padding: 80px 20px 30px 20px;
    text-align: center;
  }

  .footer-link-bg .footer-link-box .br {
    border-right: 0px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-right: 0;
    padding-left: 0;
  }

  .footer-link-bg .footer-link-num-box {
    padding-left: 0px;
  }

  .footer-link-bg .footer-link-box h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
  }

  .footer-link-bg .container-fluid {
    padding: 0 15px;
  }

  .footer-link-bg .footer-link-num-box a.mail {
    font-size: 18px;
  }

  .footer-link-bg .footer-link-num-box .numBox a.num {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
  }

  .footer-link-bg .footer-link-box::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0;
    left: 0;
    background: var(--color-blue);
    background-size: cover;
    width: 100%;
    height: 80%;
    z-index: -1;
  }

  .footer-link-bg .footer-link-num-box i {
    margin-right: 5px;
    font-size: 22px;
    display: none;
  }

  .footer-link-bg .footer-link-box::before {
    top: -125px;
    right: 0px;
    left: 0;
    width: 200px;
    height: 264px;
    margin: 0 auto;
  }

  .back-to-top {
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  ul.footerextra {
    margin: 30px 0 40px;
  }

  footer .copy {
    padding: 30px 0 30px 0;
    margin-top: 20px;
  }

  footer .copy .copy-right {
    text-align: center;
  }

  footer .copy .copy-center {
    padding-top: 20px;
    line-height: 24px;
  }

  footer .copy .copy-center i {
    display: none;
  }

  footer .copy .copy-center span {
    display: block;
  }

  footer .footer-list h3 span {
    display: block;
    margin-right: 0;
    text-transform: uppercase;
  }

  ul.footerextra li {
    list-style: none;
    padding: 6px 12px 6px 12px;
    position: relative;
    z-index: 0;
  }

  ul.footerextra li::before {
    content: "\f192";
    font-family: 'Font Awesome 5 Free';
    left: -3px;
    position: absolute;
    top: 12px;
    font-weight: 900;
    color: var(--color-white);
    font-size: 6px;
  }

  .topSearch {
    right: 55px;
    top: 7px;
  }

  .search_icon {
    background-color: rgba(0, 0, 0, 0.1);
    height: 40px;
    width: 40px;
    font-size: 16px;
  }

  .search button {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
  }

  .search-body {
    position: relative;
    padding: 30px 15px !important;
  }

  .modal-custom {
    margin-top: 30px;
  }

  .modal-custom-bg .modal-body .close {
    right: 0;
    top: -40px;
  }

  .rwd-table td {
    width: 100%;
  }

  .footer-link-box.Nbr {
    border-right: 0px solid #D9D9D9;
  }

  .footer-link-box.Mbb {
    border-bottom: 1px solid #D9D9D9;
  }

  .footer-link-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-link-bg .container {
    bottom: 0;
  }

  .footer-link-content-bg {
    padding: 50px 20px 50px 20px !important;
    text-align: center;
  }

  .footer-link-content-bg h2 {
    font-size: 40px;
  }

  ul.social-network li {
    margin: 0 10px;
  }

  .footer-strip-contact {
    margin-bottom: 10px;
  }

  .home-programs-bg {
    text-align: center;
    padding: 20px 0 40px 0;
  }

  .home-programs-tab.r-tabs .r-tabs-panel ul li {
    width: 100%;
    text-align: left;
    margin: 8px 0 8px 15px;
  }

  .home-programs-tab.r-tabs .r-tabs-panel {
    padding: 20px 15px;
  }

  .home-programs-tab.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-blue);
    border: 1px solid var(--color-blue);
    margin: 15px 10px;
  }

  .home-programs-tab.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background: var(--color-blue);
  }

  .home-programs-tab.r-tabs .r-tabs-panel ul li a {
    font-size: 16px;
    font-weight: 500;
  }

  .home-welcome-bg {
    text-align: center;
    padding: 50px 0;
  }

  .home-explore-placements-bg::before {
    width: 50%;
  }

  .home-explore-placements-bg::after {
    height: 50%;
  }

  .home-explore-placements-bg {
    top: 50px;
    text-align: center;
  }

  .home-explore-placements-bg h3 {
    font-size: 30px;
  }

  .home-placement-text-box {
    padding: 20px 40px;
  }

  .home-placements-box {
    text-align: center;
  }

  .home-programs-bg h2 {
    font-size: 35px;
  }

  .home-news-bg {
    padding: 60px 0 60px 0;
    text-align: center;
  }

  .home-news-box-text {
    text-align: left;
  }

  .home-stats-box {
    margin: 15px 0;
  }

  .home-stats-box h4 {
    font-size: 18px;
  }

  .home-stats-bg .container {
    margin-top: 0;
    padding: 40px 0;
  }

  .home-stats-box h3 {
    font-size: 30px;
  }

  .home-news-bg h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .home-news-bg h2 span {
    line-height: 20px;
    margin-top: 20px;
  }

  .home-video-box {
    margin: 25px 0 0px;
  }

  .home-video-box a h4 {
    text-align: center;
  }

  .home-video-bg .text-end {
    text-align: center !important;
  }

  .home-video-bg h2 {
    font-size: 28px;
    text-align: center;
  }

  .home-video-bg {
    background: var(--color-white);
    padding: 0px 0 40px 0;
  }

  .home-video-bg-top {
    margin-top: 25px;
  }

  .home-video-bg .col-md-3 {
    margin-right: auto !important;
    margin-left: auto !important;
  }

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

  .home-research-box {
    padding: 0 20px 0 20px;
    text-align: center;
  }

  .home-research-bg::before {
    opacity: 0.3;
  }

  .home-research-box h2 {
    font-size: 35px;
    line-height: 35px;
  }

  .home-experience-bg::before {
    display: none;
  }

  .home-experience-box {
    padding: 50px 20px;
  }

  .home-experience-bg .home-experience-content-bg {
    padding: 40px 20px 0 20px;
    text-align: center;
  }

  .home-experience-bg .home-experience-content-bg h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .home-alumni-bg {
    padding-top: 40px;
    text-align: center;
  }

  .home-alumni-bg h2::before {
    bottom: -20px;
    right: 0px;
    left: 0;
    width: 60%;
    margin: 0 auto;
  }

  .home-alumni-text-box h3 {
    margin-top: 15px;
  }

  .home-stats-bg {
    overflow: hidden;
  }

  .inner-banner .inner-breadcrumb {
    display: none;
  }

  .about-stats-box {
    padding: 20px 5px 20px 15px;
    margin: 5px;
  }

  .about-stats-box h3 {
    font-size: 28px;
  }

  .about-stats-box h4 {
    font-size: 16px;
  }

  .about-stats-box i {
    font-size: 24px;
  }

  .vision-box {
    padding: 30px 10px;
  }

  .vision-box h3 {
    font-size: 24px;
  }

  .about-quality-bg h3 {
    font-size: 24px;
  }

  .about-quality-bg {
    padding: 40px 0 20px 0;
  }

  .founder-box img {
    width: 70%;
  }

  .founder-box::before {
    display: none;
  }

  .admissions-programs-tab.r-tabs .r-tabs-panel ul li {
    width: 100%;
    text-align: left;
    margin: 8px 0 8px 15px;
  }

  .admissions-programs-tab.r-tabs .r-tabs-panel {
    padding: 20px 15px;
  }

  .admissions-programs-tab.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-blue);
    border: 1px solid var(--color-blue);
    margin: 15px 10px;
  }

  .admissions-programs-tab.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background: var(--color-blue);
  }

  .admissions-programs-tab.r-tabs .r-tabs-panel ul li a {
    font-size: 16px;
    font-weight: 500;
  }

  .admission-program-box a {
    padding: 25px 15px 25px 20px;
  }

  .admission-program-box a h2 span {
    display: unset;
  }

  .admission-program-box a h3 {
    margin-bottom: 20px;
  }

  .contact-box {
    padding: 25px 15px 25px 20px;
  }

  /* .contact-box h2 span {display: unset;} */
  .contact-box h2 {
    margin-bottom: 20px;
  }

  .department-tab.r-tabs .r-tabs-panel ul li {
    width: 100%;
    text-align: left;
    margin: 8px 0 8px 15px;
  }

  .department-tab.r-tabs .r-tabs-panel {
    padding: 20px 15px;
  }

  .department-tab.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-blue);
    border: 1px solid var(--color-blue);
    margin: 15px 10px;
  }

  .department-tab.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background: var(--color-blue);
  }

  .department-tab.r-tabs .r-tabs-panel ul li a {
    font-size: 16px;
    font-weight: 500;
  }

  .department-faculty-tab.r-tabs .r-tabs-panel ul li {
    width: 100%;
    text-align: left;
    margin: 8px 0 8px 15px;
  }

  .department-faculty-tab.r-tabs .r-tabs-panel {
    padding: 20px 15px;
  }

  .department-faculty-tab.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-blue);
    border: 1px solid var(--color-blue);
    margin: 15px 10px;
  }

  .department-faculty-tab.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background: var(--color-blue);
  }

  .department-faculty-tab.r-tabs .r-tabs-panel ul li a {
    font-size: 16px;
    font-weight: 500;
  }

  .alumni-box-bg {
    padding: 20px 20px;
  }

  .home-announcement-bg marquee {
    margin: 0px !important;
  }

  .home-announcement-bg .container .row {
    --bs-gutter-x: none !important;
  }












}