@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
	 font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
	color: #222;
	padding: 0; 
	margin: 0;
	overflow-x: hidden;
}
.container-fluid {
    padding: 0 50px;
}
a:hover{
	color: #F3B805;
}
.h-logo{
	display: flex;
}
.logo img{
    height: 80px;
    object-fit: contain;
}
.navbar-brand {
    height: 60px;
    width: 320px;
}
.navbar-brand img {
    height: 100%;
    width: 100%;
    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: 10px 0;
    background: transparent !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #010000 !important;
    font-size: 14px;
    padding: 10px 15px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    transition: all .3s;
}
a.nav-link.btn.btn-primary {
    color: #FFFFFF !important;
}
a.nav-link.btn.btn-primary:hover {
    color: #A20020 !important;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #A20020;
    box-shadow: none;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #A20020 !important;
}
.navbar-dark .navbar-nav .nav-link:active{
    color: #A20020 !important;
}
.navbar-dark .navbar-brand {
    color: #fff;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    padding:0;
}
.logo-content h4 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}
.logo-content p {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #000000;
    background: #F8D359;
}
.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: 10px;
    height: 10px;
    border-radius: 50%;
 }
 .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10%;
}
.carousel-indicators [data-bs-target] {
    background-color: #A20020;
}
.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: #A20020;
    border-radius: 50% !important;
}
.carousel-control-prev {
    left: 80px;
}
.carousel-control-next {
    right: 80px;
}
.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;
}
.inner-banner {
    background: #A20020;
    padding: 100px 0;
}
.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;
}
.header-top {
    background: #0D0E0C;
    align-items: center;
    padding: 6px 0;
}
.header-top h4 {
    font-size: 13px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}
