/* @import url('https://fonts.googleapis.com/css2?family=Anta&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Anta&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.container-fluid {
  width: 94%;
}

ul {
  list-style-type: none;
}
.top--header {
  clear: both;
  overflow: hidden;
  border: none;
}

.side-kerning {
  background: #fff;
  padding: 0.20rem 0;
}

h2.headding:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #b80000;
}

h2.headding:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 10px;
  left: 50%;
  margin-left: -50px;
  background-color: #c60042;
}

.top1 {
  background: #09264a;
  padding: 3px 0;
}

.top--header-data a {
  color: #fff;
  letter-spacing: 0.03rem;
  transition-duration: .5s;
  font-family: "Manrope", sans-serif;
}

.top--header-data {
  margin: 0 30px;
  font-size: 14px;
}

.fnt-small {
  display: flex;
  justify-content: stretch;
  align-items: center;
  font-family: "Anta", sans-serif;
}

.fnt-small i {
  font-weight: 100;
}

.ltn__main-menu li:hover {
  background: #57070e;
}

.ltn__main-menu li:hover>a {
  color: #fff;
}

.font a {
  font-weight: 600;
  letter-spacing: 0.03rem;
  margin: 0 0.08rem;
}

.font {
  margin: 0 0.75rem;
}

.ltn__slide-item-2 {
  min-height: 600px;
  height: 600px;
}

.ln--menu--bar {
  /* background: #000; */
  background: rgb(198 0 66);

}

.ltn__main-menu>ul>li>a {
  padding: 9px 20px;
  color: #fff;
  font-size: 16px;
}

.ltn__main-menu>ul {
  justify-content: left;
  font-family: "Manrope", sans-serif;
}

.ltn__main-menu>ul>li>a {
  font-family: "Manrope", sans-serif;
}

.bg-overlay-theme-black-60:before {
  background: rgb(7 28 31 / 25%);
}

.header--images {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.header--images img:first-child {
  width: 21%;
  height: auto;
}

.header--images img:nth-child(2) {
  width: 50%;
}

ul.announcements li {
  display: inline-block;
  margin: 0 0.35rem;
}

.heading--annouse {
  display: flex;
  align-items: center;
  justify-content: center;
}

.heading--annouse h2 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 5px;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.05rem;
  font-family: 'Nunito Sans', sans-serif;
}

ul.announcements {
  margin: 0;
  display: flex;
  align-items: center;
}

.padd-60 {
  padding: 60px 0;
}

h2.headding {
  font-size: 25px;
  margin: 0;
  position: relative;
  display: inline-block;
  font-family: manrope;
  font-weight: 700;
}

.footer-menu ul li a {
  font-family: manrope;
}

.footer-address ul li .footer-address-info p {
  font-family: manrope;
}

.footer-widget .footer-title {
  font-family: manrope;
}

h2.headding::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  content: '';
  width: 301px;
  height: 12px;
  /* background: #000; */
  background: url(../images/divider.png)no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  border-radius: 30px;
}


.button {
  color: #fff !important;
  background-color: #b60730;
  padding: 0.55rem 12px;
  font-size: 15px;
  line-height: 0;
  margin-bottom: 0;
  display: inline-block;
  border-radius: 7px;
  transition-duration: .5s;
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 14px;
  color: #646464;
  font-weight: 500;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0);
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  border-radius: 4px;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition: all 0.3s;
  transition-timing-function: ease-out;
  z-index: -1;
}

.button:hover {
  color: #ffffff !important;
  outline: 0;
  text-decoration: none;
}

.button:hover::before {
  background: #000;
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  border: 0;
  outline: 0;
}

.sticky-social-icons {
  position: fixed;
  right: 25px;
  top: 68%;
  transform: translate(0, 0%);
  width: 60px;
  z-index: 1000;
}

.sticky-social li {
  display: block;
}

.btn--shockwave.is-active {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
  animation: shockwaveJump 1s ease-out infinite;
}

.btn--shockwave.is-active {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
  animation: shockwaveJump 1s ease-out infinite;
}

.btn--shockwave.is-active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s .65s ease-out infinite;
  animation: shockwave 1s .65s ease-out infinite;
}

.btn--shockwave.is-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s .5s ease-out infinite;
  animation: shockwave 1s .5s ease-out infinite;
}

@-webkit-keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }

  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }

  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}

@keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }

  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }

  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}

.btn--jump.is-active {
  -webkit-animation: .4s jump ease infinite alternate;
  animation: .4s jump ease infinite alternate;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }

  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }

  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}

#whatsapp {
  background: #52cd60;
}

.sticky-social li a i {
  font-size: 40px;
  line-height: 1.35;
}

.sticky-social li a {
  width: 55px;
  height: 55px;
  display: inline-block;
  margin: 8px 0;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  position: relative;
  left: 0;
  transition: all .2s ease;
  line-height: 75px;
}

