@import url(./global.css);
@import url(./navbar.css);
@import url(./news-scroll.css);
@import url(./tabber.css);

* {
  padding: 0;
  margin: 0;
  font-family: var(--main-font);
}

body {
  background-color: #fefffe;
}

.main-header {
  width: 100%;
  display: flex;
  /* border: 1px solid red; */
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  position: relative;
  /* background: url(../image/back.png); */
  /* height: 6.2rem; */
}

.left-logo {
  width: 8%;
}

.left-logo img {
  width: 100%;
}

.middle-text {
  width: 70%;
  padding-right: 8rem;
  /* border: 1px solid; */
}

.middle-text h1 {
  font-family: var(--heading-font);
  color: #040441;
  font-size: 1.8rem;
  /* margin: 0%; */
  margin: 0% 4%;
}

.middle-text span {
  font-family: var(--heading-font);
  color: #040441;
  font-size: 1.8rem;
}

.middle-text img {
  width: 100%;
  /* border: 1px solid; */
}

.last-icons {
  width: 45%;
  display: flex;
  /* border: 1px solid; */
  align-content: center;
  flex-wrap: nowrap;
  /* padding: .31rem; */
  justify-content: space-evenly;
  align-items: center;
}

.last-icons img {
  width: 24%;
  margin-right: 22rem;
  /* float: left; */
  cursor: pointer;
}

.first-navbar {
  /* height: 1rem; */
  /* border-bottom: 1px solid white; */
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}

.left-side-top {
  width: 85%;
  /* border: 1px solid; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.mobile {
  font-size: 0.825rem;
  color: #000000;
  font-weight: bold;
}

.mobile i {
  margin-right: 5px;
}

.mobile a {
  /* margin-right: .6rem; */
  color: black;
  /* font-weight: 600; */
}

.mobile a:hover {
  /* margin-right: .6rem; */
  text-decoration: none;
  color: black;
}

.right-side-top {
  display: flex;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.825rem;
  color: #000000;
  font-weight: bold;
  gap: 30px;
}

.right-side-top a {
  text-decoration: none;
  color: #000000;
}

.right-side-top a:hover {
  text-decoration: none;
  color: #000000;
}

.right-side-top i {
  margin: 0 5px;
}

.headings {
  /* text-transform: lowercase; */
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  color: var(--main-color2);
  font-family: var(--heading-font);
  width: fit-content;
  padding: 0 30px 5px;
  z-index: 1;
  background: url(../icons/png.jpg);
  background-size: 25px;
  background-repeat: no-repeat;
  flex-direction: row;
  align-content: center;
  align-items: center;
}

.headings::after {
  content: "";
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--main-color2);
  width: 35%;
}