.white-box {
    
}
.form{
   background: #FFFFFF;
    padding: 20px;
    border-radius: 16px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #a20020;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(162 0 32 / 15%);
}
.red-hexa {
    background-image: url(../images/red-hexa.png);
    height: 100px;
    background-repeat: no-repeat;
    background-position: -60px 0;
}
.gray-hexa {
    z-index: 1;
    position: absolute;
    bottom: -40px;
    right: -40px;
}
.form-control {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    border: none;
    background: #F6F7FA;
    border-radius: 8px !important;
    padding: 0.875rem .757rem !important;
    margin-bottom: 0 !important;
}
.form-select {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    border: none;
    background-color: #F6F7FA;
    border-radius: 8px !important;
    padding: 0.875rem .757rem !important;
}
sub {
    bottom: 0.4em;
}
label.form-check-label {
    color: #555C63;
    font-size: 14px;
    font-weight: 500;
}
.form-check-input:checked {
    background-color: #A20020;
    border-color: #A20020;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #555C63 !important;
    font-size: 15px;
    font-weight: 500;
  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: 145px;
    background: #0D0E0C;
    height: auto;
    align-items: center;
    /* background: green; */
    padding-left: 10px;
}
.news-img span {
    color: #ffffff;
    font-size: 18px;
    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: #A20020;
    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: 50px 0;
	}
 .ticker__item {
	 display: inline-block;
	 white-space: nowrap;
	 padding-right: 40px;
	 font-size: 16px;
	 color: #FFFFFF;
	 font-weight: 400;
}
.ticker__item:before{
  content: "";
  font-weight: bold;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 600px;
}
.carousel-item img {
    height: 600px;
    object-fit: cover;
}
.about-img {
    position: relative;
    height: 500px;
}
.about-img:before {
    position: absolute;
    content: "";
    background: #e9c8cf;
    top: 20px;
    left: 20px;
    height: 500px;
    width: 100%;
    z-index: -1;
    border-radius: 16px;
}
.meghmala-intro {
    position: absolute;
    background: #A20020;
    width: 300px;
    left: -30px;
    bottom: 30px;
    padding: 20px;
    border-radius: 16px;
}
.meghmala-intro p {
    color: #FFFFFF;
    margin-bottom: 0;
}
.about-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.about-content p {
    color: #555C63;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}
p {
    color: #555C63;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
}
span.bold {
    font-weight: 700;
}
.facilities {
    background: #A20020 url("../images/book.png");
    background-repeat: no-repeat;
    background-position: center left;
}
.facilities-list {
    background: #FFFFFF;
    padding: 15px;
    border-radius: 16px;
    text-align: center;
    margin: 0 auto;
}
.facilities-list p {
    height: 46px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.facilities-img {
    width: 80px;
    height: 80px;
    background: #A20020;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
     margin: 0 auto;
}
.plyr--video {
    overflow: hidden;
    border-radius: 0;
    height: 375px;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1;
    background-size: cover;
}
.btn.btn-primary {
    color: #ffffff;
    font-weight: 600;
    border-radius: 8px;
    background: #A20020;
    border-color: #A20020;
    font-size: 14px;
    line-height: 14px;
    padding: 12px 16px;
    display: inline-flex;
    grid-gap: 5px;
}
.btn.btn-primary:hover {
    background: #ffffff;
    color: #A20020;
}
.btn.btn-primary-gal {
    color: #A20020;
    font-weight: 600;
    border-radius: 8px;
    background:#ffffff ;
    border-color: #F6F7FA;
    font-size: 14px;
    line-height: 14px;
    padding: 12px 16px;
    display: inline-flex;
    grid-gap: 5px;
}
.btn.btn-primary-gal:hover {
    background: #F6F7FA;
    color: #A20020;
}
.btn.btn-primary svg{
    height: 14px;
}
.btn.btn-primary:hover svg path{
    stroke: #ff0000;
}
button.plyr__control.plyr__control--overlaid {
    background: #ff0000;
}
.plyr--full-ui input[type=range] {
    color: #ff0000 !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: #0969AF;
    font-size: 16px;
    font-weight: 400;
}
a.btn.btn-more:hover::after {
    width: 100%;
}
a.btn.btn-more::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #0969AF;
    transition: width 0.3s;
}
a.btn.btn-more svg {
    height: 16px;
    width: 16px;
    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;
}
.news-announcement {
    position: absolute;
    background: #0969AF;
    height: 600px;
    padding: 50px !important;
    padding-right: 100px !important;
}
.news-announcement p {
    margin-bottom: 25px;
}
.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 {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
}
a:hover{
    color: #A20020;
}
.event-img {
    height: 250px;
    width: 100%;
    padding: 10px;
    padding-bottom: 0;
}
.event-img img{
    height: 100%;
    width: 100%;
    border-radius: 16px;
    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 {
    padding: 15px;
    text-align: left;
}
.event-content h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}
.event-content p {
    color: #707A83;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    height: 101px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: white;
    border: none;
    padding: 0 !important;
    font: inherit;
    background: #A20020;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 40%;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel button.owl-dot:hover {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    background: #F8D359;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    bottom: -78px;
}
.our-gallery .owl-carousel .owl-nav button.owl-next, .our-gallery .owl-carousel .owl-nav button.owl-prev, .our-gallery .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    background: #0969AF;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
}
.our-gallery .owl-nav {
    display: block;
    position: absolute;
    left: 90%;
    right: 0;
    bottom: 6px;
    width: 40px;
}
.facilities-list h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    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;
}
p.events-text {
    white-space: nowrap;
    width: 200px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
p.date {
    display: flex;
    align-items: center;
    grid-gap: 5px;
    margin-bottom: 10px;
    height: auto;
}
p.date img {
    height: 16px;
    width: 16px !important;
    object-fit: contain;
}
.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: ;
    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: #0A65B4;
    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: #0A65B4;
    color: #ffffff;
}
ul.t-list a:before{
    position: absolute;
    background-color: #039E43;
    content: "";
    height: 30px;
    width: 3px;
    left: 10px;
}
.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;
    background: #A20020;
}
.our-gallery .item img {
    height: 375px;
    object-fit: cover;
}
.gallery-left img {
    height: 570px;
    width: 100%;
    border-radius: 12px;
}
.gallery-right img {
    width: 100%;
    height: 270px;
    border-radius: 6px;
}
.gallery-right.mb-30 {
    margin-bottom: 30px;
}
.event-list {
    background: #FFFFFF;
    margin-bottom: 80px;
    transition: all .5s;
    box-shadow: 0 2px 50px 0 #14406c05;
    border: none;
    border-bottom: solid 3px #A20020;
    border-radius: 12px;
}
.event-list.achievements {
    border-bottom: none;
    box-shadow: 3px 3px 20px 0 #00000014;
}
.event-list.achievements .event-content{
    text-align: center;
}
.event-list:hover {
    box-shadow: 1px 1px 9px #cdcccc;
}
.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 button.owl-prev {
    left: -60px;
    position: absolute;
    right: auto;
}
.owl-nav button.owl-next {
    right: -60px;
    position: absolute;
    left: auto;
}
.owl-nav button {
    position: absolute;
    top: auto;
    bottom: -35px;
    left: 150px;
    right: 150px;
}
.owl-nav button img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.owl-nav button:focus {
    outline: none;
}
.contact {
    background: #f6f7fb;
}
.contact-inner {
    padding: 50px;
    background: url(../images/red-hexa.png), url(../images/gray-hexa.png);
    background-repeat: no-repeat;
    background-position: 53% 20px, 97% 98%;
    background-size: 100px;
}
.contact ul{
    padding: 0;
    margin:0;
}
.contact-box ul li {
    margin-bottom: 10px;
}
.contact-box {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 8px;
}
.contact ul li {
    color: #555C63;
    font-size: 14px;
    font-weight: 500;
    list-style: none;
    padding-bottom: 2px;
}
.contact ul li a {
    color: #555C63;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.contact ul li a:hover{
    color: #A20020;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}
.contact p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.contact h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    grid-gap: 10px;
}
 .footer-top {
    background: #0D0E0C;
}
.contact-list {
    position: relative;
}
.contact-list:after {
    content: "";
    background: #000000;
    position: absolute;
    right: 20px;
    top: 0;
    width: 3px;
    height: 121px;
}
.contact-list.emails:after {
    content: none;
}
.social-media {
    padding: 0;
    display: inline-flex;
    grid-gap: 20px;
    margin-bottom: 0;
}
.social-media a:hover svg path{
   fill: #A20020;
}
.policy{
    padding: 0;
    display: inline-flex;
    grid-gap: 20px; 
}
.policy a:hover{
  color: #F8D359;
}
.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 img {
    height: 308px;
    width: 308px;
    border-radius: 0;
    margin-bottom: 30px;
}
.principal-content {
    text-align: left;
}
.principal h6 {
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.principal p {
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.principal a {
    font-family: "League Spartan", sans-serif;
}
.events {
    background: #f6f7fb;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  margin: 0 !important;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 325px;
    bottom: auto;
    left: 26%;
    width: 700px;
    padding: 1.25rem;
    color: #000000;
    text-align: left;
    z-index: 9999;
    background: #ffffffe6;
    border-radius: 16px;
}
.carousel-caption h5 {
    font-size: 30px !important;
    font-weight: 600;
}
.carousel-caption p {
    color: #555C63;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
}
.footer-logo {
    margin-bottom: 15px;
}
.footer-logo img {
    height: 100px;
}
.footer-top .f-list h4 {
    font-size: 20px;
    font-weight: 600;
}
.f-list p {
    margin-bottom: 20px;
}
.event-latest-list {
    display: flex;
}
.event-details {
    background: #FFFFFF;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 12px;
}
.latest-events {
    background: #FFFFFF;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
}
.event-right-img {
    width: 100px;
    height: 80px;
}
.event-right-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.latest-events .event-content{
    width: calc(100% - 100px);
    padding: 0;
    padding-left: 15px;
}
.latest-events .event-content h4{
    font-size: 16px;
    margin-bottom: 0;
}
.magnify-icon img {
    width: 16px !important;
    height: 16px !important;
    margin-top: 10px;
    object-fit: contain;
}
.portfolio-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
  border-radius: 8px;
}
.overlay-content {
    padding-top: 30px;
}
button.fancybox-button.fancybox-button--thumbs {
    display: none;
}
.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}
.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}
.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}
.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #3D74FF;
  border-right: 1px solid #3D74FF;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #3D74FF;
  border-left: 1px solid #3D74FF;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolio-item li:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}
