:root {
  --color-black: #000000;
  --color-one: #0271B8;
  --color-two: #ED9729;
  --color-three: #F0F9FF;
  --color-white: #ffffff;
  --color-grey: #F4F4F4;
  --color-pureGrey: #808080;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-font-main: "Raleway", sans-serif;
  --font-size: 14px;
  --font-weight: 400;
}

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

::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,
.home-institutions-box a p,
.home-news-box a .home-news-text-box .home-news-btn {
  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);
}

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

.linkone: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);
}

.colorone {
  color: var(--color-one);
}

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

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


.gallery img{margin-bottom: 20px;}

.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 {
  position: relative;
  width: 100%;
  z-index: 0;
}

#carousel-sub .carousel-item:before {
  display: none;
}

.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: 70px;
  right: 150px;
  left: auto;
  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: 70px;
  left: auto;
  right: 95px;
  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 {
  -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: 4px 20px 4px 20px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  border-radius: 50px;
}

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

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

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

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

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

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

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

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

.btn-three {
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
    -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: 250px;
    padding: 4px 20px 4px 20px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    border-radius: 50px;
}


.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-one-main,
.btn-one-main i,
.btn-two-main,
.btn-two-main i {
  -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;
}

.btn-one-main,
.btn-two-main {
  margin-top: 20px;
  padding: 4px 4px 4px 20px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  border-radius: 25px;
}

.btn-one-main i,
.btn-two-main i {
  padding: 8px;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  line-height: 17px;
  text-align: center;
  margin-left: 4px;
}

.btn-one-main {
  background: var(--color-one);
  color: var(--color-white);
}

.btn-one-main i {
  background: var(--color-white);
  color: var(--color-one);
}

.btn-one-main:hover {
  color: var(--color-white);
  background: var(--color-one);
}

.btn-one-main:hover i {
  margin-left: 15px;
  background: var(--color-white);
  color: var(--color-one);
}

.btn-two-main {
  background: var(--color-two);
  color: var(--color-white);
}

.btn-two-main i {
  background: var(--color-white);
  color: var(--color-two);
}

.btn-two-main:hover {
  color: var(--color-white);
  background: var(--color-two);
}

.btn-two-main:hover i {
  margin-left: 15px;
  background: var(--color-white);
  color: var(--color-two);
}



/* 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;
}

hr.basic {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25;
}


/* 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: 0px;
  position: absolute;
  top: 7px;
  font-size: 5px;
  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-two);
}

.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-one);
  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-two);
  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-two);
  color: var(--color-two);
  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;
}


.home-video-box a::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  background: url(../img/video-btn.png);
  background-size: cover;
  z-index: 1;
}

.home-video-box a {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-color-one {
  background: var(--color-grey);
  padding: 40px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  border-radius: 20px;
}

.bg-color-one h2 {
  font-weight: 600;
  font-size: 18px;
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
}

.bg-color-one h2 span {
  background: var(--color-grey);
  padding-right: 10px;
}

.bg-color-one h2:before {
  content: '';
  position: absolute;
  bottom: 3px;
  right: 0;
  left: 0;
  height: 1px;
  background: #B8B8B8;
  z-index: -1;
}

.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) !important;
}

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

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

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

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

.for-xs {
  display: none;
}

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

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

.home-banner-strip-bg .container {
  border: 1px solid var(--color-white);
  background: rgba(255, 255, 255, .6);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  border-radius: 15px;
  padding: 40px;
  margin-top: -50px;
}


.nav-tabs {
  justify-content: center; /* Center the tabs */
  border-bottom: none;
  margin-bottom: 50px;
}

.nav-tabs .nav-item {
  margin-right: 15px; /* Gap between tabs */
  margin-bottom: 10px;
}

.nav-tabs .nav-link {
  border-color: skyblue; /* Border color for inactive tabs */
  background-color: transparent; /* No background for inactive tabs */
  color: skyblue; /* Text color for inactive tabs */
  border-radius: 25px; /* Rounded corners */
  padding: 10px 20px; /* Padding for better appearance */
  transition: background-color 0.3s, color 0.3s; /* Smooth transition */
}

.nav-tabs .nav-link.active {
  background-color: skyblue; /* Background color for active tab */
  color: white; /* Text color for active tab */
  border-color: skyblue; /* Border color for active tab */
}

.nav-tabs .nav-item:last-child {
  margin-right: 0; /* Remove margin for the last tab */
}




