:root {
  --color-black: #000000;
  --color-super-black: #000000;
  --color-one: #BA5D23;
  --color-two: #FFB217;
  --color-three: #ED3232;
  --color-four: #FFF5E2;
  --color-white: #ffffff;
  --color-grey: #939598;
  --color-pureGrey: #808080;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --font-main: "Montserrat", 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: 1920px;
  word-wrap: break-word;
  position: relative;
}

.site-container::after {
  clear: both;
  content: " ";
  display: block
}

input:focus,
textarea:focus,
select:focus,
:focus,
.form-control:focus {
  outline: none !important;
}

*:focus {
  outline: none !important
}

p {
  line-height: 20px;
  text-align: justify;
}

a,
.link .color {
  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-one);
}

.pad0 {
  padding: 0;
}

strong {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 8em;
  right: 15px;
  text-decoration: none;
  border-radius: 100px;
  background-color: #fdfdfb;
  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);
  mix-blend-mode: difference;
}

.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: 500;
  text-decoration: underline;
}

.linkBlack:hover {
  color: var(--color-one);
}

.linkone {
  color: var(--color-one);
  font-weight: 500;
  text-decoration: underline;
}

.linkone:hover {
  color: var(--color-black);
}

.linkWhite {
  color: var(--color-white);
  font-weight: 500;
  text-decoration: underline;
}

.linkWhite:hover {
  color: var(--color-black);
}

.colorone {
  color: var(--color-one);
  font-size: 18px;
}

#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: 0;
  position: absolute;
  top: 0;
  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>a>img,
.carousel-inner>.carousel-item>img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px
}

.slider .carousel-inner {
  overflow: unset;
}

.slider {
  position: relative;
  width: 100%;
  z-index: 0;
  padding: 0 15px
}

#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 0 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 0 20px 20px !important;
  width: 65%;
  text-align: right !important;
  animation-delay: 1s
}



.slider .carousel-control-prev {
  top: unset;
  bottom: 145px;
  right: 175px;
  left: auto;
  border-radius: 50px;
  background: rgba(19, 36, 36, .25);
  border: 0px solid var(--color-black);
  width: auto;
  z-index: 3;
}

/* .slider .carousel-control-prev .carousel-control-prev-icon i{width: 45px; height: 45px;} */
.slider .carousel-control-next {
  top: unset;
  bottom: 145px;
  left: auto;
  right: 120px;
  border-radius: 50px;
  background: rgba(19, 36, 36, .25);
  border: 0px solid var(--color-black);
  width: auto;
  z-index: 3;
}

/* .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-four-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 4px 4px 20px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 50px;
}

.btn-one {
  border: 2px solid var(--color-one);
  color: var(--color-one) !important;
  display: inline-flex;
  gap: 10px;
  align-items: center
}

.btn-one i {
  background: var(--color-three);
  color: var(--color-white);
  border-radius: 100%;
  width: clamp(20px, 2.0vw, 30px);
  height: clamp(20px, 2.0vw, 30px);
  display: flex;
  align-items: center;
  justify-content: center
}

.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);
  display: inline-flex;
  gap: 10px;
  align-items: center
}

.btn-one-full i {
  background: var(--color-three);
  color: var(--color-white);
  border-radius: 100%;
  width: clamp(20px, 2.0vw, 30px);
  height: clamp(20px, 2.0vw, 30px);
  display: flex;
  align-items: center;
  justify-content: center
}

.btn-one-full:hover {
  background: none;
  color: var(--color-one) !important;
}

.btn-two {
  border: 2px solid var(--color-two);
  color: var(--color-two) !important;
  display: inline-flex;
  gap: 10px;
  align-items: center
}

.btn-two i {
  background: var(--color-three);
  color: var(--color-white);
  border-radius: 100%;
  width: clamp(20px, 2.0vw, 30px);
  height: clamp(20px, 2.0vw, 30px);
  display: flex;
  align-items: center;
  justify-content: center
}

.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;
  display: inline-flex;
  gap: 10px;
  align-items: center
}

.btn-two-full i {
  background: var(--color-three);
  color: var(--color-white);
  border-radius: 100%;
  width: clamp(20px, 2.0vw, 30px);
  height: clamp(20px, 2.0vw, 30px);
  display: flex;
  align-items: center;
  justify-content: center
}

.btn-two-full:hover {
  border: 2px solid var(--color-two);
  color: var(--color-two) !important;
  background: none;
}

.btn-three {
  border: 2px solid var(--color-black);
  color: var(--color-black) !important;
  display: inline-flex;
  gap: 10px;
  align-items: center
}

.btn-three i {
  background: var(--color-three);
  color: var(--color-white);
  border-radius: 100%;
  width: clamp(20px, 2.0vw, 30px);
  height: clamp(20px, 2.0vw, 30px);
  display: flex;
  align-items: center;
  justify-content: center
}

.btn-three:hover {
  background: var(--color-black);
  color: var(--color-white) !important;
}

.btn-three-full {
  border: 2px solid var(--color-black);
  background: var(--color-black);
  color: var(--color-white) !important;
  display: inline-flex;
  gap: 10px;
  align-items: center
}

.btn-three-full i {
  background: var(--color-three);
  color: var(--color-white);
  border-radius: 100%;
  width: clamp(20px, 2.0vw, 30px);
  height: clamp(20px, 2.0vw, 30px);
  display: flex;
  align-items: center;
  justify-content: center
}

.btn-three-full:hover {
  border: 2px solid var(--color-black);
  color: var(--color-black) !important;
  background: none;
}

.btn-four {
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
  display: inline-flex;
  gap: 10px;
  align-items: center
}

.btn-four i {
  background: var(--color-three);
  color: var(--color-white);
  border-radius: 100%;
  width: clamp(20px, 2.0vw, 30px);
  height: clamp(20px, 2.0vw, 30px);
  display: flex;
  align-items: center;
  justify-content: center
}

.btn-four:hover {
  background: var(--color-white);
  color: var(--color-three) !important;
}

.btn-four-full {
  border: 2px solid var(--color-white);
  background: var(--color-white);
  color: var(--color-three) !important;
  display: inline-flex;
  gap: 10px;
  align-items: center
}

.btn-four-full i {
  background: var(--color-three);
  color: var(--color-white);
  border-radius: 100%;
  width: clamp(20px, 2.0vw, 30px);
  height: clamp(20px, 2.0vw, 30px);
  display: flex;
  align-items: center;
  justify-content: center
}

.btn-four-full:hover {
  border: 2px solid var(--color-white);
  color: var(--color-three) !important;
  background: none;
}


/* Divider Line */
hr {
  border: 0;
  height: 1px;
  margin: 25px 0 25px 0;
  background-color: #829198;
}

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;
}

