@import url("https://fonts.googleapis.com/css2?family=Asap+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Heebo:wght@100..900&family=Manrope:wght@200..800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --font_asap: "Asap Condensed", sans-serif;
  --font_manrope: "Manrope", sans-serif;
  --font_heebo: "Heebo", sans-serif;
   --font_libre: "Libre Franklin", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font_libre) !important;
}
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: var(--font_libre) !important;
}
.heebo {
  font-family: var(--font_libre) !important;
}
.container-fluid {
  width: 94%;
}
.site-logo img{
  width: 500px;
}
.ltn__header-middle-area{
  background-color: transparent;
    background-image: linear-gradient(180deg, #00000096 4%, #F2295B00 100%);
}
.ltn__top-bar-menu > ul > li {
    margin: 0 10px 0 0 !important;
    font-weight: 500 !important;
}
.ltn__top-bar-menu .ltn__currency-menu .active-currency {
    font-weight: 500 !important;
}

.top__phone__no {
  color: #278539;
  font-size: 25px;
  line-height: 15px;
  font-weight: 600;
  margin-right: 15px;
}
.top__phone__no span {
  color: #f00;
  font-size: 18px;
}
.top__brochure {
  float: right;
  padding: 15px 15px;
  background: #ff0000;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  border-radius: 10px;
}
ul {
  list-style-type: none;
}
.top--header {
  clear: both;
  overflow: hidden;
  border: none;
}

.side-kerning {
  background: #fff;
  padding: 0.2rem 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;
}
/**************************************************/
.carousel-item img {
  opacity: 0;
  transform: scale(0.8);
  transition: none;
}

.carousel-item.active img {
  animation: fadeZoom 10s ease forwards;
}

@keyframes fadeZoom {
  0% {
    opacity: 0.7;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.05);
  }
}

.ltn__feature-item-6:hover {
  background: #33cc330f !important;
}

/* .research-section {
      display: flex;
      padding: 40px;
      justify-content: space-between;
      flex-wrap: wrap;
    } */
/* .research-left {
      flex: 1.2;
      padding-right: 40px;
    } */
.research-left h1 {
  font-size: 45px;
  margin-bottom: 10px;
  color: #f2e91d;
}
.research-left h1 span{
    display:block;
}
.research-left h2 {
  font-size: 26px;
  font-weight: 400;
  color: #e0e0e0;
  margin-bottom: 20px;
}
.research-left h3 {
  font-size: 25px;
  font-weight: 800 !important;
  font-weight: 400;
  color: #e0e0e0;
  /* margin-bottom: 20px; */
}
.research-left p {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 30px;
}
.research-left .btn {
  background-color: #c62828;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.research-stats {
  /* flex: 0.8;
      display: flex;
      flex-direction: column;
      justify-content: center; */
  border-left: 2px solid white;
  /* padding-left: 30px; */
}
.stat {
  margin-bottom: 45px;
}
.stat h3 {
  font-size: 25px;
  margin: 0;
  color: #fff;
  font-weight: 300;
  
}
.stat p {
  margin: 5px 0 0;
  color: #ccc;
  font-size: 14px;
}

.research-images {
  /* width: 100%; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  /* margin-top: 40px; */
  border-left: 2px solid white;
}
.research-images img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 4px;
}
.text-content {
  width: 50%;
  padding: 20px;
  text-align: center;
  position: relative;
}

.text-content h2 {
  font-size: 28px;
  color: #046b5d;
  margin-bottom: 15px;
  font-weight:500;
}

.text-content p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
  width: 80%;
  margin: 0 auto;
}

.text-content button {
  background-color: #5b9bd5;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.custom_button {
  background-color: #1e0e46;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.text-content .custom_button:hover {
  background-color: #1e0e46;
  color: #fff;
}
.about_us_bg,
.our_mission {
  /* background: #8de78d36; */
  background: #046b5d;
}

.ltn__main-menu > ul > li {
  margin-right: 8px;
}