.CarouselAnnounceBg i {
  color: var(--color-two);
  margin-right: 4px;
}

.CarouselAnnounceBg a {
  font-weight: 500;
}

.CarouselAnnounceBg a:hover {
  color: var(--color-two);
}

.home-welcome-bg {
  padding: 80px 0 120px 0;
}

.home-welcome-bg h1 {
  font-weight: 300;
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 20px;
}

.home-welcome-bg h1 span {
  display: block;
}


.home-institutions-bg {
  padding: 60px 0 20px 0;
  position: relative;
  z-index: 0;
}

.home-institutions-owl.owl-carousel .owl-item {
  padding-bottom: 40px;
}

.home-institutions-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 4%;
  bottom: 0;
  left: 4%;
  background: var(--color-three);
  border-radius: 15px;
  z-index: -1;
}

.home-head {
  color: var(--color-black);
  text-transform: uppercase;
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 15px;
}

.home-institutions-box a {
  background: rgba(255, 255, 255, .5);
  border-radius: 15px;
  border: 2px solid var(--color-white);
  padding: 40px 20px;
  margin: 20px 10px;
  display: block;
}

.home-institutions-box a img {
  width: 25% !important;
  height: fit-content;
}

.home-institutions-box a h3 {
  font-weight: 500;
  font-size: 16px;
  margin: 10px 0 0 0;
  min-height: 58px;
}

.home-institutions-box a span {
  display: block;
}

.home-institutions-box a p {
  font-size: 14px;
  margin: 20px 0 0 0;
  text-align: left;
  line-height: 16px;
  color: var(--color-two);
  border: 2px solid var(--color-two);
  padding: 4px 15px;
  border-radius: 40px;
  display: inline-block;
}

.home-institutions-box a:hover {
  box-shadow: 0px 30px 60px 0px #0271B833;
}

.home-institutions-box a:hover p {
  background: var(--color-two);
  color: var(--color-white);
}

.home-program-bg {
  padding: 100px 0;
  position: relative;
  z-index: 0;
}

.home-program-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0%;
  bottom: 0;
  background: url('../img/wave-bg-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 1000px;
  height: 369px;
  margin: auto 0;
  z-index: -1;
}

#homeProgTab.r-tabs .r-tabs-nav.homeProgTab-list {
  position: absolute;
  right: 40px;
  top: 40px;
}

#homeProgTab.r-tabs .r-tabs-nav.homeProgTab-list .r-tabs-anchor {
  border-radius: 100px;
  color: var(--color-one);
  border: 2px solid var(--color-three);
  background: var(--color-three);
  padding: 8px 22px;
  margin: 0 10px 0 10px;
  font-size: 16x;
  font-weight: 500;
}

#homeProgTab.r-tabs .r-tabs-nav.homeProgTab-list .r-tabs-state-active .r-tabs-anchor {
  color: var(--color-one);
  background: var(--color-white);
  border: 2px solid var(--color-one);
}

#homeProgTab.r-tabs .r-tabs-nav {
  border-bottom: 0 solid #ccc
}

#homeProgTab.r-tabs .r-tabs-nav .r-tabs-state-active {
  margin-bottom: 0;
  border-top: 0 solid #ccc;
  border-right: 0 solid #ccc;
  border-left: 0 solid #ccc
}

#homeProgTab.r-tabs .r-tabs-panel {
  border-right: 0 solid #ccc;
  border-bottom: 0 solid #ccc;
  border-left: 0 solid #ccc
}

.home-program-box .home-program-box-list-bg {
  margin-top: 80px;
}

.home-program-box .home-program-box-list-bg ul.home-program-box-list {
  margin: 0 0 0 70px;
  padding: 0;
}

.home-program-box .home-program-box-list-bg ul.home-program-box-list li a {
  display: block;
  margin: 8px 0;
}

.home-program-box .home-program-box-list-bg ul.home-program-box-list li a:hover {
  color: var(--color-one);
  margin-left: 4px;
}

.home-download-bg {
  position: relative;
  margin-bottom: -80px;
  z-index: 1
}

.home-download-bg .container {
  background: var(--color-one);
  color: var(--color-white);
  padding: 50px 60px;
  border-radius: 15px;
}

.home-download-bg h2 {
  margin: 0;
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
}

.home-download-bg ul.home-download-list {
  margin: 0;
  padding: 0;
  display: flex;
}

