@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #fff;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@media (min-width: 320px) and (max-width: 768px) {
  /* line 19, src/assets/scss/generic/_generic.box-sizing.scss */
  html {
    font-size: 88%;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.938rem;
  line-height: 1.3;
}
a:hover{
  text-decoration: none;
}
/* line 101, node_modules/bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* ============== header section =============== */

/* .container-fluid{
  max-width: 1440px;
} */
.theme-link {
  color: #333;
}
.theme-link:hover {
  color: #f16136;
}
.theme-btn:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.theme-btn {
  color: #fff;
  background-color: #F16136;
  border-color: #F16136;
}
.theme-bg-01{
  background: #F16136;
}
.theme-color-01{
  color: #F16136;
}
.theme-bg-02{
  background: #003898;
}
.theme-color-02{
  color: #003898;
}

header{
  transition: 0.3s;
  width: 100%;
  display: block;
  position: fixed;
  background: rgb(0 56 152 / 80%);
  top: 0;
  left: 0;
  z-index: 99;
}
header .navbar-brand{
    display: inline-flex;
    column-gap: 10px;
}
header .navbar-brand img{
    max-height: 70px;
    transition: 0.3s;
    max-width: 100%;
}
.header-apply-now:hover{
  background: #ffc008;
  color: #333;
}
.header-apply-now{
    background: #f16136;
    display: block;
    color: #fff;
    padding: 10px 30px;
    border-radius: 0px 0px 0px 20px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: -5px 0px 0px rgb(255 255 255 / 17%);
    transition: 0.3s;
    position: relative;
}
.menu-navigation ul{
  padding: 0;
  margin: 0;
}
header.sticky{
  transition: 0.3s;
  background: #003898;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 14%);
}
header.sticky .navbar-brand img{
  max-height: 60px;
  transition: 0.3s;
}
header.sticky .menu-navigation ul li.menu-items:hover>a,
header .menu-navigation ul li.menu-items:hover>a{
  color: #f16136;
}
header .menu-navigation ul li.menu-items>a{
  color: #ffffff;
  padding: 11px 7px;
  font-size: 16px;
  display: block;
  position: relative;
  font-weight: 600;
  z-index: 99;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  transition: none;
}
header .menu-navigation ul li.menu-items{
  display: inline-block;
  padding: 0;
  margin: 0 0 0 0;
}
header .menu-navigation ul li.menu-items .sub-menu::after{
    content: '';
    background: radial-gradient(circle 600px at 50% 50.2%, rgb(255 255 255) 0.1%, rgb(255 231 223 / 89%) 100.2%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}
header .menu-navigation ul li.menu-items .sub-menu{
    background: url(http://69.49.227.214/opju/frontassets/assets/img/menu-bg.webp);
    background-size: contain;
    background-color: #fff;
    text-align: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0%;
    width: 96%;
    visibility: hidden;
    opacity: 0;
    border-radius: 0;
    border-bottom: 0;
    transform: scaleY(0);
    transform-origin: top center;
    transition: 0.2s;
    box-shadow: 0px 5px 6px 0px rgb(0 0 0 / 9%);
}
header .menu-navigation .sub-menu .sub-menu-details{
  padding: 20px 15px;
}
header .menu-navigation .sub-menu .sub-menu-details ul{
  margin: 0;
  padding: 0;
}
header .menu-navigation .sub-menu .sub-menu-details ul li{
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
}
header .menu-navigation .sub-menu .sub-menu-details ul li:hover a{
    color: #f16136;
}
header .menu-navigation .sub-menu .menu-widget img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
header .menu-navigation .sub-menu .menu-widget {
  height: 100%;
  width: 100%;
  min-height: 280px;
}
header .menu-navigation .sub-menu .sub-menu-details ul li a::after{
    content: '';
    position: absolute;
    width: 6px;
    left: 0px;
    top: 10px;
    transition: 0.2s;
    height: 6px;
    transform: rotate(45deg);
    border-style: solid;
    border-width: 1px 1px 0px 0px;
}
header .menu-navigation .sub-menu .sub-menu-details ul li a{
    color: #555;
    padding: 3px 5px 3px 15px;
    margin: 2px 0 2px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    text-align: left;
    position: relative;
    align-items: baseline;
    transition: 0.2s;
    background: rgb(165 62 72 / 0%);
}
header .menu-button .line{
  width: 36px;
  height: 5px;
  border-radius: 40px;
  display: block;
  margin: 6px 0px;
  background: #ffffff;
  transition: 0.3s;
}
header .menu-button{
  position: absolute;
  right: 10px;
  top: 20%;
  transition: 0.3s;
}
header .menu-button-open span:nth-child(3){
  transform: rotate(-45deg) translateX(8px);
}
header .menu-button-open span:nth-child(2){
  display: none;
}
header .menu-button-open span:nth-child(1){
  transform: rotate(45deg) translateX(8px);
}
header .menu-button-open .line{
  background: #000;
}
header .menu-button-open{
  z-index: 9999;
  right: 20px;
}
header.sticky .header-icons-btn:hover, header .header-icons-btn:hover{
  color: #ffc008;
}
header .header-icons-btn{
  border: 0;
    background: transparent;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}
header .menu-column{
  border-left: 1px solid rgb(255 255 255 / 20%);
}
/* ------top-menu---- */

.top-menu ul.top-menu-links li:hover a{
  color: #F16136;
}
.top-menu ul.top-menu-links li a{
    color: #fff;
    position: relative;
    font-size: 13px;
    display: block;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 300;
}
.top-menu ul.top-menu-links li{
  display: inline-block;
}
.top-menu ul.top-menu-links{
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-menu .footer-social-links li{
  padding: 0px;
}
.top-menu .footer-social-links a{
  transition: 0.3s;
    color: #000000;
    background: #ccc;
    width: 18px;
    height: 18px;
    display: block;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
}
.top-menu{
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding: 5px 10px;
}
.top-menu ul.top-menu-links li a:after {
    content: "";
    background: rgb(255 255 255 / 20%);
    position: absolute;
    right: -3px;
    top: 9px;
    width: 1px;
    font-size: 10px;
    height: 12px;
}

/* ------super-super-menu---- */

.super-super-menu.active>a::after {
    transform: rotate(135deg) !important;
}
.super-super-menu>a::after {
  transition: 0.3s;
    width: 8px !important;
    height: 8px !important;
}
.super-super-menu:hover ul li:hover a {
  color: #f16136 !important;
}
.super-super-menu .sub-menu::after{
  background: transparent !important;
}
.super-super-menu ul li a,
.super-super-menu:hover ul li a {
    color: #333 !important;
}
.super-super-menu>a {
    font-weight: 700 !important;
    color: #000 !important;
}

.return-to-top:hover {
  background: #ffc107;
  color: #000;
}
.return-to-top {
  position: fixed;
  bottom: 50px;
  left: 20px;
  margin: 0px auto;
  color: #ffffff;
  text-transform: uppercase;
  background: #b71a34;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
  border-radius: 2px;
}

/* =========== announcement-main ============= */

.announcement-main{
  position: fixed;
  bottom: 0;
  z-index: 2;
  background: rgb(51 51 51);
  width: 100%;
}
.marquee-area {
    padding: 0;
    position: relative;
    display: block;
}
.marquee-area label {
    color: #000000;
    padding: 5px 10px;
    font-size: 14px;
    background: #faa831;
    width: 140px;
    margin: 0;
}
.marquee-area .marquee {
    position: absolute;
    left: 150px;
    width: calc(100% - 160px);
    height: 100%;
    top: 0px;
    display: grid;
    align-items: center;
}
.marquee a {
    font-weight: 300;
    color: #fff;
}
.marquee a:hover {
    color: #faa831;
}

/* =========== Banner ============= */
.slider-video video{
  width: 100%;
  object-fit: cover;
  height: 100vh;
  min-height: 700px;
}
.slider-content{
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle 600px at 50% 50.2%, rgb(0 0 0 / 31%) 0.1%, rgb(0 56 152 / 30%) 100.2%);
}
.banner-item{
  height: 100vh;
  min-height: 700px;
  background-size: cover;
  background-position: top center;
  display: flex;
  align-items: center;
  padding: 4rem 0 2rem;
}

/* -----Programmes Tab----- */

.programmes-courses-box:hover{
    box-shadow: 0px 3px 5px rgb(0 56 152 / 34%);
    background: #f16136;
    transform: translateY(-5px);
}
.programmes-courses-box:hover p{
  color: #fff;
}
.programmes-courses-box:hover img{
  filter: invert(1);
}
.programmes-courses-box img{
  
}
.programmes-courses-box p{
  color: #333;
}
.programmes-courses-box{
  background: #f1f1f1;
  transition: 0.3s;
  display: block;
  border-radius: 2px;
  text-align: center;
}

/* ----- find-a-course----- */

.find-a-course .form-control{
    border: 0;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    box-shadow: none;
    height: 50px;
    background: #f1f1f1;
}


 /* -----Background Overlay----- */

.overlay-01::before{
  content: '';
  background: #003898;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.88;
}
.overlay-01{
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.overlay-02{
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: top center;
}

.overlay-03{
  background-image: url(../img/shaps-02.webp);
  background-color: #003898;
  height: 100%;
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}

.overlay-04::before{
  content: '';
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.overlay-04{
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.overlay-05::before{
  content: '';
  background: #f16136;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.88;
}
.overlay-05{
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ----------testimonial-------- */

.testimonial .testimonial-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.testimonial .testimonial-img{
  height: 200px;
  width: 100%;
}
.testimonial .testimonial-content p{
  margin-bottom: 0;
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial .testimonial-content h5{
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.3;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial .testimonial-content{
  padding:20px 15px;
}
.testimonial:hover{
  background: #bb3915;
}
.testimonial{
  transition: 0.1s;
  background: #f16136;
  border-radius: 5px;
  overflow: hidden;
  max-width: 320px;
  display: block;
  margin: auto;
  min-height: 300px;
}

/* ----------Faculty Grid-------- */

.faculty-grid .faculty-grid-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.faculty-grid .faculty-grid-img{
  height: 250px;
  width: 100%;
}
.faculty-grid .faculty-grid-content p{
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.faculty-grid .faculty-grid-content h5{
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.3;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.faculty-grid .faculty-grid-content{
  padding:20px 15px;
}
.faculty-grid:hover{
  background: #bb3915;
}
.faculty-grid{
  transition: 0.1s;
  background: #f16136;
  border-radius: 5px;
  overflow: hidden;
  max-width: 320px;
  display: block;
  margin: auto;
}

/* ----------staff Grid-------- */

.staff-grid .staff-grid-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: 1px solid gainsboro;
  object-position: top;
}
.staff-grid .staff-grid-img{
  height: 190px;
  width: 190px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}
.staff-grid .staff-grid-content p{
  font-size: 14px;
  margin-bottom: 0;
  color: #555;
}
.staff-grid .staff-grid-content h5{
  margin-bottom: 10px;
  font-weight: 700;
  color: #000;
  font-size: 18px;
}
.staff-grid .staff-grid-content{
  padding:20px 15px;
  text-align: center;
}
.staff-grid:hover{
  box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, .20);
}
.staff-grid{
  transition: 0.2s;
  background: #F6F6F6;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px 0 0;
  display: block;

}

/* ----------grid-box-01-------- */

.grid-box-01 .grid-box-01-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.grid-box-01 .grid-box-01-img{
  height: 250px;
  width: 100%;
}
.grid-box-01 .grid-box-01-content p{
  margin-bottom: 0;
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.grid-box-01 .grid-box-01-content h5{
  margin-bottom: 10px;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.3;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.grid-box-01 .grid-box-01-content{
  padding:20px 15px;
}
.grid-box-01:hover{
  background: #bb3915;
}
.grid-box-01{
  transition: 0.1s;
  background: #f16136;
  border-radius: 5px;
  overflow: hidden;
  display: block;
}
/* ------grid-box-02----- */

.grid-box-02 .grid-box-02-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-box-02 .grid-box-02-img{
  height: 300px;
  width: 100%;
}
.grid-box-02 .grid-box-02-content{
  position: relative;
  padding: 20px 20px;
  bottom: 0;
  width: 100%;
  display: block;
  background: rgb(241 97 54);
}
.grid-box-02{
  background: rgb(241 97 54);
  height: 100%;
  position: relative;
  border: 1px solid gainsboro;
  display: block;
}

/* ------grid-box-03-------- */

.grid-box-03 .grid-box-03-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.grid-box-03 .grid-box-03-img{
  height: 280px;
  width: 98%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 7px 5px rgb(0 0 0 / 10%);
}
.grid-box-03:hover .grid-box-03-content h5{
  color: #f16136;
}
.grid-box-03 .grid-box-03-content h5{
  transition: 0.3s;
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.grid-box-03 .grid-box-03-content p{
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.grid-box-03 .grid-box-03-content{
  padding: 20px 10px 10px;
  color: #000;
}
.grid-box-03{

}


/* ------grid-box-04-------- */

.grid-style-04:hover .grid-style-04-image img{
  transform: scale(1.1);
}
.grid-style-04 .grid-style-04-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: 0.2s;
}
.grid-style-04 .grid-style-04-image{
  overflow: hidden;
  width: 100%;
  height: 250px;
}
.grid-style-04 .grid-style-04-content .grid-style-04-content-title::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #ffffff;
  top: 0;
  right: -12%;
  transform: skewX(20deg);
}
.grid-style-04:hover .grid-style-04-content {
  color: #003898;
}
.grid-style-04 .grid-style-04-content p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.grid-style-04 .grid-style-04-content {
  position: relative;
  top: -20px;
  color: #555;
}
.grid-style-04 .grid-style-04-content .grid-style-04-content-title{
  display: inline-block;
  background: #fff;
  position: relative;
  max-width: 80%;
  font-weight: 700;
}
.grid-style-04{
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
}

/* ------- schools-box -------- */
.school-grid-section::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    background: #003898;
    top: 0;
    left: 0;
    z-index: 0;
}
.school-grid-section{
  position: relative;
}
.schools-box .schools-box-img {
    width: 100%;
    height: 300px;
}
.schools-box .schools-box-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.schools-box .schools-box-content p{
    color: #fff;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.schools-box .schools-box-content{
    position: absolute;
    bottom: 0;
    background: hsl(0deg 0% 0% / 80%);
    left: 0;
    max-width: 450px;
    padding: 20px;
    color: #fff;
}
.schools-box{
  position: relative;
  margin-bottom: 20px;
}

/* ------virtual-campus-tour------- */

.virtual-campus-tour::before{ 
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.2;
}
.virtual-campus-tour a.popup-youtube img{
  transition: 0.3s;
}
.virtual-campus-tour a.popup-youtube:hover img{
  filter: drop-shadow(2px 4px 6px #333);
  transform: scale(1.1);
}
.virtual-campus-tour{
  position: relative;
  background-image: url(../img/bg-01.webp);
  background-size: cover;
  background-position: center;
}

/* ----owl-carousel-btn-wrap------ */

.owl-carousel-btn-wrap button:hover img{
  filter: invert(1);
}
.owl-carousel-btn-wrap button:hover{
  background: #ffc107;
}
.owl-carousel-btn-wrap button{
  transition: 0.3s;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 5px;
  background: #f16136;
}

/* =========== OWL Carousal ============= */

.dots-active .owl-dots, .nav-active .owl-nav{
  display: block !important;
}
.owl-nav, .owl-dots{
  display: none;
}
.owl-dots{
  margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #ffc008;
  box-shadow: 0px 0px 0px 5px rgb(220 220 220 / 50%);
}
.owl-nav .owl-prev{
  left: -20px;
}
.owl-nav .owl-next{
  right: -20px;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span{
  font-size: 40px;
    line-height: 20px;
    color: #fff;
}
.owl-nav .owl-prev,
.owl-nav .owl-next{
  position: absolute;
  top: 40%;
  width: 40px;
  height: 40px;
  background: rgb(230 88 16 / 80%) !important;
  border-radius: 50% !important;
}

/* -----footer-social-links------ */

.footer-social-links li a:hover{
  background: #f16136;
  color: #fff;
}
.footer-social-links li a{
  transition: 0.3s;
  color: #000000;
  background: #ccc;
  width: 25px;
  height: 25px;
  display: block;
  line-height: 25px;
  text-align: center;
  border-radius: 50px;
}
.footer-social-links li{
  display: inline-block;
  padding: 0 2px;
}
.footer-social-links{
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ------footer-menu------ */
.footer-logo{
  border-bottom: 2px solid #f16136;
}

.footer-menu li a:hover{
  color: #939393;
}
.footer-menu li a{
  color: #ccc;
  font-size: 14px;
}
.footer-menu li{
  display: block;
}
.footer-menu{
  padding: 0;
  list-style: none;
  margin: 0;
  line-height: 30px;
}

/* ------inner-page-banner------ */

.inner-page-banner::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.6;
}
.inner-page-banner{
  position: relative;
  min-height: 250px;
  background-size: cover;
  background-position: center;
}
/* ------schools-featured-img------ */

.schools-featured-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.schools-featured-img{
    width: 100%;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 10px -10px 0px gainsboro;
}
.school-faculty-tabs{
  
}
.school-faculty-tabs ul{
  padding: 0;
  text-align: center;
}
.school-faculty-tabs ul li.active{
  background: #f16136;
}
.school-faculty-tabs ul li:hover{
  background: rgb(230 88 16 / 50%);
}
.school-faculty-tabs ul li{
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  background: rgb(255 255 255 / 10%);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0px;
  color: #fff;
}

/* ------------Faculty Deatils page------- */

.faculty-photo-details-page img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 20%;
}
.faculty-photo-details-page{
  width: 100%;
  height: 310px;
  max-width: 300px;
  margin-top: -100px;
  border: 10px solid #fff;
}

/* ----- accordion-style-01 ----- */
/* 
.accordion-style-01 .accordion-style-01-box-heading.collapsed:hover{
  color: #000;
} */
/* .accordion-style-01 .accordion-style-01-box-heading.collapsed{
  color: #555555;
  background: #fff;
} */
.accordion-style-01 .accordion-style-01-box-heading.collapsed:after{
  content: '';
  right: 30px;
  top: 15px;
  transform: rotate(45deg);
}
.accordion-style-01 .accordion-style-01-box-heading:after{
    content: '';
    position: absolute;
    right: 30px;
    top: 10px;
    width: 20px;
    height: 20px;
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    border-color: #9b9999;
        transform: rotate(135deg);
    transition: 0.3s;
}
.accordion-style-01 .accordion-style-01-box-heading{
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  background: #f1f1f1;
  color: #333;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
  padding: 15px 20px;
  position: relative;
}
.accordion-style-01 .accordion-style-01-box{
    margin-bottom: 10px;
    border-radius: 10px;
    background: #f9f9f9;
}
.accordion-style-01{

}

/* ------ Course-Structure-Tabs ------ */

.Course-Structure-Tabs ul.nav li.nav-item a.nav-link.active{
  background: #f16136;
  color: #fff;
  border-color: #f16136;
}
.Course-Structure-Tabs ul.nav li.nav-item a.nav-link{
  padding: 5px 10px;
  border-radius: 5px;
  color: #000;
  border: 1px solid gainsboro;
  margin: 0 5px 5px 0px;
} 
.Course-Structure-Tabs .table-responsive{
  border-radius: 15px;
  box-shadow: 0px 3px 5px rgb(0 0 0 / 10%);
}
.Course-Structure-Tabs{

}

/* -------research-and-innovation-detail----- */

.research-and-innovation-img-detail img{
  width: 100%;
  height: 100%;
}
.research-and-innovation-img-detail{
  width: 100%;
  margin-top: -50px;
  border: 10px solid #fff;
}

/* -------testimonial-photo-details-page------ */
.testimonial-photo-details::after{
  content: '';
  background-image: url(../img/icons/quote.svg);
  position: absolute;
  right: 10%;
  top: 10%;
  width: 200px;
  height: 200px;
  opacity: 0.1;
}
.testimonial-photo-details{
  position: relative;
}
.testimonial-photo-details-content{

}
.testimonial-photo-details-content p{
  font-style: italic;
  font-size: 20px;
  color: #555;
}
.testimonial-photo-details-page img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.testimonial-photo-details-page{
  width: 100%;
  height: 270px;
  max-width: 300px;
  margin-top: -100px;
  border: 10px solid #fff;
}
.dean-hod-square-img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}
.dean-hod-square-img-wrapper{
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 30px;
}
.dean-hod-square-img{
    background: #ffffff;
    padding: 0 0 10px;
    border-radius: 30px;
    box-shadow: 0px 2px 0px 1px gainsboro
}

/* ---------- Check-list ---------- */

.checks-list li::before {
    position: absolute !important;
    top: 10px !important;
    left: 0 !important;
    font-family: 'FontAwesome';
    content: "\f00c" !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 20px !important;
    color: #ffffff !important;
    width: 20px !important;
    height: 20px !important;
    background: #E65711 !important;
    text-align: center !important;
    border-radius: 50% !important;
}

.checks-list li{
    position: relative !important;
    padding: 0.5rem 0 0.5rem 1.875rem !important;
    line-height: inherit !important;
}

.checks-list{
    list-style: none !important;
    padding-left: 0px;
}

/* ------facilities-style----- */

.facilities-desktop-style .nav-tabs .nav-item a.nav-link.active {
    background: #f16136;
    color: #fff;
    border-color: #f16136;
}

.facilities-desktop-style .nav-tabs .nav-item a.nav-link {
    display: block;
    background: #fff;
    border: 1px solid gainsboro;
    color: #444;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    line-height: 1.3;
}
.facilities-desktop-style .nav-tabs .nav-item{
    display: block;
    margin-bottom: 10px;
}
.facilities-desktop-style .nav-tabs{
  display: block;
  border: 0;
}
.facilities-desktop-style .facilities-desktop-style-thumbnail{
    width: 100%;
    height: 250px;
    border-radius: 10px;
    border: 1px solid gainsboro;
    box-shadow: 0px 1px 10px gainsboro;
    object-fit: cover;
}

.facilities-mobile-style .card .facilities-desktop-style-mobile-thumbnail{
  width: 100%;
    height: 200px;
    border-radius: 10px;
    box-shadow: 0px 2px 6px gainsboro;
    object-fit: cover;
}
.facilities-mobile-style .card {
    border: 1px solid gainsboro;
    border-radius: 5px !important;
    border-bottom: 1px solid gainsboro !important;
}
.facilities-mobile-style .card-header {
      border: 0;
    margin: 0;
}
.facilities-mobile-style .card-header button {
    background: #f16136;
    color: #fff;
    display: block;
    border: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 10px;
}
.facilities-mobile-style .card-header button.collapsed {
    color: #444;
    background: #fff;
    display: block;
    border: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 10px;
}

/* -------Custome Tabs-------- */

.custome-tabs .nav-item .nav-link.active{
  background: #f16136;
  color: #fff;
  border-color: #f16136;
}
.custome-tabs .nav-item .nav-link{
    background: #fff;
    border: 1px solid gainsboro;
    color: #444;
    font-size: 16px;
    font-weight: 500;
    margin: 4px;
    border-radius: 5px;
    text-transform: capitalize;
}

/* --------- Inner Page Menu --------- */
.inner-page-menu ul li a:hover{
    background: #fff;
}
.inner-page-menu ul li a.scroll-menu.active{
  background: #fff;
}
.inner-page-menu ul li a{
    display: block;
    text-align: center;
    padding: 20px 10px;
    color: #555;
    font-size: 15px;
    line-height: 1.3;
    white-space: nowrap;
    font-weight: 600;
    border-right: 1px solid #cbcbcb;
}
.inner-page-menu ul li{
    display: block;
    width: 100%;
}
.inner-page-menu ul{
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-x: auto;
}
.inner-page-menu::after {
  content: '';
}
.inner-page-menu {
    background: rgb(241 241 241 / 85%);
    box-shadow: inset 0px 21px 15px #ffd7d7;
    position: sticky;
    top: 80px;
    z-index: 9;
    backdrop-filter: blur(1px);
}
.inner-page-menu ul::-webkit-scrollbar {
    display: none;
}

/* ------ placements-and-internship-log ------- */

.placements-and-internship-log img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.placements-and-internship-log{
  width: 100%;
  height: 100px;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 40%);
}

.students-team:hover .students-team-content span {
    margin-top: 10px; 
    margin-bottom: 0px;
}
.students-team .students-team-content span {
    width: 40px;
    height: 40px;
    display: block;
    background: #ffc008;
    color: #e65810;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: -60px;
    transition: all 0.3s ease;
}
.students-team .students-team-content p {
    margin: 0;
    color: #ffffff;
}
.students-team .students-team-content h5 {
    margin-bottom: 2px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.students-team .students-team-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 10px;
    width: 90%;
    background: #e65810;
    border-radius: 0px 20px 0px 0px;
}
.students-team .students-team-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 30% 10%;
}
.students-team {
    height: 400px;
    width: 100%;
    max-width: 350px;
    margin: auto;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 2px rgb(10 10 10 / 20%);
    transition: all 0.3s ease;
    display: block;
}
.students-popup .students-popup-head .students-popup-head-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.students-popup .students-popup-head .students-popup-head-img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid gainsboro;
}
.students-popup .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: #e65810;
    opacity: 1;
    color: #fff;
    border-radius: 0px 4px 0px 10px;
}
.owl-carousel .owl-stage{
  margin: auto;
}

.mfp-content {
    width: 100% !important;
    height: 100% !important;
}

.mfp-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain; /* keep aspect ratio */
}

.mfp-figure:after {
    background: none; /* remove shadow overlay if you want */
}

.four-line-dots{
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.3;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .footer-border-right::after{
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: linear-gradient(0deg, transparent, #f16136);
    top: 0;
    right: 1px;
  }
  .footer-border-right{
    position: relative;
  }
  .schools-box.schools-box-big .schools-box-content {
    background-color: rgb(241 97 54 / 80%);
  }
  .schools-box.schools-box-big .schools-box-img {
    min-height: 630px;
  }
  .home-Announcements{
    position: relative;
  }
  .home-Announcements::after{
    content: '';
    border-width: 0px 0px 1px 1px;
    border-style: solid;
    border-color: #e8e8e8;
    width: 74%;
    top: 0;
    height: 100%;
    position: absolute;
    right: 0;
    border-radius: 0px 0px 0px 50px;
    background: linear-gradient(45deg, #f1f1f1 10%, transparent 40%);
  }
  header .menu-navigation ul li.menu-items>a{
    font-size: 1vw;
  }  
  header.sticky .menu-navigation ul li.menu-items:hover>a::after{
    border-bottom: 10px solid rgb(255 255 255);
  }
  header .menu-navigation>ul {
    display: inline-block;
  }
  header .menu-navigation ul li.menu-items.one-link:hover>a::after {
    display: none;
  }
  header .menu-navigation ul li.menu-items:hover>a::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(255, 255, 255);
    position: absolute;
    bottom: -1px;
    left: 40%;
  }
  header .menu-navigation ul li.menu-items:hover .sub-menu{
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
  }
  header .menu-button{
    display: none;
  }
  .column-count-disable{
    column-count: 1 !important;
  }
  header .menu-navigation .sub-menu .sub-menu-details ul{
    /* column-count: 2; */
  }
}

@media screen and (min-width: 1100px) {
  .counter-border-design::after{
    content: '';
    background-image: url(../img/icons/rank-side-star.webp);
    position: absolute;
    top: 0;
    left: -20px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 100%;
    background-position: center;
  }
  .counter-border-design{
    position: relative;
  }
    .col-xl-20 {
        width: 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media screen and (max-width: 992px) {
  .inner-page-menu {
    top: 68px;
  }
  .staff-grid .staff-grid-content p{
    font-size: 12px;
  }
  .staff-grid .staff-grid-content h5{
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
  }
  .staff-grid .staff-grid-img{
    height: 100px;
    width: 100px;
  }
  .testimonial-photo-details-content p{
    font-size: 18px;
  }
  .accordion-style-01 .accordion-style-01-box-heading{
    font-size: 16px;
    font-weight: 600;
  }
  .faculty-grid .faculty-grid-content p{
    font-size: 12px;
  }
  .faculty-grid .faculty-grid-img{
    height: 150px;
  }
  .faculty-grid .faculty-grid-content h5{
    font-size: 14px;
  }
  .faculty-grid .faculty-grid-content{
    padding: 10px 10px;
  }
  .heading-01{
    font-size: 1.6rem !important;
  }
  .heading-02{
    font-size: 18px !important;
  }
  .schools-featured-img{
    box-shadow: 0px 1px 3px gainsboro;
  }
  .owl-nav .owl-prev{
    left: -10px;
  }
  .owl-nav .owl-next{
    right: -10px;
  }
  .banner-item{
    padding: 7rem 0 2rem;
  }
  header .menu-navigation {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #f1f1f1;
    transition: .5s;
    z-index: 999;
    padding: 20px 0 20px;
    border-radius: 0;
    overflow-y: auto;
  }
  header .menu-navigation ul li.menu-items{
    display: block;
    position: relative;
    padding: 0;
    background: none;
    margin: 0;
  }
  header .menu-navigation ul li.menu-items:hover>a {
      color: #666;
  }
  header .menu-navigation ul li.menu-items>a{
    text-align: left;
    padding: 14px 10px 14px 30px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    color: #000;
  }
  header .menu-navigation ul li.menu-items.one-link>a::after{
    content: "\f08e";
    font-family: 'FontAwesome';
    font-size: 15px;
    font-weight: 100;
  }
  header .menu-navigation ul li.menu-items>a::after{
    content: '+';
    border: 0;
    left: -10px;
    top: 0;
    line-height: 20px;
    font-size: 30px;
    font-weight: 200;
    position: relative;
    width: 20px;
    height: 20px;
    transition: 0.3s;
    text-align: center;
  }
  header .menu-navigation ul li.menu-items.active-menu.one-link>a:after{
    content: "\f08e";
    font-family: 'FontAwesome';
    font-size: 15px;
    font-weight: 100;
  }
  header .menu-navigation ul li.menu-items.active-menu>a:after{
    content: '-';
    border: 0;
    left: -10px;
    top: 0;
    line-height: 20px;
    font-size: 30px;
    font-weight: 200;
    position: relative;
    width: 20px;
    height: 20px;
    transition: 0.3s;
    text-align: center;
  }
  header .menu-navigation ul li.menu-items.active-menu .sub-menu{
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
  }
  header .menu-navigation ul li.menu-items .sub-menu{
    padding: 5px 0 5px 35px;
    width: 100%;
    left: 0;
  }
  header .menu-navigation.menu-navigation-open{
    right: 0;
  } 
}