/* @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'); */

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;
}
.bg__style .col-12 ul{
    list-style-type:disc;
}

.side-kerning {
  background: #fff;
  padding: 0.20rem 0;
}


.top1 {
  background: #09264a;
  background: rgb(22, 93, 180);
  background: rgb(0, 152, 70);
  padding: 3px 0;
}

.top--header-data a {
  color: #fff;
  letter-spacing: 0.03rem;
  transition-duration: .5s;
  font-family: "Anta", 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(22, 109, 170);
  background: linear-gradient(106deg, rgb(203 0 18 / 84%) 0%, rgb(163 35 48) 44%, rgb(195 19 35) 86%);
}

.ltn__main-menu>ul>li>a {
  padding: 9px 20px;
  color: #fff;
  font-size: 16px;
}

.ltn__main-menu>ul {
  justify-content: left;
}



.header--images {
  display: flex;
  justify-content: end;
  align-items: center;
}

.header--images img:first-child {
  padding: 10px 5px;
  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: 35px;
  margin: 0;
  position: relative;
  display: inline-block;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

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;
}

/* h2.headding::after {
  position: absolute;
  top: 50%;
  left: 120%;
  content: '';
  width: 60px;
  height: 2px;
  background: #000;
  transform: translate(-50%, 0);
} */

/* Buttons*/
.button {
  border: none;
  padding: 5px 17px;
  background: #b60730;
  color: #fff;
  transition-duration: .5s;
}

.button:hover {
  transition-duration: .5s;
  background: rgb(8 19 102);
  color: #fff !important;
}

.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;
}

.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: 10px 20px;
  text-align: center;
  background: #ffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  border-radius: 7px;
}

.facilities-box h2 {
  font-size: 20px;

  position: relative;
  display: inline-block;
}

/* .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: -5px;
  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: #00a451;
  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: 27px;
  font-weight: bolder;
  font-family: "poppins ", sans-serif;
  text-transform: uppercase;
  background: #08134c;
  -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;
  height: 150px;
}



.height {
  height: 470px;
}

.notice-body-box .year {
  right: -29px;
  top: 6px;
}

.principal-text p {
  text-align: justify;
  color: #000;
  font-family: 'Poppins', sans-serif;
  margin: 0.75rem 0;
  font-size: 17px;
  height: 302px;
  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;
}

.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;
}

.hname p {

  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 15px;

}

.d {
  position: relative;
  transition: all 0.3s ease-in;
}

.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;
}

form input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
  height: 35px;

}

.contact-form-box {
  padding: 20px 70px 10px;
}

.input-item.ltn__custom-icon::before {
  position: absolute;
  top: 27%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  background: #efe9e9;
  color: var(--ltn__secondary-color);
  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/abg.jpg) left top no-repeat rgb(80 77 77 / 55%);
  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; */
}

.ltn__copyright-area {
  padding: 20px 0;
}

.footer-top-area {
  padding: 50px 0 0 0;
  background: #272727;
}

@media (max-width:520px) and (min-width:320px) {

  .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;
  }

  .site-logo img {
    height: 130px !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;
  }

  .varea {
    padding-top: 10px !important;
  }
}


.ltn__category-area {
  position: relative;
  z-index: 1000;
  top: -83px;

}

.side-kerning {
  background: #fff;

  position: absolute;
  padding: 26px;
  height: 50px;
}

.side-kerning::after {
  content: '';
  position: absolute;
  border-left: 35px solid #fff;
  border-top: 35px solid transparent;

  border-right: 35px solid transparent;
  right: -69px;
  top: 0;
}

.ltn__top-bar-menu {
  position: relative;
  top: -25px;

}

.ltn__top-bar-menu ul li a {
  color: #000;
}

.ltn__top-bar-menu ul li ul li a i {
  color: #000;
}

.varea {
  background: url(../images/vbg.jpg) #1b1c14d4;
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-size: cover;
}

.piller ul li {
  border: 1px solid #000;
  margin: 0 20px 0 0;
  padding: 34px 15px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #df8443;
  border-radius: 10px;
  margin-bottom: 25px;
  flex: 1 0 40%;
  color: #000;
  font-weight: bold;
  font-size: 20px;
}

.section-title {
  font-size: 35px !important;
}

.bg-overlay-theme-black-60:before {
  background: none !important;
}

.notice-ul li {
    /* margin: 0 !important; */
    display: flex;
    margin-bottom: 20px;
}

.notice-ul {
  padding-top: 10px;
}

.quick-links {
  padding: 40px 20px 10px;
  background: #fff;

  border: 1px solid #ddd;
  margin-bottom: 22px;
  position: relative;
  top: 15px;
}

.quick-links h2 {
  background: #c35304;
}

.quick-links h2 {
  background: #00a451;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  margin: -40px -20px 8px;
  padding: 10px 12px;
  letter-spacing: 0.5px;
}

.quick-links ul {
  list-style: none;
  margin-left: 0px;
  padding: 0;
}

.quick-links ul li {
  margin: 5px;
}

.section-title-area {
  margin-bottom: 30px !important;
}

.ltn__about-us-area:before {
  height: 0;
  width: 0;
  content: '';
  z-index: -1;
  position: absolute;
  display: block;
  transform: rotate(45deg);
  top: 450px;
  background: url(../images/pattern.jpg);
  left: -64px;
}

.bg-overlay-white-30:before {
  background: rgb(0 0 0 / 36%) !important;
}

.responsive{
  overflow-x: hidden;
}

.ltn__breadcrumb-list > ul > li{
  color: #fff !important;
}

.ltn__about-us-area:after {
  height: 300px;
  width: 200px;
  content: '';
  z-index: -1;
  position: absolute;
  display: block;
  transform: rotate(45deg);
  top: 750px;
  background: url(../images/pattern.jpg);
  right: -135px;
}

.ltn__header-sticky img {
  height: 100px !important;
}

.footer-widget {
  margin-bottom: 20px !important;
}

.about-us-img-wrap img{
  border-radius: 60px 0px 60px 0px;
}

.updown-animation {
  animation: updown 1s alternate infinite;
  animation-delay: 1s;
}


@keyframes updown {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@media screen and (max-width: 480px) {
  .ltn__about-us-area:after {
    width: 0;
    height: 0;
  }
  .about-us-info-wrap.piller.updown-animation img {
    width: 100% !important;
    }
    .year{
        right: -25px;
    }
    .ltn__header-logo-and-mobile-menu-in-mobile .ltn__header-options{
        justify-content: right;
    }
    
}

.inner--pages :is(ol li,ul li) {
    margin-top: 0 !important;
}