.home-download-bg ul.home-download-list li {
  display: inline-block;
  margin: 0 20px;
}

.home-download-bg ul.home-download-list li:first-child {
  border-right: 2px solid var(--color-white);
  padding-right: 30px;
}

.home-download-bg ul.home-download-list li a {
  color: var(--color-white);
  display: flex;
  align-items: center;
}

.home-download-bg ul.home-download-list li a h3 {
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 0 10px;
}

.home-download-bg ul.home-download-list li a h3 span {
  display: block;
}

.home-download-bg ul.home-download-list li a:hover {
  color: var(--color-black);
}

.home-stats-bg {
  background: url('../img/home-stats-bg.jpg');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 200px 0 120px 0;
  position: relative;
  z-index: 0;
  color: var(--color-white);
}

.home-stats-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.home-stats-bg ul.home-stats-list {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
}

.home-stats-bg ul.home-stats-list li {
  display: inline;
  width: 24%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}

.home-stats-bg ul.home-stats-list li:last-child {
  border-right: 0px solid rgba(255, 255, 255, 0.5);
}

.home-stats-bg ul.home-stats-list li h2 {
  display: inline-block;
  font-weight: 500;
  font-size: 60px;
}

.home-stats-bg ul.home-stats-list li i {
  font-size: 32px;
}

.home-stats-bg ul.home-stats-list li h3 {
  font-weight: 300;
  font-size: 30px;
}

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

.home-excellence-bg h2 {
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 10px;
  margin-bottom: 0;
}

.home-top-image-text-effect {
  font-size: 168px;
  line-height: 9.5vw;
  margin: 0;
  font-weight: 800;
  background-size: cover;
  background-position: 50% 50% !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  color: black;
  animation: zoomout 10s ease 500ms forwards infinite;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  background-attachment: fixed;
}
.inner-service-doc-bg{padding: 0 0 80px 0;}

.news-details-bg .news-high-text {
  font-size: 15px;
  background: #f6f5f5;
  padding: 5px 10px 5px 10px;
}
.news-details-bg h3 {
  color: #8f8f8f;
  font-size: 16px;
  margin-bottom: 20px;
}
.news-gallery {
  margin: 12px 0;
}
.news-gallery img{
  height: 200px;
  width: 100%;
}


.home-doctors-box{background: rgba(246, 246, 246, .8); border-radius: 30px; border: 2px solid var(--color-white); position: relative; z-index: 0;box-shadow: 0px 20px 60px 0px #0271B81A; margin:0px 10px 40px 10px;}
.home-doctors-box::after{position:absolute; bottom:0px; right:0%; width:300px;height:300px;background:url('../img/color-bg-1.png'); background-size: contain; background-repeat: no-repeat; content: ''; z-index: -1; opacity: 0.3;}
.home-doctors-box img{border-radius: 30px;}
.home-doctors-box .home-doctors-text-box1{padding: 20px 20px; text-align: center;}
.home-doctors-box .home-doctors-text-box1 h3{font-size:17px; font-weight: 500; color:var(--color-one); margin-bottom: 8px;}
.home-doctors-box .home-doctors-text-box1 h4{margin: 0 0 5px 0; color:var(--color-two); font-size: 12px; font-weight: 400;}
.home-doctors-box .home-doctors-text-box1 h5{margin: 0; color:var(--color-black); font-size: 12px; font-weight: 400;}

@keyframes zoomout {
  from {
    background-size: 80%;
  }

  to {
    background-size: 100%;
  }
}

.home-top-image-text1 {
  background: url(../img/home-excellence-bg.jpg);
}

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

.home-life-bg h2 {
  font-weight: 300;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.home-life-bg h3 {
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 44px;
}

.home-life-bg h3 span {
  display: block;
}

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

.home-news-owl.owl-carousel .owl-item {
  padding: 40px 10px 80px 10px !important;
}

.home-news-bg:before {
  content: '';
  position: absolute;
  top: 5%;
  right: 3%;
  bottom: 5%;
  left: 3%;
  background: var(--color-three);
  border-radius: 15px;
  z-index: -1;
}

.home-news-box a {
  box-shadow: 0px 10px 40px 0px #0271B825;
  border-radius: 15px;
  display: block;
}

.home-news-box a img {
  border-radius: 15px 15px 0 0;
}

.home-news-box a .home-news-text-box {
  background: var(--color-white);
  border-radius: 0 0 15px 15px;
  padding: 30px 15px 30px 15px;
}

.home-news-box a .home-news-text-box h3 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 30px;
}

.home-news-box a .home-news-text-box p {
  margin: 0;
}

.home-news-box a .home-news-text-box .home-news-btn {
  color: var(--color-white);
  border: 2px solid var(--color-two);
  background: var(--color-two);
  padding: 2px 15px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
}

.home-news-box a .home-news-text-box .home-news-date {
  color: var(--color-two);
  font-weight: 500;
}

.home-news-box a:hover .home-news-text-box .home-news-btn {
  color: var(--color-two);
  border: 2px solid var(--color-two);
  background: transparent;
}







#commonTab.home-explore-tab ul {
  position: absolute;
  right: 0%;
  width: auto;
  z-index: 1;
}

