﻿body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;

}
.slider-hero {
    position: relative;
}

.owl-carousel {
    position: relative;
}

    .owl-carousel .owl-item {
        opacity: 1;
    }

        .owl-carousel .owl-item.active {
            opacity: 1;
        }

    .owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
    }

        .owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next {
            position: absolute;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: 0;
            color: white !important;
            -webkit-transition: 0.7s;
            -o-transition: 0.7s;
            transition: 0.7s;
            opacity: 1;
        }

@media (prefers-reduced-motion: reduce) {
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
    left: 20px;
}

.owl-carousel .owl-nav .owl-next {
    right: 20px;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 0;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
}

    .owl-carousel .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin: 5px;
        border-radius: 50%;
        background: #f9b11f;
        position: relative;
    }

        .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
            outline: none !important;
        }

        .owl-carousel .owl-dots .owl-dot.active {
            background: #ff5959;
        }

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.work {
    width: 100%;
}

    .work .img {
        width: 100%;
        height: 460PX;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        position: relative;
        z-index: 0;
        border-radius: 0;
        overflow: hidden;
        -webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
        -moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
        box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
    }

        /*.work .img:after {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: '';
            z-index: -1;
            background: #000;
            opacity: .3;
        }*/

    .work .text h2 {
        font-size: 60px;
        font-weight: 200;
        color: #fff;
        text-transform: uppercase;
    }

@media (max-width: 991.98px) {
    .work .text h2 {
        font-size: 40px;
    }
}

.work .text span {
    font-size: 12px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-weight: 500;
}

.slider-hero .thumbnail {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateY(50%) translateX(-50%);
    -ms-transform: translateY(50%) translateX(-50%);
    transform: translateY(50%) translateX(-50%);
    z-index: 99;
    width: 100%;
}

  .slider-hero .thumbnail li {
        display: inline-block;
    }

    .slider-hero .thumbnail li a {
            display: block;
            margin: 4px;
        }

         .slider-hero .thumbnail li a img {
                width: 80px;
                border-radius: 50%;
                -webkit-transform: scale(0.8);
                -ms-transform: scale(0.8);
                transform: scale(0.8);
                -webkit-transition: .3s all ease;
                -o-transition: .3s all ease;
                transition: .3s all ease;
                -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
            }

     .slider-hero .thumbnail li.active a img {
            border: 4px solid #fff;
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
        }