/* 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-one);
}

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-one);
}

.head-main {
  font-size: 28px;
  font-weight: 300;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  color: var(--color-one);
}

.head-one {
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-black);
  color: var(--color-black);
  width: 100%;
}

.head-two {
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-black);
  color: var(--color-black);
  width: 100%;
}

.head-three {
  font-weight: 400;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  background: var(--color-one);
  color: var(--color-white);
  width: 100%;
}

.head-four {
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--color-one);
  color: var(--color-one);
  width: 100%;
}

.head-five {
  font-weight: 400;
  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: 400;
  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: #f3f3f3;
  padding: 40px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  border-radius: 20px;
}

.bg-color-one h2 {
  font-weight: 500;
  font-size: 18px;
  padding: 0 0 10px 0;
  margin-bottom: 15px;
  margin-top: 0 !important;
  border-bottom: solid 1px var(--color-one);
  color: var(--color-one);
  width: 100%
}

.bg-color-one h2 span {
  background: var(--color-grey);
  padding-right: 10px;
}

.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;
  color: var(--color-one);
  width: 100%;
  border-bottom: 1px solid var(--color-one);
}

.bg-color-two h3 {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px var(--color-one);
  color: var(--color-one);
  width: 100%;
}

.bg-color-three {
  background: rgba(239, 248, 255, 1);
  padding: 30px;
  margin-bottom: 15px;
  margin-top: 100px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0rem 1rem rgba(230, 226, 226, 0.2) !important;
}

.bg-color-three img {
  margin-top: -29px;
  margin-bottom: -59px;
}

.link {
  color: var(--color-one);
  font-weight: 500;
}

.link:hover {
  color: var(--color-black);
}

.link-one {
  color: var(--color-one);
  font-weight: 500;
}

.link-one:hover {
  color: var(--color-black);
}

.link-black {
  color: var(--color-black);
  font-weight: 500;
}

.link-black:hover {
  color: var(--color-one);
}

.for-xs {
  display: none !important;
}

.color-one {
  color: var(--color-one);
}

.color-two {
  color: var(--color-two);
}

.image-radius-10 {
  border-radius: 10px;
}

.image-radius-15 {
  border-radius: 15px;
}

.image-radius-20 {
  border-radius: 20px;
}

.link {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-black);
  text-decoration: none;
  position: relative;
  overflow: hidden
}

.link i,
.link span {
  position: relative
}

.link span {
  margin-left: 18px;
}

.link i {
  margin-left: .5em
}

.link .color {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background-color: var(--color-three);
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0px;
}

.link:hover .color {
  left: 89%;
  background-color: var(--color-one);
}

.link:hover i {
  color: var(--color-white);
}

.home-study-bg {
  padding: clamp(90px, 10.5vw, 160px) 0 clamp(30px, 3.0vw, 40px) 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.home-study-bg:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 24%;
  right: 7%;
  background: url(../img/blur-3.png);
  background-size: cover;
  width: 500px;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .6
}

.home-study-bg h1 {
  font-size: clamp(30px, 7.9vw, 120px);
  font-weight: 500;
  color: var(--color-one);
  text-transform: uppercase;
  line-height: clamp(30px, 7.2vw, 110px);
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start
}

.home-study-bg h1 span {
  display: block;
}

.home-study-select-bg {
  padding: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-content: flex-end;
  justify-content: center
}

.home-study-select-bg h2 {
  font-size: clamp(18px, 3.0vw, 40px);
  font-weight: 400;
  color: var(--color-three);
  margin-bottom: clamp(15px, 1.4vw, 20px);
}

.home-study-select-bg main {
  width: 100%;
}

#home-study-select {
  text-align: center;
  margin-top: 0px;
  position: relative;
  margin-bottom: 0px;
}

select.home-study-box-name {
  padding: 20px 30px;
  margin: 0 10px;
  display: inline-block;
  border-radius: 30px;
  width: 40%;
  font-size: 17px;
  border: 0;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  background-image: none;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid var(--color-white);
}

select.home-study-box-name option {
  margin: 5px 0 !important;
  padding: 15px !important;
  height: auto !important;
  line-height: 60px !important;
}

select.home-study-box-name option:hover {
  color: var(--color-one);
  cursor: pointer;
}

select.home-study-box-name option:active,
select.home-study-box-name option:focus,
select.home-study-box-name option:checked {
  background: var(--color-grey) !important;
  box-shadow: 0 0 10px 100px var(--color-grey) inset;
  color: #000 !important;
}

.home-announce-bg {
  border-bottom: 1px solid #a8a8a8;
  padding: 0 0 clamp(18px, 2vw, 30px) 0;
  margin: clamp(40px, 2.6vw, 40px) clamp(5px, 1.1vw, 15px) 0 clamp(5px, 1.1vw, 15px);
  background: rgba(255, 255, 255, .2);
  backdrop-filter: blur(5px)
}

.home-announce-bg .btn-one-full {
  margin-top: 0;
}

.home-announce-bg p {
  margin-bottom: 0;
}

#announcementCarousel.carousel-fade .carousel-item a {
  font-weight: 500;
  display: block;
  margin: 0 30px;
  position: relative
}

#announcementCarousel.carousel-fade .carousel-item {
  min-height: 50px;
  justify-content: center;
  text-align: center
}

#announcementCarousel.carousel-fade .carousel-item a:hover i {
  right: -5px
}

#announcementCarousel {
  padding: 0 50px;
  margin-right: 0px
}

#announcementCarousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

#announcementCarousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

#announcementCarousel .carousel-control-next,
#announcementCarousel .carousel-control-prev {
  color: #000 !important;
  width: 5%
}

#announcementCarousel .carousel-control-next:focus,
#announcementCarousel .carousel-control-next:hover,
#announcementCarousel .carousel-control-prev:focus,
#announcementCarousel .carousel-control-prev:hover {
  color: #000 !important
}

.home-about-bg {
  padding: clamp(40px, 6.6vw, 100px) 0 0;
}

.home-about-bg h2 {
  font-size: clamp(18px, 2.0vw, 30px);
  font-weight: 500;
}

.home-about-bg h2 span {
  color: #C4C4C4;
}

#homeAboutCarousel.carousel-fade .carousel-item .homeAboutCarouselBox {
  display: block;
  position: relative;
  text-align: left;
}

#homeAboutCarousel.carousel-fade .carousel-item .homeAboutCarouselBox h3 {
  font-size: clamp(30px, 6.6vw, 100px);
  font-weight: 500;
  color: var(--color-one);
  margin: 0;
}

#homeAboutCarousel.carousel-fade .carousel-item .homeAboutCarouselBox h4 {
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: 400
}

#homeAboutCarousel.carousel-fade .carousel-item {
  min-height: 50px;
  justify-content: center;
  text-align: center
}

#homeAboutCarousel.carousel-fade .carousel-item .homeAboutCarouselBox:hover {
  right: 0px
}

#homeAboutCarousel {
  padding: 0 50px;
  margin-right: 0px
}

#homeAboutCarousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

#homeAboutCarousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

#homeAboutCarousel .carousel-control-next,
#homeAboutCarousel .carousel-control-prev {
  color: #000 !important;
  width: 5%
}

#homeAboutCarousel .carousel-control-next:focus,
#homeAboutCarousel .carousel-control-next:hover,
#homeAboutCarousel .carousel-control-prev:focus,
#homeAboutCarousel .carousel-control-prev:hover {
  color: #000 !important
}

.home-about-bottom-bg {
  margin-top: clamp(40px, 6.6vw, 100px);
}

.home-recognition-bg {
  padding: clamp(40px, 6.6vw, 100px) 0;
  position: relative;
  z-index: 0
}

.home-recognition-bg:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: clamp(5px, 1.0vw, 15px);
  bottom: 0;
  left: clamp(5px, 1.0vw, 15px);
  background: #fff5e2;
  border-radius: 10px
}

.home-recognition-bg:after {
  content: "";
  position: absolute;
  z-index: -2;
  right: 0;
  bottom: 0;
  left: 0;
  background: #322923;
  height: 30%
}

.home-recognition-bg h2 {
  text-align: center;
  color: var(--color-three);
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 500;
  margin-bottom: clamp(30px, 5.0vw, 80px);
}

.home-recognition-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(12px, 1.4vw, 20px);
}

.home-recognition-box img {
  width: 40% !important;
  background: var(--color-white);
  border-radius: 15px;
  padding: 50px;
}

.home-recognition-box h3 {
  font-size: clamp(20px, 1.6vw, 25px);
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 0 clamp(12px, 1.4vw, 20px);
}

.home-recognition-box h3 span {
  display: block;
  font-size: clamp(14px, 1.1vw, 15px);
  font-style: italic;
  font-weight: 400;
  margin-top: clamp(15px, 1.4vw, 20px);
  text-transform: none;
}

.home-recognition-box.br {
  border-right: 1px solid #ba5d23
}

.home-programs-bg {
  padding: clamp(40px, 7.9vw, 120px) 0;
  position: relative;
  z-index: 0;
  background: #322923;
  color: var(--color-white)
}

.home-programs-left-box h2 {
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 500;
  color: var(--color-two)
}

.home-programs-left-box h3 {
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 500
}

.home-programs-left-box h3 span {
  display: block;
}

.home-programs-left-box p {
  font-size: clamp(14px, 1.1vw, 16px);
  text-align: left;
}

ul.home-programs-life-list {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  list-style: none;
  width: 100%;
  height: 350px;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  padding: 0
}

ul.home-programs-life-list li {
  position: relative;
  width: 220px;
  height: 350px;
  border-left: 0 solid #fff;
  transition: all .7s;
  display: inline-block
}

ul.home-programs-life-list li .content-box {
  display: block;
  position: absolute;
  visibility: hidden;
  bottom: 0;
  width: 100%;
  color: #fff;
  white-space: nowrap;
  padding: clamp(15px, 1.3vw, 20px);
  background: linear-gradient(to top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
  font-weight: 700;
  border-radius: 22px
}

ul.home-programs-life-list li .content-box:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0) 100%);
  border-radius: 0 0 22px 22px
}

ul.home-programs-life-list li .content-box h2 {
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 600;
  text-align: left;
  position: relative;
}

ul.home-programs-life-list li .content-box p {
  margin-bottom: 5px;
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 500;
  text-align: left;
  position: relative;
}

ul.home-programs-life-list li .content-box a {
  position: absolute;
  top: 30px;
  right: 30px
}

ul.home-programs-life-list li:hover .content-box {
  visibility: visible
}

ul.home-programs-life-list li img {
  width: 100%;
  object-fit: cover;
  height: 350px;
  border-radius: 20px
}

ul.home-programs-life-list li:hover {
  width: 500px
}

ul.home-programs-life-list li.in {
  width: 70%
}

ul.home-programs-life-list li.in .content-box {
  visibility: visible
}

ul.home-programs-life-list:hover li.in {
  width: 190px
}

ul.home-programs-life-list:hover li.in .content-box {
  visibility: hidden
}

ul.home-programs-life-list:hover li.in:hover {
  width: 70%
}

ul.home-programs-life-list:hover li.in:hover .content-box {
  visibility: visible
}

.home-highlight-bg {
  padding: clamp(40px, 6.6vw, 100px) 0;
  position: relative;
  z-index: 0;
}

.home-highlight-bg:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: clamp(5px, 1.0vw, 15px);
  bottom: 0;
  left: clamp(5px, 1.0vw, 15px);
  background: var(--color-white);
  border-radius: 10px
}

.home-highlight-bg:after {
  content: "";
  position: absolute;
  z-index: -2;
  right: 0;
  top: 0;
  left: 0;
  background: #322923;
  height: 25%
}

.home-highlight-bg h2 {
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 500;
  color: var(--color-three);
  margin-bottom: clamp(14px, 1.1vw, 16px);
}

.home-highlight-bg h3 {
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 500;
  margin-bottom: clamp(18px, 2.0vw, 30px);
}

.home-highlight-bg h3 span {
  display: block;
}

.home-highlight-bg .home-highlight-box {
  border-radius: 15px;
  overflow: hidden
}

.home-highlight-bg .home-highlight-box a {
  display: block;
  position: relative;
  z-index: 0;
  color: var(--color-white);
  overflow: hidden;
  transition: all 0.3s ease;
}

.home-highlight-bg .home-highlight-box a img {
  border-radius: 15px;
  transition: transform .5s ease;
  display: block;
  position: relative;
  z-index: 1;
  height: 300px;
}

.home-highlight-bg .home-highlight-box a:hover img {
  transform: scale(1.1)
}

.home-highlight-bg .home-highlight-box a .home-highlight-text-box {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
  backdrop-filter: blur(10px);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: clamp(10px, 1.4vw, 20px);
  border-radius: 15px;
  z-index: 2;
}

.home-highlight-bg .home-highlight-box a .home-highlight-text-box h4 {
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 500;
  margin-bottom: clamp(5px, 1.4vw, 20px);
}

.home-highlight-bg .home-highlight-box a .home-highlight-text-box h5 {
  font-size: clamp(13px, 1.0vw, 16px);
  font-weight: 500;
}

.home-highlight-bg .home-highlight-box a .home-highlight-text-box p {
  color: var(--color-two);
  text-align: right;
}

.home-highlight-bg .home-highlight-box a:hover {
  transform: translateY(-5px);
  border-radius: 15px;
  transition: all .3s ease
}

.home-highlight-bg .home-highlight-box a:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 5px rgba(0, 0, 0, .25)
}


.home-life-video-bg {
  padding: 0 0 clamp(40px, 6.6vw, 100px) 0;
  position: relative;
  z-index: 0;
}

.home-life-video-bg:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFF5E2;
  height: 25%
}

.home-life-heading {
  font-size: clamp(30px, 7.9vw, 120px);
  font-weight: 500;
  color: var(--color-one);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px
}

/* Image container */
.home-life-heading-image-box {
  overflow: hidden;
  border-radius: 50px;
  transition: all .4s ease
}