#commonTab.home-explore-tab ul li {
  background: transparent;
}

#commonTab .commonTab-list {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  border: 0;
}

#commonTab .commonTab-list li {
  list-style: none;
  border: 0;
  margin-bottom: 0;
}

#commonTab .commonTab-list li a {
  display: block;
  text-align: center;
  color: var(--color-one);
  border: 1px solid var(--color-one);
  border-radius: 10px;
  padding: 12px 20px;
  margin: 0 5px 8px 5px;
  font-size: 15px;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  line-height: normal;
}

#commonTab .commonTab-list li a:hover {
  color: var(--color-white);
  background: var(--color-one);
  border: 1px solid var(--color-one);
}

#commonTab.r-tabs .r-tabs-nav .r-tabs-state-active a {
  background: var(--color-one);
  color: var(--color-white);
}

#commonTab.r-tabs {
  overflow: auto;
}

#commonTab.r-tabs .r-tabs-panel {
  width: 100%;
  border: 0;
  padding: 0px 15px 15px 20px;
  position: relative;
}

#commonTab.r-tabs .r-tabs-panel ul {
  margin: 0;
  padding: 0;
}

#commonTab.r-tabs .r-tabs-panel ul li {
  list-style: circle;
}

#commonTab.r-tabs .r-tabs-panel ul li a {
  display: block;
  padding: 5px 5px;
  font-weight: 600;
}





footer {
  padding: 40px 0 0;
  color: var(--color-white);
  position: relative;
  z-index: 0;
}

footer:before {
  content: '';
  position: absolute;
  top: 30%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  background: var(--color-one);
  z-index: -1;
}

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

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

footer .footer-left-content-bg {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 60px;
  padding-top: 80px;
}

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

footer .footer-right-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34%;
}

footer .footer-right-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0%;
  bottom: 0%;
  left: 0%;
  background: linear-gradient(0deg, rgba(2, 113, 184, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
  width: 100%;
  height: 100%;
}

footer .footer-right-bg img {
  border-radius: 15px 15px 0px 0px;
}

footer .footer-right-bg .footer-right-content-bg {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px 30px 30px;
}

footer .footer-right-bg .footer-right-content-bg h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
}

footer .footer-right-bg .footer-right-content-bg h2 span {
  display: block;
}






footer .footer-list h3 {
  margin: 0 0 15px;
  color: var(--color-white);
  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: 1px solid var(--color-white);
  width: 25%;
  position: relative;
  right: 0;
  bottom: 0px;
  display: inline-block;
}

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

footer .footer-list ul li {
  list-style: none;
  padding: 3px 0 3px 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: 9px;
  font-weight: 900;
  color: var(--color-white);
  font-size: 5px;
}

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

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

footer .footer-list ul li a:hover {
  color: var(--color-two);
  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: 6px 0 6px 10px;
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 48%;
}

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-black);
  font-size: 6px;
}

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

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-one);
  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-black);
}

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-one);
  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-black);
  font-size: 12px;
}

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

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

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

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

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

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

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



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

ul.social-network li {
  display: inline;
  margin: 0 15px;
}

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(255, 255, 255, 0.9);
  border: 0px solid var(--color-white);
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, .20) !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-black);
  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;
}

@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-head-main {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

.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-one);
}

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

.inner-bg {
  padding: 80px 0;
  position: relative;
  z-index: 0;
}

.inner-vision-bg {
  padding: 20px 0 60px 0;
}

.inner-vision-bg .container {
  border-top: 1px solid #1E1E1E;
  border-bottom: 1px solid #1E1E1E;
}