.date--stamp {
  font-size: 16px;
  color: #4e4e4e;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: left;
}

.gallery-warrap h2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06rem;
  margin: 0;
}

.gallery-warrap {
  padding: 20px;
  border: none;
  background: #ffff;
  margin: 0.75rem 0;
  font-family: manrope;
  color: #000;
}

ul.announcements li {
  display: inline-block;
  margin: 0 0.35rem;
}

.gallery-warrap img {
  transition: all 0.3s ease-in;
}

.gallery-warrap:hover img {
  transform: scale(1.1) !important;
}

.images img {
  aspect-ratio: 4/2;
  object-fit: contain;
}

/*  */
.facilities-box {
  padding: 20px;
  text-align: center;
  background: #ffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 0.75rem 0;
}

.facilities-box h2 {
  font-size: 20px;
  font-family: manrope;
  position: relative;
  display: inline-block;
}

.ltn__feature-info h2 {
  font-family: manrope;
  font-size: 22px;
}

.ltn__feature-info p {
  font-family: manrope;
  font-size: 16px !important;
  color: #000;
  line-height: 1.6;
}

.ltn__feature-info p a {
  font-family: manrope;

}

.ltn__copyright-design p {
  font-family: manrope;
}

.ltn__feature-item-6::before {
  background-color: #c60042;
}

.ltn__feature-item-6 .ltn__feature-info .ltn__service-btn {
  font-size: 16px;
  margin-top: 5px;
}

.ltn__feature-item-6 .ltn__feature-info .ltn__service-btn:hover {
  color: #c60042;
}

/* .facilities-box h2::before{
  position: absolute;
  top: 50%;
  right: 90%;
  content: '';
  width: 60px;
  height: 2px;
  background: #000;
  transform: translate(-50%, 0);
}
.facilities-box h2::after{
  position: absolute;
  top: 50%;
  left: 130%;
  content: '';
  width: 60px;
  height: 2px;
  background: #000;
  transform: translate(-50%, 0);
} */
.facilities-text {
  text-align: justify;
  margin: 0.75rem 0;
  padding: 0px;
  background: #fff;
}

h2.box--header {
  background: #ae002d;
  padding: 5px 20px;
  color: #fff;
  font-weight: 100;
  border-bottom: 2px solid #f00;
  font-size: 21px;
  background: rgb(18, 56, 130);
  background: linear-gradient(117deg, rgba(18, 56, 130, 1) 0%, rgba(35, 79, 152, 1) 49%, rgba(21, 48, 135, 1) 94%);
  border-radius: 5px;
}

.box-content {
  overflow: hidden;
  height: 230px;
  border: 1px solid #b3b3b3;
}

.date-box {
  width: 8%;
  position: relative;
  float: left;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 0px;
}

.date {
  width: 100%;
  text-align: center;
  font-weight: 500;
  line-height: 0;
}

.date-box p {
  margin-bottom: 0px;
  font-size: 14px;
}

.date p {
  font-size: 21px;
  line-height: 12px;
  color: #1d77ff;
  font-weight: 700;
}

.month {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  padding-top: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  line-height: 0;
}

.month:after {
  position: absolute;
  content: "";
  bottom: 9px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #334878;
}

.year {
  text-align: center;
  position: absolute;
  top: 5px;
  right: 0px;
  transform: rotate(-90deg);
  font-weight: 700;
  color: #f2972e;
  font-size: 14px;
}

.notice-body-text {
  width: 92%;
  display: inline-block;
  padding-left: 25px;
  /* border-bottom: 1px dashed #ddd; */
  padding-bottom: 0px;
}

.notice-body-text a {
  color: #000 !important;
}

.box-content ul li {
  padding: 10px 0;
  position: relative;
  cursor: pointer;
}

.box-content ul li::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #000;
  border-radius: 30px;
}

.noticeboard .nav-link {
  display: block;
  padding: 0.5rem 0.86555rem;
  font-size: 16px;
  font-weight: bold;
  background: #132A52;
  color: #fff;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  border-right: 1px solid #ffff;
  border: none;
}

.noticeboard .nav-link.active {
  color: #fff;
  background-color: #ae002d;
  /* border-color: #0074e4 #0074e4 #0074e4; */
  border: none;
}

.notice-board {
  min-height: 400px;
}