.facilitys {
  width: 100%;
  /* border: 1px solid red; */
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.facilitys .inner-image {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.inner-image img {
  width: 100%;
  transition: 0.5s ease;
}

.inner-image img:hover {
  scale: 1.1;
  cursor: pointer;
  transition: 0.5s ease;
}

.main-vsn {
  text-align: justify;
  text-indent: 50px;
  position: relative;
  margin-bottom: 0;
}

.main-vsn img {
  position: absolute;
  z-index: -1;
  top: -50%;
  scale: 0.5;
  opacity: 0.15;
}

.niat-btn {
  color: rgb(255, 0, 0);
  /* text-align: right; */
  /* background: #0b549a; */
  font-size: 0.85rem;
  width: 100%;
  /* border: 1px solid #d9d9d9; */
  /* padding: 0.5rem 1rem; */
  /* border-radius: 500px; */
  transition: 0.3s;
}

.niat-btn:hover {
  color: rgb(176, 1, 1);
  text-align: right;
  /* background: #032b52; */
  font-size: 0.85rem;
  text-decoration: none;
  width: 100%;
  /* border: 1px solid #d9d9d9; */
  padding: 0.5rem 1rem;
  /* border-radius: 500px; */
  scale: 1.05;
  transition: 0.3s;
}

.right-btn {
  width: 100%;
  text-align: right;
}

.inner-image a {
  width: fit-content;
}

.inner-image a:hover {
  width: fit-content;
}

.links-q {
  width: 100%;
  /* border: 1px solid red; */
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.link-main {
  width: 47%;
  padding: 0.5rem;
  /* border: 1px solid red; */
  background: linear-gradient(
    35deg,
    rgb(212 234 255) 50%,
    rgb(235 245 255 / 0%) 64%
  );
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  transition: 0.5s ease-in;
  border-radius: 600px;
  box-shadow: rgba(0, 0, 0, 0.15) -5px 3px 2.6px;
}

.link-main:hover {
  scale: 1.05;
  transition: 0.5s ease-in;
  cursor: pointer;
  /* background: linear-gradient(45deg, rgb(11 84 154) 100%, rgb(235 245 255 / 0%) 100%); */
}

.link-main img {
  width: 20%;
  /* border: 1px solid red; */
}

.link-main p {
  margin: 0;
  font-weight: bold;
  padding: 0 1rem;
  color: #464646;
}

.lists {
  /* border: 1px solid red;/ */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-start;
  gap: 1.5rem;
}

.cource {
  border: 1px solid #e5e5e5;
  width: 100%;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  /* background-color: var(--main-color); */
  display: flex;
  padding: 1rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.deactivated-contents {
  position: absolute;
  top: 0%;
  width: 50rem;
  padding: 1rem;
  left: -125%;
  z-index: 99;
  transform: translateX(-50%);
  color: #fff;
  /* background-color: var(--main-color); */
  /* background: linear-gradient(to right, #ff0000, #0000ff); */
  padding: 20px 10px;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  transition: visibility 0s, opacity 0.3s linear;
}

.cource:hover .deactivated-contents {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}

.heading-c {
  font-size: 1.5rem;
  font-weight: bold;
  color: #165799;
  /* border: 1px solid; */
  position: relative;
  width: fit-content;
  padding: 6px 0;
}

.heading-c::after {
  content: "";
  position: absolute;
  top: 90%;
  left: 0;
  bottom: 0;
  right: 60%;
  background-color: #018081;
}

.heading-d {
  font-size: 1rem;
  font-weight: bold;
  color: #165799;
  /* border: 1px solid; */
  position: relative;
  width: fit-content;
  padding: 6px 0;
}

.heading-d::after {
  content: "";
  position: absolute;
  top: 95%;
  left: 0;
  bottom: 0;
  right: 70%;
  background-color: #018081;
}

.heading-e {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  width: fit-content;
  padding: 6px 0;
}

.heading-e::after {
  content: "";
  position: absolute;
  top: 90%;
  left: 0;
  bottom: 0;
  right: 60%;
  background-color: #018081;
}

.three-flor {
  overflow: hidden;
  width: 100%;
  padding: 5px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: left;
  flex-direction: column;
}

.main-grid-flor {
  border-radius: 5px;
  overflow: hidden;
  padding: 0.1rem;
  background: #e5f2f2;
  height: 9rem;
  width: 100%;
  overflow: hidden;
  margin: 10px 0px;
  border: 1px solid lightblue;
  display: flex;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.main-grid-flor img {
  width: 25%;
  margin: 1.5%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: 1px solid lightblue;
}

.main-grid-box {
  /* border: 1px solid red; */
  width: 100%;
  padding: 5px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.main-grid-box a {
  border-radius: 5px;
  padding: 2px;
  background: #f2faff;
  border: 1px solid;
  width: 45%;
  height: 110px;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.main-grid-box img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.btn-desine {
  background: #165799;
  padding: 3px 15px;
  border-radius: 90px;
  color: white;
  display: flex;
  border: 0;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  /* font-size: .8rem; */
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.btn-desine i {
  margin-left: 10px;
}

.btn-desine:hover {
  background: #04294f;
  transition: 0.2s;
  scale: 1.02;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.arcives {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 300px;
  /* margin-bottom: 500rem !important; */
}

.arcives::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../image/Library.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.arcives::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: black;
  opacity: 0.7;
}

.main-box-a {
  z-index: 1;
  position: absolute;
  width: 97%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}

.single-box-a {
  width: 20%;
}

.single-box-a i {
  width: 6rem;
  margin: auto;
  padding: 1rem;
  border-radius: 50%;
  display: flex;
  font-size: 3rem;
  height: 6rem;
  background: white;
  color: var(--main-color);
  align-content: center;
  justify-content: center;
  align-items: center;
}

.single-box-a .name-a {
  color: white;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.boxes p {
  color: #1255b2;
  font-weight: bold;
  margin: 0;
  font-size: 0.9rem;
}

.main-f {
  /* border: 1px solid red; */
  padding: 0.3rem 0;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.single-f {
  text-decoration: none;
  width: 30%;
  border: 2px solid var(--main-color2);
  border-radius: 5px;
  overflow: hidden;
  padding: 5px;
  background-color: var(--light-background);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.4s ease;
}

.single-f img {
  width: 100%;
  height: 7rem;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.single-f h2 {
  margin-top: 0.7rem;
  /* font-weight: bold; */
  text-align: center;
  font-size: 1rem;
  color: var(--main-color2);
  /* font-family: var(--heading-font); */
}

.single-f:hover {
  text-decoration: none;
  scale: 1.05;
  transition: 0.4s ease;
  cursor: pointer;
}

.single-f::after {
  content: "+";
  z-index: 999;
  color: rgba(255, 255, 255, 0.658);
  font-size: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transform: scale(0);
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s ease;
  transform-origin: center;
  background-color: rgba(0, 0, 0, 0.503);
}

.single-f:hover::after {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s, transform 0.5s ease;
}

.csd {
  height: 25.3rem !important;
  border: 2px solid var(--main-color2);
  background-color: var(--light-background);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.csd .carousel-item {
  height: 100% !important;
  width: 100% !important;
}

.csd .carousel-item img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
}

.carousel-caption {
  /* right: 0 !important;
    left: 0 !important; */
  /* width: fit-content; */
  background-color: #0b559ab7;
  backdrop-filter: blur(2px);
  padding: 1rem 2rem;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.carousel-caption p {
  font-style: italic;
  color: white;
  opacity: 0.9;
}

.footers {
  /* background: red; */
  /* height: 218px; */
  padding-top: 1rem;
  background: #131d4b;
}

.upper-footer {
  /* border: 1px solid red; */
  width: 90%;
  border-radius: 5px;
  display: flex;
  margin: auto;
  padding: 0 0.5rem;
  flex-wrap: nowrap;
  flex-direction: row;
  background: #ffffffdb;
  justify-content: space-evenly;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.upper-footer h3 {
  font-size: 1.4rem;
  font-weight: bold;
  color: white;
  position: relative;
  width: fit-content;
  padding: 8px 20px;
}

.upper-footer h3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 90%;
  bottom: 0;
  background-color: white;
  width: 5%;
}

.upper-footer p {
  font-size: 1.07rem;
}

.single-box-footer {
  width: 28%;
  border-right: 1px dotted rgb(77, 77, 77);
}

.single-box-footer:last-child {
  border: none;
}

.main-foter {
  display: flex;
  width: 100%;
  /* border: 1px solid white; */
  justify-content: space-evenly;
}

.left-f {
  width: 30%;
  /* border: 1px solid rgb(146, 255, 73); */
}

.middle-f {
  width: 40%;
  /* border: 1px solid rgb(146, 255, 73); */
}

.right-f {
  width: 28%;
  /* border: 1px solid rgb(146, 255, 73); */
}

footer .headings {
  color: white;
}

.map-data {
  width: 100%;
}

.quick-links {
  display: flex;
  flex-direction: inherit;
  flex-wrap: wrap;
  /* height: 19rem; */
}

.quick-links li {
  list-style: none;
  color: white;
  margin-bottom: 5px;
  width: 50%;
  float: left;
}

.quick-links a {
  text-decoration: none;
  color: white;
  transition: 0.3s ease;
}

.quick-links li:hover a {
  text-decoration: none;
  color: white;
  margin-left: 5px;
  transition: 0.3s ease;
}

.quick-links li i {
  margin-right: 5px;
}

.main-footer-white {
  width: 100%;
  height: 100%;
  padding: 0 1.5rem;
}

.main-background-ft {
  background: var(--silver);
  width: 100%;
  /* height: 100%; */
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  align-items: center;
}

.main-background-ft img {
  width: 30%;
}

.main-background-ft h3 {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #0b3f70;
  font-family: var(--heading-font);
}

.main-background-ft p {
  font-size: 1.1rem;
  text-align: center;
  color: #0b3f70;
}

.call-eamils {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  align-items: center;
}

.call-eamils a {
  color: rgb(0, 0, 0);
  background-color: white;
  padding: 0.2rem 0.5rem;
  border-radius: 200px;
}

.call-eamils a:hover {
  text-decoration: none;
  padding: 0.2rem 0.5rem;
  border-radius: 200px;
}

.call-eamils i {
  margin-right: 10px;
  /* border-right: 1px solid white; */
}

.socials {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
}

.socials a {
  color: var(--main-color2);
  background-color: white;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  transition: 0.5s ease-in-out;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.socials a:hover {
  transition: 0.5s ease-in-out;
  text-decoration: none;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset,
    rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.real-footer {
  background: var(--active-color2);
  display: flex;
  justify-content: space-around;
  font-size: 0.77rem;
  font-weight: bold;
  color: #000000;
  padding:5px 0;
}

.real-footer a {
  color: var(--main-color2);
}

.custom-ul-li {
  list-style-type: none;
  padding: 0;
}

.custom-ul-li li {
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
}

.custom-ul-li li:last-child {
  border-bottom: none;
}

.short-banner {
  position: relative;
  width: 100%;
}

.banner-short {
  width: 100%;
  border-bottom: 2px solid var(--main-color);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.short-banner p {
  position: absolute;
  z-index: 2;
  font-size: 1.5rem;
  top: 40%;
  font-weight: bold;
  color: #0d4a85;
  left: 50%;
  /* right: 34%; */
}

#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 85%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin: 30px auto;
  border-radius: 5px;
  overflow: hidden;
}

#customers td,
#customers th {
  border: 1px solid #9a9a9b;
  padding: 10px;
  color: black;
  font-size: 17px;
}

#customers td,
#customers th:first-child {
  text-align: center;
}

#customers tr:nth-child(odd) {
  background-color: var(--light-background);
}

#customers tr:hover {
  background-color: #ddd;
  /* cursor: pointer; */
  cursor: pointer;
  transition: 0.5s;
}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center !important;
  text-align: left;
  background-color: var(--main-color);
  color: rgb(255, 255, 255);
}

.glry-grid {
  /* border: 1px solid red; */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.item {
  width: 300px;
  border-radius: 10px;
  overflow: hidden;
  height: 300px;
  transition: 0.3s;
}

.item img {
  width: 100%;
  transition: 0.3s;
}

.item:hover img {
  scale: 1.1;
  transition: 0.3s;
}

.glry-grid a {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  width: 24%;
  height: 207px;
  border-radius: 10px;
  overflow: hidden;
}

.contacts {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.main-box {
  border: 1px solid rgb(187 187 187);
  /* position: relative; */
  width: 22%;
  height: 10rem;
  padding: 1rem;
  text-align: center;
  background-color: #ebfdff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.main-box h1 {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: #ffffff;
  padding: 0.2rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background: #0b549a;
}

.main-box p {
  font-size: 0.9rem;
  color: #072c50c4;
  text-align: center;
  font-weight: bold;
  font-style: italic;
}

.main-box a {
  color: #ffffff;
  text-decoration: none;
  padding: 0.3rem 0.7rem;
  font-size: 0.8rem;
  border-radius: 300px;
  background-color: #0b549a;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.main-box a:hover {
  text-decoration: none;
  scale: 1.1;
  transition: 0.3s;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #073764;
}

.principal-message {
  border: 1px solid #0b549a;
  padding: 0 10px;
  height: 308px;
  background: linear-gradient(to bottom, #73bffe 0%, #b4dbfe 50%, #73bffe 100%);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: relative;
}

.image-principal {
  position: absolute;
  width: 120px;
  height: 145px;
  border-left: 1px solid #0b549a;
  border-right: 1px solid #0b549a;
  border-bottom: 1px solid #0b549a;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 0 0 300px 300px;
}

.image-principal img {
  width: 100%;
}

.principal-message h1 {
  color: #002a52;
  margin: 4% 0 0 27%;
  font-size: 2rem;
  /* font-weight: bold; */
  font-family: var(--heading-font);
}

.desgination {
  font-size: 1.3rem;
  color: #484848;
  font-style: italic;
  font-family: var(--heading-font);
  margin: 1% 0 10% 27%;
}

.yellow-btn {
  text-align: center;
  padding: 5px 10px;
  border: 1px solid #221c00;
  background: linear-gradient(to bottom, #faab7f 0%, #f5cb6d 100%);
  color: black;
  border-radius: 300px;
  margin: 37%;
}

.icons-homepage {
  /* border: 1px solid red; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}

.boxes {
  width: 40%;
  border-radius: 10px;
  height: 118px;
  display: flex;
  /* border: 1px solid #638cc5; */
  /* border-radius: 5px 5px 50px 5px; */
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  background: var(--silver);
  background: #eef0fc;
  flex-direction: column;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease-out;
  position: relative;
  overflow: hidden;
}

.boxes i {
  width: 60px;
  height: 60px;
  display: flex;
  background: white;
  color: #1255b2;
  border-radius: 50%;
  border: 1px solid #1255b2;
  padding: 1rem;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}

.boxes p {
  color: #1255b2;
  font-weight: bold;
  margin: 0;
}

.boxes:hover {
  /* background-color:#1255b2 ; */
  border-bottom: var(--active-color);
  scale: 1.05;
  transition: 0.3s;
}

/* .boxes:hover p{
    color: #ffffff
} */
.boxes:hover::after {
  content: "";
  position: absolute;
  top: 95%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--active-color);
}

.add-form {
  display: flex;
  flex-direction: column;
  border: 1px solid #5487b8;
  padding: 20px 20px 0 20px;
  border-radius: 10px;
  background: #ebf5ff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.add-form label {
  color: var(--main-color);
  font-weight: bold;
}

.add-form input,
select {
  width: 100%;
  border: 0;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 4px;
  margin-bottom: 15px;
  color: var(--main-color);
}

.add-form button {
  width: 150px;
  border: 0px solid #072c50;
  background-color: var(--main-color);
  color: white;
  border-radius: 5px;
  padding: 5px;
  margin: 20px auto;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
  transition: 0.3s ease;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.add-form button:hover {
  background: #072c50;
  transition: 0.3s ease;
}

.main-profile {
  width: 100%;
  display: flex;
  /* border: 1px solid red; */
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  row-gap: 30px;
}

.main-card-placement {
  width: 300px;
  border: 1px solid #b5b5b5;
  height: 400px;
  border-radius: 10px;
  /* background-color: red; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

/* .main-profile .carousel-control-prev-icon {
    background: #1255b4 !important;
    padding: .5rem;
   
}
.main-profile .carousel-control-next-icon {
    background: #1255b4 !important;
    padding: .5rem;
   
} */
.card {     
  /* --main-color: var(--main-color); */
  /* --submain-color: #f2db0b; */
  --bg-color: #f2faff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  position: relative;
  width: 200px;
  /* height: 250px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0px !important;
  overflow: hidden;
  border: 1px solid #63c6ff !important;
  background: var(--bg-color) !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.card__img {
  height: 125px;
  width: 100%;
}

.card__avatar {
  position: absolute;
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(45% - 95px);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.card__title {
  margin-top: -20px;
  font-weight: bold;
  font-size: 1rem;
  color: var(--main-color);
}

.card__subtitle {
  margin-top: 5px;
  font-weight: 600;
  font-size: 0.8rem;
  font-style: italic;
  color: #1255b2db;
}

.card__wrapper {
  border: 1px solid #a5a5a5;
  margin-top: 10px;
  width: 70%;
  display: flex;
  width: 70%;
  /* border: 1px solid; */
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  justify-content: space-around;
  align-items: center;
  background: var(--silver);
  padding: 10px;
  height: 70px;
  flex-wrap: wrap;
}

.card__wrapper img {
  width: 100%;
}

.card__wrapper p {
  font-size: 1rem;
  color: #b91348;
  font-weight: bold;
}

.card__avatar img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 50%;
}

.highlights {
  /* height: 440px; */
  /* border: 1px solid rgb(0, 68, 255); */
  width: 100%;
  display: flex;
  gap: 3rem;
  /* overflow: hidden; */
  justify-content: space-between;
  flex-direction: column;
}

.highlights .main-box {
  width: 340px;
  height: 110px;
  /* border: 1px solid red; */
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}

.icons-hi {
  /* border: 1px solid red; */
  width: 30%;
  padding: 10px;
  background-color: var(--main-color);
}

.icons-hi img {
  width: 100%;
}

.right-hi {
  display: flex;
  width: 70%;
  /* border: 1px solid red; */
  padding: 13px;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
}

.numbers {
  color: var(--main-color) !important;
  font-size: 1.6rem !important;
  font-style: normal !important;
  margin: 0%;
  border-right: 3px solid var(--main-color);
  padding-right: 10px;
}

.name-hi {
  font-style: normal !important;
  margin: 0%;
  /* font-size: 1.1rem !important; */
}

.marquee {
  display: flex;
  block-size: var(--marquee-item-height);
  /* margin-block: var(--marquee-item-height); */
  position: relative;
  overflow-x: hidden;
  mask-image: linear-gradient(
    to right,
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.marquee img {
  object-fit: contain;
}

.marquee__item {
  position: absolute;
  transform: translateX(-50%);
  animation: go linear infinite;
}

.marquee__item:nth-child(4n) {
  border-top-right-radius: 1rem;
}

.marquee__item:nth-child(4n + 1) {
  border-bottom-right-radius: 1rem;
}

.marquee__item:nth-child(4n + 2) {
  border-bottom-left-radius: 1rem;
}

.marquee__item:nth-child(4n + 3) {
  border-top-left-radius: 1rem;
}

@keyframes go {
  to {
    inset-inline-start: calc(var(--marquee-item-width) * -1);
  }
}

.boxes img {
  width: 40%;
}

.inner-header {
  width: 100%;
  border-bottom: 2px solid var(--main-color);
}

.inner-header img {
  width: 100%;
}

.page-navigation {
  width: fit-content;
  height: 40px;
  background: var(--greed-one);
  /* border-top: 1px solid white; */
  position: relative;
  /* font-weight: bold; */
  color: white;
  gap: 10px;
  display: flex;
  padding: 10px 10px 10px 2rem;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.page-navigation a {
  text-decoration: none;
  color: white;
  transition: 0.3s ease-in-out;
}

.page-navigation a:hover {
  text-decoration: none;
  color: white;
  transition: 0.3s ease-in-out;
  scale: 1.02;
}

.page-navigation:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 40px solid #0b549a;
  border-bottom: 20px solid transparent;
}

.events {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.left-big-events {
  width: 49%;
  background: white;
  border: 1px solid #dbdbdb;
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.events h3 {
  color: var(--main-color);
  font-size: 1.2rem;
  /* font-weight: bold; */
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.events i {
  color: var(--main-color);
  margin-right: 1rem;
}

.events h6 {
  color: #3e3e3e;
}

.events p {
  color: black;
}

.image-width-events {
  width: 100%;
  height: 257px;
}

.image-width-events img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right-events {
  width: 47%;
  display: flex;

  gap: 20px;
  flex-direction: column;
}

.bg-box {
  padding: 10px;
  width: 100%;
  background: white;
  border: 1px solid #dbdbdb;
  padding: 10px;
  display: flex;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  justify-content: space-between;
}

.image-boxes {
  width: 30%;
  /* border: 1px solid; */
  /* height: 100px; */
}

.image-boxes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right-contents-event {
  width: 65%;
}

.right-contents-event h4 {
  color: var(--main-color);
  font-size: 1rem;
}

.right-contents-event h6 {
  font-size: 1rem;
}

.right-contents-event p {
  font-size: 0.8rem;
  margin: 0;
}

.right-contents-event a {
  font-size: 0.8rem;
  color: rgb(155, 0, 0);
}

.center-headings {
  font-size: 1.4rem;
  font-weight: bold;
  width: fit-content;
  color: white;
  margin: 0 auto 10px;
  border-bottom: 2px solid white;
  text-align: center;
  padding: 5px;
}

.image-border {
  padding: 10px;
  width: 100%;
  background: white;
  border: 1px solid #dbdbdb;
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.inner-page {
  margin-bottom: 2rem;
}
.inner-page a,
.inner-page a:link,
.inner-page a:visited {
  width: 100%;
}

.weather-container {
  background-color: #dce3ea;
  padding: 10px;
  display: flex;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 100%;
  justify-content: space-around;
  align-items: center;
}

.weather-container img {
  width: 100px;
}

.temp {
  font-size: 1.4em;
  color: #094278;
  font-weight: bold;
}

.feels-like,
.temp-min-max {
  font-size: 1.1em;
  color: #363636;
}

.description {
  margin-top: 3px;
  font-size: 1.2em;
  color: #000000;
}

.main-btn-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.btn-box {
  position: relative;
  background-image: url(../image/1196694_2872.jpg);
  background-size: cover;
  width: 190px;
  height: 70px;
  border: 3px solid var(--main-color2);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 3px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-box img {
  width: 25%;
  height: 100%;
  object-fit: contain;
}

.btn-box p {
  width: 70%;
  font-size: 0.81rem;
  line-height: 1rem;
  color: #ffffff;
  /* font-weight: bold; */
  margin: 0;
  font-family: var(--heading-font);
}

.main-btn {
  text-decoration: none;
}

.profile-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 20px;
}

.single-profile {
  width: 100%;
  display: flex;
  border: 2px solid var(--main-color2);
  flex-direction: row;
  gap: 10px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-image: url(../image/back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  /* justify-content: space-around; */
  justify-content: flex-start;
}

.img-box {
  width: 100px;
  height: 100px;
  border: 2px solid white;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffffde;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 5px; */
}

.profile-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 70%;
}

.profile-details h3 {
  margin: 0;
  color: white;
  font-size: 1.1rem;
  font-family: var(--heading-font);
}

.profile-details h5 {
  margin: 0;
  color: #ffa200;
  font-size: 0.9rem;
  text-align: center;
}

.btn-contaner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 15px;
  justify-content: space-between;
}

.btn-contaner a {
  width: 47%;
}

.btn-contaner a:hover {
  text-decoration: none;
}

.single-btn {
  width: 100%;
  height: 55px;
  /* border: 1px solid; */
  border-radius: 0 20px 0 20px;
  overflow: hidden;
  background-color: #4e74b5;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.left-iconvox {
  width: 55px;
  height: 55px;
  background-color: #e4e7fe;
  padding: 10px;
  border-radius: 0 20px 0 20px;
}

.left-iconvox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.right-content {
  width: 120px;
  /* border: 1px solid red; */
  padding: 3px;
  font-size: 0.9rem;
  color: white;
  /* font-waight: bold; */
  /* font-weight: bold; */
}

.single-btn:hover {
  background-color: var(--main-color2);
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s ease-in-out all;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.image-bac {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 360px;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.image-bac:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../image/banner.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -2;
}

.image-bac:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(0, 21, 61);
  opacity: 0.6;
  z-index: -1;
}

.main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.single-highlights {
  display: flex;
  width: 400px;
  border: 2px solid white;
  height: 120px;
  border-radius: 5px;
  background: #00004ab8;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 8px;
}

.single-highlights {
  display: flex;
  width: 400px;
  border: 2px solid white;
  height: 120px;
  border-radius: 5px;
  background: #00004ab8;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  justify-content: space-between;
  align-items: center;
}

.icon-box {
  width: 35%;
  height: 100px;
  border: 2px solid white;
  border-radius: 5px;
}

.icon-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.highlights-content {
  width: 60%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.highlights-content h3 {
  margin: 0;
  font-size: 0.9rem;
  font-family: var(--heading-font);
  margin: 0;
  text-decoration: underline;
}

.highlights-content p {
  font-size: 0.75rem;
  font-family: var(--body-font);
  line-height: 1rem;
  margin: 0;
}

.single-alumni-box {
  width: 100%;
  border: 2px solid #001d5e;
  border-radius: 5px;
  height: 350px;
  background-image: url(../image/back2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.image-b {
  width: 120px;
  border: 2px solid #000f46;
  height: 150px;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
}

.image-b img {
  width: 100%;
  height: 100%;
}

.alumni-details {
  display: flex;
  flex-direction: column;
}

.alumni-details h3 {
  color: rgb(4, 0, 28);
  text-align: center;
  font-size: 1.5rem;
  font-family: var(--heading-font);
}

.alumni-details h5 {
  margin: 0;
  color: #1b1b1b;
  text-align: center;
  font-size: 1rem;
  font-style: italic;
}
.video-outer {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.alumnibtn {
  width: 100%;
  height: fit-content;
  margin-top: 5px;
  cursor: pointer;
}
.alumnibtn img {
  width: 100%;
}
.about-single-items {
  background-color: beige;
  padding: 15px;
  box-shadow: 3px 4px 5px #dcdcdc;
}
.about-single-items span {
  font-size: 40px;
  color: #018ea5;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 83px;
  border: 2px solid #018ea5;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  text-align: center;
  background-color: cornsilk;
  margin: 0px auto;
  display: block;
}
.about-single-items h4 {
  color: #07284c;
  font-size: 24px;
  padding-bottom: 10px;
  padding-top: 15px;
  text-align: center;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
  margin: 0px;
  text-align: justify;
}
.about-image img {
  width: 100%;
  border-radius: 5px;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
  box-shadow: 2px 2px 5px #dcdcdc;
}
.teachers-2 .teachers-2-single {
  background-color: azure;
  align-items: center;
  padding: 30px 15px;
  border: 1px solid burlywood;
  box-shadow: 3px 4px 5px #dcdcdc;
}
.gray-bg {
  background: #edf0f2;
}
.teachers-2 .teachers-2-single .cont {
  padding-left: 20px;
}
.teachers-2 .teachers-2-single .cont a h5 {
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.teachers-2 .teachers-2-single .cont p {
  font-size: 15px;
}
.teachers-2 .teachers-2-single .cont span {
  font-size: 14px;
  color: #07294d;
}
.happy-student {
  background-color: #018ea5;
  border-radius: 5px;
  position: relative;
  padding: 15px;
  height: 100%;
}
.happy-student .happy-title h3 {
  font-size: 22px;
  color: #fff;
  padding-bottom: 5px;
  text-decoration: underline;
  letter-spacing: 1px;
}
.student-slide {
  z-index: 5;
}
.happy-student ul {
  float: left;
  overflow: hidden;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.happy-student ul li {
  line-height: 35px;
  color: #ffffff;
  font-size: 15px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.happy-student ul li i {
  margin-right: 8px;
  color: #ffc600;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.happy-student ul li {
  line-height: 35px;
  color: #ffffff;
  font-size: 15px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

/* Deafult Margin & Padding */ /*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-85 {
  margin-top: 85px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-105 {
  margin-top: 105px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-115 {
  margin-top: 115px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-125 {
  margin-top: 125px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-135 {
  margin-top: 135px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-145 {
  margin-top: 145px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-155 {
  margin-top: 155px;
}
.mt-160 {
  margin-top: 160px;
}
.mt-165 {
  margin-top: 165px;
}
.mt-170 {
  margin-top: 170px;
}
.mt-175 {
  margin-top: 175px;
}
.mt-180 {
  margin-top: 180px;
}
.mt-185 {
  margin-top: 185px;
}
.mt-190 {
  margin-top: 190px;
}
.mt-195 {
  margin-top: 195px;
}
.mt-200 {
  margin-top: 200px;
}
/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-105 {
  margin-bottom: 105px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-125 {
  margin-bottom: 125px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-135 {
  margin-bottom: 135px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-145 {
  margin-bottom: 145px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mb-155 {
  margin-bottom: 155px;
}
.mb-160 {
  margin-bottom: 160px;
}
.mb-165 {
  margin-bottom: 165px;
}
.mb-170 {
  margin-bottom: 170px;
}
.mb-175 {
  margin-bottom: 175px;
}
.mb-180 {
  margin-bottom: 180px;
}
.mb-185 {
  margin-bottom: 185px;
}
.mb-190 {
  margin-bottom: 190px;
}
.mb-195 {
  margin-bottom: 195px;
}
.mb-200 {
  margin-bottom: 200px;
}
/*-- margin left --*/
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-55 {
  margin-left: 55px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-65 {
  margin-left: 65px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-75 {
  margin-left: 75px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-85 {
  margin-left: 85px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-95 {
  margin-left: 95px;
}
.ml-100 {
  margin-left: 100px;
}
.ml-105 {
  margin-left: 105px;
}
.ml-110 {
  margin-left: 110px;
}
.ml-115 {
  margin-left: 115px;
}
.ml-120 {
  margin-left: 120px;
}
.ml-125 {
  margin-left: 125px;
}
.ml-130 {
  margin-left: 130px;
}
.ml-135 {
  margin-left: 135px;
}
.ml-140 {
  margin-left: 140px;
}
.ml-145 {
  margin-left: 145px;
}
.ml-150 {
  margin-left: 150px;
}
.ml-155 {
  margin-left: 155px;
}
.ml-160 {
  margin-left: 160px;
}
.ml-165 {
  margin-left: 165px;
}
.ml-170 {
  margin-left: 170px;
}
.ml-175 {
  margin-left: 175px;
}
.ml-180 {
  margin-left: 180px;
}
.ml-185 {
  margin-left: 185px;
}
.ml-190 {
  margin-left: 190px;
}
.ml-195 {
  margin-left: 195px;
}
.ml-200 {
  margin-left: 200px;
}
/*-- margin right --*/
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-55 {
  margin-right: 55px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-65 {
  margin-right: 65px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-75 {
  margin-right: 75px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-85 {
  margin-right: 85px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-95 {
  margin-right: 95px;
}
.mr-100 {
  margin-right: 100px;
}
.mr-105 {
  margin-right: 105px;
}
.mr-110 {
  margin-right: 110px;
}
.mr-115 {
  margin-right: 115px;
}
.mr-120 {
  margin-right: 120px;
}
.mr-125 {
  margin-right: 125px;
}
.mr-130 {
  margin-right: 130px;
}
.mr-135 {
  margin-right: 135px;
}
.mr-140 {
  margin-right: 140px;
}
.mr-145 {
  margin-right: 145px;
}
.mr-150 {
  margin-right: 150px;
}
.mr-155 {
  margin-right: 155px;
}
.mr-160 {
  margin-right: 160px;
}
.mr-165 {
  margin-right: 165px;
}
.mr-170 {
  margin-right: 170px;
}
.mr-175 {
  margin-right: 175px;
}
.mr-180 {
  margin-right: 180px;
}
.mr-185 {
  margin-right: 185px;
}
.mr-190 {
  margin-right: 190px;
}
.mr-195 {
  margin-right: 195px;
}
.mr-200 {
  margin-right: 200px;
}
/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-65 {
  padding-top: 65px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-85 {
  padding-top: 85px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-95 {
  padding-top: 95px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-105 {
  padding-top: 105px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-115 {
  padding-top: 115px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-125 {
  padding-top: 125px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-135 {
  padding-top: 135px;
}
.pt-140 {
  padding-top: 140px;
}
.pt-145 {
  padding-top: 145px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-400 {
  padding-top: 440px;
}
.pt-155 {
  padding-top: 155px;
}
.pt-160 {
  padding-top: 160px;
}
.pt-165 {
  padding-top: 165px;
}
.pt-170 {
  padding-top: 170px;
}
.pt-175 {
  padding-top: 175px;
}
.pt-180 {
  padding-top: 180px;
}
.pt-185 {
  padding-top: 185px;
}
.pt-190 {
  padding-top: 190px;
}
.pt-195 {
  padding-top: 195px;
}
.pt-200 {
  padding-top: 200px;
}
/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-95 {
  padding-bottom: 95px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-105 {
  padding-bottom: 105px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-115 {
  padding-bottom: 115px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-125 {
  padding-bottom: 125px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-135 {
  padding-bottom: 135px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-145 {
  padding-bottom: 145px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-155 {
  padding-bottom: 155px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pb-165 {
  padding-bottom: 165px;
}
.pb-170 {
  padding-bottom: 170px;
}
.pb-175 {
  padding-bottom: 175px;
}
.pb-180 {
  padding-bottom: 180px;
}
.pb-185 {
  padding-bottom: 185px;
}
.pb-190 {
  padding-bottom: 190px;
}
.pb-195 {
  padding-bottom: 195px;
}
.pb-200 {
  padding-bottom: 200px;
}
/*-- Padding left --*/
.pl-0 {
  padding-left: 0px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-35 {
  padding-left: 35px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-45 {
  padding-left: 45px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-55 {
  padding-left: 55px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-65 {
  padding-left: 65px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-75 {
  padding-left: 75px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-85 {
  padding-left: 85px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-100 {
  padding-left: 100px;
}
.pl-105 {
  padding-left: 105px;
}
.pl-110 {
  padding-left: 110px;
}
.pl-115 {
  padding-left: 115px;
}
.pl-120 {
  padding-left: 120px;
}
.pl-125 {
  padding-left: 125px;
}
/*-- Padding right --*/
.pr-0 {
  padding-right: 0px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-35 {
  padding-right: 35px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-45 {
  padding-right: 45px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-55 {
  padding-right: 55px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-65 {
  padding-right: 65px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-75 {
  padding-right: 75px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-85 {
  padding-right: 85px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-95 {
  padding-right: 95px;
}
.pr-100 {
  padding-right: 100px;
}
.pr-105 {
  padding-right: 105px;
}
/* Background Color */
.gray-bg {
  background: #edf0f2;
}
.white-bg {
  background: #fff;
}
.black-bg {
  background: #222;
}
/* Color */
.white {
  color: #fff;
}
.black {
  color: #222;
}
/* black overlay */
[data-overlay] {
  position: relative;
}
[data-overlay]::before {
  background: #07294d none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
[data-overlay="3"]::before {
  opacity: 0;
}
[data-overlay="4"]::before {
  opacity: 0.4;
}
[data-overlay="5"]::before {
  opacity: 0.5;
}
[data-overlay="6"]::before {
  opacity: 0.6;
}
[data-overlay="7"]::before {
  opacity: 0.7;
}
[data-overlay="8"]::before {
  opacity: 0.8;
}
[data-overlay="9"]::before {
  opacity: 0.9;
}
.maincont {
  background-color: #fff;
  padding: 25px 30px 30px;
  border-radius: 5px;
  min-height: 500px;
  overflow-x: auto;
}
.admin-image-main {
  width: 100%;
  display: block ruby;
}
.admin-image-box {
  display: inline-block;
  text-align: center;
  margin-bottom: 7px;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
  box-shadow: 2px 2px 5px #dcdcdc;
}
.admin-image-text {
  margin-top: 7px;
}
.admin-image-text p {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
  margin: 0px;
  text-align: justify;
}
.admin-image-text p {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 0.9rem;
}
a.Btn {
  border: 2px solid #012a56;
  background: #4c74b6;
  color: white;
  border-radius: 1px;
  font-size: 0.9rem;
  padding: 7px 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
a.Btn:hover {
  background: #012a56;
  color: white;
  text-decoration: none;
  transition: 0.3s ease-in-out all;
  box-shadow: rgba(0, 0, 0, 0.32) 0px 5px 15px;
}
.icons-homepage {
  /* border: 1px solid red; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 7px;
}
.inner-page h4 {
  /* text-transform: lowercase; */
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  color: var(--main-color2);
  font-family: var(--heading-font);
  width: fit-content;
  padding: 0 30px 5px;
  z-index: 1;
  background: url(../icons/png.jpg);
  background-size: 25px;
  background-repeat: no-repeat;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
.inner-page h4::after {
  content: "";
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--main-color2);
  width: 35%;
}
ol {
  margin-left: 2rem;
}

.inner-page ul {
  width: 100%;
  margin: 0 0 0 1rem;
  list-style: none;
}
.inner-page ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 5px;
}
.inner-page ul li::before {
  content: "";
  background-image: url(https://www.suniv.ac.in/images/right-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
}
.admin-image-main {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.tableinner {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}

.tableinner td,
.tableinner th {
  border: 1px solid #9a9a9b;
  padding: 6px 10px;
  color: black;
  font-size: 1rem;
}

.tableinner td,
.tableinner th:first-child {
  text-align: left;
}

.tableinner tr:nth-child(odd) {
  background-color: rgb(187,222,251);
}

.tableinner tr:hover {
  background-color: #ddd;
  /* cursor: pointer; */
  cursor: pointer;
  transition: 0.5s;
}

.tableinner th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #072e53;
  color: rgb(255, 255, 255);
}

@media only screen and (max-width: 767px) {
  .tableinner {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin: 30px auto;
    border-radius: 5px;
    overflow: hidden;
  }

  .tableinner td,
  .tableinner th {
    border: 1px solid #9a9a9b;
    padding: 5px;
    /* color: black; */
    font-size: 0.8rem;
  }
}
.tableinner tr:first-child {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background: #a7d2ff;
  color: white !important;
}
.highlights-content p {
  color: white;
}
.timeline a {
  width: 90%;
  /* border: 1px solid; */
  display: flex;
  color: #000000;
  flex-wrap: nowrap;
  font-size: 1rem;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.glry-grid {
  /* border: 1px solid red; */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: space-evenly;
}
.item {
  width: 250px;
  border-radius: 10px;
  overflow: hidden;
  height: 250px;
  transition: 0.3s;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
  transition: 0.5s ease-in-out;
}
.glry-grid a {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  width: 24%;
  height: 207px;
  border-radius: 10px;
  overflow: hidden;
}
.item img {
  width: 100%;
  transition: 0.5s ease-in-out;
}
.item:hover img {
  scale: 1.05;
  transition: 0.5s ease-in-out;
}
.item:hover .box_10 {
  height: 100%;
  transition: 0.5s ease-in-out;
  align-items: center;
}
.box_10 {
  position: absolute;
  width: 100%;
  height: 50%;
  display: flex;
  bottom: 0;
  background: linear-gradient(to bottom, #61809f00, #072e54);
  text-align: center;
  color: white;
  padding: 10px;
  /* font-weight: bold; */
  font-size: 1rem;
  align-items: flex-end;
  justify-content: center;
  transition: 0.5s ease-in-out;
}
.demo-gallery {
  margin-top: 20px;
}
.demo-gallery .main-f {
  justify-content: space-evenly;
}
.demo-gallery .single-f {
  width: 240px;
  height: 180px;
}
.demo-gallery .single-f img {
  height: 97%;
}
.item img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
.image-box.item-zoom {
  height: 100%;
}
.pad15 {
  height: 100%;
}
.demo-gallery .main-f {
  width: 100%;
  display: flex;
  justify-content: space-around;
  gap: 10px;
  flex-wrap: wrap;
}
.demo-gallery .single-f {
  width: 200px !important;
  height: 150px;
  border: 2px solid #072e54;
  overflow: hidden;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.demo-gallery .single-f img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.demo-gallery .single-f:hover {
  border: 2px solid var(--active-color);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  transition: 0.5s ease-in-out;
}
.demo-gallery .single-f:hover img {
  scale: 1.05;
  transition: 0.5s ease-in-out;
}
.headings a {
  color: white;
  background: #4c74b6;
  font-size: 0.7rem;
  padding: 3px 5px;
  border: 2px solid #131a59;
  border-radius: 200px;
  margin-left: 2rem;
}
.tabber-link {
  position: absolute;
  color: rgb(143, 2, 2);
  bottom: 1%;
  right: 5%;
}
.department_box {
    width: 100%;
    background-color: white;
    border: 1px solid #dcdcdc;
    margin-bottom: 15px;
    box-shadow: 3px 4px 5px #dcdcdc;
    border-radius: 10px;
    min-height: 90px;
}.image-left, .image-right {
    display: flex;
    align-items: center;
    padding-top: 5px;
}.image-left img {
    margin-right: 5px;
    float: left;
    border-radius: 50%;
}.department_image {
    width: 75px;
    height: 75px;
    padding: 5px;
}.department_p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 22px;
    color: black;
}.department_box:hover {
    width: 100%;
    background-color: #dfdfdf;
    border: 1px solid #dcdcdc;
    margin-bottom: 15px;
    box-shadow: 3px 4px 5px #dcdcdc;
    border-radius: 10px;
    min-height: 90px;
}.paggingdata {
    width: 100%;
    display: inline-block;
    margin-top: 10px
}

.showing {
    float: left;
    display: inline-block;
    font-size: 16px;
    line-height: 28px
}

div.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 15px;
    float: right
}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    border: 1px solid var(--main-color);
    text-decoration: none;
    color: #000000
}

div.pagination a:hover, div.pagination a:active {
    border: 1px solid #000000;
    color: #ffffff;
    background-color: var(--main-color)
}

div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    border: 1px solid var(--main-color);
    font-weight: bold;
    background-color: #333;
    color: #fff
}

div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    border: 1px solid #999999;
    color: #ccc
}.course-features li {
    border: 2px solid #012a50;
    width: 90%;
    /* margin-left: 0; */
    /* margin-bottom: 14px; */
    background: #018ea5;
    border-radius: 25px 0;
    padding: 7px 20px;
    color: #ffffff;
}.course-features li a{
  color: #ffffff;
  text-decoration: none;
}
.course-features li a:hover{
  color: #ffffff;
  text-decoration: none;
}

.course-features ul li::before {
    content: "";
    background-image: url(https://www.suniv.ac.in/new/assets/icons/arrow-right.png) ;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

  .navbar-expand-lg .show {
    background: #f5d0d3 !important;
    height: 100%;
    z-index: 999 !important;
  }

  .btn-box1{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius:6px;

  }
  .btn-box1:hover{
    box-shadow: rgba(50, 50, 93, 0.35) 0px 10px 20px -2px, rgba(0, 0, 0, 0.4) 0px 6px 10px -4px;
    scale:1.01;
    transition: all 0.3s ease-in-out;
  }
  .tab-content>.active{
    position: relative;
  }

.backs {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 5px;
    background: #053d6a;
}
  .backs form{

  }
  input#doaction {
    border: none;
    background: #ffbf0c;
    padding: 3px 10px;
    border-radius: 6px;
}
input#doaction:hover {
    background: #e6ac0a;
    color: #000;
    transition: all 0.3s ease-in-out;
}.btn-box2 {
    width: 170px;
    height: 85px;
    background: url(https://suniv.ac.in/images/btn.jpg);
    background-size: cover;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding: 15px 5px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.btn-box2 img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    margin-right: 8px;
}
.btn-box2 p {
    font-size: 12px;
    /* font-weight: 600; */
    color: #ffffff;
    margin: 0;
    line-height: 13px;
    text-align: left;
}