.inner-vision-bg .vision-box {
  padding: 50px 40px;
}

.inner-vision-bg .vision-box h2 {
  font-size: 40px;
  font-weight: 300;
}

.inner-vision-bg .br {
  border-right: 1px solid #1E1E1E;
}

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

.inner-objectives-bg h2 {
  font-size: 40px;
  font-weight: 300;
}

.inner-college-bg {
  padding: 80px 0;
  position: relative;
  z-index: 0;
}

.inner-college-name-1 {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}

.inner-college-name-2 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 25px;
}

.inner-college-name-2 b {
  font-weight: 600;
}

.inner-college-name-3 {
  font-weight: 300;
  font-size: 30px;
}



.inner-prog-bg {
  padding: 10px 0 100px 0;
  position: relative;
  z-index: 0;
}

.inner-prog-bg:before {
  content: '';
  position: absolute;
  top: 150px;
  right: 3%;
  bottom: 50px;
  left: 3%;
  background: var(--color-three);
  border-radius: 15px;
  z-index: -1;
}

.inner-prog-bg .container {
  border-top: 1px solid #1E1E1E;
  padding-top: 60px;
}

.inner-prog-bg h2.inner-head-main {
  margin-bottom: 100px;
}

.inner-course-bg {
  background: var(--color-white);
  border-radius: 15px;
  padding: 40px 60px 40px 100px;
  margin: 60px 0;
  box-shadow: 0px 30px 60px 0px #0271B833;
}

.inner-course-bg h2 {
  font-size: 30px;
  font-weight: 500;
  color: var(--color-one);
  margin-bottom: 25px;
}

.inner-course-bg h3 {
  font-size: 20px;
  font-weight: 400;
  color: var(--color-black);
  margin: 0;
}

.inner-course-bg h3 span {
  font-size: 30px;
  font-weight: 400;
  color: var(--color-two);
  display: block;
}

.inner-course-bg ul.inner-course-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 75%;
}

.inner-course-bg ul.inner-course-list li {
  width: 44%;
  margin: 6px;
}

.inner-course-bg ul.inner-course-list li a {
  border: 1px solid var(--color-two);
  border-radius: 15px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.inner-course-bg ul.inner-course-list li.color-one a {
  border: 1px solid var(--color-one);
}

.inner-course-bg ul.inner-course-list li a span {
  font-size: 14px;
  font-weight: 500;
}

.inner-course-bg ul.inner-course-list li a:hover {
  background: var(--color-two);
}

.inner-course-bg ul.inner-course-list li.color-one a:hover {
  background: var(--color-one);
}

.inner-admissions-head {
  color: var(--color-two);
  border-bottom: 1px solid #1E1E1E;
  font-size: 30px;
  font-weight: 300;
  text-align: right;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}

.admissions-box a {
  background: var(--color-three);
  padding: 40px;
  border-radius: 15px;
  display: block;
  margin: 23px 15px;
}

.admissions-box a h2 {
  font-size: 22px;
  font-weight: 600;
  color: var(--color-one);
  border-bottom: 1px solid #1E1E1E;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.admissions-box a h3 {
  font-size: 20px;
  font-weight: 400;
  color: var(--color-black);
  margin: 0;
}

.admissions-box a h3 span {
  font-size: 30px;
  font-weight: 400;
  color: var(--color-two);
  display: block;
}

.admissions-box a:hover {
  box-shadow: 0px 30px 60px 0px #0271B833;
}

.course-head-main {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #1E1E1E;
}

.course-vision-bg {
  padding: 0px 0 40px 0;
}

.course-vision-bg .course-vision-box {
  padding: 50px 40px;
}

.course-vision-bg .course-vision-box h2 {
  font-size: 40px;
  font-weight: 300;
}

.course-vision-bg .br {
  border-right: 1px solid #1e1e1e
}

.course-eligibility-bg {
  padding: 10px 0 40px 0;
}

.indira-accordion.accordion .card-header:after {
  content: "\f068";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 1%;
  top: 25%;
  color: var(--color-black);
  border: 0px solid var(--color-black);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.indira-accordion.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
}

.indira-accordion.accordion>.card {
  border-radius: 0;
  border: 0;
}

.indira-accordion.accordion>.card .card-header {
  padding: 0;
  margin: 0;
  line-height: 0;
  position: relative;
  border: 0;
}

.indira-accordion.accordion>.card .card-header .card-title {
  display: block;
  padding: 10px 50px 10px 25px;
  margin: 5px 0;
  cursor: pointer;
  background: var(--color-three);
  color: var(--color-black);
  font-size: 17px;
  border-bottom: 0px solid #f4f4f4;
  line-height: 28px;
  border-radius: 10px;
}

.indira-accordion.accordion>.card .card-header[aria-expanded="true"] .card-title {
  background-color: #EDEEEE;
}

.indira-accordion.accordion>.card .card-header .card-title:hover {
  color: var(--color-black);
  background-color: #EDEEEE;
}

.indira-accordion.accordion>.card .card-body {
  border-top: 0px solid #d5d5d5;
  border-bottom: 0px solid #d5d5d5;
  margin-bottom: 20px;
  background: #f6fbff;
}

.indira-accordion .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #EDEEEE;
}

