@charset "UTF-8";

:root {
  --primary-color: #a62c2c;
  --secondary-color: #dda853;
  --dark-color: #1f1b20;
  --top-header-color: #efe8dc;
  --bg-color: #f2f3f5;
  --white-color: #ffffff;
  --black-color: #000000;
  --text-gray-color: #606060;
  --transition: all 0.5s ease;

  --rt-theme: #09a24f;
  --rt-primary: #36348e;
  --rt-primary-1: #553cdf;
  --rt-secondary: #110c2d;
  --rt-footer: #181818;
  --rt-body: #737477;
  --rt-heading-1: #30373e;
  --rt-white: #fff;
  --rt-rating: #ffa41c;
  --rt-border: #d9d9d9;
  --rt-line: #ddd8f9;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body,
html {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  color: var(--black-color);
  font-family: "Montserrat", serif;
}
h1,
h2,
h3 {
  margin: 0;
}
h4,
h5,
h6 {
  margin: 0;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--black-color);
}
p:last-child {
  margin-bottom: 0;
}
a,
button {
  cursor: pointer;
  text-decoration: none;
  color: var(--black-color);
  transition: var(--transition);
}
a,
button,
img,
input,
textarea {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@font-face {
  font-family: SubheadingFont;
  src: url(../fonts/ROCKBI.TTF);
}
:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
  transition: var(--transition);
}
.form-label {
  font-weight: 500;
  margin-bottom: 2px;
}
.form-group {
  margin-bottom: 10px;
}
.form-control {
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
  height: 40px;
  border: 1px solid #c7c6c6;
  color: #282828;
  font-size: 12px;
  width: 100%;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: var(--primary-color);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.registration-section .form-control:focus,
.form-section .form-control:focus {
  border-color: #e18700;
}
.registration-section .form-control,
.form-section .form-control {
  border: 1px solid var(--secondary-color);
}
.registration-section .main-btn {
  margin-top: 20px;
}
.career-section .form-section textarea.form-control {
  min-height: 50px;
}
.registration-section .main-btn:hover {
  background: #ffffff;
  color: var(--primary-color);
}
.container-fluid {
  padding-right: 80px;
  padding-left: 80px;
}
.section-padding {
  padding: 60px 0 60px 0;
}
.pad-top {
  padding-top: 60px;
}
.pad-bottom {
  padding-bottom: 60px;
}
.pad-top-half {
  padding-top: 30px;
}
.pad-bottom-half {
  padding-bottom: 30px;
}
.section-heading-center {
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
  align-items: center;
  flex-direction: column;
}
.section-heading-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.section-heading {
  margin-bottom: 20px;
}
.main-head {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 0;
  font-weight: 700;
  position: relative;
}
.section-heading-center .main-head {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.inline-main-btn {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.main-btn {
  font-size: 14px;
  min-width: auto;
  font-weight: 500;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  border-radius: 50px;
  border: 0;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main-btn i {
  padding-left: 8px;
}
.right-menu .main-btn i {
  top: -2px;
  position: relative;
}
.btn-1 {
  background: var(--primary-color);
  color: var(--white-color);
}
.btn-1:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}
.btn-2 {
  background: var(--secondary-color);
  color: var(--white-color);
}
.btn-2:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.btn-white {
  background: var(--white-color);
  color: var(--black-color);
}
.btn-white:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}

.hover-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.hover-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  transition: width 0.3s;
}
.hover-link:hover::after {
  width: 0%;
  transition: width 0.3s;
}
/*--------------------------------------------
           header section start
--------------------------------------------*/
/* header.sticky:before {
  background: var(--top-header-color);
}
header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--top-header-color);
  width: 50%;
  height: 100px;
}
header:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: var(--top-header-color);
  width: 50%;
  height: 100px;
} */
.all-search {
  margin-right: 20px;
  font-size: 20px;
}
.search-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background: #000000f0;
  z-index: 99999;
}
.closed-button {
  color: #fff;
  position: absolute;
  right: 60px;
  top: 60px;
  font-size: 54px;
  cursor: pointer;
}
.search-box-fil {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-box-fil input {
  border: 1px solid #fff;
  background: #fff;
  padding: 15px;
  height: 50px;
  border-radius: 30px 0 0 30px;
  width: 350px;
}
.search-box-fil button {
  height: 50px;
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  color: #fff;
  width: 60px;
  font-size: 20px;
  border-radius: 0 30px 30px 0;
}
.inline-menu .container {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.menu-section {
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.logo {
  width: 230px;
}
.logo img {
  width: 230px;
  height: auto;
}
.header-top-section {
  width: 100%;
  /* height: 100px; */
  padding: 5px 0 5px 20px;
  position: relative;
  background: var(--top-header-color);
}
.header-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 46px;
  background: #00000026;
  width: 100%;
  height: 1px;
}
.header-social {
  display: flex;
  align-items: center;
}
.header-social-list-icon {
  width: 24px;
  height: 24px;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  font-size: 10px;
  display: inline-block;
  background: var(--secondary-color);
}
.header-social-list-icon:hover {
  background: var(--primary-color);
  border: 1px solid var(--white-color);
  color: var(--white-color);
}
.header-social-inline {
  display: flex;
  column-gap: 2px;
  align-items: center;
}
.header-social-inline li {
  color: var(--black-color);
  font-size: 12px;
}
/* .header-social .login:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 10px;
    background: #000000;
    width: 1px;
    height: 18px;
} */
.login {
  font-size: 12px;
  margin-right: 25px;
  height: 35px;
}
.login i {
  font-size: 12px;
  padding-right: 5px;
  padding-left: 0;
}
.top-info a {
  color: var(--bg-color);
  font-size: 12px;
  font-weight: 600;
  margin-right: 11px;
  position: relative;
  background: var(--secondary-color);
  padding: 10px 15px;
  border-radius: 25px;
}
.top-info a:before {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  /* background: #000000; */
  width: 1px;
  height: 100%;
}
.top-info a:last-child:before {
  content: "";
  width: 0;
  display: none;
}
.top-info a:hover {
  color: var(--black-color);
}
/*--------------------------------------------
           header section end
--------------------------------------------*/

/*--------------------------------------------
           banner section start
--------------------------------------------*/
.banner-text {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-item {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.banner-text .main-head {
  font-size: 50px;
  line-height: 55px;
  color: #fff;
  width: 50%;
}
.banner-text p {
  color: #fff;
  width: 50%;
  margin: 15px 0;
}
.banner-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* background: linear-gradient(to right, #3c0707, transparent); */
 background: rgb(0,0,0);
background: linear-gradient(174deg, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.21) 100%);
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.banner-owl.right-dots .owl-nav .owl-prev {
  left: 10px;
  top: 40%;
}
.banner-owl.right-dots .owl-nav .owl-next {
  right: 10px;
  top: 40%;
}
/*--------------------------------------------
           banner section end
--------------------------------------------*/
.inline-form {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.form-box {
  position: relative;
  width: 100%;
}
.form-box:last-child {
  text-align: start;
}
.form-box i {
  position: absolute;
  left: 15px;
  top: 16px;
  font-size: 18px;
  color: #444444;
}
.form-box .form-control {
  border-radius: 10px;
  padding: 10px 15px 10px 40px;
  height: 50px;
  border: 1px solid #e7e6e6;
  color: #444444;
  font-size: 14px;
  width: 100%;
  background: #f9f9f9;
}
.form-box .btn-1 {
  border-radius: 30px;
  padding: 10px 15px;
  height: 40px;
  width: 100%;
}
main {
  /* margin-top: 100px; */
}
.primary-bg {
  background: var(--primary-color);
}
.secondary-bg {
  background: var(--secondary-color);
}
.section-bg {
  background: var(--bg-color);
}

.menu-section.inline-main-btn {
  column-gap: 5px;
}
/*------ testimonial start ------*/
.testimonial-owl.owl-carousel .owl-dots.disabled,
.testimonial-owl.owl-carousel .owl-nav.disabled {
  width: 80px;
  top: -23px;
  left: auto;
  right: 15px;
}
.testimonial-owl.right-dots .owl-nav .owl-prev {
  background: #000000 !important;
  box-shadow: 0px 0px 0px 0px #0000002e;
}
.testimonial-owl.right-dots .owl-nav .owl-next {
  background: #000000 !important;
  box-shadow: 0px 0px 0px 0px #0000002e;
}
.testimonial-owl.right-dots .owl-nav .owl-prev span {
  background: url(../images/icon/arrow-left-black.svg) no-repeat center;
}
.testimonial-owl.right-dots .owl-nav .owl-next span {
  background: url(../images/icon/arrow-right-black.svg) no-repeat center;
}

.testimonialparent-owl.owl-carousel .owl-dots.disabled,
.testimonialparent-owl.owl-carousel .owl-nav.disabled {
  width: 80px;
  top: -23px;
  left: auto;
  right: 15px;
}
.testimonialparent-owl.right-dots .owl-nav .owl-prev {
  background: #000000 !important;
  box-shadow: 0px 0px 0px 0px #0000002e;
}
.testimonialparent-owl.right-dots .owl-nav .owl-next {
  background: #000000 !important;
  box-shadow: 0px 0px 0px 0px #0000002e;
}
.testimonialparent-owl.right-dots .owl-nav .owl-prev span {
  background: url(../images/icon/arrow-left-black.svg) no-repeat center;
}
.testimonialparent-owl.right-dots .owl-nav .owl-next span {
  background: url(../images/icon/arrow-right-black.svg) no-repeat center;
}

.testimonial-bg:before {
  content: "";
  background: url(../images/bg-img/pattern.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.testimonial-item {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
  height: 210px;
}
.review {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  font-size: 12px;
  color: #ffc107;
}
.testimonial-text h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
}
.testimonial-text img {
  height: 20px;
  margin-bottom: 8px;
}
.testimonial-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.testimonial-text p {
  font-size: 12px;
  line-height: 18px;
  display: -webkit-box;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-word;
  text-align: center;
}
.testimonial-icon img {
  height: 46px;
}
.testimonial-grid {
  display: grid;
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
}
.testimonial-grid .testimonial-item {
  height: auto;
  box-shadow: 0 0 8px 0px #0000001c;
}
.testimonial-grid .testimonial-item .testimonial-text p {
  display: block;
  -webkit-line-clamp: none;
}

/*------ testimonial end ------*/

/*------ responsive table start ------*/
.rwd-table {
  margin: auto;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
}
.rwd-table tr:first-child {
  border-top: none;
  background: var(--primary-color);
  color: #fff;
}
.rwd-table tr {
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
}
.rwd-table tr:last-child {
  border: 1px solid #e9e9e9;
  border-top: 0 solid #e9e9e9;
  background-color: #ffffff;
}
.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #f8f9f9;
}
.rwd-table th {
  font-weight: 500;
  display: none;
}
.rwd-table td {
  display: block;
  font-size: 13px;
  position: relative;
}
.rwd-table td:first-child {
  margin-top: 0.5em;
}
.rwd-table td:last-child {
  margin-bottom: 0.5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  display: inline-block;
  color: #000;
  position: absolute;
  left: 10px;
}
.rwd-table th,
.rwd-table td {
  text-align: left;
}
.rwd-table {
  color: #333;
  border-radius: 0.4em;
  overflow: hidden;
}
.rwd-table tr {
  border-color: #efefef;
}
.rwd-table th,
.rwd-table td {
  padding: 0.5em 1em;
}
@media screen and (max-width: 991px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
  .rwd-table tr td {
    text-align: end;
    padding-left: 100px;
  }
}
@media screen and (min-width: 991px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: var(--top-header-color);
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 7px 15px !important;
  }
}
/*------ responsive table end ------*/

/*------ about us start ------*/
.about-img-wrap {
  max-width: 680px;
  width: 100%;
  height: 510px;
  position: relative;
}
.about-content .section-heading {
  margin-bottom: 10px;
}
.about-img-wrap .about-img-2 {
  width: 90%;
  height: 100%;
}
.about-img-wrap .about-img-2::before {
  /*content: "";*/
  position: absolute;
  top: -30px;
  left: 30px;
  border: 2px solid;
  border-color: #c79545;
  background: var(--secondary-color);
  width: 80%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
}
.about-img {
  position: absolute;
  top: -57px;
  right: 70px;
}
.about-img img {
  height: 80px;
}
.about-img-wrap .about-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.about-section {
  display: grid;
  width: 100%;
  grid-column-gap: 0;
  grid-row-gap: 20px;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.about-counter-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin: 20px 0;
}
.about-counter-items .about-counter-item {
  display: grid;
  align-items: center;
  grid-template-columns: 80px 1fr;
  grid-gap: 0;
}
.bg-1 {
  background-color: #fff4e3;
}
.bg-2 {
  background-color: #e4f1f0;
}
.about-counter-items .about-counter-item .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-section {
  padding-top: 60px;
}
.about-counter-items .about-counter-item .icon img {
  height: 32px;
}
.about-counter-items .about-counter-item .content .title {
  color: var(--black-color);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.sub-heading {
  font-size: 18px;
  color: var(--primary-color);
  width: fit-content;
  padding: 5px 35px;
  margin-bottom: 5px;
  font-family: SubheadingFont;
  position: relative;
  left: -5px;
  z-index: 11;
}
.sub-heading::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  background: var(--secondary-color);
  border-radius: 10%;
  z-index: -1;
}

.sub-heading1 {
  font-size: 18px;
  color: var(--primary-color);
  width: fit-content;
  padding: 5px 10px;
  margin-bottom: 5px;
  font-family: SubheadingFont;
  position: relative;
  left: -5px;
  z-index: 11;
}

/*------ about us end ------*/

/*-----upcoming event start-----*/
.program-card-grid {
  display: grid;
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.upcoming-event-list {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
.notice-section marquee {
  height: 447px;
}
.notice-section .upcoming-event-list {
  margin-bottom: 11px;
  padding-bottom: 11px;
}
.event-section .event-img img {
  height: 64px;
  width: 80px;
  object-fit: cover;
  border-radius: 6px;
}
.event-section .content-part {
  left: 15px;
  position: relative;
  width: 100%;
  margin: 0;
}
.event-section .content-part .title {
  color: var(--black-color);
  max-width: 95%;
  word-break: break-all;
}
.date-time-event {
  display: flex;
  align-items: center;
  gap: 15px;
}
.date-box {
  font-size: 13px;
  color: #666666;
  font-weight: 500;
}
.text-1 {
  color: var(--black-color);
  font-size: 13px;
  font-weight: 500;
}
.text-1 a:hover {
  color: var(--primary-color);
}

.text-2 {
  color: var(--black-color);
  font-size: 13px;
  font-weight: 500;
  margin-top: 7px;
}
.text-2 a:hover {
  color: var(--bg-color);
}
.upcoming-event {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 0 6px 0px #00000005;
}
.content-part {
  margin-left: 95px;
  position: relative;
}
.content-part .title {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 600;
  color: var(--black-color);
  display: -webkit-box;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.date-part {
  position: absolute;
  background: var(--primary-color);
  width: 80px;
  height: 65px;
  text-align: center;
  padding: 10px 5px 5px 5px;
  border-radius: 6px;
}
.date-part .month {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
}
.date-part .date {
  font-size: 26px;
  color: #ffffff;
  font-weight: 700;
}
.upcoming-event .main-head {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 700;
}
/*-----upcoming event end-----*/

/*-----our-program start-----*/
.program-bg {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.program-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--primary-color);
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.program-item {
  background: #fff;
  padding: 5% 0;
  border-radius: 10%;
  border: 2px solid var(--secondary-color);
}
.program-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.program-item h4 {
  text-align: center;
  color: #a62c2c;
  font-weight: 600;
  margin-top: 10px;
  font-size: 20px;
}
.program-img {
  width: 228px;
  height: 160px;
  border-radius: 11%;
  background: #fff;
  object-fit: cover;
  border: 4px solid #ffff;
}
.program-owl.owl-carousel .owl-dots.disabled,
.program-owl.owl-carousel .owl-nav.disabled {
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
  position: absolute;
  width: 85px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.program1-owl.owl-carousel .owl-dots.disabled,
.program1-owl.owl-carousel .owl-nav.disabled {
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
  position: absolute;
  width: 85px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.program-owl.owl-carousel .owl-stage-outer {
  position: inherit;
}
.program-owl.owl-carousel {
  position: inherit;
}
/*-----our-program end-----*/

/*-----our-dept start-----*/

.deptfaculty-item {
  background: #fff;
  padding: 5% 0;
  border-radius: 22px;
  border: 2px solid var(--secondary-color);
}
.deptfaculty-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.deptfaculty-item h4 {
  text-align: center;
  color: #a62c2c;
  font-weight: 600;
  margin-top: 10px;
  font-size: 16px;
}
.deptfaculty-img {
  width: 210px;
  height: 210px;
  border-radius: 11%;
  background: #fff;
  object-fit: cover;
  border: 4px solid #ffff;
}
.deptfaculty-owl.owl-carousel .owl-dots.disabled,
.deptfaculty-owl.owl-carousel .owl-nav.disabled {
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
  position: absolute;
  width: 85px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.deptfaculty-owl.owl-carousel .owl-stage-outer {
  position: inherit;
}
.deptfaculty-owl.owl-carousel {
  position: inherit;
}

.deptfaculty-item ul li {
  font-size: 11px;
}
/*-----our-dept end-----*/

/*-----why-choose start-----*/
.why-choose-bg {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-choose-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--primary-color);
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.why-choose-bg img {
  opacity: 2;
  position: relative !important;
}
.why-choose-item {
  position: relative;
  z-index: 1;
  padding: 25px 30px;
  width: 270px;
  background: #ffffff29;
  border-radius: 10px;
  display: block;
  height: 250px;
  overflow: hidden;
  transition: var(--transition);
}
/* .why-choose-item:before {
    content: "";
    background: var(--secondary-color);
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-radius: 10px 0;
    transition: var(--transition);
} */
/* .why-choose-item:after {
    content: "\e09f";
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 20px;
    opacity: 0;
    transition: var(--transition);
} */
.why-choose-item:hover:before,
.why-choose-item:hover:after {
  opacity: 1;
}
.why-choose-item-img {
  width: 100px;
  height: 100px;
  background: var(--secondary-color);
  border-radius: 50%;
  line-height: 95px;
  text-align: center;
  margin: 0 auto;
}
.why-choose-item-img img {
  height: 60px;
}

.why-choose-item-text h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 8px 0 5px 0;
  color: var(--white-color);
  text-align: center;
}
.why-choose-item-text p {
  font-size: 13px;
  line-height: 22px;
  color: var(--white-color);
  display: -webkit-box;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
/*----- why-choose end -----*/

/*----- gallery start -----*/
.gallery-owl.owl-carousel .owl-dots.disabled,
.gallery-owl.owl-carousel .owl-nav.disabled {
  width: 80px;
  top: -23px;
  left: auto;
  right: 15px;
}
.gallery-owl.right-dots .owl-nav .owl-prev {
  background: #000000 !important;
  box-shadow: 0px 0px 0px 0px #0000002e;
}
.gallery-owl.right-dots .owl-nav .owl-next {
  background: #000000 !important;
  box-shadow: 0px 0px 0px 0px #0000002e;
}
.gallery-owl.right-dots .owl-nav .owl-prev span {
  background: url(../images/icon/arrow-left-black.svg) no-repeat center;
}
.gallery-owl.right-dots .owl-nav .owl-next span {
  background: url(../images/icon/arrow-right-black.svg) no-repeat center;
}
.gallery-section {
  display: grid;
  width: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
}
.gallery-head .main-head {
  font-size: 34px;
  margin-bottom: 24px;
  text-transform: capitalize;
}
.gallery-category h4 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  background: var(--secondary-color);
  color: #ffffff;
  width: 100%;
  height: 50px;
  transition: var(--transition);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-category:hover h4 {
  background: var(--primary-color);
  color: #fff;
}
.gallery-category img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
.gallery-box {
  display: flex;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.gallery-category .gallery-box:before {
  content: "";
  background: var(--secondary-color);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.gallery-category:hover .gallery-box:before {
  opacity: 0.8;
  visibility: visible;
}
.gallery-box a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  background: var(--primary-color);
  border: 1px solid #fff;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 30px;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.gallery-category:hover .gallery-box a {
  visibility: visible;
  opacity: 1;
}
.gallery-details {
  display: grid;
  width: 100%;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
}

.view-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background: var(--primary-color);
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
}
.gallery-img-img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.gallery-details a {
  position: relative;
}
.gallery-details a:before {
  content: "";
  background: #f0a506b5;
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.gallery-details a:hover:before {
  opacity: 1;
  visibility: visible;
}
.gallery-details a:hover .view-icon {
  opacity: 1;
  visibility: visible;
}

.video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background: #ffffff;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
}
.gallery-details a:hover .video-btn {
  opacity: 1;
  visibility: visible;
}
.gallery-bg:before {
  content: "";
  background: url(../images/bg-img/gallery-bg.png);
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.2;
}
/*----- gallery end -----*/

/*----- stripe section start -----*/
.stripe-section {
  width: 100%;
  padding: 80px 0;
  background-size: contain;
  background-repeat: repeat-x;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -15px;
}
.stripe-btn {
  font-size: 20px;
  font-weight: 600;
  height: 65px;
  padding: 0 30px;
  border-radius: 50px;
  border: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #ffffff40;
  color: #fff;
  letter-spacing: 0.5px;
}
.stripe-btn:hover {
  color: #fff;
}
.stripe-btn img {
  height: 36px;
  margin-right: 5px;
}
/*----- stripe section end -----*/

/*----- footer section start -----*/
.footer-section:before {
  content: "";
  background: url(../images/bg-img/footer-bg.png) no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.14;
  background-size: cover;
  background-position: bottom;
}
.footer-section {
  background: #000000;
  position: relative;
  margin-top: 3rem;
}
.footer-social-inline {
  display: flex;
  column-gap: 5px;
  margin-top: 10px;
  align-items: center;
  margin-bottom: 0 !important;
}
.footer-social-list-icon:hover i {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
}
.footer-social-inline a {
  margin-bottom: 0 !important;
}
.footer-social-inline li {
  margin-bottom: 0 !important;
  color: #fff;
  font-weight: 600;
}
.footer-social-list-icon i {
  width: 28px;
  height: 28px;
  background: transparent;
  border: 1px solid #fff;
  color: #ffffff;
  line-height: 27px;
  text-align: center;
  position: relative;
  font-size: 12px;
  display: inline-block;
  border-radius: 50%;
  transition: var(--transition);
}
.main-footer {
  display: grid;
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  padding: 50px 0 40px 0;
}
.footer-title {
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 25px;
  margin-bottom: 0;
  position: relative;
}
.footer-widget a {
  font-size: 14px;
  line-height: 20px;
  width: fit-content;
  color: #ffffff;
  display: flex;
  margin-bottom: 10px;
}
.footer-widget a:hover {
  color: var(--secondary-color);
}
.footer-item:nth-child(2) {
  margin-left: 100px;
}
.footer-item:nth-child(3) {
  margin-left: 50px;
}
.footer-widget ul li {
  margin-bottom: 5px;
}
.footer-widget p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.footer-logo img {
  height: 80px;
  margin-bottom: 15px;
}
.footer-bottom {
  padding: 20px 0;
  position: relative;
  z-index: 2;
  border-top: 1px solid #ffffff;
}
.copyright-content-link {
  color: #ffffff;
}
.copyright-content-link:hover {
  color: #ffffff;
}
.footer-bottom p {
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer-bottom p img {
  height: 24px;
}
.contact-info i {
  font-size: 10px;
  background: #fff;
  border: 1px solid #ffffff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  border-radius: 50%;
  transition: var(--transition);
}
.contact-info a:hover i {
  background: var(--primary-color);
  color: var(--white-color);
}
.contact-info a {
  margin-left: 30px;
}
.extra-link a {
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
  position: relative;
  padding: 0 20px;
}
.extra-link a:hover {
  color: #ffffff;
}
.extra-link a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #144583;
}
.extra-link a:last-child {
  padding-right: 0;
}
.extra-link a:last-child:after {
  display: none;
  opacity: 0;
}
#scroll__top {
  position: fixed;
  bottom: 80px;
  right: 25px;
  z-index: 99;
  outline: 0;
  background-color: var(--primary-color);
  color: var(--white-color);
  box-shadow: 0 2px 22px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
#scroll__top:hover {
  color: var(--primary-color);
  background: var(--white-color);
}

#scroll__top.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#scroll__top svg {
  width: 20px;
  line-height: 1;
}
/*----- footer section end -----*/

/*------ breadcrumb start ------*/
.breadcrumb-area {
  width: 100%;
  height: 135px;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.breadcrumb-area .container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 135px;
}
.breadcrumb-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.breadcrumb-area h1,
.breadcrumb-area h2,
.breadcrumb-area h3,
.breadcrumb-area h4 {
  color: var(--white-color);
  position: relative;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 26px;
}
.breadcrumb-list a,
.breadcrumb-list li {
  color: var(--dark-color);
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 500;
  margin-right: 10px;
}
.breadcrumb-list li:last-child {
  margin-right: 0;
}
.breadcrumb-list li:last-child:after {
  display: none;
  opacity: 0;
}
.breadcrumb-list li:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  color: var(--dark-color);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.breadcrumb-list ul {
  display: flex;
  background: #ffffff;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 30px;
  transition: var(--transition);
}
.breadcrumb-list ul:hover {
  background: var(--primary-color);
}
.primary-bg {
  background: var(--primary-color);
}
.breadcrumb-list ul:hover a,
.breadcrumb-list ul:hover li {
  color: #ffffff;
}
.breadcrumb-list ul:hover li:after {
  color: #ffffff;
}
/*------ breadcrumb end ------*/

/*----- animation section start -----*/
.shape {
  position: absolute;
  opacity: 1;
}
.shape-2 {
  top: 40%;
  right: 40px;
  -webkit-animation: moveupdown1 3s infinite linear;
  animation: moveupdown1 3s infinite linear;
  z-index: -1;
}
@keyframes moveupdown1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

/*----- animation section end -----*/

/*------ inner pages start ------*/
.program-img-inner {
  float: left;
  margin-right: 24px;
  border-radius: 16px;
}
.page-content p {
  text-align: justify;
}
.about-content ul li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin-bottom: 5px;
}
.about-content ul li::before {
  content: "\f192";
  font-family: "FontAwesome";
  left: 0;
  position: absolute;
}
.right-tick::before {
  content: "\f058" !important;
  font-family: "FontAwesome";
  left: 0;
  position: absolute;
  color: #5abd8f;
}
.mission-vision-text.about-counter-items {
  flex-direction: row;
  column-gap: 15px;
  margin: 20px 0;
}
.mission-vision-text.about-counter-items .about-counter-item {
  align-items: flex-start;
  grid-template-rows: 0px 1fr;
  grid-template-columns: auto;
  grid-gap: 0;
  width: 100%;
}
.notice-body .main-head {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: 600;
  color: var(--primary-color);
}
.notice-body p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
}
.notice-body .text-1 {
  color: var(--primary-color);
}
.notice-page.notice-section .upcoming-event-list {
  margin-bottom: 10px;
  padding: 10px;
  padding-bottom: 10px;
  background: #1e8d8014;
  border: 0;
  border-radius: 10px;
}
.notice-page.notice-section .upcoming-event {
  background: #fff;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 0px 0px #00000005;
}
/*------ inner pages end ------*/

/*------ form-section start ------*/
.registration-section {
  display: grid;
  width: 85%;
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  box-shadow: 0 0 10px 0 #00000014;
  border-radius: 16px;
  background: #fff;
}
.form-bg {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.form-section {
  padding: 30px;
  background: var(--secondary-color);
  border-radius: 0 16px 16px 0;
}
.form-section-left {
  background: #fff;
  border-radius: 16px 0 0 16px;
}
.form-section-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 0 0 16px;
}
.form-section .form-label {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0px;
}
.form-section textarea.form-control {
  min-height: 115px;
}
.form-bg .container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.main-img {
  height: 185px;
}
.form-section .col-lg-6,
.form-section .col-lg-4 {
  padding: 0 5px;
}
/*------ form-section end ------*/

/*------ contact start ------*/

.home-contact-map iframe {
  height: 100%;
  border: 0 solid #eff2f5;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0 20px 20px 0;
}
.contact-box-inline {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  background: var(--primary-color);
  margin: 20px 0;
  border-radius: 20px;
}
.contact-box-inline .main-btn:hover {
  background: #fff;
  color: var(--secondary-color);
}
.container-info .home-contact-info {
  gap: 15px;
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
}
.container-info .home-contact-info-icon i {
  font-size: 30px;
  background: #fff6e8;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  color: var(--secondary-color);
}
.contact-info-content p,
.contact-info-content a {
  color: #626262;
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.contact-info-content a:hover {
  color: var(--secondary-color);
}
.contact-form label {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
  color: #fff;
}
.contact-form {
  padding: 40px;
  border-radius: 20px 0 0 20px;
}
.contact-form .form-control {
  font-size: 14px;
  border: 0 solid #fda31b;
  height: 50px;
  border-radius: 30px;
  padding: 5px 10px;
  background: #fff;
}
.form-group {
  margin-bottom: 5px;
}
.contact-form textarea.form-control {
  height: 100px;
}
.contact-info-content h4 {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 2px;
}
.home-contact-info-items {
  border: 2px solid #fda31b;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  border-radius: 20px;
}

/*------ contact end ------*/

/*------ event page start ------*/
.event-page .event-section .event-img img {
  height: 100%;
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.event-page .upcoming-event {
  display: grid;
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 0px 0px #00000005;
}
.event-page .event-section .content-part {
  left: 0;
  position: relative;
  width: 100%;
  margin: 0;
  background: #fff;
  padding: 15px;
  border-radius: 0 0 10px 10px;
}
.event-page .program-card-grid {
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-template-columns: repeat(1, minmax(0px, 1fr));
}
.event-page .upcoming-event-list {
  flex-direction: column;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.inner-service-section {
  display: grid;
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.event-date {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100px;
  height: 100px;
  background: var(--secondary-color);
  border: 2px solid #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.event-date span {
  color: #fff;
  font-size: 46px;
  line-height: 40px;
  font-weight: 600;
  display: block;
}
.sub-head {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.inner-service-content-area .main-head {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
}
.event-time-location {
  color: var(--primary-color);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.inner-text {
  margin-top: 30px;
}
.inner-text h4 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 5px;
}
.inner-text p {
  margin-bottom: 15px;
}
/*------ event page end ------*/

/*------ chairman page start ------*/
.chairman-item {
  position: relative;
  border: 1px solid #fdedd4;
  background: var(--top-header-color);
  padding: 30px;
  border-radius: 50px 50px;
  overflow: hidden;
}
.text-img {
  /* display: flex; */
  display: block;
  text-align: center;
  align-items: center;
  /* gap: 20px;  */
  margin-bottom: 15px;
}
.text-img h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 2px;
}
.quote-icon {
  position: absolute;
  right: 0;
  opacity: 0.2;
  top: -10px;
}
.text-img span {
  background: var(--secondary-color);
  padding: 5px 15px;
  font-weight: 500;
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  margin-top: 5px;
}
.text-img img {
  width: 215px;
  height: 215px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #ffe7c2;
}
.message-section {
  display: grid;
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(1, minmax(0px, 1fr));
}
.chairman-text p {
  font-weight: 500;
}
/*------ chairman page end ------*/

.announcement-section {
  display: flex;
  align-items: center;
  width: 100%;
  background: var(--primary-color);
}
.announcement-text {
  width: 100%;
  display: flex;
}
.announcement-text a {
  color: #fff;
  font-size: 16px;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.announcement-text a:last-child {
  padding-right: 0;
  margin-right: 0;
}
.announcement-text a:last-child:after {
  content: "";
  width: 0;
  height: 0;
}
.announcement-text a:after {
  content: "";
  width: 1px;
  height: 60px;
  background: #fff;
  position: absolute;
  right: 0;
}
.announcement-text a img {
  height: 23px;
  position: relative;
  top: 0;
  transform: rotate(8deg);
}
.announcement-text a span {
  color: var(--primary-color);
  font-weight: 500;
}
.announcement-heading {
  height: 60px;
  line-height: 60px;
  background: var(--secondary-color);
  padding: 0 30px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  display: flex;
}

.announcement-heading i {
  margin-right: 5px;
}

.rts-event-section-content .single-event {
  margin: 0;
  padding: 28px 30px;
  background: #f5f5ff;
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-bottom: 1px solid var(--rt-line);
}
@media screen and (max-width: 576px) {
  .rts-event-section-content .single-event {
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    text-align: center;
  }
}

.rts-event-section-content .single-event > * {
  position: relative;
  z-index: 10;
}
.rts-event-section-content .single-event::before {
  position: absolute;
  content: "";
  left: 22%;
  height: 100%;
  width: 1px;
  background: var(--rt-white);
  transition: var(--transition);
}
@media screen and (max-width: 992px) {
  .rts-event-section-content .single-event::before {
    left: 140px;
  }
}
@media screen and (max-width: 768px) {
  .rts-event-section-content .single-event::before {
    left: 125px;
  }
}
@media screen and (max-width: 576px) {
  .rts-event-section-content .single-event::before {
    display: none;
  }
}
.rts-event-section-content .single-event::after {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  top: -50%;
  left: 0;
  background: var(--primary-color);
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
}
.rts-event-section-content
  .single-event:hover
  .single-event-counter
  .count-number {
  color: var(--rt-white);
}
.rts-event-section-content .single-event:hover .single-event-content-meta {
  color: var(--rt-white);
}
.rts-event-section-content .single-event:hover .single-event-content h5 {
  color: var(--rt-white);
}
.rts-event-section-content .single-event:hover .single-event-content a {
  color: var(--rt-white);
}
.rts-event-section-content .single-event:hover::after {
  opacity: 1;
  top: 0;
}
.rts-event-section-content .single-event-counter {
  padding-right: 20px;
  width: 130px;
  object-fit: cover;
  position: relative;
}
@media screen and (max-width: 576px) {
  .rts-event-section-content .single-event-counter {
    padding-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .rts-event-section-content .single-event-counter {
    width: 100%;
  }
  .rts-event-section-content .single-event-counter::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: var(--rt-white);
    left: 0;
    bottom: -30px;
  }
}
.rts-event-section-content .single-event-counter .count-number {
  font-size: 80px;
  position: relative;
  transition: var(--transition);
  font-family: var(--font-secondary);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .rts-event-section-content .single-event-counter .count-number {
    font-size: 60px;
  }
}
@media screen and (max-width: 576px) {
  .rts-event-section-content .single-event-counter .count-number {
    font-size: 50px;
  }
}
.rts-event-section-content .single-event-counter .count-number::before {
  content: counter(rt-counter, decimal-leading-zero);
  counter-increment: rt-counter;
}
.rts-event-section-content .single-event-content {
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .rts-event-section-content .single-event-content {
    padding-left: 10px;
  }
}
@media screen and (max-width: 576px) {
  .rts-event-section-content .single-event-content {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .rts-event-section-content .single-event-content {
    padding-left: 10px;
  }
}
.rts-event-section-content .single-event-content .single-event-content-meta {
  display: flex;
  gap: 20px;
  align-items: center;

  transition: var(--transition);
}
@media screen and (max-width: 1200px) {
  .rts-event-section-content .single-event-content .single-event-content-meta {
    gap: 5px;
    flex-wrap: wrap;
  }
}
.rts-event-section-content
  .single-event-content
  .single-event-content-meta
  span
  i {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .rts-event-section-content .single-event-content .single-event-content-meta {
    gap: 10px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .rts-event-section-content .single-event-content .single-event-content-meta {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.rts-event-section-content
  .single-event-content
  .single-event-content-meta
  .event-date1,
.rts-event-section-content
  .single-event-content
  .single-event-content-meta
  .event-time,
.rts-event-section-content
  .single-event-content
  .single-event-content-meta
  .event-place {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .rts-event-section-content
    .single-event-content
    .single-event-content-meta
    .event-date1,
  .rts-event-section-content
    .single-event-content
    .single-event-content-meta
    .event-time,
  .rts-event-section-content
    .single-event-content
    .single-event-content-meta
    .event-place {
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .rts-event-section-content
    .single-event-content
    .single-event-content-meta
    .event-date1,
  .rts-event-section-content
    .single-event-content
    .single-event-content-meta
    .event-time,
  .rts-event-section-content
    .single-event-content
    .single-event-content-meta
    .event-place {
    gap: 10px;
  }
}

.rts-event-section-content .single-event:last-child {
  border: none;
}

.single-event-content h5 {
  margin-bottom: 1rem;
}

.rts-notice-section {
  padding-left: 75px;
}
@media screen and (max-width: 1200px) {
  .rts-notice-section {
    padding-left: 30px;
  }
}
@media screen and (max-width: 992px) {
  .rts-notice-section {
    padding-left: 0;
  }
  .rts-notice .main-btn {
    width: 150px;
    display: flex;
    margin: auto;
  }
}
.rts-notice-section .rts-tab .nav {
  margin: 0;
  display: flex;
  gap: 10px;
}
.rts-notice-section .rts-tab .nav-item {
  margin: 30px 0 0 0;
}
.rts-notice-section .rts-tab .nav-item .nav-link {
  padding: 7px 15px;
  border: 1px solid var(--rt-line);
  border-radius: 0;
  color: var(--rt-secondary);
  font-size: 14px;
  transition: var(--transition);
  font-weight: 500;
}
.rts-notice-section .rts-tab .nav-item .nav-link:hover {
  background: var(--secondary-color);
  color: var(--rt-white);
}
.rts-notice-section .rts-tab .nav-item .nav-link.active {
  background: var(--primary-color);
  color: var(--rt-white);
}
.rts-notice-section .rts-tab .tab-content {
  height: 396px;
  overscroll-behavior: smooth;
  overflow-y: scroll;
}
.rts-notice-section .rts-tab .tab-content::-webkit-scrollbar {
  width: 12px;
}
.rts-notice-section .rts-tab .tab-content::-webkit-scrollbar-track {
  background: #f1f1ff;
}
.rts-notice-section .rts-tab .tab-content::-webkit-scrollbar-thumb {
  background-color: #dda853;
  border-radius: 0;
  border: 4px solid #f1f1ff;
}
.rts-notice-section .rts-tab .tab-content {
  scrollbar-color: #dda853 #f1f1ff;
  scrollbar-width: medium;
}
.rts-notice-section .rts-tab .tab-content {
  -ms-overflow-style: none;
  /* Hide scrollbar in Edge */
  scrollbar-width: thin;
  scrollbar-color: #dda853 #f1f1ff;
}
.rts-notice-section .rts-tab .notice-content-box {
  position: relative;
}
.rts-notice-section .rts-tab .single-notice {
  border-bottom: 1px solid var(--rt-line);
  padding: 25px 0;
  margin-right: 40px;
}
.rts-notice-section .rts-tab .single-notice:first-child {
  border-top: 1px solid var(--rt-line);
}
.rts-notice-section .rts-tab .single-notice:last-child {
  border-bottom: none;
}
.rts-notice-section .rts-tab .single-notice-item {
  display: flex;
  gap: 20px;
  align-items: center;
}
.rts-notice-section .rts-tab .single-notice-item .notice-date {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-color);
  width: 50px;
}
.rts-notice-section .rts-tab .single-notice-item .notice-date span {
  font-size: 16px;
  font-weight: 500;
  color: var(--rt-body);
}
.rts-notice-section .rts-tab .single-notice-item .notice-content p a {
  color: var(--rt-body);
  transition: var(--transition);
}
.rts-notice-section .rts-tab .single-notice-item .notice-content p a:hover {
  color: var(--rt-primary);
}

.rts-notice-details .rts-tab .tab-content {
  height: 100%;
  overflow-y: unset;
}
.rts-notice-details .rts-notice-section {
  background: #f9f8ff;
  padding: 40px;
  margin-left: 40px;
  border: 1px solid var(--rt-line);
}
@media screen and (max-width: 1200px) {
  .rts-notice-details .rts-notice-section {
    margin-left: 20px;
  }
}
@media screen and (max-width: 992px) {
  .rts-notice-details .rts-notice-section {
    margin-left: 0;
  }
}

/*====================
28. Counter css 
======================*/

.counter-area {
  position: relative;
  background-image: url(../img/counter/01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}

.counter-area::before {
  content: "";
  position: absolute;
  background: var(--theme-color);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: -1;
}

.counter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 30px;
  position: relative;
  z-index: 1;
}

.counter-box .icon {
  position: relative;
  text-align: center;
  font-size: 60px;
  width: 100px;
  height: 100px;
  line-height: 88px;
  color: var(--color-white);
  background: var(--theme-color2);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.counter-box .icon img {
  width: 60px;
  filter: brightness(0) invert(1);
}

.counter-box .icon::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 3px solid var(--color-white);
  transition: var(--transition);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  z-index: -1;
}

.counter-box:hover .icon::before {
  left: 0;
  top: 0;
}

.counter-box .counter {
  display: block;
  line-height: 1;
  color: var(--color-white);
  font-size: 50px;
  font-weight: 600;
}

.counter-box .title {
  color: var(--color-white);
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

@media all and (max-width: 991px) {
  .counter-area .counter-box {
    margin: 40px 0;
  }
}

.grivance-box {
  background: var(--primary-color);
  width: 100%;
  margin: 20px 0;
  border-radius: 20px;
}
.grivance-box .grivance-box .main-btn:hover {
  background: #fff;
  color: var(--secondary-color);
}

.list1 {
  margin: 0;
  padding: 0;
}
.list1 ul {
  margin: 15px 0 0;
  padding: 0;
}
.list1 ul li {
  list-style-position: outside;
  margin: 0 0 10px 0;
  padding: 0;

  list-style-image: url(../images/bullet.png) !important;
  position: relative;
  left: 25px;
}

@media only screen and (max-width: 768px) {
  .list1 ul li {
    width: 92%;
  }
}

.about {
  min-height: 450px;
  margin-bottom: 100px;
  height: auto !important;
}

.container-info .result-info {
  gap: 15px;
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
}
.result-bg {
  background: #ffffff;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(239, 232, 220, 1) 100%
  );
}

.calendear i {
  color: var(--secondary-color);
  text-align: center;
  margin: 16vh auto 0;
  transform: translateY(-20%);
}
.calendear {
  color: var(--primary-color);
}
.calendear strong {
  color: #000;
}

@media only screen and (min-width: 1024px) {
  .about .img {
    float: left;
    width: 50%;
    margin: 0 3% 5px 0;
    border-radius: 21px;
    max-height: 500px;
  }
}
.text-red {
  color: var(--primary-color);
}
.w-10 {
  width: 35px;
}

.heading-tx1 {
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.2;
}

.faculty-member__image {
  margin-bottom: 30px;
}
.faculty-member__image img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .faculty-member__image img {
    width: 100%;
  }
}
.faculty-member__info {
  display: block;
}
.faculty-member__info--social {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.faculty-member__info--social i {
  font-size: 16px;
}
.faculty-member__info .email-contact,
.faculty-member__info .phone-contact {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.faculty-member__info .email-contact span,
.faculty-member__info .phone-contact span {
  color: var(--rt-primary);
}
.faculty-member__info .email-contact {
  margin-bottom: 10px;
}

.member-info {
  margin-left: 40px;
}
@media screen and (max-width: 992px) {
  .member-info {
    margin-left: 0;
  }
}
.member-info__details .short-info:not(:last-child) {
  padding-bottom: 50px;
  border-bottom: 1px solid var(--rt-border);
}
.member-info__details .short-info:not(:first-child) {
  padding-top: 50px;
}
.member-info__details .short-info .designation {
  margin-bottom: 25px;
  display: block;
  font-size: 20px;
}
.member-info__details .short-info h5.rts-section-title {
  margin-bottom: 15px;
}
.member-info__details .short-info .description:not(:last-child) {
  margin-bottom: 35px;
}
.member-info__details .short-info .course__single ul {
  padding: 0;
  margin: 0;
}
.member-info__details .short-info .course__single ul li {
  margin-top: 10px;
  margin-bottom: 0;
  transition: var(--transition);
}
.member-info__details .short-info .course__single ul li:hover a {
  text-decoration: underline;
}
.member-info__details .short-info .course__single ul li a {
  color: var(--primary-color);
}

/* Depaartment page css */

.rs-inner-blog .blog-item {
  background: #fff;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

.rs-inner-blog .blog-item .blog-content {
  padding: 40px 43px 45px;
  overflow: hidden;
}

.rs-inner-blog .blog-item .blog-content p {
  line-height: 1.8;
}
.blog-inner-title {
  margin: 4px 0 10px;
  font-size: 20px;
  line-height: 35px;
}
.dept-img img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  overflow-clip-margin: unset;
}
.accordion-button {
  font-size: 16px !important;
  font-weight: 600;
  line-height: 28px;
}

.accordion-button:not(.collapsed)::after {
  background-color: #a62c2c;
  background-image: url("../images/arrow-up.png");
  transform: rotate(360deg);
}

.accordion-button.collapsed::after {
  background-image: url("../images/arrow-down.png");
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #a62c2c;
}
.accordion-flush .accordion-item {
  margin-bottom: 15px;
}

.text-3 {
  color: var(--primary-color);
}

.text-overflow {
  height: 350px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #efe8dc #a62c2c;
}

.show-parent {
  display: grid;
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 0px 0px #00000005;
}

.show-featured {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.show-featured .post-img {
  max-width: 120px;
  padding-right: 15px;
  border-radius: 3px;
  overflow: hidden;
}

.show-featured .post-desc .date {
  font-size: 12px;
  line-height: 20px;
  color: var(--primary-color);
  font-weight: 400;
  display: block;
}

.widget-area .widget-archives {
  background: #fff;
  padding: 40px 20px 40px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.faq-content {
  background: var(--top-header-color);
  padding: 8px;
}

.widget-archives ul li {
  border: none;
  position: relative;
  padding: 6px 0px 6px 14px;
  margin: 0;
  font-size: 16px;
}

.widget-archives ul li a {
  color: #505050;
}

.widget-archives ul li a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 6px;
  color: var(--primary-color);
}
.widget-area .widget-month {
  background: #fff;
  padding: 40px 20px 40px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

.widget-month ul li {
  border: none;
  position: relative;
  padding: 6px 0px 6px 14px;
  margin: 0;
  font-size: 16px;
}

.widget-month ul li a {
  color: #505050;
}

.widget-month ul li a:hover {
  color: #000;
}
.widget-month ul li a:after {
  content: "\f133";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: -6px;
  top: 6px;
  color: var(--primary-color);
}
.widget-area .widget-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
}
.widget-archives ul li a:hover {
  color: #000;
}

.widget-area .recent-posts-widget {
  background: #fff;
  padding: 40px 20px 40px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.testimonialparent-owl.owl-carousel .owl-dots.disabled,
.testimonialparent-owl.owl-carousel .owl-nav.disabled {
  display: flex;
  margin-top: 5px;
  justify-content: space-between;
  position: absolute;
  width: 85px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial-owl.owl-carousel .owl-dots.disabled,
.testimonial-owl.owl-carousel .owl-nav.disabled {
  display: flex;
  margin-top: 5px;
  justify-content: space-between;
  position: absolute;
  width: 85px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1375px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .banner-text {
    left: 5%;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1375px;
  }
}

.university img {
  width: 100px;
  margin: 15px 15px 0;
}