.portfolio-overlay .category {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #3D74FF;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}
.portfolio-overlay .magnify-icon:hover {
  background: #000;
}
.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}
.portfolio-menu {
  text-align: center;
}
.control {
    font-size: 15px;
    font-weight: 600;
    background: #1D1D1D;
    color: #fff;
    border-radius: 8px;
    padding: 6px 25px;
    margin: 5px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all 0.5s ease;
}
.mixitup-control-active {
  color: #fff;
  background: #A20020;
}
.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}
.portfolio-item {
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
}
.portfolio-item li {
    position: relative;
    list-style: none;
}
.pd {
  padding: 0;
  padding: 10px;
}
.pd img {
    height: 250px;
    transition: all 0.5s;
    width: 100%;
    border-radius: 8px;
}
footer a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
}
footer .footer-bottom a {
    color: #fff;
    text-decoration: none;
    display: contents;
}
footer iframe {
    width: 100%;
    margin-bottom: 20px;
    max-width: 350px;
}
.footer-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    grid-gap: 20px;
    justify-content: end;
}
.footer-social ul li svg {
    height: 20px;
    width: 20px;
}
.footer-social ul li a{
    width: 40px;
    height: 40px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .3s;
}
.footer-social ul li a:hover {
    background: #A20020;
}
.footer-overlay {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    
}
.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;
}
.theme-color{
    color: #A20020 !important;
}
footer p {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
}
footer .footer-bottom p {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}
.f-list ul {
    padding: 0;
    list-style: none;
}
.f-list ul li {
    margin-bottom: 10px;
}
.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: transparent;
    padding: 20px 0;
    border-top: 1px solid #6C746D;
}
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;
}
.main-title {
    color: #000000;
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.min-title {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
h3.main-title.gold-text {
    color: #D38714;
}
.form-label {
    margin-bottom: .5rem;
    color: #0D0E0C;
    font-size: 15px;
    font-weight: 500;
}
.inner-page-banner {
    background: #800000;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-page-banner h3{
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
}
.about {
    background-image: url(../images/intro-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.intro-list {
    display: flex;
    justify-content: start;
    grid-gap: 25px;
}
.intro-list-img {
    width: 70px;
    height: 70px;
    box-shadow: 0 5px 5px 0 #0000000d;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.intro-content {
    width: calc(100% - 70px);
}
.gallery-content h4 {
    font-size: 20px;
    font-weight: 500;
    padding-top: 20px;
}
/* ============ 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 .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) {
.navbar-dark .navbar-toggler-icon {
    background-image: url("../images/menu.png");
}
.dropdown-menu .dropdown-menu{
        margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}
.contact-inner {
    background: none;
    padding: 0;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 50px;
    bottom: auto;
    left: 13%;
    width: 75%;
    padding: 1.25rem;
    color: #000000;
    text-align: left;
    z-index: 9999;
    background: #ffffffe6;
    border-radius: 16px;
}
.carousel-control-prev {
    left: 40px;
}
.carousel-control-next {
    right: 40px;
}
.about.sec-pad {
    padding-top: 70px;
}
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){
.news-tab {
    padding-right: 120px;
    padding-left: 30px;
}
.news-img{
   padding-left: 120px;
   padding-right: 30px; 
}
}
@media (min-width: 1400px){
.container-fluid {
    padding: 0 80px;
}
.news-img{
   padding-left: 150px; 
}
.news-tab {
    padding-right: 150px;
}
}
@media (min-width: 1600px){
.container-fluid {
    padding: 0 100px;
}
.news-announcement {
    position: absolute;
    background: #0969AF;
    height: 550px;
    padding: 50px !important;
    padding-right: 150px !important;
}
.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;
}
footer .footer-bottom a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}
footer .footer-bottom p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
}
@media all and (min-width: 992px) {
    .navbar .dropdown-menu-end{ right:0; left: auto;  }
    .navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; margin-top:0;  }
    .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{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
    }
@media only screen and (max-width: 1024px) {
.navbar-dark .navbar-nav .nav-link {
    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;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 400px;
}
.carousel-item img {
    height: 400px;
}
.about-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
section.about.sec-pad {
    padding-top: 70px;
    padding-bottom: 70px;
}
.facilities-list {
    margin-bottom: 20px;
}
.gallery-left {
    margin-bottom: 20px;
}
.gallery-right {
    margin-bottom: 20px;
}
.news-announcement {
    position: static;
    background: #0969AF;
    height: auto;
    padding: 50px !important;
}
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;
}
.navbar-collapse  {
    margin-top: 15px;
}
.video-sec {
    padding-top: 40px;
}
.contact-list:after {
    content: none;
}
.contact-list {
    margin-bottom: 30px;
}
.contact-list.emails {
    margin-bottom: 0;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}
.owl-nav {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    width: 80px;
    margin: 0 auto;
}
.footer-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    grid-gap: 20px;
    justify-content: start;
    margin-bottom: 30px;
}
}

@media only screen and (max-width: 767px) {
  .navbar-brand {
    height: 60px;
    width: 250px;
}
.container-fluid {
    padding: 0 20px;
}
.logo-content h4 {
    font-size: 26px;
    margin-bottom: 5px;
}
.logo-content p {
    font-size: 20px;
}
.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;
}
.about-img {
    height: 300px;
}
.about-img:before {
    height: 300px;
    width: 100%;
}
.gallery-left img {
    height: auto;
    width: 100%;
    border-radius: 12px;
}
.gallery-right img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.form {
    margin-top: 30px;
}
.meghmala-intro {
    position: absolute;
    background: #A20020;
    width: 300px;
    left: -5px;
    bottom: 30px;
    padding: 20px;
    border-radius: 16px;
}
.owl-nav {
    display: block;
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 30px;
    width: 90px;
}
.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;
}
.main-title {
    font-size: 30px;
}
.footer-soc {
    justify-content: start;
}
.footer-bottom p {
    padding: 8px 0;
}
.policy {
    padding: 0;
    display: inline-flex;
    grid-gap: 20px;
    flex-wrap: wrap;
}
.our-gallery .owl-nav {
    display: block;
    position: absolute;
    left: 90%;
    right: 0;
    bottom: 6px;
    width: 80px;
}
.header-top h4 {
    font-size: 12px;
}
footer .footer-bottom p {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left !important;
}
}