.indira-accordion .accordion-body {
  border-top: 0px solid #d5d5d5;
  border-bottom: 0px solid #d5d5d5;
  margin-bottom: 20px;
  background: #fbfbfb;
}

.indira-accordion .accordion-item {
  border: none;
  border-bottom: 2px solid #f4f4f4;
}

.indira-accordion .accordion-item:first-of-type .accordion-button {
  color: #000;
  background-color: #EDEEEE;
}

.course-apply-bg {
  padding-top: 60px;
}

.course-apply-box a {
  border: 1px solid var(--color-two);
  border-radius: 15px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.course-apply-box.color-one a {
  border: 1px solid var(--color-one);
}

.course-apply-box a span {
  font-size: 14px;
  font-weight: 500;
}

.course-apply-box a:hover {
  background: var(--color-two);
}

.course-apply-box.color-one a:hover {
  background: var(--color-one);
}










.contact-address-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-address-box.br {
  border-right: 1px solid #ACACAC;
}

.contact-form-bg {
  background: var(--color-white);
  padding: 40px 50px 60px 50px;
  border-radius: 30px;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.1) !important;
}

.contact-form-bg h3 {
  font-weight: 600;
  font-size: 22px;
  text-align: center;
}

.contact-form-bg input,
.contact-form-bg input.form-control:focus,
.contact-form-bg textarea,
.contact-form-bg textarea.form-control:focus {
  border: 1px solid var(--color-one) !important;
  box-shadow: none;
}

.contact-form-bg select,
.contact-form-bg select.form-control:focus {
  border: 1px solid var(--color-one) !important;
  box-shadow: none;
  cursor: pointer
}

.contact-form-bg select option {
  padding: 5px;
  cursor: pointer;
  border-bottom: 1px dashed #8d8d8d !important;
  color: #000;
}

.contact-form-bg input,
.contact-form-bg select,
.contact-form-bg textarea,
.contact-form-bg select {
  border-radius: 8px;
  background-color: transparent !important;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #231f20 !important;
  padding: 10px 10px 10px 10px;
  border: 1px solid #6D6E70 !important;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.contact-form-bg input,
.contact-form-bg select,
.contact-form-bg textarea {
  color: #231f20 !important;
  font-size: 14px;
}

.contact-form-bg select {
  color: #8d8d8d;
}

.form-control::-webkit-input-placeholder {
  color: #8d8d8d !important
}

.form-control::-moz-placeholder {
  color: #8d8d8d !important
}

.form-control:-ms-input-placeholder {
  color: #8d8d8d !important
}

.contact-form-bg button {
  padding: 15px 40px;
  font-size: 14px;
}

.contact-form-bg .submit-btn {
  margin: 30px auto 0 auto;
  display: block;
  background: var(--color-two) !important;
  border: 2px solid var(--color-two) !important;
  color: var(--color-white) !important;
  padding: 5px 50px;
  border-radius: 10px;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.contact-form-bg .submit-btn:hover {
  background: transparent !important;
  color: var(--color-two) !important;
  border: 2px solid var(--color-two) !important;
}

.contact-form-bg .form-check input {
  height: 1em;
  margin-top: 0.25em;
  border: 1px solid #8d8d8d !important;
}

.contact-form-bg .form-check-input:checked {
  background-color: var(--color-one) !important;
  border-color: var(--color-one) !important;
}

.contact-form-bg select option selected {
  color: var(--color-one);
}

.contact-head-box {
  margin-right: 30px;
}


.cur-head h1 {
  display: inline-block;
  font-size: 30px;
  font-weight: 300;
}

.cur-head a {
  float: inline-end;
  margin: 0;
  padding: 5px 20px;
  margin-right: 1%;
  width: 10%;
  text-align: center;
  cursor: pointer;
}

.cur-head a.active {
  background-color: var(--color-white);
  color: #007bb7;
  border: 1px solid #007bb7;
}

.content-section {
  display: none;
}

.content-section.active {
  display: block;
}

.com-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.com-gallery img {
  width: 100%;
  height: 165px;
  border-radius: 5px;
}
.res-img img{width: 100%;height: 500px;margin-bottom: 15px;}

.result-img img{width: 100%;height: 320px;margin-bottom: 15px;}
.result-img p{text-align: center;}
.pdf-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}


.pdf-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--color-one);
  border-radius: 5px;
  padding: 15px 15px;
  width: 22%; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.facility-img img{width: 100%;height: 160px;}