.course-card {
      border: 1px solid #e0e0e0;
      box-shadow: 0 0 5px rgba(0,0,0,0.1);
      padding: 0px;
    }
    .course-info {
      background-color:#0f705d;
      color: #fff;
      padding: 20px;
    }
    .course-info hr{
      margin: 5px;
    }
    .course-info h4 {
      color: #ffc107;
      margin-bottom: 5px;
      font-size:24px;
    }
    .course-info p {
      margin: 0;
      font-size: 18px;
      color: #fff;
    }
    .course-info i {
      margin-right: 6px;
      color: #fff;
    }
    .apply-btn {
      background-color: #ffe082;
      color: #000;
      font-weight: 600;
      border: none;
      padding: 10px 15px;
      width: 100%;
      text-align: center;
    }
    .apply-btn i {
      margin-left: 8px;
    }
    .course-icons {
      display: flex;
      gap: 15px;
      margin-top: 15px;
      font-size: 16px;
    }
    .course-icons i {
      color: #fff;
    }

/**********************/

.top1 {
  background: #00853d;
  padding: 3px 0;
}

.top--header-data a {
  color: #fff;
  letter-spacing: 0.03rem;
  transition-duration: 0.5s;
  font-size: 16px;
}
.top_links a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.top--header-data {
  margin: 0 30px;
  font-size: 14px;
}

.fnt-small {
  display: flex;
  justify-content: stretch;
  align-items: center;
  font-family: "Anta", sans-serif;
}
.ltn__main-menu li > ul,
.ltn__main-menu .sub-menu {
  border-top: 5px solid #206b5d;
}
.fnt-small i {
  font-weight: 100;
}

.ltn__main-menu li:hover {
  background: #00853d;
}

.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: #046b5d;
}
@keyframes flash {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.facilities-text {
  height: 108px;
  overflow: hidden;
}

.ltn__main-menu > ul > li > a {
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
}

.ltn__main-menu > ul {
  justify-content: left;
  font-family: var(--font_libre) !important;
}

.footer-top-area {
    background-color: #042e5e !important;
    border-top:1px solid #2767b4;
}
.footer-widget .footer-title {
    color: #fff;
}
.ltn__main-menu > ul > li > a {
  font-family: var(--font_libre) !important;
}

.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: 35px;
  margin: 0;
  position: relative;
  display: inline-block;
  font-family: var(--font_libre) !important;
  font-weight: 700;
}

.footer-menu ul li a {
  font-family: var(--font_libre) !important;
  color: #fff !important;
}

.footer-address ul li .footer-address-info p {
  font-family: var(--font_libre) !important;
  color: #fff !important;
}

.footer-widget .footer-title {
  font-family: var(--font_libre) !important;
  color: #fff !important;
}

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: #00853d;
  padding: 0.55rem 12px;
  font-size: 15px;
  line-height: 0;
  margin-bottom: 0;
  display: inline-block;
  border-radius: 7px;
  transition-duration: 0.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 0.65s ease-out infinite;
  animation: shockwave 1s 0.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 0.5s ease-out infinite;
  animation: shockwave 1s 0.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: 0.4s jump ease infinite alternate;
  animation: 0.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 0.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: var(--font_libre) !important;
  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: var(--font_libre) !important;
  position: relative;
  display: inline-block;
}

.ltn__feature-info h2 {
  font-family: var(--font_libre) !important;
  font-size: 22px;
}

.ltn__feature-info p {
  font-family: var(--font_libre) !important;
  font-size: 16px !important;
  color: #000;
  line-height: 1.6;
}

.ltn__feature-info p a {
  font-family: var(--font_libre) !important;
}

.ltn__copyright-design p {
  font-family: var(--font_libre) !important;
}

.ltn__feature-item-6::before {
  background-color: #206b5d;
}

.ltn__feature-item-6 .ltn__feature-info .ltn__service-btn {
  font-size: 16px;
  margin-top: 5px;
  color: #1d0fff;
}

.ltn__feature-item-6 .ltn__feature-info .ltn__service-btn:hover {
  color: #00853d;
}
.input-item .nice-select::before {
  color: #00853d;
}