/* Image style */
.home-life-heading-image-box img {
  width: 100%;
  display: block;
  transition: transform .4s ease
}

/* Hover popup effect */
.home-life-heading-image-box:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .3)
}

.home-life-heading-image-box:hover img {
  transform: scale(1.1)
}

.home-life-video-bg #video {
  width: 100%;
  height: clamp(250px, 39.0vw, 600px);
  border-radius: 20px;
}

.home-life-bg {
  padding: 0 0 clamp(40px, 6.6vw, 100px) 0;
  position: relative;
  z-index: 0;
  background: #FFF5E2;
}

.home-life-bg .home-life-left-head-bg h2 {
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 500;
  margin: 0
}

.home-life-bg .home-life-bg-box-1.marB,
.home-life-bg .home-life-bg-box-2.marB {
  margin-bottom: 20px;
}

.home-life-bg .home-life-bg-box-1 a,
.home-life-bg .home-life-bg-box-2 a {
  position: relative;
  z-index: 0;
  border-radius: 15px;
  border: 1px solid rgba(186, 93, 35, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 150px;
  width: 100%;
}

.home-life-bg .home-life-bg-box-1 a {
  color: var(--color-white)
}

.home-life-bg .home-life-bg-box-2 a {
  color: var(--color-one)
}

.home-life-bg .home-life-bg-box-2 a:hover {
  color: var(--color-white)
}

.home-life-bg .home-life-bg-box-1 a:before,
.home-life-bg .home-life-bg-box-2 a:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 15px;
  transition: all 0.5s ease-in-out;
}

.home-life-bg .home-life-bg-box-1 a:before {
  background: rgba(186, 93, 35, 1);
}

.home-life-bg .home-life-bg-box-2 a:before {
  background: rgba(255, 245, 226, 1)
}

.home-life-bg .home-life-bg-box-1 a .home-life-icon,
.home-life-bg .home-life-bg-box-2 a .home-life-icon {
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
}

.home-life-bg .home-life-bg-box-2 a:hover .home-life-icon {
  -webkit-filter: hue-rotate(90deg) brightness(500%) grayscale(100%);
  filter: hue-rotate(90deg) brightness(500%) grayscale(100%)
}

.home-life-bg .home-life-bg-box-1 a h3,
.home-life-bg .home-life-bg-box-2 a h3 {
  position: absolute;
  right: 0;
  bottom: 20%;
  left: 0;
  font-size: clamp(16px, 1.4vw, 20px);
  text-align: center;
}

.home-life-bg .home-life-bg-box-1 a .home-life-bg-box-img,
.home-life-bg .home-life-bg-box-2 a .home-life-bg-box-img {
  border-radius: 15px;
}

.home-life-bg .home-life-bg-box-1 a:hover:before {
  background: rgba(186, 93, 35, 0.8)
}

.home-life-bg .home-life-bg-box-2 a:hover:before {
  background: rgba(237, 50, 50, 0.3)
}

.home-life-bg .home-right-bg-box-img {
  min-height: 100%;
  object-fit: cover
}

.home-placement-bg {
  padding: clamp(40px, 6.6vw, 100px) 0;
  position: relative;
  z-index: 0;
}

.home-placement-bg h2 {
  color: var(--color-three);
  font-size: clamp(16px, 1.4vw, 20px);
}

.home-placement-bg h3 {
  font-size: clamp(18px, 2.0vw, 30px);
  margin-bottom: clamp(20px, 3.0vw, 40px);
}

.home-placement-bg h3 span {
  display: block;
}

#homePlacementCarousel.carousel-fade .carousel-item .homePlacementCarouselBox {
  display: block;
  position: relative;
  text-align: left
}

#homePlacementCarousel.carousel-fade .carousel-item .homePlacementCarouselBox h3 {
  font-size: clamp(30px, 7.8vw, 120px);
  font-weight: 500;
  color: var(--color-one);
  margin: 0
}

#homePlacementCarousel.carousel-fade .carousel-item .homePlacementCarouselBox h4 {
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: 400
}

#homePlacementCarousel.carousel-fade .carousel-item {
  min-height: 50px;
  justify-content: center;
  text-align: center
}

#homePlacementCarousel.carousel-fade .carousel-item .homePlacementCarouselBox:hover {
  right: 0px
}

#homePlacementCarousel {
  padding: 0 0px 0 20px;
  margin-right: 0px
}

#homePlacementCarousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

#homePlacementCarousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

#homePlacementCarousel .carousel-control-next,
#homePlacementCarousel .carousel-control-prev {
  color: #000 !important;
  width: 5%
}

#homePlacementCarousel .carousel-control-next:focus,
#homePlacementCarousel .carousel-control-next:hover,
#homePlacementCarousel .carousel-control-prev:focus,
#homePlacementCarousel .carousel-control-prev:hover {
  color: #000 !important
}

ul.home-placement-list {
  margin: clamp(40px, 5vw, 80px) 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap
}

ul.home-placement-list li {
  border: 1px solid rgba(217, 217, 217, 1);
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(15px, 2vw, 30px);
  background: var(--color-white);
  transition: all .3s ease-in-out
}

ul.home-placement-list li img {
  width: 60%;
}

ul.home-placement-list li:hover {
  box-shadow: 0 5px 40px 10px rgba(0, 0, 0, .15);
  z-index: 0
}

.home-achievements-bg {
  padding: clamp(40px, 6.6vw, 100px) 0;
  position: relative;
  z-index: 0;
}

.home-achievements-bg:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: clamp(5px, 1.0vw, 15px);
  bottom: 0;
  left: clamp(5px, 1.0vw, 15px);
  background: #fff5e2;
  height: 80%;
  border-radius: 10px
}

.home-achievements-bg h2 {
  color: var(--color-three);
  font-size: clamp(16px, 1.4vw, 20px);
}

.home-achievements-bg h3 {
  font-size: clamp(18px, 2.0vw, 30px);
  margin-bottom: clamp(12px, 3.0vw, 40px);
}

.home-achievements-bg h3 span {
  display: block;
}

.home-achievements-bg .home-achievements-box {
  border-radius: 15px;
  overflow: hidden
}

.home-achievements-bg .home-achievements-box a {
  display: block;
  position: relative;
  z-index: 0;
  color: var(--color-white);
  overflow: hidden;
  transition: all 0.3s ease;
}