.footer-widget .footer-title {
  font-weight: 500;
  letter-spacing: 0.05rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.quicklinks ul li a {
  color: #000;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 0px 0px;
}

.quicklinks h2,
.notice-board-box h2 {
  padding: 0.5rem 0.86555rem;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  background: linear-gradient(106deg, rgba(173, 16, 30, 1) 0%, rgb(165 43 55) 44%, rgb(147 52 61) 86%);
  color: #fff;
  margin: 1rem 0;
  font-weight: 100;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: left;
}

.quicklinks ul li {
  margin-top: 8px;
}


/* .prinicipal-msg h2 {
  color: #ffffff;
  background: #122f57;
  margin-bottom: 0;
  padding: 9px 12px;
  text-align: left;
  font-size: 20px;
  border-bottom: 2px solid #f2f1ef;
  font-weight: 500;
} */
.prinicipal-msg h2 {
  font-size: 25px;
  font-family: manrope;
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  text-align: left;
}

.tender li a {
  display: inline-block !important;
}

.tender .year {
  right: -22px;
}

marquee.theight {
  height: 450px;
  border: 1px solid #e3e1e1;
}


.facilities-image {
  overflow: hidden;
}

.facilities-image img {
  transition-duration: .5s;
}

.facilities-box:hover .facilities-image img {
  transition-duration: .5s;
  transform: scale(1.3);
}

.height {
  height: 470px;
}

.notice-body-box .year {
  right: -29px;
  top: 6px;
}

.principal-text p {
  text-align: justify;
  color: #000;
  font-family: manrope;
  margin: 0.75rem 0;
  font-size: 16px;
  overflow: hidden;
}

/*  */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 29px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6E6E6E;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
}

.input:checked+.slider {
  background-color: #fff;
}

.input:checked+.slider:before {
  background-color: #000;
}

/* .input:focus + .slider {
    box-shadow: 0 0 0 4px rgba(21, 156, 228, 0.7);
    outline: none;
  } */

.input:checked+.slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* SVG */

.custom-shape-divider-top-1710479034 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1710479034 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 55px;
}

.custom-shape-divider-top-1710479034 .shape-fill {
  fill: #FFFFFF;
}