.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;
}
 .research-left {
  /* flex: 1.2;
      padding-right: 40px; */
  text-align: right;
}
/* .research-left h1 {
  font-size: 39px;
  margin-bottom: 10px;
  color: #fff;
} */
.research-left h1{
    font-family: "Libre Franklin", Sans-serif !important;
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    color: #F8C05C;
    margin-bottom: -5px;
}
.research-left h2 {
  font-size: 80px;
  font-weight: 400;
  color: #F8C05C;
  margin-bottom: 20px;
  font-family: "Libre Franklin", sans-serif !important;
}
.research-left h2:before {
    content: "";
    color: #fff;
    background: #fff;
    height: 5px;
    width: 100px;
    position: absolute;
    top: 30%;
    right: 5%;
}
.research-left h3 {
  font-size: 30px;
  font-weight: 800 !important;
  font-weight: 400;
  color: #e0e0e0;
  /* margin-bottom: 20px; */
}
.research-left p {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 30px;
}
.research-left .btn {
  background-color: #c62828;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.research-stats {
  /* flex: 0.8;
      display: flex;
      flex-direction: column;
      justify-content: center; */
  border-left: 2px dotted white;
  /* padding-left: 30px; */
}

  
.stat {
  margin-bottom: 20px;
  display: flex;
  justify-content: start;
  transition: all 0.7s ease-in-out;
  padding: 10px 5px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.icon-div2 i {
  font-size: 53px !important;
  font-weight: 600;
  transform: translate(6%, 185%) scale(1.3);
  transition: all 0.7s ease;
   position: absolute;
  right: 7%;
  opacity: 0.5;
   color: #6c6c6cd1 !important;
   z-index: 0;
}
.stat:hover .icon-div2 i {
  transform: translate(6%, 0%) scale(1.3);
  /* color: #6c6c6cd1;
  font-size: 53px;
  position: absolute;
  right: 7%;
  opacity: 0.5; */
}
.stat:hover {
  border: 1px solid #1ea4e2;
  background: #fff;
}
.stat:hover .icon-div i,
.stat:hover h3 {
  color: #000;
}
.stat .icon-div {
  width: 18%;
  text-align: center;
  align-items: center;
  height: 50px;
  line-height: 65px;
}
.stat i {
  margin-right: 10px;
  font-size: 35px;
  color: #fff;
}
.stat h3 {
  font-size: 20px;
  margin: 0;
  color: #fff;
  font-weight: 500;
  width: 60%;
}
.stat p {
  margin: 5px 0 0;
  color: #ccc;
  font-size: 14px;
}

.research-images {
  /* width: 100%; */
  
  gap: 10px;
  /* margin-top: 40px; */
  /* border-left: 2px solid white; */
}
.research-images img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 4px;
}

@media (max-width: 992px) {
  .research-section {
    flex-direction: column;
    padding: 20px;
  }
  .research-left,
  .research-stats {
    padding-right: 0;
    padding-left: 0;
    border-left: none;
    margin-bottom: 30px;
  }
}
 .campus_paragraph h2{
    font-family: "Libre Franklin", Sans-serif;
    font-size: 22px !important;
    font-weight: 300 !important;
    color: #fff !important;
            }
             .blue {
            background-color: #0f705d;
        }
.elementor-icon-list-text{
        font-family: "Libre Franklin", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #000000;
    padding-inline-start: 5px;
}
.elementor-icon-list-icon i {
    color: #41B150;
    transition: color 0.3s;
}
        .elementor-heading-title1 {
            padding: 20px;
            font-size: 30px;
            font-weight: 600;
            color: #fff;
            margin: 0;
        }
        .elementor-Kalinga-title{
font-family: "Libre Franklin", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin: 0;
        }
        .elementor-button-wrapper{
    background-color: #DBDBDB;
    font-family: "Libre Franklin", Sans-serif;
    font-weight: 700;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
}
.elementor-icon-list-icon{
    font-size: 24px;
}

        .elementor-divider-separator {
            width: 30%;
        }

        .gray {
            background-color: #F5F5F5;
            padding: 20px;
        }

        .elementor-4110 p {
            text-align: justify;
            font-family: "Libre Franklin", Sans-serif;
            font-size: 16px;
            font-weight: 400;
            color: #000;
        }
        .__form_field .input-item  input{
        margin-bottom: 0 !important;
    }
    .__form_field .input-item .nice-select{
        margin-bottom: 0 !important;
        padding-left: 3px;
    padding-right: 3px;
    }
     .__form_field .input-item.ltn__custom-icon::before {
    position: absolute;
    transform: translateY(-50%);
    right: 0px;
    color: rgb(0, 133, 61);
    height: 10px !important;
    width: 50px;
    text-align: center;
}
         .elementor-button {
    background-color: #F8C05C;
    font-family: "Libre Franklin", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 2px 2px 0px 2px #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 10px;
}
.join_us{
    background-color: #F7F7F7;
}
 .section-title {
        font-weight: 700;
        font-size: 1.8rem;
        margin-bottom: 1rem;
        border-bottom: 2px solid #0d6efd;
        display: inline-block;
    }

    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }

    .gallery-grid img {
        width: 100%;
        height: 140px;
        object-fit: cover;
        border-radius: 0px;
    }

    .gallery-button {
        margin-top: 1rem;
    }

    .info-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);

    }

    .info-box {
        text-align: center;
        padding: 12px;
        border-bottom: 1px dashed #000000;
        transition: all 0.3s ease;
        border-right: 1px dashed #000000;
    }



    .info-box i {
        font-size: 2.5rem;
        color: #3a3a3a;
        margin-bottom: 10px;
    }

    .info-title {
        font-weight: 500;
        color: #3a3a3a;
    }

    @media (max-width: 992px) {
        .gallery-grid {
            grid-template-columns: repeat(3, 1fr);
        }

        .info-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 576px) {

        .gallery-grid,
        .info-grid {
            grid-template-columns: 1fr;
        }
    }