.home-achievements-bg .home-achievements-box a img {
  border-radius: 15px;
  transition: transform .5s ease;
  display: block;
  position: relative;
  z-index: 1
}

.home-achievements-box a:hover img {
  transform: scale(1.1)
}

.home-achievements-bg .home-achievements-box a .home-achievements-text-box {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
  backdrop-filter: blur(10px);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: clamp(10px, 1.4vw, 20px);
  border-radius: 15px;
  z-index: 2;
}

.home-achievements-bg .home-achievements-box a .home-achievements-text-box h4 {
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 500;
  margin-bottom: clamp(10px, 1.4vw, 20px);
}

.home-achievements-bg .home-achievements-box a .home-achievements-text-box h5 {
  font-size: clamp(13px, 1.0vw, 16px);
  font-weight: 500;
}

.home-achievements-bg .home-achievements-box a .home-achievements-text-box p {
  color: var(--color-two);
  text-align: right;
}

.home-achievements-bg .home-achievements-box a:hover {
  transform: translateY(-5px);
  border-radius: 15px;
  transition: all .3s ease
}

.home-achievements-bg .home-achievements-box a:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 5px rgba(0, 0, 0, .25)
}


.home-gallery-bg {
  padding: 0 0 clamp(40px, 6.6vw, 100px) 0;
  text-align: center
}

.home-gallery-bg:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 8%;
  right: 0;
  left: 0;
  background: url(../img/blur-3.png);
  background-size: cover;
  width: 500px;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .6;
  display: block;
  margin: 0 auto
}

.home-gallery-bg h2 {
  font-size: clamp(30px, 7.9vw, 120px);
  font-weight: 500;
  color: var(--color-one);
  text-transform: uppercase;
  margin: 0
}

.home-gallery-bg h3 {
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 500;
}

.slider-container {
  perspective: 100%;
  perspective-origin: 50% 50%;
  cursor: grab;
  width: 100%;
  max-width: 100%;
  overflow: hidden
}

.slider-container.dragging {
  cursor: grabbing
}

.slider-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transform-style: preserve-3d
}

.card {
  flex-shrink: 0;
  width: 240px;
  background: #fff;
  overflow: hidden;
  transform-style: preserve-3d;
  position: relative;
  cursor: pointer
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, .15), transparent 30%, transparent 70%, rgba(0, 0, 0, .15));
  transform: translateZ(-8px);
  pointer-events: none
}

.card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  transform: translateZ(-16px);
  box-shadow: 0 0 40px rgba(0, 0, 0, .3);
  pointer-events: none
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  position: relative;
  z-index: 1
}

.card .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s ease;
  z-index: 2
}

.card:hover .hover-overlay {
  opacity: 1
}

.card .hover-overlay span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px
}

.slider-track.blurred .card:not(.expanded) {
  filter: blur(8px);
  transition: filter .6s ease
}

.card.expanded {
  z-index: 1000 !important
}

.card-info {
  position: fixed;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .6s ease;
  z-index: 99;
  max-width: 600px;
  padding: 1.5rem;
  background: var(--color-white);
  box-shadow: 4px 3px 18px 4px #b7b7b721;
  min-width: 375px
}

.card-info.visible {
  opacity: 1;
  pointer-events: all
}

.card-info h2 {
  font-size: 36px;
  font-weight: 900;
  color: #0a0a0a;
  margin-bottom: 16px
}

.card-info p {
  font-size: 18px;
  color: #080808;
  line-height: 1.7
}

.close-btn {
  position: fixed;
  top: 140px;
  right: 20%;
  width: 60px;
  height: 60px;
  background: #000;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1002;
  opacity: 0;
  pointer-events: none;
  color: var(--color-three);
  transition: all .3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .2)
}

.close-btn.visible {
  opacity: 1;
  pointer-events: all
}

.close-btn:hover {
  background: var(--color-three);
  color: #fff;
  transform: rotate(90deg) scale(1.1)
}

.close-btn svg {
  width: 24px;
  height: 24px
}

.footer-top-bg {
  position: relative;
  z-index: 0
}

.footer-top-bg:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: clamp(5px, 1.0vw, 15px);
  bottom: 0;
  left: clamp(5px, 1.0vw, 15px);
  background: var(--color-two);
  border-radius: 10px
}

.footer-top-bg:after {
  content: "";
  position: absolute;
  z-index: -2;
  right: 0;
  bottom: 0;
  left: 0;
  background: #322923;
  height: 50%
}

.footer-top-bg h2 {
  font-size: clamp(22px, 2.0vw, 30px);
  margin: 0;
}

.footer-top-bg h2 span {
  display: block;
}

.footer-top-bg .footer-top-text-box {
  padding: clamp(12px, 3.0vw, 40px) 0;
}











footer {
  position: relative;
  z-index: 0;
  background: #322923;
  color: var(--color-white);
  margin-top: 0px;
  font-size: 13px
}

footer .footer-bg {
  padding: 40px 0px 10px 10px;
}


footer a {
  color: var(--color-white);
}

footer a:hover {
  color: var(--color-one);
}

footer .footer-list {
  margin-top: 0px;
}

footer .footer-list h3 {
  margin: 0 0 10px;
  color: var(--color-two);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  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-two);
  width: 25%;
  position: relative;
  right: 0;
  bottom: 0;
  display: inline-block
}

footer .footer-list ul {
  padding: 0;
  margin: 0 0 0 10px;
}

footer .footer-list ul h5 {
  margin-top: clamp(10px, 2.0vw, 30px);
  font-size: clamp(14px, 1.1vw, 16px);
}

footer .footer-list ul li {
  list-style: none;
  padding: 2px 0 2px 0px;
  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-white);
  font-size: 4px
}

footer .footer-list ul li a {
  color: var(--color-white);
  font-size: 13px;
  font-weight: 300
}

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;
  display: inline-block;
  width: 48%;
}

footer .footer-list ul.half li {
  list-style: none;
  padding: 2px 0 2px 10px;
  position: relative;
  z-index: 0;
}

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-white);
  font-size: 4px
}

footer .footer-list ul.half li a {
  color: var(--color-white);
}

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-two);
  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-white);
}

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-two);
  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-white);
  font-size: 12px;
}

.footerextra li a {
  color: var(--color-white);
}

.footerextra li a:hover {
  color: var(--color-two);
}

.footerextra-Mt {
  margin-top: 30px;
}

footer .copy {
  padding: 20px 0 20px 0;
  margin-top: 20px;
  border-top: 1px solid var(--color-one)
}

footer .copy a {
  font-weight: 500;
}

footer .copy a:hover {
  color: var(--color-two);
}

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-block;
  margin: 8px 5px
}

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.icoPinterest:hover {
  background-color: #e60023;
}

.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.1);
  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-three);
  -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 {
  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: transparent !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;
  z-index: 0;
  padding: 0 0px;
  width: 96%;
  margin: 115px auto 0;
}

.inner-banner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0px;
  background: rgba(0, 0, 0, .2);
  border-radius: 15px;
}

/* .inner-banner img{min-width: 100%;height: 450px; object-fit: cover;} */
.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: 300;
  position: absolute;
  text-transform: capitalize;
  right: 0;
  bottom: 45px;
  margin: 0;
  background: rgba(0, 0, 0, 0);
  padding: 15px 20px 15px 20px;
}

.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 {
  position: relative;
}

.inner-bg .section-one-bg {
  background: rgba(255, 255, 255, 1);
  border-radius: 20px 20px 0 0;
  padding: 60px 40px 50px 40px;
  margin-top: -50px;
}








/* search button */
.topSearch {
  position: fixed;
  right: 175px;
  top: 25px;
  z-index: 1000
}

.search_input {
  color: #000;
  border: 0;
  outline: 0;
  background: 0 0;
  width: 0;
  caret-color: transparent;
  line-height: 40px;
  transition: width .4s linear
}

.search_icon {
  height: 50px;
  width: 50px;
  float: right;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--color-black);
  text-decoration: none;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 30px;
  padding: 10px
}

.search_icon:hover {
  background: var(--color-white)
}

.search {
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}

.search input {
  height: 60px;
  text-indent: 25px;
  border: 2px solid #d6d4d4
}

.search input:focus {
  box-shadow: none;
  border: 2px solid var(--color-blue)
}

.search .fa-search {
  position: absolute;
  top: 20px;
  left: 16px
}

.search button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 50px;
  width: 110px;
  background: var(--color-blue)
}

.search-body h2 {
  position: relative;
  color: var(--color-green);
  font-size: 30px;
  text-align: center
}

.modal-custom-details-popup .head {
  background: #e6e6e6;
  padding: 30px
}

.modal-custom-details-popup .head img {
  border-radius: 100%;
  border: 5px solid #fff;
  box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .25) !important
}

.modal-custom-details-popup .head h2 {
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 10px 0;
  background: 0 0;
  color: var(--color-black);
  text-align: left
}

.modal-custom-details-popup .head h4 {
  font-weight: 500;
  font-size: 18px
}

.modal-custom-details-popup .head .name .Fa-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.modal-custom-details-popup .head .name .Fa-list li {
  font-size: 16px;
  padding-bottom: 5px
}

