@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{
	font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
	color: #222;
	padding: 0; 
	margin: 0;
	overflow-x: hidden;
}
a:hover{
	color: #F3B805;
}
.header-top {
    background: #800000;
    padding: 15px 0;
}
.h-logo{
	display: flex;
}
.logo img{
    height: 80px;
    object-fit: contain;
}
.header-con ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.header-con ul li{
	padding-bottom: 10px;
}
.header-con ul li a {
    color: #222;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.header-con ul li a img{
	height: 18px;
    object-fit: contain;
    margin-right: 5px;
}
.header-con ul li .btn.theme-btn {
    color: #0A65B4;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2rem;
    background: #ffffff;
    border-color: #0A65B4;
    padding: 5px 15px;
    line-height: 28px;
    width: fit-content;
}
.header-con ul li .btn.theme-btn:hover {
	background-color: #0A65B4;
	color: #ffffff;
}
li.d-flex.g-2 {
    gap: 10px;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
    padding: 0;
    background: #D38714 !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 13px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
}
.navbar-dark .navbar-nav .nav-link:before {
    position: absolute;
    content: "";
    height: 45px;
    width: 1px;
    background-color: #FFFFFF69;
    right: -2px;
    top: 0;
}
.navbar-dark .navbar-nav .nav-link.active:before {
    position: static;
    background-color: transparent;
}
.navbar-dark .navbar-nav .nav-link.contact-link:before {
    position: static;
    background-color: transparent;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    font-size: 16px;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 17px;
    right: -2px;
    font-weight: 500;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #D38714;
    background: #ffffff;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-size: 13px;
    font-weight: 400;
    color: #222;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #d38714;
}
.header-con {
    display: flex;
    gap:30px;
}
.media {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.media.media-border{
    position: relative;
}
.media.media-border::after {
    position: absolute;
    content: "";
    background: #FFFFFF80;
    height: 50px;
    width: 1px;
    right: -15px;
}
.media-content p {
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF80;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.media-content a {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
}
.media-content a:hover{
    color: #d38714;
}
.media-content h5 {
    margin-bottom: 0;
}
.media img {
    width: 20px;
    margin-right: 5px;
}
.banner {
    position: relative;
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
 }
 .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 50px;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    /* background: #000 !important; */
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
    background: rgba(0, 0, 0, 0.75) !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.carousel-control-next{
    border-radius: 0px 8px 8px 0px;
}
.carousel-control-prev{
    border-radius: 8px 0 0 8px;
}
.enquiry {
    position: absolute;
    top: 0;
    right: 100px;
    max-width: 300px;
    top: 30px;
}
.enquiry-head {
    background: #fff;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    text-align: center;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #115092;
    background-color: #ffffff;
    border-color: #ffffff #ffffff #115092 #ffffff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 0;
    font-weight: 700;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #ffffff #ffffff #115092 #ffffff;
    isolation: isolate;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-tabs .nav-link {
    display: block;
    padding: 0 3rem 1rem 0;
    font-size: 14px;
    color: #acacac;
    border-color: #ffffff #ffffff #acacac #ffffff;
    border-right: none;
    border-left: none;
    font-weight: 400;
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.enquiry-head p {
    font-size: 16px;
    color: #115092;
    font-weight: 600;
}
form {
    background: #FFFFFF99;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}
.form-control {
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    border: none;
    background: #FFF;
    border-radius: 5px !important;
    padding: 0.575rem .757rem !important;
    margin-bottom: 0 !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #515151 !important;
    font-size: 14px;
    font-weight: 400;
  opacity: 1; /* Firefox */
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 14px;
    border: none;
    }
.enquiry-head img {
    width: 18px;
}
.news-img{
    padding-top: 60px;
    padding-bottom: 60px;
}
.news-img.d-flex {
    width: 160px;
    background: #800000;
    height: 40px;
    align-items: center;
    /* background: green; */
    padding-left: 10px;
}
.news-img span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}
 .news-img img {
    height: 16px;
    margin-right: 6px;
    object-fit: contain;
}
 .news {
    height: 40px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #D38714;
    backdrop-filter: blur(7px);
    overflow: hidden;
}
 .ticker__viewport {
	 overflow: hidden;
     display: inline-block;
     flex-grow: 1
}
.ticker__viewport a {
  cursor: context-menu;
  font-size: 14px;
  color: #151515;
  font-weight: 400;
  text-decoration: none;
}
.ticker__viewport a:hover {
  color: yellow;
  font-weight: bold;
}
 .ticker__list {
	 list-style-type: none;
	 padding: 0;
	 margin: 0;
	 display: flex;
}
.sec-pad{
	padding: 60px 0;
	}
 .ticker__item {
	 display: inline-block;
	 white-space: nowrap;
	 padding-right: 40px;
	 font-size: 14px;
	 color: #ffffff;
	 font-weight: 400;
}
.ticker__item:before{
  content: "";
  font-weight: bold;
}
.about-img img {
    max-width: 100%;
}
.about-content p {
    color: #222222;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
}
p {
    color: #222222;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
}
span.bold {
    font-weight: 700;
}
.plyr--video {
    overflow: hidden;
    border-radius: 10px;
    height: 350px;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1;
    background-size: cover;
}
.btn.btn-primary {
    color: #ffffff;
    font-weight: 700;
    border-radius: 30px;
    background: #800000;
    border-color: #800000;
    font-size: 14px;
    line-height: 14px;
    padding: 15px 20px;
    display: inline-flex;
    grid-gap: 5px;
}
.btn.btn-primary:hover {
    background: #ffffff;
    color: #800000;
}
.btn.btn-primary svg{
    height: 14px;
}
.btn.btn-primary:hover svg path{
    stroke: #800000;
}
button.plyr__control.plyr__control--overlaid {
    background: #800000;
}
.plyr--full-ui input[type=range] {
    color: #800000 !important;
}
.btn-group{
    gap:10px;
}
.btn-group .btn{
    border-radius: 2rem !important;
}
.btn-group .btn svg{
    width: 16px;
}
.u-list {
    list-style: none;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.u-list li {
    padding-bottom: 10px;
}
.u-list img{
	width: 16px;
	margin-right: 5px;
}
.u-list.c-two {
    column-count: 2;
}
.n-list {
    background: #FFF;
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 10px;
}
.n-list-box {
    border-radius: 8px;
    background: #407E2B;
    color: #fff;
    text-align: center;
    padding: 10px;
    width: 95px;
}
.principal-imgage img {
    border-radius: 10px;
}
.graduation-day {
    padding: 50px;
    padding-left: 120px;
    padding-right: 30px;
    background: #D38714;
}
.graduation-day p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
.graduation-list {
    background: #FFF;
    box-shadow: 6px 6px 20px 0px rgba(204, 204, 204, 0.25);
    margin-bottom: 20px;
    max-width: 375px;
}
.graduation-list h5 {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 20px 30px;
}
.graduation-list:hover {
    background: #800000;
}
.graduation-list:hover h5 {
    background: #ffffff;
}
.graduation-list h5:before {
    position: absolute;
    background-color: #D38714;
    content: "";
    height: 30px;
    width: 3px;
    left: 10px;
    border-radius: 3px;
}
td.active.day {
    background: #800000 !important;
}
a.btn.btn-more {
    padding: 0;
    color: #800000;
    font-size: 14px;
    font-weight: 700;
}
a.btn.btn-more svg {
    height: 14px;
    width: 14px;
    margin-left: 5px;
}
.b-more {
    position: relative;
}
.b-more:before {
    position: absolute;
    background-color: #800000;
    content: "";
    height: 2px;
    width: 100%;
    left: 0;
    bottom: -3px;
}
.bg-gray{
    background: #F8F8F8;
}
.n-list-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.n-list-box p {
    font-size: 13px;
    font-weight: 400;
}
.n-list-content p {
    margin-bottom: 0 !important;
}
.calendar {
    background: #D38714;
    height: 100%;
}
.cal-box {
    background: #fff;
    padding: 20px;
    width: max-content;
    height: max-content;
}
.datepicker-inline {
    width: auto;
}
.datepicker td, .datepicker th {
    text-align: center;
    width: 50px;
    height: 35px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}
.l-news {
    background: #FBFBFB;
    padding: 30px;
}
.event-list {
    display: flex;
    grid-gap: 12px;
    border: 1px solid #E8E8E8;
    margin-bottom: 20px;
}
.event-img {
    position: relative;
    height: auto;
    width: 30%;
}
.event-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.event-date {
    position: absolute;
    top: 0;
    left: 0;
    background: #800000;
    padding: 5px;
    height: 50px;
    text-align: center;
}
.event-date h4{
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.event-date p {
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.event-content {
    width: 70%;
    padding: 10px;
}
.event-content h4 {
    color: #222222;
    font-size: 14px;
    font-weight: 700;
}
.event-content p {
    color: #222222;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}
.facilities {
    border-bottom: solid 1px #E4E4E4;
    padding: 30px;
}
.facilities-list img {
    height: 35px;
    width: 35px;
    object-fit: contain;
}
.facilities-list h4 {
	color: #1C1C1C;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 10px;
}
.f-inner {
    display: flex;
    gap: 30px;
}
.m-img img {
    height: 275px;
    margin-left: 10px;
    object-fit: cover;
    width: 100%;
    padding: 5px;
}
section.get-in-touch {
    background: #FBFBFB;
    padding: 60px 0;
}
  .btn.btn-primary.btn-send{
  	font-size: 14px;
  	font-weight: 500;
  	padding: .75rem 1rem !important;
  }
  ul.s-list {
    padding: 0;
    list-style: none;
}
ul.s-list li{
    padding: 5px 0;
    list-style: none;
}
.latest-news {
    background: #F8F8F8;
    padding: 60px 0;
}
.news-list {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.date {
    background: #115092;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
}
.date h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}
.date p {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
}
p.events-text {
    white-space: nowrap;
    width: 200px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-content h4 {
    text-align: left;
    color: #115092;
    font-size: 15px;
    font-weight: 500;
}
.news-content p {
    text-align: left;
    color: #1C1C1C;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}
.news-content a {
    text-align: left;
    color: #1C1C1C;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 0;
}
.news-tab {
    background: #FBFBFB;
    padding-top: 60px;
    padding-bottom: 60px;
}
.tab-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
}
.gallery-list img {
    width: 100%;
    margin-bottom: 10px;
    height: 160px;
    border-radius: 6px;
    object-fit: cover;
    border: solid 1px #E4E4E4;
}

.gallery-list a {
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


.gallery-list a::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: none;
    background-size: contain;
    background-repeat: no-repeat;
  top:45%;
  left:50%;
  transform:translate(-50%, -50%);
  border-radius: 6px;
}

.gallery-list img {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.gallery-list a:hover img {
    position: relative;
    width: 100%;
}
.gallery-list a:hover .gallery-list img::before {
    background-color: red;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: blue;
}

.gallery-list a:hover img {
    opacity: 0.2;
    background: #0A65B4;
}

.gallery-list a:hover::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 160px;
    display: block;
    background: url("../img/expand-ic.png"), rgba(10, 101, 180, 0.80);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
}
.gallery-list a:hover .e-icon {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9;
}
ul.t-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.t-list a {
   position: relative;
    border-radius: 10px;
    background: #FFF;
    color: #d38714;
    box-shadow: 6px 6px 20px 0px rgba(204, 204, 204, 0.25);
    text-decoration: none;
    padding: 1rem 2rem;
    width: 100%;
    display: block;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 500;
}
ul.t-list a:hover {
    background: #800000;
    color: #ffffff;
}
ul.t-list a:before{
    position: absolute;
    background-color: #039E43;
    content: "";
    height: 30px;
    width: 3px;
    left: 10px;

}
.item img {
    height: 300px !important;
    width: 100%;
    object-fit: cover;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}
.our-gallery{
    padding-bottom: 60px;
}
.owl-dots {
    text-align: center;
    padding-top: 0;
}
.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #D9D9D9;;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #800000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav {
    display: block;
    position: absolute;
    left: 45%;
    right: 0;
    bottom: 30px;
}
.owl-nav button.owl-prev {
    left: -50px;
    position: absolute;
    right: auto;
}
.owl-nav button.owl-next {
    left: 20%;
    position: absolute;
    right: auto;
}
.owl-nav button {
    position: absolute;
    top: auto;
    bottom: -35px;
    left: 150px;
    right: 150px;
}
.owl-nav button img{
    width: 24px !important;
}
.owl-nav button:focus {
    outline: none;
}
 .footer-top {
    background: #800000;
    padding: 60px 0;
}
.owl-item.active.center {
    position: relative;
}
.owl-item.active.center {
    position: absolute;
}
.owl-item.active.center img::before {
    position: absolute;
    content: "";
    background: #ffffff;
    height: 300px;
    bottom: 0;
}
.double-quetes img {
    height: 70px;
}
.principal {
    display: flex;
    grid-gap: 20px;
    align-items: center;
    justify-content: center;
}
.principal-img img {
    height: 80px;
    width: 80px;
    border-radius: 100%
}
.img-radius{
    border-radius: 0px 50px;
}
.principal-content {
    text-align: left;
}
.events {
    padding-left: 120px;
}
.message {
    background: #170F03;
    text-align: center;
}
.message h4{
 color: #ffffff;
}
.message p {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}
.message .principal-content h4{
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
}
.message .principal-content p{
    color: rgba(255, 255, 255, 0.50);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}
.infra-img {
    position: relative;
     -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-bottom: solid 5px transparent;
}
.infra-img:hover {
    border-bottom: solid 5px #d38714;
}
.infra-content {
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 29.2%, #080A13 93.75%);
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    text-align: center;
}
.infra-content h4 {
    position: absolute;
    bottom: 20px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    left: 0;
    right: 0;
    text-align: center;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  margin: 0 !important;
}
footer a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
}
footer iframe {
    width: 100%;
    margin-bottom: 20px;
    max-width: 350px;
}
.footer-con{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-con img {
    width: 18px;
    height: 22px;
    object-fit: contain;
    margin-right: 8px;
}
.footer-con li {
    display: flex;
    padding-bottom: 10px;
    gap: 5px;
}
footer p {
    color: #FFFFFF80;
    font-size: 13px;
    font-weight: 400;
}
.footer-soc {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-soc a{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
.footer-soc svg{
	width: 18px;
	color: #ffffff;
}
.footer-soc {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: end;
}
ul.footer-soc svg:hover path {
    stroke: #D38714;
}
.footer-bottom{
	background: #580505;
	padding: 8px 0; 
}
ul.m-list {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}
ul.m-list a {
    padding: 0 10px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}
ul.m-list a:after {
    position: absolute;
    content: "|";
    color: #ffffff;
    right: 0px;
    top: 0px;
}
.last-list:after {
    content: "" !important;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    font-size: 16px;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 20px;
    right: 4px;
    font-weight: 500;
}
.footer-top h4 {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.mob-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    width: 100%;
    padding: 0 0.75rem;
}
.mob-menu h5{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.55);
    border-color: rgba(255,255,255,.1);
    border: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

	.mob-none.ap{
    background: #fff;
    color: #407e2b !important;
    border-radius: 2rem;
    max-width: fit-content;
    margin-bottom: 10px;
    margin-top: 10px;
	}
	a.nav-link.mob-none img {
    width: 20px;
    margin-right: 5px;
   }
   .m-flex{
   	display: flex;
}
.facility-list{
    background-image: url(../images/f1.png);
    text-align: left;
}
.facility-list .btn.btn-more{
    color: #ffffff;
}
.facility-list .btn.btn-more{
    color: #ffffff;
    line-height: 15px;
}
.facility-list .btn.btn-more::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: width 0.3s;
}
.facility-list .btn.btn-more:hover::after {
  width: 100%;
}
.facility-list.school-born{
    background-image: url(../images/f2.png);
}
.facility-list.milestone{
    background-image: url(../images/f3.png);
}
.facility-content {
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: left;
}
.facility-list h4{
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}
.facility-list p{
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
}
.facility-list a{
    color: #ffffff;
}
.title {
    position: relative;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 1.5rem;
    padding-left: 15px;
    display: inline-block;
    margin-bottom: 0;
}
.title:before {
    position: absolute;
    content: "";
    background: #ffffff;
    height: 25px;
    width: 4px;
    left: 0;
    top: -2px;
}
.main-title {
    position: relative;
    color: #222222;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 30px;
    padding-left: 15px;
    display: inline-block;
    margin-bottom: 0;
}
h3.main-title.gold-text {
    color: #D38714;
}
.main-title:before {
    position: absolute;
    content: "";
    background: #D38714;
    height: 30px;
    width: 4px;
    left: 0;
    top: -2px;
}
.main-title.text-white:before {
    position: absolute;
    content: "";
    background: #ffffff;
    height: 30px;
    width: 4px;
    left: 0;
    top: -2px;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    padding-bottom: 30px;
}
.inner-page-banner {
    background: #800000;
    height: 50px;
    margin-top:15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-page-banner h3{
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .dropdown-menu li{
        position: relative;
    }
    .dropdown-menu .submenu{ 
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .dropdown-menu .submenu-left{ 
        right:100%; left:auto;
    }

    .dropdown-menu > li:hover{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .submenu{
        display: block;
    }
    .navbar .dropdown-menu-end{ right:0; left: auto;  }
    .navbar .nav-item .dropdown-menu.main-dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:1s; margin-top:0;  }
    .navbar .nav-item:hover .nav-link{ color: #fff;  }
    .navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
    .navbar .dropdown-menu.fade-up{ top:180%;  }
    .navbar .nav-item:hover .dropdown-menu.main-dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}  

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
        margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}
ul.submenu.dropdown-menu {
    position: static;
    display: block;
    margin-left: 20px !important;
    width: 300px;
    border: none;
}
}   

/* ============ small devices .end// ============ */
@media (min-width: 991px){
	.mob-menu{
		display: none;
	}
	.mob-none{
		display: none;
	}
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding: 0 120px;
}
.news-tab {
    padding-right: 120px;
    padding-left: 30px;
}
.news-img{
   padding-left: 120px;
   padding-right: 30px; 
}
}
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding: 0 150px;
}
.news-img{
   padding-left: 150px; 
}
.news-tab {
    padding-right: 150px;
}
}
@media (min-width: 1600px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding: 0 200px;
}
.news-tab {
    padding-right: 200px;
}
.news-img{
   padding-left: 200px; 
}
p.events-text {
    white-space: nowrap;
    width: 250px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
}
@media only screen and (max-width: 1024px) {
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
}
}
@media only screen and (max-width: 991px) {
  .h-logo{
	display: block;
}

.h-logo img{
	max-width: 100%;
}
.header-con {
    margin-top: 15px;
    display: none;
}
header{
	position: relative;
}
.why-kps {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.facility-list {
    min-height: 300px;
    margin-top: 35px;
}
.rd-flex{
    flex-direction: column-reverse;
}
.n-list-box {
    width: 150px;
    height: 72px;
}
section.about.sec-pad .row {
    flex-direction: column-reverse;
}
.about-img .row {
    flex-direction: initial !important;
}
.sec-pad {
    padding: 30px 0;
}
.about-content {
    margin-bottom: 30px;
}
.owl-nav button.owl-next {
    left: auto;
    position: absolute;
    right: 0;
}
.owl-nav button.owl-prev {
    left: auto;
    position: absolute;
    left: 0;
}
section.our-gallery.sec-pad .d-flex {
    display: block !important;
}
.tab-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
    justify-content: space-between;
}
.news-list {
    margin-bottom: 15px;
}
.facilities {
    padding: 30px 0;
}
ul.m-list a {
    padding: 0 8px;
    position: relative;
    font-size: 12px;
    font-weight: 400;
}
.b-right.img-fluid {
    height: 262px;
}
iframe {
    border: 0;
    margin-top: 30px;
}
.b-left.img-fluid {
    height: 125px;
}
.m-flex{
   	display: block;
   }
   .f-inner {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 20px;
}
.principal {
    padding: 30px 0;
}
.principal-imgage img {
    margin-bottom: 20px;
}
.gallery_sec .btn.btn-primary {
    min-width: fit-content;
}
ul.s-list {
    padding: 0;
    list-style: none;
    margin-top: 20px;
}
.footer-soc {
    margin-bottom: 20px;
}
a.nav-link.more-link {
    display: none;
}
.enquiry {
    position: static;
    top: 0;
    right: 100px;
    max-width: 500px;
    margin: 20px;
    box-shadow: 1px 1px 6px #edebeb;
    top: 30px;
    margin: 80px auto 20px;
}

.news {
    height: 40px;
    bottom: auto;
}
.form-control {
    border: solid 1px #E1E1E1;
}
.form-select {
    border: solid 1px #E1E1E1;
}
.logo img {
    height: auto;
}
.calendar {
    background: #D38714;
    height: 100%;
    padding-left: 20px !important;
}
.graduation-day {
    padding: 50px;
    padding-left: 30px !important;
    padding-right: 30px;
    background: #D38714;
}
.list-of-garduation.sec-pad {
    padding-left: 20px;
}
.graduation-list {
    max-width: 100%;
}
.footer-top h4 {
    margin-top: 30px;
}
.navbar-dark .navbar-nav .nav-link:before {
    position: static;
    content: unset;
    height: 45px;
    width: 1px;
    background-color: transparent;
    right: -2px;
    top: 0;
}
}

@media only screen and (max-width: 767px) {
.facility-list {
    min-height: auto;
    margin-top: 30px;
}
.datepicker td, .datepicker th {
    text-align: center;
    width: 40px;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}
.plyr--video {
    overflow: hidden;
    border-radius: 10px;
    height: 280px;
}
.owl-nav button.owl-prev {
    left: auto;
    position: absolute;
    left: -80px;
}
.owl-nav button.owl-next {
    left: auto;
    position: absolute;
    right: 75px;
}
.calendar {
    background: #D38714;
    height: 100%;
    padding-left: 20px !important;
}
.graduation-day {
    padding: 50px;
    padding-left: 30px !important;
    padding-right: 30px;
    background: #D38714;
}
.list-of-garduation.sec-pad {
    padding-left: 20px;
}
.School-facility.sec-pad {
    margin-top: 20px;
}
.facility-list {
    min-height: auto;
    margin-top: 30px;
}
.footer-soc {
    justify-content: start;
}
.footer-bottom p {
    padding: 8px 0;
}
}