.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-address-icon i{
  color:#fff;
}
.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: var(--font_libre) !important;
  background: #fff;
  -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: 0.5s;
}

.facilities-box:hover .facilities-image img {
  transition-duration: 0.5s;
  transform: scale(1.3);
}

.height {
  height: 470px;
}

.notice-body-box .year {
  right: -29px;
  top: 6px;
}

.principal-text p {
  text-align: justify;
  color: #fff;
  font-family: var(--font_libre) !important;
  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: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.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: 140px;
    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;
  margin-top: 0rem;
}

.inner--pages ol li {
  list-style-type: decimal;
  margin-top: 0rem;
}

.inner--pages p {
  color: #000;
  margin-bottom: 0.5em;
}
.inner--pages h2 {
  font-size: 1.5rem;
}
.inner--pages h3 {
  font-size: 1.5rem;
}

.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: 0.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: 0.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;
}
.about_gallery{
gap:20px;
}
.about_gallery img{
width: 280px;

}

/* Responsive */
@media screen and (max-width: 1400px) {
  .ltn__slide-item-2 {
    min-height: 600px;
    height: 600px;
  }
  .research-left h1 {
    font-size: 40px;
    margin-bottom: 10px;
}
.research-left h2 {
    font-size: 50px;
}
.research-left h3 {
    font-size: 20px;
}
/* .stat h3 {
    font-size: 24px;
} */
.stat {
    margin-bottom: 35px;
}
  .top__brochure {
    font-size: 15px;
  }
  .top--header-data a {
    font-size: 15px;
  }
  .top_links a {
    font-size: 15px;
  }
  .top__phone__no {
    color: #278539;
    font-size: 20px;
  }

  .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;
  }
}
@media screen and (max-width: 1300px) {
    .elementor-icon-list-text {
    font-size: 20px;
}
}

/* my csss*/

.hname h2 {
  margin: 0;
  position: relative;
  left: 10px;
  margin: 10px 0 0 5px;
  font-family: var(--font_libre) !important;
  letter-spacing: 0;
  font-size: 31px;
  color: #f00;
  line-height: 28px;
}

.hname p {
  font-size: 12.1px;
  font-weight: 500;
  margin: 0 0 10px 15px;
  color: #ffffff;
  letter-spacing: 0;
  background: #00f;
  padding: 2px;
  font-family: var(--font_asap);
}

.manrope {
  font-family: var(--font_libre) !important;
}

.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 #206b5d;
  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 #206b5d;
  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: #00853d;
  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: #00853d;
}

.facilities-text {
  font-family: var(--font_libre) !important;
  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;
  }
  .about_gallery {
    display: block !important;
  }
  .course-card{
      display:block !important;
  }
  .top__phone__no {
    font-size: 13px;
  }
  .top__brochure {
    padding: 5px 15px;
    font-size: 12px;
  }

  .ltn__utilize-menu > ul > li > a {
    font-family: var(--font_libre) !important;
  }

  .ltn__header-logo-and-mobile-menu-in-mobile .ltn__header-options {
    justify-content: end;
  }

  #carouselExample .carousel-item img {
    height: 200px;
  }

  .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;
}


@media (max-width: 992px) {
  .research-section {
    flex-direction: column;
    padding: 20px;
  }
  .research-left,
  .research-stats {
    padding-right: 0;
    padding-left: 0;
    border-left: none;
    margin-bottom: 30px;
  }
}