.modal-custom-details-popup .head .name .Fa-list li span {
  font-weight: 600;
  width: 25%;
  display: inline-block
}

.modal-custom-bg .modal-content {
  background: rgba(255, 255, 255, 1);
  border: 0;
  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: .6;
  position: absolute;
  z-index: 9;
  border: none;
  right: -35px;
  top: -15px;
  background: 0 0
}

.modal-custom-bg .modal-body .close:hover {
  opacity: 1
}

.modal-custom-details-popup .modal-custom-text-body {
  padding: 40px
}

.modal-custom-details-popup .modal-custom-body .btn-two-full {
  position: absolute;
  right: 0;
  bottom: 0
}



.modal-custom-bg .search-modal .modal-content {
  background: rgba(255, 255, 255, .8)
}

.modal-custom-bg .head {background: #f5f5f6; padding: 30px;border-bottom: 1px solid #B8B8B8 ; border-top-left-radius: 10px; border-top-right-radius: 10px;}
.modal-custom-bg .head img { border-radius: 100%;
  border: 5px solid #fff;
  box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .25) !important;
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin-top: 0px;
  margin-bottom: 15px;}
/* .modal-custom-bg .head h2 { font-size: 18px; font-weight: 600; padding: 0px 0px 10px 0; background: none; color: var(--color-one); text-align: left;} */
.modal-custom-bg .head h2 {
  border-bottom: 1px solid var(--color-one);
  font-size: 20px;
  font-weight: 600;
  padding: 0px 0px 10px 0;
  background: none;
  color: var(--color-one);
  text-align: left;
}
.modal-custom-bg .head h2 span{color:#828282;font-size: 13px;font-weight: 400;display: block;}
.modal-custom-bg .head h3 {font-size: 18px; font-weight: 400; padding: 0px 0px 0px 0; background: none; color: var(--color-one);margin-bottom: 0px; text-align: center; text-transform: none;}
.modal-custom-bg .head h3 span{color: #828282; font-size: 17px; font-weight: 500; display: block; margin-top: -15px; text-transform: uppercase; margin-bottom: -20px;}
.modal-custom-bg .head h4 { font-weight: 500; font-size: 18px;}
.modal-custom-bg .head .name h3 {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  color: #9B9D9F;
}

.modal-custom-bg .head .name h3 span {
  display: block;
  color: black;
  font-size: 14px;
}
.modal-custom-bg .head .name .Fa-list {
  margin: 0;
  padding: 10px 0px;
  list-style: none;
}
.modal-custom-bg .head .name .Fa-list li {padding-bottom: 5px;}
.modal-custom-bg .head .name .Fa-list li i {color: var(--color-one); margin-right: 5px; font-size: 13px;} 

.fade-flip {
  transform: rotateX(-90deg);
  opacity: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear
}

.fade-flip.show {
  opacity: 1;
  transform: rotateX(0)
}

.footer-mobile-bottom-menu-bg {
  display: none;
}


.inner-section {
  padding: 80px 10px;
}

.inner-section .imgpads {
  padding: 30px 0;
}

.inner-section h2 {
  font-size: clamp(18px, 2.0vw, 30px);
  font-weight: 500;
}

.inner-section h2 span {
  color: #C4C4C4;
}

.bgk-section {
  background: var(--color-four);
  width: 96%;
  margin: 0 auto;
  padding: 40px 0 0;
  border-radius: 15px 15px 0 0;
}

.bgk-section h2 {
  padding-bottom: 20px;
  font-size: 30px;
}

.inner-vision {
  background-image: url(../img/inner-image/inner-about-bg.png);
  background-repeat: no-repeat;
  padding: 140px 0 80px;
  position: relative;
  z-index: 0;
  color: white;
}

.inner-vision::after {
  content: '';
  position: absolute;
  background-color: var(--color-four);
  width: 96%;
  left: 2%;
  top: 0;
  border-radius: 0 0 15px 15px;
  z-index: 1;
  height: 60px;
}

.inner-vision .visionbox {
  padding: 50px;
}

.inner-vision .visionbox h2 {
  padding-bottom: 20px;
}

.inner-footer-top {
  padding: 60px;
}

.inner-footer-top img {
  background: var(--color-four);
  padding: 10px;
  border-radius: 15px;
}

.inner-footer-top p {
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
}

.inner-footer-top a:hover p {
  color: var(--color-two);
}

.inner-footer-top a:hover img {
  background: var(--color-two);
  padding: 10px;
  border-radius: 15px;
}

.inner-footer-top h2 {
  font-size: 27px;
}

.text-center {
  text-align: center;
}

.align-center {
  align-content: center;
}

.text-end {
  text-align: end;
}

.place-end {
  place-self: end;
}

.color-red {
  color: var(--color-three);
}

.brtp {
  border-top: 1px solid #D9D9D9
}

.padstopthirty {
  padding: 30px 0 0;
}

.justy-center {
  justify-content: center;
}

.place-items {
  place-items: end;
}

.leadership h2 {
  color: var(--color-one);
}

.awardbox {
  padding: 30px;
  border-radius: 15px;
  margin: 20px 0;
}

.awardbox h2 {
  color: #000000;
}

.bgkfour {
  background: var(--color-four);
}

.department-overview {
  padding: 60px 10px;
}

.department-overview .depvisionbox {
  padding: 0 30px 0 0;
}

.department-highlight img {
  width: 96%;
  position: relative;
  left: 2%;
}

.department-highlight .container {
  background: white;
  padding: 50px;
  position: relative;
  bottom: 80px;
  border-radius: 15px 15px 0 0;
}

.department-highlight .dep-head-one {
  text-align: center;
  padding-bottom: 20px;
}

.department-highlight .col-md-6 {
  padding: 30px;
}

.department-highlight h4 {
  var(--color-one);
  padding-bottom: 15px;
  color: var(--color-one);
}

.department-highlight h4 span {
  display: block;
}

.department-faculty {
  background-color: var(--color-four);
  width: 96%;
  margin: 0 auto;
  padding: 80px 10px;
}

.department-faculty .facultybox {
  width: 23%;
  margin: 15px 10px;
  text-align: center;
  position: relative;
  z-index: 0;
  padding: 30px;
}

.department-faculty .facultybox::after {
  content: '';
  position: absolute;
  background-color: var(--color-white);
  width: 100%;
  left: 0;
  bottom: 0;
  border-radius: 0 0 15px 15px;
  height: 80%;
  z-index: -1;
}

.department-faculty .facultybox img {
  border: 1px solid var(--color-one);
  border-radius: 100px;
  height: 200px;
  width: 200px;
  object-fit: cover;
}

.department-faculty .facultybox h3 {
  color: var(--color-three);
  font-size: 18px;
  padding: 10px 0 0;
  font-weight: 600;
}

.department-faculty .facultybox p {
  text-align: center;
}

.department-faculty .facultybox h4 {
  color: var(--color-three);
  font-size: 15px;
}

.department-placement {
  padding: 80px 10px;
}

.department-placement .col-md-2 {
  padding: 20px;
  text-align: center;
  position: relative;
}

/* .department-placement .col-md-2::after {content: '';position: absolute;border-right: 1px solid #D9D9D9;right: 0;height: 50px;} */
.department-placement .col-md-2 p {
  text-align: center;
}

.department-placement .col-md-2 h3 {
  color: var(--color-three);
  font-size: 16px;
}

.department-placement .col-md-2 h2 {
  color: var(--color-three);
}

.department-alumni {
  padding: 0 10px 80px
}

.department-alumni .alumnibox {
  margin: 20px;
  box-shadow: 0px 20px 60px 0px #BA5D2333;
  padding: 20px;
  border-radius: 15px;
}

.department-alumni .alumnibox h3 {
  color: var(--color-three);
  font-size: 20px;
}

.department-alumni .alumnibox img {
  padding-bottom: 10px;
  border-radius: 15px;
    height: 170px;
}

/* .department-alumni  .alumnibox::after {content: '';position: absolute;background-color: white;bottom: 0;width: 100%;height: 80%;z-index: -1;right: 0;} */


.department-activities {
  padding: 60px 10px;
}

.department-activities .item {
  padding: 10px;
  border: 1px solid #D9D9D9;
  text-align: center;
  border-radius: 15px;
  margin: 0 10px;
  min-height: 380px;
}

.department-activities .item h4 {
  font-size: 16px;
  padding-top: 20px;
}

.department-activities .item p {
  color: var(--color-three);
  text-align: center;
}
.department-activities .item img {
   height: 230px;
   object-fit: cover;
}

.department-newsletter {
  padding: 60px 10px;
  background-image: url(../img/inner-image/dep/newletterbgk.jpg);
  background-repeat: no-repeat;
  width: 96%;
  margin: 0 auto;
  border-radius: 15px;
}

.department-newsletter h2 {
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 20px;
}

.department-newsletter .item {
  display: flex;
  backdrop-filter: blur(20px);
  padding: 20px;
  margin: 10px;
}

.department-newsletter .item a {
  display: flex;
}

.department-newsletter .item img {
  width: 40% !important;
}

.department-newsletter .item h4 {
  color: white;
  font-size: 17px;
  align-content: center;
  padding: 0 0 0 10px;
}

.department-newsletter .item h4 span {
  display: block;
}

.department-newsletter .owl-theme .owl-dots .owl-dot.active span {
  background: var(--color-white);
}

.department-newsletter .owl-theme .owl-dots .owl-dot span {
  border: 1px solid var(--color-white);
}





.brright {
  border-right: 1px solid #D9D9D9;
}

.brrightback {
  border-right: 1px solid #000;
}

.dep-head {
  font-size: 60px;
  color: var(--color-one);
  text-transform: uppercase;
  padding-bottom: 15px;
}

.dep-head span {
  display: block;
}

.dep-head-two {
  font-size: 30px;
  color: var(--color-one);
  padding-bottom: 15px;
}

.dep-head-two span {
  display: block;
}

.dep-head-one {
  color: var(--color-three);
  padding: 10px 0;
}

.admission .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: var(--color-three);
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
}

.admission .nav-tabs .nav-link {
  border: 1px solid var(--color-three);
  color: var(--color-three);
  border-radius: 50px;
  padding: 10px 25px;
  margin: 0 5px;
}

.admission .nav-tabs {
  border: none !important;
}

.admission .admissionbox {
  box-shadow: 0px 20px 60px 0px #BA5D2333;
  padding: 30px;
  border-radius: 20px;
  background: #ffffff;
  margin: 10px 5px;
  width: 32%;
  max-height: 400px;
}

.admission .admissionbox h3 {
  color: #000000;
  font-size: 20px;
}

.admission .admissionbox p {
  color: #BA5D23;
}

.admission .admissionbox:hover {
  background: #FFF5E2;
  padding: 20px;
}

.admission .admissionbox h2 {
  color: #BA5D23;
  font-size: 70px;
}

.admission .admissionbox .end {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  position: relative;
}

.admission .admissionbox .end::after {
  content: '';
  position: absolute;
  border: 1px solid #D9D9D9;
  width: 90%;
  left: 5%;
  top: 25px;
}

.clrgold {
  color: #BA5D23;
}

.head-seven {
  color: #BA5D23;
  padding-bottom: 10px;
}

.head-seven span {
  display: block;
  color: #BA5D23 !important;
}

.head-nine {
  color: var(--color-two);
  padding-bottom: 10px;
}

.head-nine span {
  display: block;
}

.head-eight {
  letter-spacing: 15px;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #BA5D23;
}

.imgpads {
  padding: 20px 0;
}

.alightop {
  padding: 50px 0;
  align-items: anchor-center;
}

.countrow .col-md-3 {
  padding: 0 20px;
  text-align: center;
}

.countrow h2 {
  color: var(--color-three);
  font-size: 45px;
}

.countrow p {
  text-align: center;
}

.padstopfifty {
  padding-top: 50px;
}

.placementfaculty h3 {
  font-size: 20px;
}

.placementfaculty .btn-five {
  padding: 5px 15px;
  margin: 0;
}

.placementbgk {
  background-image: url(../img/inner-image/placbgk.jpg);
  padding: 50px;
  border-radius: 20px;
  width: 98%;
  margin: 0 auto;
  color: white;
}

.placementbgk h2 {
  color: var(--color-two);
}

.placementpinkbgk {
  background: #FFF5E2;
  padding: 20px;
  border-radius: 15px;
  margin-top: 50px;
}

.placementpinkbgk p {
  text-align: center;
  font-weight: 500;
}

.vast-bg {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* COMMON STYLE */
.vast-bg span {
  font-size: 180px;
  font-weight: 800;
  color: #ffffff;
  opacity: 0.6;
  filter: blur(1px);
  line-height: 145px;
}

/* INDIVIDUAL GLOW COLORS */
.vast-bg .v {
  text-shadow: 0 0 40px rgba(255, 120, 120, 0.6);
}

.vast-bg .a {
  text-shadow: 0 0 40px rgba(255, 200, 120, 0.6);
}

.vast-bg .s {
  text-shadow: 0 0 40px rgba(255, 120, 120, 0.6);
}

.vast-bg .t {
  text-shadow: 0 0 40px rgba(255, 200, 120, 0.6);
}




.topline {
  position: relative;
  padding: 0 20px 40px;
}

.topline::after {
  content: '';
  position: absolute;
  border-top: 1px solid #D9D9D9;
  bottom: 15px;
  width: 80%;
  left: 5%;
}


.bgkclrone {
  background-color: var(--color-one);
}

.bgkclrtwo {
  background-color: var(--color-two);
}

.bgkclrthree {
  background-color: var(--color-three);
}

.placementicobox {
  width: 23%;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
  margin: 10px;
}

.placementicobox h2 {
  color: white;
  padding: 15px;
  border-bottom: 1px solid;
  font-size: 25px;
}

.placementicobox h3 {
  font-size: 17px;
  color: white;
}

.globalbox {
  background: #FFF5E2;
  padding: 25px;
  width: 30%;
  border-radius: 15px;
  margin: 10px;
}

.globalbox p {
  color: var(--color-three);
  text-align: center;
  margin: 0;
}

.font-size-twnety {
  font-size: 20px;
}

.certification {
  text-align-last: center;
}

.certification img {
  background: white;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.placement-support {
  background: var(--color-two);
  padding: 30px;
  border-radius: 15px;
}

.placement-support h2 {
  color: white;
  padding-bottom: 15px;
}

.placement-support h4 {
  color: white;
  font-size: 15px;
  text-align: center;
  padding: 0 10px;
}

.placement-support p {
  font-weight: 500;
}

.padstwenty {
  padding: 20px 0;
}

.placement-certificate-section {
  position: relative;
  z-index: 0;
}

.placement-certificate-section::after {
  content: '';
  position: absolute;
  background-image: url(../img/inner-image/placementbgk.png);
  width: 100%;
  height: 635px;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
}

.clrwhite {
  color: white;
}

.table-container {
  margin: auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

table {
  width: 100%;
  border-collapse: collapse;
}

thead {
  background: #e0e0e0;
}

th,
td {
  padding: 14px;
  text-align: center;
  border: 1px solid #D9D9D9;
}

th {
  font-weight: bold;
}

tbody tr:hover {
  background: #fafafa;
}

/* Hide extra rows */
.hidden-row {
  display: none;
}

/* Button */
.view-more-btn {
  display: block;
  margin: 20px auto;
  padding: 10px 25px;
  background: #e53935;
  color: white;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
}

.view-more-btn:hover {
  background: #c62828;
  transform: translateY(-2px);
}


.btn-five {
  border: 1px solid var(--color-three);
  color: var(--color-three);
  border-radius: 50px;
  padding: 10px 25px;
  margin: 0 5px;
}

.btn-five:hover {
  background-color: var(--color-three);
  color: white;
}

.flex {
  display: flex;
}


.scolarship-box {
  background: white;
  box-shadow: 0px 20px 60px 0px #BA5D2333;
  margin: 30px 0;
  padding: 30px;
  border-radius: 15px;
}

.scolarship-box h3 {
  color: var(--color-three);
}


.clrthreebefor {
  position: relative;
}

.clrthreebefor::before {
  content: '';
  position: absolute;
  background-color: var(--color-three);
  width: 1%;
  border-radius: 15px;
  height: 100%;
  left: 0;
  top: 0;
}

.clrtwobefor {
  position: relative;
}

.clrtwobefor::before {
  content: '';
  position: absolute;
  background-color: var(--color-two);
  width: 1%;
  border-radius: 15px;
  height: 100%;
  left: 0;
  top: 0;
}


.achivementbox {
  padding: 30px 0;
  border-bottom: 1px solid #D9D9D9
}

.pdfBox {
  box-shadow: 0px 20px 60px 0px #BA5D2333;
  width: 19%;
  margin: 10px 4px;
  padding: 20px 10px;
  border-radius: 15px;
  background: white;
}

.pdfBox h3 {
  color: var(--color-three);
  font-size: 15px;
  text-align: center;
}

.pdfBox p {
  text-align: center !important;
  font-weight: 600;
}

.pdfBox img {
  background: var(--color-three);
  padding: 6px;
  border-radius: 50px;
}

.justy-end {
  justify-self: end;
}

.fontfouty {
  font-size: 40px !important;
}

.btnsix {
  background: var(--color-three);
  padding: 15px;
  font-size: 14px;
  border-radius: 50px;
  color: white;
}

.btnsix:hover {
  background: var(--color-three);
  padding: 15px;
  border-radius: 50px;
  color: white;
}

.librarybgk {
  position: relative;
  z-index: 0;
}

.librarybgk::before {
  content: '';
  position: absolute;
  background-image: url(../img/inner-image/librarybgk.png);
  width: 96%;
  left: 2%;
  top: 0;
  height: 650px;
  z-index: -1;
  background-repeat: no-repeat;
}

.brradius {
  border-radius: 15px;
}

.librarystaffbox {
  box-shadow: 0px 20px 60px 0px #BA5D2333;
  background: white;
  width: 18%;
  padding: 20px;
  border-radius: 15px;
  text-align-last: center;
  margin: 10px 7px;
}

.librarystaffbox p {
  text-align: center;
}

.roboticsbox {
  width: 32%;
  box-shadow: 0px 20px 60px 0px #BA5D2333;
  padding: 20px;
  border-radius: 15px;
  margin: 0 5px;
}

.roboticsbox h2 {
  font-size: 21px;
}

.head-ten {
  color: var(--color-three);
  font-size: 25px !important;
}

.pd3 {
  padding: 30px;
}

.aims-section {
  background: #FFF5E2;
  padding: 80px 10px;
  width: 96%;
  margin: 0 auto;
  border-radius: 15px;
}

.ncc-army-section {
  padding-bottom: 60px;
}

.ncc-army-section h2 {
  color: #FFF5E2;
  font-size: 120px;
  text-align: center;
  line-height: 94px;
  padding-bottom: 50px;
}

.activityBox {
  border: 1px solid #D9D9D9;
  width: 23%;
  padding: 10px;
  border-radius: 15px;
  text-align: center;
  margin: 10px;
}

.activityBox p {
  text-align: center;
}

.activityBox span {
  color: var(--color-three);
}

.activityBox h2 {
  font-size: 15px;
  font-weight: 600;
  padding: 10px 0;
}

.contact-us .form-control {
  border-top: none;
  border-right: none;
  border-left: none;
}

.contact-us .formbox {
  box-shadow: 0px 20px 60px 0px #BA5D2333;
  background: white;
  padding: 30px;
  border-radius: 20px;
}

.contact-us .formbox h3 {
  text-align: center;
}

.contact-us .dep-head-one {
  font-size: 20px;
  font-weight: 600;
}

.contact-us iframe {
  border-radius: 15px;
}

.contact-us .mb-3 {
  padding: 7px 0;
}

.facilitybox {
  box-shadow: 0px 20px 60px 0px #BA5D2333;
  padding: 15px;
  background: white;
  border-radius: 15px;
  margin: 20px 0;
}

.facilitybox img {
  border-radius: 15px;
}

.facilitybox .col-md-9 {
  align-content: center;
}

.circulatnotice-cardbox {
  display: block;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  text-decoration: none;
  transition: all 0.35s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  border-left: 5px solid var(--color-three);
  height: 100%;
}

.circulatnotice-cardbox:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.02);
}

.circulatnotice-cardbox-title {
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.7;
  margin: 0;
  transition: 0.3s ease;
}

.circulatnotice-cardbox:hover .circulatnotice-cardbox-title {
  color: var(--color-one);
}

.nss .roboticsbox {
  width: 24%;
}

.nss .roboticsbox h2 {
  text-align: center;
  padding-top: 10px;
}

.nss .roboticsbox h3 {
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
}

.nss .roboticsbox p {
  text-align: center;
}

.nss .roboticsbox img {
  height: 170px;
}

.activityBox img {
  border-radius: 15px;
  height: 135px;
  width: 100%;
}

.activityBoxmodel .modal-dialog {
  transform: none;
  max-width: 1000px;
}

.activityBoxmodel .modal-title {
  padding: 5px;
  color: var(--color-one);
}

.activityBoxmodel img {
  border-radius: 15px;
  padding-bottom: 10px;
}

.committe .nav-tabs .nav-link {padding: 10px 10px !important;
    margin: 5px !important;}
.committe {padding: 40px 0px;}
.committe  .placementbgk {    padding: 35px;}
.committe ul.list li::before {color: white !important;}

.modal-custom-details-popup {
  padding: 1.5rem;
}

.modal-custom {
  max-width: 800px;
  border-radius: 0.75rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.modal-content {
  border: none;
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
}

.modal-body {
  padding: 0;
  position: relative;
}

/* Modal Close Button */
.modal-body .close {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  z-index: 10;
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.modal-body .close:hover {
  opacity: 1;
}

/* Image Section */
.p-h-img {
  border-radius: 0.5rem;
  object-fit: cover;
  height: 350px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.p-h-img:hover {
  transform: scale(1.02);
}

/* Basic Info Section */
.modal-custom-details-popup h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.modal-custom-details-popup h3 span {
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-one);
  margin-top: 0.5rem;
}

/* Contact List */
.Fa-list {
  list-style: none;
  padding: 1.5rem 0 0 0;
  margin: 0;
}

.Fa-list li {
  margin-bottom: 0.75rem;
}

.Fa-list a {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--color-grey);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.Fa-list a:hover {
  color: var(--color-one);
  transform: translateX(4px);
}

.Fa-list i {
  color: var(--color-one);
  min-width: 20px;
}

/* Accordion Styling */
.accordion {
  border: none;
  margin-top: 1.5rem;
  border-top: 2px solid #e9ecef;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #e9ecef;
  background: transparent;
  margin-bottom: 0;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  padding: 0;
}

.accordion-button {
  padding: 1.25rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-black);
  background: transparent;
  border: none;
  box-shadow: none;
  text-align: left;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--color-one);
  box-shadow: none;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23BA5D23' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  margin-left: auto;
  margin-right: 0;
}

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23939598' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.accordion-body {
  padding: 1rem 0;
  color: var(--color-grey);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .modal-custom {
    max-width: 95vw;
  }

  .p-h-img {
    height: 300px;
    margin-bottom: 1.5rem;
  }

  .modal-custom-details-popup h3 {
    font-size: 1.5rem;
  }

  .accordion-button {
    padding: 1rem 0;
    font-size: 0.95rem;
  }

  .modal-body .close {
    right: 1rem;
    top: 1rem;
  }
}

@media (max-width: 576px) {
  .modal-custom-details-popup {
    padding: 1rem;
  }

  .p-h-img {
    height: 250px;
  }

  .modal-custom-details-popup h3 {
    font-size: 1.35rem;
  }

  .Fa-list a {
    font-size: 0.9rem;
  }

  .accordion-body {
    font-size: 0.9rem;
  }
}

@media(min-width:320px) and (max-width:1080px) {
  .slider {
    margin-top: -10px;
    padding: 0;
  }

  .inner-section {
    padding: 40px 10px;
  }

  .bgk-section h2 {
    font-size: 25px;
  }

  .inner-vision {
    padding: 80px 0 10px;
  }

  .inner-vision .visionbox {
    padding: 20px;
  }

  .inner-footer-top {
    padding: 60px 10px;
  }

  .inner-footer-top h2 {
    font-size: 20px;
    text-align: center;
    display: none;
  }

  .inner-section .imgpads {
    padding: 10px 0;
  }

  .awardbox h2 {
    padding: 10px;
    text-align: center;
  }

  .text-end {
    text-align: center !important;
  }

  .dep-head {
    padding-bottom: 10px;
    text-align: center;
    font-size: 23px;
  }

  .department-overview {
    padding: 40px 10px;
  }

  .padstopthirty {
    padding: 10px 0px 0;
  }

  .department-highlight .container {
    padding: 10px;
    position: relative;
    bottom: 23px;
  }

  .department-highlight .dep-head-one {
    text-align: left;
    padding-bottom: 10px;
  }

  .department-highlight .col-md-6 {
    padding: 10px;
  }

  .department-highlight h4 {
    padding-bottom: 10px;
    color: var(--color-one);
    text-align: center;
    font-size: 17px;
    font-size: 17px;

  }

  .department-highlight .padstopthirty {
    padding: 10px 0 0;
  }

  .department-faculty {
    padding: 60px 10px;
  }

  .dep-head-two {
    font-size: 23px;
    text-align: center;
    color: var(--color-one);
    padding-bottom: 10px;
  }

  .department-faculty .facultybox {
    width: 46%;
    margin: 15px 5px;
    text-align: center;
    position: relative;
    z-index: 0;
    padding: 20px;
  }

  .department-faculty .facultybox h3 {
    font-size: 15px;
  }

  .department-faculty .facultybox p {
    font-size: 12px;
  }

  .department-faculty .facultybox h4 {
    font-size: 12px;
  }

  .alightop {
    padding: 20px 0;
  }

  .admission .flex {
    display: flex;
    padding-top: 15px;
  }

  .admission .btn-five {
    border: 1px solid black;
    color: black;
    border-radius: 50px;
    padding: 5px 10px;
    margin: 0 2px;
    font-size: 12px;
  }

  .admission .admissionbox {
    width: 98%;
  }

  .countrow h2 {
    font-size: 25px;
  }

  .padstopfifty {
    padding-top: 20px;
  }

  .align-center {
    text-align-last: center;
  }

  .placementbgk {
    padding: 50px 20px;
  }

  .placementpinkbgk {
    margin-top: 10px;
  }

  .vast-bg span {
    font-size: 91px;
    font-weight: 800;
    color: #ffffff;
    opacity: 0.6;
    filter: blur(1px);
    line-height: 76px;
  }

  .placementicobox {
    width: 47%;
    padding: 20px;
    margin: 10px 5px;
  }

  .placementicobox h2 {
    padding: 10px;
    font-size: 18px;
  }

  .globalbox {
    background: #FFF5E2;
    padding: 19px;
    width: 44%;
    border-radius: 15px;
    margin: 10px 5px;
  }

  .placement-support {
    background: var(--color-two);
    padding: 30px 15px;
    border-radius: 15px;
  }

  .placement-support .brrightback {
    border-right: none;
  }

  .placement-certificate-section::after {
    height: 700px;
  }

  .admission .nav-tabs {
    justify-content: center;
  }

  .admission .nav-tabs li {
    padding: 3px;
  }

  .achivemnet .head-seven {
    text-align: center;
    padding-top: 15px;
  }

  .achivemnet .achivementbox img {
    padding-bottom: 10px;
  }

  .pdfBox {
    width: 47%;
  }

  .library .head-seven {
    padding: 10px 0;
    text-align: center !important;
  }

  .text-center-xs {
    text-align: center;
  }

  .padstenxs {
    padding: 10px;
  }

  .head-ten {
    font-size: 20px !important;
  }

  .pd3 {
    padding: 15px 10px;
  }

  .aims-section {
    padding: 40px 10px;
  }

  .ncc-army-section h2 {
    line-height: 30px;
    font-size: 42px;
    padding-bottom: 20px;
  }

  .roboticsbox {
    width: 94%;
    box-shadow: 0px 20px 60px 0px #BA5D2333;
    padding: 20px;
    border-radius: 15px;
    margin: 10px auto;
    background: white;
  }

  .activityBox {
    border: 1px solid #D9D9D9;
    width: 46%;
    padding: 5px;
    border-radius: 15px;
    text-align: center;
    margin: 10px 5px;
  }

  .activityBox h2 {
    font-size: 13px;
    font-weight: 400;
  }

  .contact-us iframe {
    width: 100%;
    border-radius: 15px;
  }





  .padsxs {
    padding: 15px 0;
  }

  .librarystaffbox {
    width: 46%;
  }

  .inner-banner {
    margin-top: 64px;
    padding: 0;
  }

  .inner-banner:before {
    left: 0;
    right: 0;
  }

  .inner-banner img {
    min-width: 100%;
    height: 180px;
    object-fit: cover;
  }

  .inner-banner h1 {
    font-size: 20px;
    right: 0;
    left: 0;
    bottom: 10px;
    margin-bottom: 0;
    text-align: center;
  }

  .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;
  }

  .Morder-5 {
    order: 5;
    -webkit-order: 5;
  }

  .carousel-control-prev-icon {
    width: 2rem;
    height: 2rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2344484d'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    border: 2px solid var(--color-black);
  }

  .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2344484d'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    border: 1px solid var(--color-black);
    border-radius: 100px;
  }

  .carousel-inner>.carousel-item>img {
    border-radius: 0;
  }

  .slider .carousel-control-next,
  .slider .carousel-control-prev {
    bottom: 0px;
  }

  .slider .carousel-control-next {
    left: auto;
    right: 125px;
  }

  .slider .carousel-control-prev {
    right: auto;
    left: 125px;
  }

  .mobileSlider .carousel-control-prev {
    right: auto;
    left: 125px
  }

  .mobileSlider .carousel-control-next,
  .slider .carousel-control-prev {
    top: unset;
    bottom: 0;
  }

  .mobileSlider .carousel-control-next {
    right: 20px;
  }

  .mobileSlider .carousel-control-prev {
    left: 20px;
  }

  .mobile-banner-button-nav {
    display: flex;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    flex-wrap: wrap
  }

  .mobileSlider .carousel-control-prev-icon {
    width: 2rem;
    height: 2rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    border: 0px solid var(--color-black);
  }

  .mobileSlider .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    border: 0px solid var(--color-black);
  }

  .carousel-control-next:focus,
  .carousel-control-next:hover,
  .carousel-control-prev:focus,
  .carousel-control-prev:hover {
    text-decoration: none;
    outline: 0;
    opacity: .9
  }

  /* .carousel-control-prev-icon:focus,.carousel-control-next-icon:hover,.carousel-control-prev-icon:focus,.carousel-control-next-icon:hover{opacity: .9;} */

  .btn-one {
    font-size: 12px;
  }

  footer .footer-bg {
    padding: 40px 10px 20px 10px;
    display: none;
  }

  footer .text-end {
    text-align: center !important;
  }

  footer {
    padding: 0px 0 40px 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: 0px;
  }

  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;
  }

  ul.social-network li {
    margin: 8px 5px
  }

  .topSearch {
    right: 55px;
    top: 7px;
  }

  .search_icon {
    background-color: rgba(0, 0, 0, 0.1);
    height: 40px;
    width: 40px;
    font-size: 16px;
  }

  .department-newsletter .item h4 {
    color: white;
    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 tr {
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  .rwd-table tr:nth-child(2) {
    border-top: 1px solid #ccc;
  }

  .rwd-table td {
    width: 100%;
  }

  .footer-mobile-bottom-menu-bg {
    position: fixed;
    z-index: 10004;
    bottom: 0;
    width: 100%;
    background: rgb(186, 93, 35);
    display: block;
    background: linear-gradient(0deg, rgba(164, 71, 14, 1) 0%, rgba(186, 93, 35, 1) 100%);
  }

  .footer-mobile-bottom-menu-bg .footer-mobile-bottom-menu-box a {
    display: block;
    text-align: center;
    padding: 10px;
    color: var(--color-white);
  }

  .footer-mobile-bottom-menu-bg .br {
    border-right: 1px solid #ba5d23;
  }

  .footer-mobile-bottom-menu-bg .footer-mobile-bottom-menu-box a i {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .footer-mobile-bottom-menu-bg .footer-mobile-bottom-menu-box a h4 {
    margin: 0;
    font-size: 10px;
  }

  .footer-mobile-bottom-menu-bg .footer-mobile-bottom-menu-box a:hover {
    color: var(--color-orange);
  }

  #announcementCarousel.carousel-fade .carousel-item a {
    margin: 0;
  }

  #announcementCarousel {
    padding: 0 25px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .home-study-bg {
    text-align: center;
  }

  .home-study-bg h1 {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .home-study-bg h1 span {
    display: inline
  }

  select.home-study-box-name {
    padding: 10px 20px;
    margin: 0 5px;
    width: 45%;
    font-size: 13px
  }

  .home-announce-bg {
    text-align: center;
  }

  .home-about-bg {
    text-align: center;
  }

  #homeAboutCarousel.carousel-fade .carousel-item .homeAboutCarouselBox {
    text-align: center;
  }

  .home-about-bg h2 {
    margin-top: 30px;
  }

  .home-recognition-box.br {
    border-right: 0 solid #ba5d23
  }

  .home-recognition-box img {
    padding: 20px;
  }

  ul.home-programs-life-list {
    display: flex;
  }

  ul.home-programs-life-list li .content-box a {
    position: relative;
    top: 0;
    right: 0
  }

  .home-programs-left-box {
    text-align: center;
    padding-bottom: 30px;
  }

  .home-programs-left-box p {
    text-align: center;
  }

  .home-highlight-bg {
    text-align: center;
  }

  .home-highlight-bg .home-highlight-box a .home-highlight-text-box p {
    margin: 0;
    text-align: center;
  }

  .home-life-heading {
    margin-bottom: 15px;
  }

  .home-life-bg {
    text-align: center;
  }

  .home-life-bg .home-life-bg-box-1.marB,
  .home-life-bg .home-life-bg-box-2.marB {
    margin-bottom: 0;
  }

  .home-life-bg .home-life-bg-box-1,
  .home-life-bg .home-life-bg-box-2 {
    margin: 16px 0;
  }

  .home-life-bg .home-life-bg-box-1 a .home-life-icon,
  .home-life-bg .home-life-bg-box-2 a .home-life-icon {
    width: 30%;
  }

  .home-placement-bg {
    text-align: center;
  }

  .home-placement-bg h3 .btn-two {
    margin-top: 20px !important;
  }

  #homePlacementCarousel {
    padding: 30px 0 0 0;
    text-align: center
  }

  #homePlacementCarousel.carousel-fade .carousel-item .homePlacementCarouselBox {
    text-align: center
  }

  ul.home-placement-list li {
    width: 50%;
  }

  .home-achievements-bg {
    text-align: center;
  }

  .home-achievements-bg .text-end {
    text-align: center !important;
    margin-bottom: 30px !important
  }

  .home-achievements-bg .home-achievements-box a .home-achievements-text-box p {
    margin: 0;
    text-align: center
  }

  .home-gallery-bg:before {
    display: none;
  }

  .close-btn {
    top: 9%;
    right: 1%;
    width: 40px;
    height: 40px;
    color: var(--color-white)
  }

  .footer-top-bg {
    text-align: center;
  }

  .footer-top-bg img {
    width: 30%;
  }

  .footer-top-bg .btn-four-full {
    margin-top: 0;
  }

  .department-faculty .facultybox img{
    height: 115px;
  }
}