/* Inner Page */
.ltn__breadcrumb-area {
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-title {
  font-size: 28px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #fff;
}

.inner--pages ul li {
  list-style-type: disc;
}

.inner--pages ol li {
  list-style-type: decimal;
}

.inner--pages p {
  color: #000;
}

.inner--pages ul {
  color: #000;
}

.screen-tbl tr th {
  border: none;
  padding: 3px 5px;
  background: #224d91;
  color: #fff;
  letter-spacing: 0.05rem;
  border-right: 1px solid #fff;
  text-align: center;
}

.screen-tbl tr td {
  text-align: center;
  border: 1px solid #8b8b8b;
  color: #000;
  letter-spacing: 0.03rem;
}

/* Students */

.student-image {
  width: 150px;
  height: 150px;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
  z-index: 111;
}

.student-bg {
  background: #0d35a5;
  width: 100%;
  height: 90px;
}

.student-image img {
  border-radius: 50%;
}

.student-box {
  background: #f9f9f9;
  position: relative;
  text-align: center;
  transition-duration: .5s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.student-content {
  position: relative;
  top: -60px;
  z-index: 1;
}

.student-box:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition-duration: .5s;
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; */
}

.student-content h2 {
  font-weight: 600;
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 0;
  margin: 0.75rem 0;
}

.student-content span {
  display: block;
  font-size: 19px;
}

/* Responsive */
@media screen and (max-width: 1400px) {
  .ltn__slide-item-2 {
    min-height: 400px;
    height: 400px;
  }

  .ltn__header-5 .ltn__header-middle-area {
    padding: 0;
  }

  .facilities-text {
    height: 108px;
    overflow: hidden;
  }

  .top--header-data {
    margin: 0 13px;
  }

  .ltn__main-menu>ul>li {
    margin-right: 0;
  }

  .ltn__main-menu>ul>li>a {
    font-size: 14px;
    padding: 9px 13px;
  }

  .notice-board-box {
    height: 400px;
  }

  .height {
    height: 250px;
  }

  .date--stamp {
    font-size: 11px;
  }

  .gallery-warrap h2 {
    font-size: 15px;
  }
}

/* my csss*/

.hname h2 {
  margin: 0;
  position: relative;
  left: 10px;
  margin: 10px 0 0 5px;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0;
}

.hname p {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 10px 15px;
  color: #000;
  letter-spacing: 0;

}

.manrope {
  font-family: "Manrope", sans-serif;
}

.color-black {
  color: #000;
}
.color-black p{
  color: #000;
}

.text-justify {
  text-align: justify;
}

.d {
  position: relative;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.d .l {
  /* background: #3c3939ad; */
  height: 300px;
  width: 92%;
  position: absolute;
  top: 0px;
  left: 15px;
  z-index: 20;
}

.d img {
  width: 100%;
  height: 300px;
  position: relative;
  z-index: 10;
}

.d:hover>a {
  background: #ae002d;
  color: #fff;
}

.d:hover>.l {
  background: #000000b3;
  padding: 0 !important;
}

.d a {
  position: absolute;
  top: 87%;
  z-index: 100;
  left: 13%;
  color: #000;
  font-weight: 900;
  font-size: 20px;
  padding: 30px 10px;
  background: rgb(0, 0, 0);
  background: #fff;
  transition: all 0.3s ease-in;
  width: 75%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  text-align: center;
}

.our_mission {
  border: 1px solid var(--border-color-8);
  border-bottom: 2px solid #c60042;
  margin-bottom: 30px;
  padding: 10px;
  box-shadow: var(--ltn__box-shadow-1);
}

.about_us_bg {
  border: 2px solid var(--border-color-11);
  padding: 15px;
  border-bottom: 2px solid #c60042;
  margin-bottom: 30px;
  padding: 10px;
  box-shadow: var(--ltn__box-shadow-1);
}

.img_circle {
  border-radius: 100%;
  background: #fee;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.contact-form-box {
  padding: 20px;
}

.input-item.ltn__custom-icon::before {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  /*background: #efe9e9;*/
  color: #c60042;
  height: 35px;
  width: 50px;
  text-align: center;
}

/*.input-item .nice-select {*/
/*  height: 35px;*/
/*  line-height: 35px;*/
/*}*/

textarea {
  min-height: 80px;

}

.gallery-warrap img {
  height: 200px !important;
  transition: all o.3s ease-in;
}

.rc {
  background: url(../images/cbg.jpg) left top no-repeat rgb(40 40 40 / 94%);
  background-blend-mode: multiply;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 30px;
}

.ltn__header-4 .ltn__header-middle-area.sticky-active,
.ltn__header-5 .ltn__header-middle-area.sticky-active {
  padding: 0;
}

.sticky-active.ltn__sticky-bg-white .ltn__main-menu>ul>li>a {
  color: #fff;
}

.ltn__header-4 .ltn__header-middle-area,
.ltn__header-5 .ltn__header-middle-area {
  padding: 0;
}

.ta::before {

  top: 15% !important;

}

.ic::before {
  top: 50% !important;
}

.ns::before {
  content: "\f063";
  font-size: 14px;
  position: absolute;
  top: 50%;
  height: 35px;
  right: -2px !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  color: var(--ltn__secondary-color);
  /*background: #efe9e9;*/
  width: 50px;
  text-align: center;
}

.btn {
  padding: 10px 20px !important;
}

.slick-list {
  overflow: visible !important;
}

.slick-arrow-1:hover .slick-arrow {
  /* left: -30px !important; */
}

.slick-slide-arrow-1 .slick-arrow:hover {
  background-color: rgb(178, 28, 42);
  border-color: rgb(178, 28, 42);
}

.theme-btn-1 {
  background-color: rgb(198 0 66);
}

.facilities-text {
  font-family: manrope;
  color: #000;
}

.facilities-text p {
  color: #000;
}

.ltn__copyright-area {
  padding: 20px 0;
}

.footer-top-area {
  padding: 50px 0 0 0;
}

.ltn__breadcrumb-list ul li:last-child {
  color: #fff;
}

.ltn__breadcrumb-list ul li:after {
  color: #fff !important;
}

.bg-overlay-white-30:before {
  background: rgb(0 0 0 / 57%);
}

.ltn__breadcrumb-list ul li a {
  color: #fff;
}

.ltn__breadcrumb-inner {
  margin: 0 auto;
  text-align: center;
}

@media (max-width:520px) and (min-width:320px) {
  .media_text_center {
    text-align: center !important;
    margin-bottom: 10px;
  }

  .ltn__utilize-menu>ul>li>a {
    font-family: manrope;
  }

  .ltn__header-logo-and-mobile-menu-in-mobile .ltn__header-options {
    justify-content: end;
  }

  #carouselExample .carousel-item img {
    height: 260px;
  }

  .ltn__feature-icon img {
    width: 100%;
  }

  .principal_message {
    text-align: center;
  }

  .principal_message img {
    text-align: center;
    width: 70% !important;
  }

  .top1,
  .header--images {
    display: none;
  }

  header .d-flex {
    display: block !important;
  }

  .fnt-small {
    display: block !important;
  }

  .ltn__header-top-area .ltn__social-media ul li {
    font-size: 17px;
  }

  .top--header-data a {
    font-size: 18px;
  }

  .site-logo {
    text-align: center;
    white-space: normal;
    display: block !important;
  }

  .notice-board-box {
    margin: 0 !important;
    position: relative;
    top: 20px;
  }

  .contact-form-box {
    padding: 15px 30px 15px;
  }

  .d {
    margin-bottom: 70px;
  }

  .d:last-child {
    margin-bottom: 0px;
  }
}

.nice-select.swal2-select {
  display: none !important;
}

.section-title-area p {
  max-width: 100%;
}
div:where(.swal2-container){
    z-index: 9999 !important;
}