.pdf-name {
  font-size: 16px;
  color: #fff;
}

.pdf-download {
  text-decoration: none;
}

.pdf-icon {
  width: 24px;
  height: 24px;
}

.home-video-bg{position: relative; min-height: 550px; overflow: hidden; z-index: 0;}
.home-video-bg:before { content: ''; position: absolute; top: 0; right: 0; bottom: 0px; left: 0; width: 100%; background:rgba(0,0,0,.3); z-index: 1;}
.home-video h3{ font-size: 34px; font-weight: 400; color: #fff; margin-top: 1%;}
#myVideo {position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
/* Add some content at the bottom of the video/page */
.videocontent {position: absolute; top:30%; right: 0; bottom: 0; left: 0; text-align: center; padding: 20px; z-index: 1; margin: auto;}
.videocontent h2{color: var(--color-white); font-weight: 600; font-size: 55px;}
.videocontent h2 span{font-weight: 400; display: block;}
/* Style the button used to pause/play the video */
#myBtn { width: 200px; font-size: 18px; padding: 10px; border: none; background: none; cursor: pointer; outline: none;}
#myBtn:hover { background:none; border: none;}

.home-video-bg video{width: 100%;}
 
.btn-three-one{
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
  -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:100px;
  padding: 6px 20px 6px 20px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0;
  display: inline-block;

}

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






@media(min-width:320px) and (max-width:1080px) {
  .slider {
    margin-top: 64px;
    padding: 0;
  }

  .inner-banner {
    margin-top: 64px;
  }

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

  .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;
  }

  .carousel-inner>.carousel-item>img {
    border-radius: 0;
  }

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

  .btn-one-main {
    font-size: 12px;
  }

  .btn-one-main i {
    width: 30px;
    height: 30px;
    line-height: 14px;
  }

  .btn-two-main {
    font-size: 12px;
  }

  .btn-two-main i {
    width: 30px;
    height: 30px;
    line-height: 14px;
  }

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

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

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

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

  .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;
  }

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

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

  .bg-color-one {
    padding: 30px 20px;
  }

  .bg-color-one h2 {
    text-align: center;
  }

  .bg-color-one h2 span {
    padding: 0;
  }

  .bg-color-one h2:before {
    bottom: -5px;
  }

  #commonTab .commonTab-list {
    display: none;
  }
  .pdf-box{width:46%;}
  .course-apply-bg {
    padding: 19px;
}
/* .course-vision-bg .br {border-bottom: none;border-left: none;} */

  #commonTab.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    padding: 15px;
    background-color: var(--color-one);
    border: 1px solid var(--color-one);
    color: var(--color-white);
    margin: 10px 10px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }

  #commonTab.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: transparent;
    border: 1px solid var(--color-one);
    color: var(--color-one);
  }

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

  .home-welcome-bg h1 {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    margin-top: 20px;
  }

  .home-welcome-bg h1 span b {
    display: inline-block;
    font-weight: 600;
  }

  .home-welcome-bg .for-xs {
    display: inline-block !important;
  }

  .home-institutions-bg {
    text-align: center;
  }

  .home-head {
    text-align: center;
  }

  .home-head:before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .CarouselAnnounceBg {
    margin-bottom: 30px;
  }

  .home-banner-strip-bg .container {
    margin-top: 0;
    padding: 40px 20px;
  }

  .home-institutions-bg:before {
    right: 2%;
    left: 2%;
  }

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

  .home-institutions-owl.owl-carousel .owl-item {
    padding-bottom: 0
  }

  .home-program-box .home-program-box-list-bg {
    margin-top: 0
  }

  .home-program-box .home-program-box-list-bg ul.home-program-box-list {
    margin: 0 0 0 20px;
    padding: 0
  }

  #homeProgTab.r-tabs .r-tabs-panel {
    padding: 20px 15px;
  }

  .home-download-bg .container {
    padding: 40px 10px;
  }

  .home-download-bg h2 {
    margin: 0 0 20px 0
  }

  .home-download-bg ul.home-download-list li a {
    flex-direction: column;
  }

  .home-download-bg ul.home-download-list li a h3 {
    margin: 0;
    text-align: center;
    font-size: 16px;
  }

  .home-download-bg ul.home-download-list li {
    width: 48%
  }

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

  .home-stats-bg ul.home-stats-list {
    flex-wrap: wrap
  }

  .home-stats-bg ul.home-stats-list li {
    width: 49%;
    border-right: 0 solid rgba(255, 255, 255, .5);
    margin: 25px 0;
  }

  .home-stats-bg ul.home-stats-list li h2 {
    font-size: 40px
  }

  .home-stats-bg ul.home-stats-list li i {
    font-size: 24px
  }

  .home-stats-bg ul.home-stats-list li h3 {
    font-size: 22px
  }

  .home-excellence-bg {
    padding: 60px 0 60px 0
  }

  .home-excellence-bg h2 {
    font-size: 18px
  }

  .home-top-image-text-effect {
    font-size: 48px
  }

  .home-life-bg {
    padding: 10px 0 40px 0;
    text-align: center;
  }

  .home-life-bg img {
    margin-bottom: 25px;
  }

  .home-life-bg h2 {
    font-size: 25px;
    margin-bottom: 10px
  }

  .home-life-bg h3 {
    font-size: 34px;
    margin-bottom: 15px;
    line-height: 37px
  }

  .home-news-bg {
    padding: 50px 20px 20px 20px
  }

  footer .footer-right-bg {
    display: none;
  }

  footer:before {
    top: 0;
  }

  footer .footer-left-content-bg {
    padding-bottom: 30px;
    padding-top: 20px
  }

  .inner-head-main {
    font-size: 32px
  }

  .inner-vision-bg .br {
    border-right: 0 solid #1e1e1e;
    border-bottom: 1px solid #1e1e1e
  }

  .inner-vision-bg {
    padding: 20px 0 20px 0
  }

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

  .inner-college-name-1 {
    text-align: center;
    margin-bottom: 6px;
  }

  .inner-college-name-2 {
    font-size: 34px;
    margin-bottom: 25px;
    text-align: center;
    line-height: 36px
  }

  .inner-college-name-3 {
    font-size: x-large;
    margin-bottom: 25px;
    text-align: center;
    line-height: 36px
  }

  .inner-college-bg .ps-5 {
    padding-left: 1.0rem !important;
  }

  .inner-college-bg img {
    margin-bottom: 15px;
  }

  .inner-prog-bg {
    padding: 10px 0 50px 0
  }

  .inner-prog-bg:before {
    left: 0;
    right: 0;
  }

  .inner-course-bg {
    padding: 30px;
  }

  .inner-course-bg ul.inner-course-list {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .inner-course-bg ul.inner-course-list li {
    width: 45%
  }

  .inner-admissions-head {
    text-align: center;
  }

  .course-head-main {
    font-size: 32px
  }

  .course-vision-bg .br {
    border-right: 0px solid #1e1e1e;
    border-bottom: 1px solid #1e1e1e
  }

  .course-vision-bg .course-vision-box {
    padding: 20px 20px
  }

  .contact-address-box {
    text-align: center;
    margin-bottom: 15px;
  }

  .contact-address-box p {
    text-align: center;
  }

  .contact-form-bg {
    margin-bottom: 60px;
  }

  .cur-head h1 {
    display: block;
  }

  .cur-head a {
    padding: 5px 26px;
    display: inline-flex;
    margin: 0 15px 0 15px;
    float: none;
    width: max-content;
  }

  .cur-head h1 {
    text-align: center;
    margin-bottom: 6px;
  }
  .home-video-bg {
    min-height: 170px;
}

.btn-three-one{
      padding: 6px 10px;
        font-size: 14px;
        font-weight: 400;
        margin-top: 10px;
      }
          

}