@media (max-width: 767.98px) {
 .slider-hero .thumbnail li a img {
        width: 50px;
    }
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  position: relative;
  padding: 40px 0;
  /* background-color: #fff; */
  padding-top: 20px;
}
@media (max-width: 991px) {
  .about-one {
    padding: 0px 0;
  }
}
.about-one__item__head .sec-title {
  padding-bottom: 15px;
}
.about-one__item__text {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.48px;
  color: #505050;
  text-align: justify;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-one__item__left {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about-one__item__left {
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .about-one__item__left {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.about-one__item__left__img {
  position: relative;
  width: 100%;
  max-width: 470px;
  height: 580px;
}
.about-one__item__left__img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media (max-height: 992px) {
  .about-one__item__left__img {
    height: auto;
  }
}
.about-one__item__left__img__sub_img {
  position: absolute;
  z-index: 1;
  bottom: -70px;
  right: -30px;
  max-width: 205px;
}
.about-one__item__left__img__sub_img svg {
  position: absolute;
  top: -32px;
  left: -32px;
  max-width: 207px;
  max-height: 168px;
}
@media (max-width: 575px) {
  .about-one__item__left__img__sub_img {
    right: 0px;
    bottom: -40px;
    max-width: 175px;
    display:none;
  }
}
.about-one__item__left__img__shape {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
}
.about-one__item__left__img__shape img {
  width: 100%;
}
.about-one__item__left__contact {
  position: relative;
  z-index: 1;
}
.about-one__item__left__contact__link {
  background: #111117;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 10px 40px 10px 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-one__item__left__contact__link {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-one__item__left__contact__link {
    padding: 15px 25px;
  }
}
@media (max-width: 425px) {
  .about-one__item__left__contact__link {
    margin-top: -49px;
    display: inline-block;
    padding: 15px 25px;
  }
}
.about-one__item__left__contact__link__icon i {
  font-size: 36px;
  color: #EC2526;
}
.about-one__item__left__contact__link__subtext {
  color: #6D7076;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 176.923%;
}
.about-one__item__left__contact__link__text {
  color: #fff;
  font-size: 18px;
  margin-top: -4px;
  font-weight: 600;
  line-height: 166.667%;
  margin-bottom: 0;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.about-one__item__left__contact__link__text:hover {
  background-size: 100% 1px;
}
.about-one__item__left__contact__link__text:hover {
  color: #EC2526;
}
.about-one__item__left__contact__link:hover .text__icon {
  animation: top-bottom 0.4s ease-in-out;
}
.about-one__item__block-contents {
    margin-top: 11px;
    color: white;
    padding: 10px 35px;
    margin-bottom: 17px;
    background: #c42112;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-one__item__block-contents {
    padding: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-one__item__block-contents {
    padding: 20px 30px;
  }
}
.about-one__item__block-contents__text {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
}
.about-one__item__elememt__single {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-one__item__elememt__single {
    gap: 10px;
  }
}
.about-one__item__elememt__single__icon .icon {
  overflow: hidden;
  width: 70px;
  height: 70px;
  border-radius: 500px;
  background-color: #EC2526;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-one__item__elememt__single__icon .icon {
    width: 50px;
    height: 50px;
  }
}
.about-one__item__elememt__single__icon .icon i {
  font-size: 30px;
  color: #fff;
}
.about-one__item__elememt__single__icon .icon::after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: 50%;
  left: 50%;
  border-radius: 500px;
  background:#111117;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.about-one__item__elememt__single__text {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 20px;
  max-width: 125px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-one__item__elememt__single__text {
    font-size: 17px;
  }
}
.about-one__item__elememt__single:hover .icon {
  background-color: transparent;
}
.about-one__item__elememt__single:hover .icon::after {
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
}
.about-one__progress {
  margin-top: 0px;
  margin-bottom: 40px;
}
.about-one__progress__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-shadow: 0 0 1px currentColor;
}
.about-one__progress__bar {
  width: 100%;
  height: 10px;
  position: relative;
  background-color: #F5F5F5;
}
.about-one__progress__inner {
  position: absolute;
  height: 10px;
  background-color: #EC2526;
  transition: all 700ms linear;
  width: 0px;
}
.about-one__progress__number {
  position: absolute;
  bottom: calc(100% + 5px);
  right: 0;
  margin-bottom: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
}
.about-one__item__one {
  /* padding-left: 70px; */
  /* padding-right: 30px; */
}
@media (max-width: 1200px) {
  .about-one__item__one {
    padding-left: 0px;
  }
}
.about-one .drivschol-btn {
  padding: 15px 20px;
}
.about-one__element {
  position: absolute;
  left: 0;
  bottom: -51%;
  z-index: 1;
}
.about-one__element img {
  animation: topbottom 2s ease-in-out infinite;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-one__element {
    display: none;
  }
}
@keyframes left {
  0% {
    transform: translateX(0px);
  }
  70% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes right {
  0% {
    transform: translateX(0px);
  }
  70% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
/*.about-one::after {
  content: "";
  clear: both;
  width: 100%;
  height: 1px;
  background: #E6E6E6;
  position: absolute;
  bottom: 0;
  left: 0;
}*/
.about-one__element {
  position: absolute;
  left: -12px;
  bottom: -27%;
  z-index: 1;
  /* height: 400px; */
  width: 20px;
}
.about-one__element img {
  animation: topbottom 2s ease-in-out infinite;
  /* height: 100%; */
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-one__element {
    display: none;
  }
}

@keyframes topbottom {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.sec-title__img,
.sec-title2__img {
  display: inline-flex;
  align-items: center;
  margin: 0px -2px;
  font-size: 12px;
  color: #c91f1f;
}
/*.sec-title__img,
.sec-title2__img {
  animation: right 2s ease-in infinite;
}

.sec-title__img, .sec-title2__img {
    animation: left 2s ease-in infinite;
}*/
.drivschol-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: #111117;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 20px;
  line-height: 100%;
  transition: 500ms;
  text-transform: capitalize;
  background-color: #111117;
  color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  text-decoration: none;
}
.drivschol-btn:hover {
  color: #111117;
  background-color: #fff;
}
.drivschol-btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: #111117;
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
  z-index: -1;
}
.drivschol-btn::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: #fff;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  z-index: -1;
}
.drivschol-btn:hover {
  color: #111117;
}
.drivschol-btn:hover::before {
  top: 100%;
}
.drivschol-btn:hover::after {
  bottom: -50%;
}
.drivschol-btn span {
  position: relative;
  color: inherit;
  z-index: 2;
}
.drivschol-btn i {
  margin-left: 5px;
}
.drivschol-btn--black::after {
  background-color: #c42112 ;
}
.drivschol-btn--black:hover {
  color: #fff;
}
h3.sec-title__title {
    color: orange;
    font-size: 32px;
    font-weight: 600;
    /* padding-bottom: 10px; */
    line-height: 36px;
}
.mt-100px {margin-top: 100px;}
h6.sec-title__tagline {
    font-size: 18px;
    color: #F25334;
}
h3.sec-title__title span {
    color: #000000;
}

/*--------------------------------------------------------------
# Holistic Development
--------------------------------------------------------------*/
.image-box img {
    border-radius: 12px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.pt-50 {padding-top: 50px;}
.pt-40 {padding-top: 40px;}
.mt-50 {margin-top: 50px;}
.holistic_sec {background: #f8f9f9 url(../images/shape-bg.png) !important;background-repeat: no-repeat !important;background-position: center bottom!important;}

/*--------------------------------------------------------------
# Director Message
--------------------------------------------------------------*/
#personal{
       background: #f7f7f7;
    padding: 40px 25px;
    }
    .principal-main-heading{
        font-weight:600;
        font-size:25px;
        margin-bottom: 25px;
    }
    .principal-image{
        width:100%;
        margin: auto;
    display: block;
    }
    .adjust-principal{
        padding:0px;
        width:37%;
    }
    .adjust-principal-text{
        padding:0px;
        width:62%;
    }
    .adjust-container{
        padding-left:30px;
        padding-right:50px;
    }
    .grid-section-infra{
        display:grid;
        grid-template-columns:1fr 1fr;
    }
    .grid-section-sport{
display:grid;
grid-template-columns:1fr 1fr 1fr;        
    }
.principal-main-heading {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 25px;
}
.staff-title {
    line-height: 25px;
    position: absolute;
    color: white;
    bottom: 0;
    width: 100%;
    left: 0;
    text-transform: capitalize;
    margin-bottom: 0;
    background: #981d1dd6;
    padding: 5px 0;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}
.principal-heading {
    color: black;
    text-align: left;
    font-size: 15px;
    line-height: 27px;
    overflow: auto;
}
.adjust-principal-text p{text-transform:capitalize;font-size: 13px;font-weight: 500;}
.principalmsg_sec {
    padding: 20px;
    background: white;
    box-shadow: 0rem 0.5rem 1rem #c9c9c9;
    position: relative;
}
.text-justify {text-align: justify;}
.mt-20 {margin-top: 20px;}
.padding0 {padding: 0px;}
.activity-image-box img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.activity-image-box:nth-child(2) {
    background: #e54c81 url(../images/facts-bg1.png) 50%;
    overflow: hidden;
    position: relative;
    min-height: 320px;
    transition: .3s ease;
    cursor: pointer;
}
.activity-image-box:nth-child(4) {
    background: #09b2de url(../images/facts-bg1.png) 50%;
    overflow: hidden;
    position: relative;
    min-height: 320px;
    transition: .3s ease;
    cursor: pointer;
}
.activity-image-box:nth-child(5) {
    background: #66b136 url(../images/facts-bg1.png) 50%;
    overflow: hidden;
    position: relative;
    min-height: 320px;
    transition: .3s ease;
    cursor: pointer;
}
.activity-image-box:nth-child(7) {
    background: #f9ae02 url(../images/facts-bg1.png) 50%;
    overflow: hidden;
    position: relative;
    min-height: 320px;
    transition: .3s ease;
    cursor: pointer;
}
.ElementTitle {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 43%;
    color: #fff;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    transition: .5s ease;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.ElementContent {
    color: #fff;
    font-size: 13px;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    line-height: 18px;
    text-align: justify;
    opacity: 0;
     transition: .5s ease;
     -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.activity-image-box:nth-child(2):hover .ElementContent, .activity-image-box:nth-child(4):hover .ElementContent, .activity-image-box:nth-child(5):hover .ElementContent, .activity-image-box:nth-child(7):hover .ElementContent {transition: .3s ease;transform: translate3d(0, -50%, 0);opacity: 1;}
.activity-image-box:nth-child(2):hover .ElementTitle, .activity-image-box:nth-child(4):hover .ElementTitle, .activity-image-box:nth-child(5):hover .ElementTitle, .activity-image-box:nth-child(7):hover .ElementTitle {opacity: 0;}
.pb-20 {padding-bottom: 20px;}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.eventsec .thumbnail-date-day {
  color: rgb(255, 255, 255);
}

.eventsec .thumbnail-date-month {
  color: rgb(255, 255, 255);
}
.eventsec .thumbnail {
  -webkit-touch-callout: none;
  border-radius: 3px;
  box-sizing: initial;
  height: 52px;
  min-width: 52px;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 52px;
}

.grey {
  background-color: #bababaa7;
}

.eventsec .thumbnail .thumbnail-date span,
.eventsec .thumbnail .thumbnail-date span {
  display: inline-block;
  line-height: 1;
}

.eventsec .thumbnail .thumbnail-date .thumbnail-date-day {
  font-size: 24px;
  font-weight: 700;
  margin-top: 4px;
  position: relative;
  text-align: center;
  top: 4px;
  width: 100%;
}

.eventsec .thumbnail .thumbnail-date .thumbnail-date-month {
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.tags-list-town {
  background-color: #198754;
}

.tags-list span {
    border-radius: 2px;
    color: #fff;
    cursor: default;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 5px;
    padding: 4px 6px;
    position: relative;
    background-color: #e54c81cf;
    text-transform: capitalize;
    float: right;
    line-height: 20px;
    overflow: hidden;
    max-width: 90%;
    text-overflow: ellipsis;
    width: fit-content;
    white-space: nowrap;
}

.text-over {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 20px;
}

.card {
  border: 0 !important;
  border-radius: 0 !important;
}

.card-img-top {
  border-radius: 0 !important;
}

.image-container {
  position: relative;
  overflow: hidden;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 41%);
  z-index: 1;
}

.image-container .card-img-top {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 235px;
    object-fit: cover;
    object-position: center;
}

.tags-list-town {
  background-color: #9c27b0;
}
/* Top left text */
.bottom-left {
  position: absolute;
  bottom: 14px;
  left: 16px;
  z-index: 999;
}

.bottom-right {
    position: absolute;
    bottom: 6px;
    right: 16px;
    color: #fff;
    font-size: 12px;
    z-index: 999;
    cursor: pointer;
}

.top-right {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 999;
    width: 100%;
    text-align: right;
}

.eventsec .thumbnail {
  box-shadow: 0.5rem 0.5rem #00000085, -0.5rem -0.5rem #cccccca3;
}

.card {
  border: 1px solid #eee;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.tags-list span {
  font-size: 14px !important;
}
.text-over .desc {
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.eventsec .col:nth-child(1) .image-container .thumbnail {
    background-color: #ffa500e0;
}
.eventsec .col:nth-child(2) .image-container .thumbnail {
    background-color: #00800070;
}
.eventsec .col:nth-child(3) .image-container .thumbnail {
    background-color: #ff000070;
}
.eventsec .col:nth-child(4) .image-container .thumbnail {
    background-color: #2196f3ad;
}
.eventsec .col:nth-child(5) .image-container .thumbnail {
    background-color: #673ab794;
}
.eventsec .col:nth-child(6) .image-container .thumbnail {
    background-color: #37782cad;
}
.eventsec {
    background-color: #fff;
}

/*--------------------------------------------------------------
# Photo Gallery
--------------------------------------------------------------*/

.grid-container {
  columns: 4 200px;
  column-gap: 1.5rem;
  width: 90%;
  margin: 0 auto;
}
.grid-container .img_sec {
  width: 150px;
  margin: 0 1.5rem 1.5rem 0;
  display: inline-block;
  width: 100%;
  border: solid 2px #343434;
  padding: 5px;
  box-shadow: 5px 5px 5px rgb(0 0 0 / 40%);
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
  position: relative;
}
.grid-container .img_sec:hover {
  border-color: coral;
}
.grid-container .img_sec img {
  width: 100%;
  /*filter: grayscale(100%);*/
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
}
    .grid-container .img_sec p {
        margin: 5px 0;
        padding: 0;
        text-align: center;
    }
.grid-container .img_sec:nth-child(1) img {
    width: 100%;
    height: 166px;
    object-fit: cover;
}
.grid-container .img_sec:nth-child(2) img {
    width: 100%;
    height: 285px;
    object-fit: cover;
}
.grid-container .img_sec:nth-child(3) img {
    width: 100%;
    height: 392px;
    object-fit: cover;
}
.grid-container .img_sec:nth-child(4) img {
    width: 100%;
    height: 147px;
    object-fit: cover;
}
.grid-container .img_sec:nth-child(5) img {
    width: 100%;
    height: 331px;
    object-fit: cover;
}
.grid-container .img_sec:nth-child(6) img {
    width: 100%;
    height: 147px;
    object-fit: cover;
}
.grid-container .img_sec:nth-child(7) img {
    width: 100%;
    height: 204px;
    object-fit: cover;
}
.grid-container .img_sec:nth-child(8) img {
    width: 100%;
    height: 331px;
    object-fit: cover;
}
.title_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title_sec a {
    text-decoration: none;
    color: #c42112;
    font-size: 13px;
    font-weight: 600;
}
.gallery_title {
    position: absolute;
    bottom: 34px;
    background-color: #c42112c9;
    color: white;
    width: 96.5%;
    border-radius: 0px 0px 4px 4px;
}
.date_sec {
    font-weight: 600;
    font-size: 13px;
    color: black;
}

/*--------------------------------------------------------------
# Notice
--------------------------------------------------------------*/
.btn-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bx{
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
.notice-event-item-title a {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top:0;
    font-weight: 600;
    color: #c42112;
    text-decoration: none;
    text-transform: capitalize;
}
.gdlr-core-item-pdlr {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #ccc;
}
.gdlr-core-event-item-content-wrap p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    font-size: 13px;
    text-transform: capitalize;
}
.notice_sec .bottom-left {
    margin-bottom: 2px;
    margin-right: 20px;
}
.notice_sec .bottom-left {
    display: block;
    width: 20%;
    text-align: center;
    white-space: nowrap;
    margin-right: 25px;
    padding-bottom: 10px;
    position: relative;
    bottom: auto;
    left: 10px;
    z-index: 9;
}

.notice_sec .thumbnail {
  box-shadow: 0.5rem 0.5rem #302b6a54, -0.5rem -0.5rem #b0323300;
}
.notice_sec .thumbnail {
  -webkit-touch-callout: none;
  border-radius: 3px;
  box-sizing: initial;
  height: 52px;
  min-width: 52px;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 52px;
  background-color: #302b6a;
}
.notice_sec .thumbnail .thumbnail-date .thumbnail-date-day {
    font-size: 24px;
    font-weight: 700;
    margin-top: 4px;
    position: relative;
    text-align: center;
    top: 2px;
    width: 100%;
    color: #fff;
}
.notice_sec .thumbnail .thumbnail-date .thumbnail-date-month {
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}
.notice_sec .thumbnail .thumbnail-date span, .notice_sec .thumbnail .thumbnail-date span {
   line-height: 24px;
    flex-direction: column;
    display: flex;
}
.notice_sec .thumbnail-date-month {
    color: rgb(255, 255, 255);
}
h3.notice-event-item-title {
    margin-bottom: 0px;
}
.pb-40 {padding-bottom: 40px;}

/*--------------------------------------------------------------
# Infrastructure
--------------------------------------------------------------*/
.division_4 .title_header {
    width: 90%;
    padding-top: 35px;
    margin: auto;
    text-align: center;
}
.division_4 .cards{
    padding:3rem 4rem 4rem;
    position:relative;
}

.division_4 .cards:before, .division_4 .cards:after{
    content:"";
    position:absolute;
    width:150px;
    height:150px;
    z-index:-1;
}

.ball{
    position:absolute;
    width:20px;
    height:20px;
    border-radius:50%;
    background:linear-gradient(145deg,#302b6ad1,#302b6a);
}
.ball:before {
    content: "";
    border-radius: 50%;
    background-color: rgba(1,1,1,0.2);
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
}
.division_4 .cards:before{
    background-image:url("../images/dots.png");
    top:0;
    left:2%;
    animation: arrows 4s 0s infinite;
    z-index: 1;
}

.division_4 .cards:after{
    background-image:url("../images/dots.png");
    bottom:0;
    right:2%;
    animation: arrows 6s 0s infinite;
    z-index: 0;
}

.ball:nth-child(1){
    width:30px;
    height:30px;
    left:10%;
    top:5%;
    animation: arrows 10s 0s infinite;
}

.ball:nth-child(2){
    width:30px;
    height:30px;
    right:10%;
    bottom:5%;
    animation: arrows 10s 0s infinite;
}

.ball:nth-child(3){
    width:50px;
    height:50px;
    left:50%;
    top:20%;
    transform:translate(-50%, -20%);
    animation: arrows 10s 0s infinite;
}

.ball:nth-child(4){
    width:50px;
    height:50px;
    left:3%;
    bottom:0%;
    animation: arrows 15s 0s infinite;
}

.division_4 .cards figure{
    /*height:70vh;*/
    height: 42vh;
    margin: 2%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    width: 50vw;
    margin:2%;
    border-radius:140px;
    overflow:hidden;
    position:relative;
    border: 4px solid #c42112;
}

.division_4 .cards figure:nth-child(2), .division_4 .cards figure:nth-child(3){
    top:4rem;
}

.division_4 figure img{
    object-fit:cover;
    width:100%;
    height:100%;
}

.division_4 .cards section{
    background-image:url("../images/line.png");
    background-size:70% auto;
    background-repeat:no-repeat;
    background-position:center;
    width:100%;
}

.division_4 p {
    font-size: 14px;
    line-height: 26px;
}

@media (max-width:991px) {
    .division_4 .cards section {background-image: none;}
    .division_4 .cards {padding: 0px;}

    .division_4 .cards .fixed_flex {
        display: inline-flex;
        width: 100%;
        overflow-y: auto;
    }
    .division_4 .title_header{
        width:100%;
        padding:1rem;
    }

    .division_4 .cards figure {
        height: auto;
        border-radius: 0px;
        overflow: visible;
        position: unset;
        width: auto;
    }
    
    .division_4 .cards:after{
        display:none;
    }
    .division_4 figure img {
        object-fit: cover;
        width: 200px;
        height: 200px;
    }
    .ball:nth-child(1), .ball:nth-child(2), .ball:nth-child(3), .ball:nth-child(4) {display: none;}
}

.flex, .fixed_flex {
    display: flex;
}
@-webkit-keyframes UpAndDown {
  0%,
  100% {
    top: 30%;
  }
  50% {
    top: 70%;
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}

@keyframes UpAndDown {
  0%,
  100% {
    top: 30%;
  }
  50% {
    top: 70%;
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@keyframes arrows {
    0%, 100% {
        color: black;
        transform: translateY(0);
    }
    50% {
        color: #3AB493;
        transform: translateY(20px);
    }
}

@media (max-width: 768px) {
     .work .img {
        height: 140px;
    }
}
@media (max-width: 991px) {
    .work .img {
        /* height: 210px; */
    }
}
@media screen and (max-width: 991px) {
    .my-5 {
        margin-bottom: 0rem!important;
    }
    .news-wrapper.bx.style-2 {
        margin-bottom: 25px;
    }
    .py-5 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .division_4 p {text-align: justify;}
    .division_4 .cards figure {border: 2px solid #aeaeae;}
    .adjust-principal-text {
        padding: 0px;
        width: 100%;
    }
    #personal {
        padding: 40px 0px;
    }
    .adjust-container {
        padding-right: 30px;
    }
    .adjust-principal {
        width: 100%;margin-top: 20px;
    }
    .principalmsg_sec {margin-top: 20px;}
    #personal .col-md-4 {
        padding: 0px;
    }
    .grid-container .img_sec img {height: 200px!important;}
    .about-one__item__left__img img {
        height: 300px;
    }
    .about-one__item__left__img {
        height: auto;
    }
    .about-one__item__left__img__sub_img {display:none;}
    section.about-one .row {flex-direction: column-reverse;}

    .about-one__item {
        margin-top: 15px;
    }
}




/*latest event*/

.contain{

position: relative;

width: 100%;

padding: 0 20px;

}
#owl-carousel2 .owl-dots{
    bottom: -38px;
}
#owl-carousel2 .owl-dots .owl-dot span{
    display:none;
}
#owl-carousel2 .owl-dots .owl-dot  {
    margin: 5px 3px !important;
    height: 6px !important;
    border-radius: 5px;
    background: #D6D6D6;
}

#owl-carousel2 .owl-dots .owl-dot.active  {
    width: 30px !important;
    background: #c42112!important;
    border-radius: 9px;
}


/*Our Play School Methodology*/
.activities, .activities-sec .row, .circle-thumb, .gallery-thumb a, .inner-banner, .relative {
    position: relative;
}

.pad100 {
    padding: 50px 0;
}
.container-fluid {
    /* padding-right: 50px; */
    /* padding-left: 50px; */
}
.heading {
    font-size: 55px;
    margin-bottom: 30px;
    color: #033b62;
}
.methodology-thum h4, .methodology-thum h5 {
    margin-bottom: 30px;
    font-weight: 600;
}
.line {
    width: 128px;
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: 0 0;
    margin-top: -25px;
    margin-bottom: 17px;
    height: auto;
}
.line:after, .line:before {
    content: '';
    display: block;
    height: 2px;
    flex-grow: 1;
    flex-basis: 0;
    background: rgba(249, 106, 154, .5);
}
.line:after, .line:before {
    content: '';
    display: block;
    height: 2px;
    flex-grow: 1;
    flex-basis: 0;
    background: rgba(249, 106, 154, .5);
}
.methodology-section {
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
.methodology-thumbnail:first-child {
    background: #e54c81;
}

.methodology-thumbnail {
    width: 18%;
    padding: 15px;
    min-height: 230px;
    box-shadow: 2px 8px 12px #0000002e;
    color: #fff;
    border-radius: 0 30px 30px;
    margin-top: 30px;
    position: relative;
}
.methodology-thumbnail:first-child .alphabet {
    background: #fff;
    border: 3px solid #e54c81;
    color: #e54c81;
}

.alphabet {
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 29px;
    position: absolute;
    top: -22px;
    left: 0;
}
.methodology-thum h4, .methodology-thum h5 {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 16px;
}

.methodology-thumbnail h4, .methodology-thumbnail h5 {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 30px 0 10px !important;
    color: #fff;
}
.methodology-thumbnail p {
    margin: 0;
    line-height: 22px;
    font-size: 14px;
}
.color4, .methodology-thumbnail:nth-child(2) {
    background: #7b3186;
}
.methodology-thumbnail:first-child {
    background: #e54c81
}

.color4,.methodology-thumbnail:nth-child(2) {
    background: #7b3186
}

.methodology-thumbnail:nth-child(4) {
    background: #66b136
}

.bg1,.methodology-thumbnail:nth-child(5),.social-icon a:hover,.valu-circle1 .valu span,.valu-circle6 .valu span {
    background: #f9ae02
}
.about-number:hover, .bg2, .methodology-thumbnail:nth-child(3) {
    background: #09b2de;
}

.methodology-thumbnail:nth-child(2) .alphabet {
    background: #fff;
    border: 3px solid #7b3186;
    color: #7b3186
}

.methodology-thumbnail:nth-child(3) .alphabet {
    background: #fff;
    border: 3px solid #09b2de;
    color: #09b2de
}

.methodology-thumbnail:nth-child(4) .alphabet {
    background: #fff;
    border: 3px solid #66b136;
    color: #66b136
}

.methodology-thumbnail:nth-child(5) .alphabet {
    background: #fff;
    border: 3px solid #f9ae02;
    color: #f9ae02
}
.palm-2 {
    position: absolute;
    left: 0;
    top: -3px;
    transform: rotate(331deg);
    width: 180px;
    opacity: .5;
}
section.pad100.relative.methodology {
    /* background: #f5f5f5; */
    background: linear-gradient(180deg, rgb(230 242 245 / 44%), #e6f2f5 33%, #fdf2ec);
}
.usiegh_tri {
    display: flex
;
    justify-content: center;
    font-size: 14px;
}
@keyframes fadeInRight {



    0% {  opacity: 0;
   -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
 transform: translateX(20px);
  }
  100% {
 opacity: 1;
-webkit-transform: translateX(0);
 -ms-transform: translateX(0);

 transform: translateX(0);
  }
}
@media (min-width: 1280px) {
    .about-two__image {
        /* margin-left: -18px; */
        /* margin-right: -30px; */
        height: 433px !important;
        width: 500px;
    }
}
@keyframes fadeInUp {



    0% {



        opacity: 0;



        -webkit-transform: translateY(20px);



        -ms-transform: translateY(20px);



        transform: translateY(20px);



    }







    100% {



        opacity: 1;



        -webkit-transform: translateY(0);



        -ms-transform: translateY(0);



        transform: translateY(0);



    }



}

.fadeInUp {
 -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp;



}


.about-two__image__one {
    position: relative;
    display: inline-block;
    -webkit-mask: url(../images/download.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    height: 100%;
    width: 100%;
}
.about-two__image__border {
    position: absolute;
    left: 3px;
    top: -19px;
    z-index: -1;
}
.about-two__image__leaf {
    position: absolute;
    right: 21px;
    top: 24px;
}
.about-two__awards {
    position: absolute;
    left: -10px;
    bottom: 35px;
    z-index: 2;
    width: 134px;
    text-align: center;
    padding: 29px 15px 26px;
}
.about-two__awards__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    stroke-width: 3px;
    stroke:  #FFAA23;
    fill:  #fff;
    z-index: -1;
}
.about-two__awards__title {
    margin: 1px 0 0;
    font-size: 19px;
    color:  #0B2038;
    line-height: 1;
}
.about-two__awards__icon {
    font-size: 48px;
    line-height: 1;
    color:  #75C137;
}

.about-two__awards-top {
    display: flex
;
    align-items: end;
    justify-content: center;
}
.about-two__awards__number {
    color: #75C137;
    font-weight: 600;
}

#onload-modal img{
    display: block;
    /* max-width: 100%; */
    height: auto;
    /* margin:auto; */
    /* padding:50px; */
    height: 100%;
    width: 100%;
}

.modal {
            display: flex; /* Visible on load */
            position: fixed;
            z-index: 10000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0,0,0,0.5);
            justify-content: center;
            align-items: center;
        }

        .popup-img {
            /* max-width: 90%; */
            /* max-height: 90%; */
            display: block;
            /* margin: auto; */
        }

        .close-btn {
            position: absolute;
            top: -20px;
            right: 8px;
            font-size: 29px;
            color: #c6200f;
            cursor: pointer;
            z-index: 1000;
            background: none;
            border: none;
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 50%;
            /* margin-bottom: -6px; */
            /* padding-bottom: 18px; */
        }
        .ughuif_tri{
            background:white;
            height: 500px;
            display: block;
            padding: 5px;

        }
        .hsdgu_tri {
    position: relative;
}
        .about-two__image__border.wow.fadeInUp {
    height: 450px;
    width: 450px;
}

.col-md-6.wow.fadeInRight.animated {
    display: flex;
    justify-content: center;
    /* align-items: center; */
}
.about-two__image__border.wow.fadeInUp img{
    width:100%;
}
.ehguy_tri {
    display: block;
    color: #c42112;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    padding: 5px 0;
}
.jgbhug_tri {
    background-image: url(../images/banners_1.png) !important;
}
.ugrfbf_tri {
    background-image: url(../images/banners_2.png) !important;
    height: 210px;
}
.jkgfbyh_tri{
    background-image: url(../images/banners_3.png) !important;
}
/*.hfuygh_tri{
    background-image: url(../images/banners_4.png) !important;
}*/

.ftco-section:before {
    content: "";
    background-image: linear-gradient(#00000000, #000000c7);
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    height: 45%;
    z-index: 2;
}
.about-one__item__left__img::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  background-color: #c4211299; /* desired background color */
  z-index: -1;
  border-radius: 10px; /* optional styling */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.about-one__item__left__img {
  position: relative;
}

.about-one__item__left {
    display: flex
;
    justify-content: center;
}

@media(max-width:768px){
    .container-fluid{
        padding:0px !important;
    }
    .methodology-thumbnail {
        width: 100%;

    }
    .methodology-section {
    
    flex-wrap: wrap;
}
    .container-fluid.adjust-container {
    padding: 0 23px !important;
}
        .footer-logo {
        display: flex
;
        justify-content: left !important;
    }
        .eventsec {
    background-color: #fff;
    padding: 50px 0px;
}
}
.f-600{
    font-weight:600;
}


.video_section {
    padding: 60px 0;
    background-image: url(../images/video_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.rtdrtd_tri {
    color: #fff;
    margin-bottom: 18px;
    text-align: center;
}
.black-heading {
    color: #354b88;
}
.video_prtt {
    display: flex
;
}
.videoindexpage {
    width: 100%;
    background: white;
    text-align: center;
    border: 1px solid #dfdada;
    box-shadow: 4px 4px 13px 0 rgb(1 1 1 / 20%);
    /* height: 250px; */
    border-radius: 10px;
}
.dj-ami {
    border: 18px solid #c42112 !important;
}
div#Infrastructure {
    background: #f7f7f7;
}
video.videoindexpage.h-100.dj-ami {

       height: 377px !important;
}
.SideOption {
    position: fixed;
    top: 270px;
    z-index: 99;
    right: 0;
    display: grid
;
}
.SideOption a.uyfvyuy_tri {
    background: #c42112;
    cursor: pointer;
    /* background: #2c8e48; */
    padding: 10px 11px;
    margin-right: 10px;
    transform: rotate(270deg);
    float: right;
    right: -90px;
    position: relative;
    color: #fff;
    font-weight: 600;
    display: block;
    top: 70px;
    width: 198px;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 15px;
    box-shadow: 0 -0.5rem 12px rgb(0 0 0 / 18%);
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    text-transform:uppercase;
    text-decoration:none;
}
.ihfeuhyr_tri:before{
    display:none;
}