@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@100;300;400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap');

.londrina-solid-thin {
 font-family: "Rubik", sans-serif;
  font-family: "Londrina Solid", sans-serif;
  font-weight: 100;
  font-style: normal;
}
p{ font-family: "Dosis", sans-serif; font-size: 18px; font-weight: 500;}
.londrina-solid-light {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.navbar-brand img {
    width: 220px;
}
.londrina-solid-regular {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.londrina-solid-black {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 900;
  font-style: normal;
}
body {
    font-family: "Londrina Solid", sans-serif;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{font-family: "Londrina Solid", sans-serif !important;}

.back-to-top {
    position: fixed !important;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.top-header {
    background: #64318E;
    color: #fff;
}
ol, ul {
    padding-left: 0px;
    margin: 0px;
    list-style: none;
}
.container {
    max-width: 1400px;
    position: relative;
}
.header-info {
    display: flex;
}
.header-info li {
    font-size: 18px;
    margin-right: 20px;
    transition: all ease 0.4s;
    line-height: 50px;
    font-weight: 300;
    letter-spacing: 0.6px;
}
.header-info li span {
    font-size: 16px;
}
.header-info li a {
    color: #fff;
}
.top-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social-style a {
    background-color: rgb(169 115 178);
    min-width: 40px;
    min-height: 40px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    font-size: 19px;
    transition: all ease 0.4s;
    text-align: center;
    line-height: 40px;
}
.social-style span {
    font-size: 18px;
    margin-right: 8px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.6px;
}
.header-info li:hover {
    color: #FDA742;
    transition: all ease 0.4s;
}
.social-style a:hover {
    background: #FDA742;
}
.navbar {
    max-width: 1320px;
    margin: 0px auto;
}
.navbar-nav li a {
    color: #3a3d52;
    font-size: 20px;
    padding: 0px 16px;
    display: block;
    line-height: 80px;
    text-transform: uppercase;
    transition: all ease 0.4s;
    position: relative;
    letter-spacing:0.3px;
}
.navbar-nav li a:hover{
    color: #ffbf00;
    transition: all ease 0.4s;
}
.navbar-brand {
    margin: 0px;
}
.header-wrapper {
    position: relative;
    padding: 10px 0px;
}
.slider-content h1 {
    font-size: 50px;
    color: #390920;
    margin-bottom: 30px;
}
.slider-content h1 span {
    display: block;
}
.floating {  
    animation-name: floating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 0px;
    margin-top: 0px;
}
.whatsappFltoing {
    background: #25D366;
    color: #fff;
    font-size: 28px;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    position: fixed;
    right: 30px;
    bottom: 15px;
    box-shadow: 0 4px 10px #0000002b;
    z-index: 9;
}
.whatsappFltoing i {
    margin-top: 9px;
}
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }    
}
.img-1 {
    position: absolute;
    top: -150px;
    left: 250px;
}
.slider-content img {
    width: 160px;    
}
.slider-content p {
    font-size: 18px;
    color: #390920;
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 30px;
}
div#navbarCollapse {
    justify-content: flex-end;
}
.about-img {
    position: relative;
}
.a-img-01 {
    width: 260px;
    position: absolute;
    bottom: -40px;
    right: 60px;
}
.a-img-02 {
    width: 120px;
    position: absolute;
    left: 50px;
    z-index: 9;
}
.a-content {
    display: flex;
    align-items: flex-start;
}
.ab-content p {
    padding-right: 40px;
    text-align: justify;
    font-weight: 500;
}
.Activities-list li {
    font-family: "Dosis", sans-serif;
    text-align: left;
    font-size: 20px;
    line-height: 50px;
    font-weight: 600;
}
.Activities-list li {
    position: relative;
    padding-left: 50px;
}
.Activities-list li:before {
    position: absolute;
    content: '';
    background: url('../img/right-arrow.png');
    width: 25px;
    height: 25px;
}
.Activities-list li:before {
    position: absolute;
    content: '';
    background: url(../img/right-arrow.png);
    width: 26px;
    height: 26px;
    background-position: center center;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.Activities-list li {
    position: relative;
    padding-left: 40px;
    line-height: 50px;
}
/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}
.navbar .navbar-nav .nav-link {
    margin: 0 26px;
    padding: 0;
    outline: none;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary)
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item.active {
    color: var(--bs-white);
    background: var(--bs-primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .btn-primary {
    border-width: 2px;
    background: var(--bs-light);
}

.navbar .btn-primary:hover {
    background: var(--bs-primary);
}
.a-content-img {
    width: 15%;
}
.ab-content h2 {
    font-size: 48px;
    text-transform: uppercase;
    color: #390920;
}
.ab-content {
    width: 80%;
}
.a-content-img img {
    margin: 0px auto;
    display: block;
}
/*** Hero Header ***/
/*.slider-wrapper {
    position: absolute;
    right: 0;
    max-width: 530px;
    top: 0;
    bottom: 0;
} */
.hero-header {
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: bottom center !important;
    position: relative;
    overflow: hidden;
    padding: 5em 0px 0px;
}
.hero-header:before {
    position: absolute;
    content: '';
    background: url(../img/kid-line-sc-bottom.png);
    width: 100%;
    height: 30px;
    background-size: cover !important;
    transform: rotate(180deg);
    top: 0px;
    background-repeat: no-repeat;
    left: 0;
}
.header-carousel .owl-item img {
    height: 580px;
    object-fit: cover;
    object-position: top;
}
img.banner-img {
    width: auto !important;
}
.slider-content {
    width: 100%;
    position: relative;
    text-transform: uppercase;
}
.slider-content h1 span {
    font-size: 65px;
    color: #65328e;
    line-height: 60px;
}
.vs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background: #64318e;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 36px;
    z-index: 1;
    overflow: hidden;
    letter-spacing: 0.6px;
    border-radius: 50px;
    position: relative !important;
}
.vs-btn:hover {
    color: #ffd600;
}
.slider-content p span {
    color: #ed1c24;
    font-weight: 600;
}
.header-info li span i {
    color: #ffd600;
}
.about-section {
    position: relative;
    padding: 7em 0px !important;
}
@media (min-width: 992px) {

    .hero-header .hero-header-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .hero-header .hero-header-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .hero-header .hero-header-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.header-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next{
    position: relative;
    margin-left: 2px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-dark);
    background: var(--bs-primary);
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    color: var(--bs-white);
}

.page-header {
    background: url(../img/page-header.jpg) center center no-repeat;
    background-size: contain;
}


/*** Service ***/
@media (max-width: 768px) {
    .service .service-item {
        border: none !important;
        box-shadow: 0 0 45px rgba(0, 0, 0, .05);
    }
}

@media (min-width: 992px) {
    .service .service-item.border-lg-end {
        border-right: 1px solid #dee2e6;
    }

    .service .service-item.border-lg-end-0 {
        border-right: none !important;
    }

    .service .service-item.border-lg-bottom-0 {
        border-bottom: none !important;
    }
}

.service .service-item .btn-primary {
    border-width: 2px;
    background: var(--bs-white);
}

.service .service-item .btn-primary:hover {
    background: var(--bs-primary);
}

.service .service-item img {
    width: 70px;
    margin-bottom: 20px;
}


/*** Team ***/
.team {
    position: relative;
}

.team::before {
    position: absolute;
    content: "";
    width: 200%;
    height: 200px;
    top: 50%;
    left: -50%;
    transform: translateY(-50%);
    margin-top: 1rem;
    background: var(--bs-primary);
}

.team-item img {
    transition: .5s;
}
  
.team-item:hover img {
    transform: scale(1.2);
}
  
.team-overlay {
    position: absolute;
    padding: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    text-align: center;
    background: rgba(255, 255, 255, .5);
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-overlay {
    background: rgba(255, 255, 255, .9);
}

.team-overlay p {
    letter-spacing: 1px;
}

.team-overlay .btn-dark {
    border-width: 2px;
    color: var(--bs-dark);
    background: transparent;
}

.team-overlay .btn-dark:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}


/*** Testimonial ***/
.testimonial-carousel .owl-item {
    position: relative;
}

.testimonial-carousel .owl-item::before {
    position: absolute;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .1;
}

.testimonial-carousel .owl-item img {
    position: relative;
    width: 100px;
    height: 100px;
    z-index: 1;
}

.testimonial-carousel .owl-item,
.testimonial-carousel .owl-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item span {
    letter-spacing: 2px;
}

.testimonial-carousel .owl-item.center .bg-light {
    background: var(--bs-primary) !important;
}

.testimonial-carousel .owl-item.center .bg-light * {
    color: var(--bs-dark) !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--bs-dark);
    background: var(--bs-primary);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}


/*** Footer ***/
@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background: var(--bs-secondary);
    }
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    letter-spacing: 0.4px;
    font-family: "Dosis", sans-serif;
    font-weight: 700;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255, 255, 255, .5);
    margin-right: 10px;
}
.advantage {
    background: #E9EFEB;
    position: relative;
    padding: 6em 0px 12em !important;
}
.title-heading {
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    color: #452169;
    line-height: 90px;
}
.pxl-item--inner{
    position: relative;
}
.pxl-icon-box6 .pxl-item--inner, .pxl-metabox-carousel1 .pxl-item--inner {
    position: relative;
    text-align: left;
    padding: 16px;
    border-radius: 24px;
    box-shadow: 0 0 0 2px rgba(var(--secondary-color-rgb), .3);
    margin: 5px;
}
.pxl-icon-box6 .pxl-bow-tie, .pxl-metabox-carousel1 .pxl-bow-tie {
    width: 36px;
    height: 42px;
    border-radius: 5px 5px 0 0;
    background-color: #64318E;
    border: 2px slid var(--secondary-color);
    position: absolute;
    top: -47px;
    left: 50%;
    transform: translateX(-50%);
}
.pxl-icon-box6 .pxl-bow-tie:before, .pxl-metabox-carousel1 .pxl-bow-tie:before {
    width: 12px;
    height: 12px;
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 12px;
}
.pxl-icon-box6 .pxl-item--image, .pxl-metabox-carousel1 .pxl-item--image {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px;
}
.pxl-icon-box6 .pxl-item--image img, .pxl-metabox-carousel1 .pxl-item--image img {
    width: 100%;
    height: auto;
    width: 70px;
    margin: 0px auto;
    display: block;
}
.advantage-list {
    display: flex;
    justify-content: flex-start;
    max-width: 1170px;
    margin: 0px auto;
}
.pxl-icon-box {
    border-radius: 20px;
    box-shadow: 6px 5px 17px -4px rgb(159 157 157 / 80%);
    margin: 8px;
    width: 20%;
    background: #EFEF95 !important;
}
.advantage-list-01 {
    transform: rotate(4deg);
    margin-top: -20px;
    background: #9FE8FC !important;
}
.advantage-list-05 {
    transform: rotate(-4deg);
    margin-top: -20px;
    background: #FFC3E1 !important;
}
.advantage-list-05 {
    transform: rotate(-4deg);
    margin-top: -20px;
}
.pxl-item--title {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.teddy {
    position: absolute;
    top: 40px;
    left: 123px;
}
.advantage-list-03 {
    margin-top: 20px;
    background: #FFCFB9 !important;
}
.advantage-list-04 {
    background: #88E9B4 !important;
}
.why-us {
    padding: 5em 0px 8em;
    position: relative;
    margin-top: 0px;
}
.vs-class {
    padding: 30px;
    background: #ffeeb4;
    border-radius: 30px;
    position: relative;
    transition: all ease 0.4s;
    box-shadow: 0 10px 8px rgb(175 179 186 / 54%) !important;
    margin: 40px 0px;
}
.vs-class:hover {
    box-shadow: 20px 20px 0px -8px #ffbf00;
    transition: all ease 0.4s;
}
.vs-class__figure {
    position: relative;
}
.vs-class__icon--wrap {
    width: 90px;
    height: 90px;
    line-height: 70px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0px auto;
    border-radius: 100px;
    border: 7px solid #ebebeb;
    color: #fff;
    font-size: 20px;
    box-shadow: 0px 0px 0px 6px rgb(255, 255, 255);
}
h3.vs-class__heading {
    font-size: 25px;
    color: #fff;
    line-height: 24px;
    margin: 0px auto;
    letter-spacing:0.3px;
}
.vs-class__figure img {
    border-radius: 20px;
    border: 6px solid #fff;
}
.vs-area{
    position: relative;
}
.pencil {
    position: absolute;
    top: -50px;
    right: 0;
    width: 160px;
}
.vs-class__content {
    padding: 65px 0px 20px;
}
.our-program {
    background: linear-gradient(to bottom, #ebe1ff 0%, #dbc3cf 100%);
    position: relative;
    padding-bottom: 6em !important;
    padding-top: 6em !important;
}
.program-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 0px 6px 5px rgb(77 74 74 / 12%);
    transition: all ease 0.4s;
    z-index: 1;
    margin-bottom: 30px;
}
.program--content h3 {
    color: #fff;
    letter-spacing: 0.3px;
}
.program-wrapper .program--content {
    background: #42b9d3;
    padding: 40px !important;
    margin: 0px auto;
    bottom: -215px;
    left: 0;
    right: 0;
    border-radius: 80% 80% 80% 80%;
    position: absolute;
    text-align: center;
    color: #fff;
    transition: all ease 0.4s;
}
.program-wrapper .program-img-figure img {
    height: 400px;
    object-fit: cover;
    transition: all ease 0.4s;
}
.program-time li h4 {
    color: #ffffff;
}
.program--content p {
    min-height: 120px;
    margin-top: 10px;
    line-height: 1.4;
}
.rotate {
  animation: rotation 2s;
}

.linear {
  animation-timing-function: linear;
}

.infinite {
  animation-iteration-count: infinite;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.program-wrapper:hover .program--content {
    bottom: 0;
    transition: all ease 0.4s;
    border-radius: 0px;
    height: 100%;
    padding: 30px !important;
}
.program--content .vs-btn {
    width: 200px;
    margin-top: 20px;
}
.program-wrapper:hover .program-img-figure img {
    transform: scale(1.1);
    transition: all ease 0.4s;
}
ul.program-time {
    display: flex;
    justify-content: space-between;
    background: #693d97;
    padding: 16px;
    border-radius: 15px;
}
.our-program-1 :after {
    position: absolute;
    content: '';
    background: url(../img/dot.png);
    width: 100%;
    height: 20px;
    bottom: 0;
    background-repeat: repeat;
    background-size: contain !important;
}
.gallery-section {
    position: relative;
    z-index: 9;
    padding: 5em 0px 0px !important;
}
.gallery-section:after {
    position: absolute;
    content: '';
    background: url(../img/kid-line-sc-bottom.png);
    width: 100%;
    height: 30px;
    background-size: cover !important;
    top: -29px;
    background-repeat: no-repeat;
    left: 0;
}
.lightboxpreview {
   transition: all .3s linear;
padding-top:60%;
  cursor:pointer;
  background-size:cover;
}
   
.lightbox-content {
max-height:75svh;
  height:75svh;
}

.lightbox-close { 
  cursor:pointer;
    margin-left: auto;
  position:absolute;
  right:-30px;
  top:-30px;
  color:white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;}

.modalscale {transform:scale(0);
opacity:0;}



.lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{transition:all .4s ease-in-out;}
.lightbox_img_wrap {
    padding-top: 65%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 4px 4px 6px 5px rgb(69 68 68 / 7%);
}
.lightbox-enabled:hover {
  transform:scale(1.1)
}
.lightbox-enabled {width:100%;
height:100%;
  position:absolute;
  top:0;
object-fit:cover;
cursor:pointer;}

.lightbox-container {width:100svw;
height:100svh;
position:fixed;
top:0;
left:0;
  display:flex;
  align-items:center;
  justify-content:center;
background-color:rgba(0,0,0,.6);
z-index:9999;
opacity:0;
pointer-events:none;
}

.lightbox-container.active {
  opacity:1;
  pointer-events:all;
}
.lightbox-image-wrapper {
  display:flex;
  transform:scale(0);
  align-items:center;
  justify-content:center;
  max-width:90vw;
  max-height:90vh;
  position:relative;
}
.lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
.lightbox-btn, #close {
  color:white;
  z-index:9999999;
 cursor:pointer; 
  position:absolute;
  font-size:50px;
}

.left {left:50px;}
.right {right:50px;}
#close {top:50px;
right:50px;}

.lightbox-image {
  width:100%;
  max-height:95vh;
  object-fit:cover;
 }

@keyframes slideleft {
  33% {transform:translateX(-300px);
  opacity:0;
  }
  66% {transform:translateX(300px);
  opacity:0;
  }
}


.slideleft {
   animation-name: slideleft;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}
@keyframes slideright {
  33% {transform:translateX(300px);
  opacity:0;}
  66% {transform:translateX(-300px);
  opacity:0;}
}


.slideright{
   animation-name: slideright;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}
.lightbox_img_wrap .overly {
    position: absolute;
    top: -24px;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    background: rgb(255 191 0 / 74%);
    height: auto;
    transition: all ease 0.4s;
}
.lightbox_img_wrap:hover .overly{
    opacity: 1;
    height: 100%;
    transition: all ease 0.4s;
    top:0;
}
.overly-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    background: #70167e;
    width: 60px;
    margin: 0px auto;
    color: #fff;
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    border-radius: 100px;
}



.gallery-header{display: flex; justify-content: space-between; align-items: center;}
.gallery {margin-top: 30px;}
.gallery a {display: block;}
.gallery a img {
    border-radius: 10px;
    height: 250px;
    width: 100%;
    object-fit: cover;
    padding: 0px;
    border: 10px solid #f1e4ff;
}
.thumb {
    overflow: hidden;
    position: relative;
    margin-bottom: 5px !important;
    padding: 0px;
    border: 6px solid #fff;
}
.overly {
    background: rgb(33 33 33 / 53%);
    height: 100%;
    position: absolute;
    top: -250px;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    left: 0;
    right: 0;
    margin: 0px auto;
}
    .thumb:hover .overly {top: 0; transition: all 0.4s ease-in-out;}
.overly span {
    background: #6f2793;
    width: 60px;
    margin: 0px auto;
    color: #fff;
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    border-radius: 100px;
    text-align: center;
}
.award-list {
    justify-content: space-between;
    border-radius: 20px;
    box-shadow: 3px 10px 1px #8e67b6;
    background-size: cover !important;
    position: relative;
    background: #42b9d3;
}
.award-list img {
    width: 100%;
    object-fit: cover;
    transition: all 0.4s 
ease-in-out;
    height: 230px;
    object-fit: cover;
    object-position: center;
}
.award-content:hover h3 {
    color: #6f2793;
    transition: all 0.4s ease-in-out;
}
.award-list:hover img {
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
}
.award-content {
    position: relative;
    background: #fff;
    padding: 20px;
}
.award-content p {
    color: #000;
    margin-bottom: 0;
    max-width: 300px;
}
.award-content h3 {
    color: #390920;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    max-width: 260px;
}
.dropdown-menu {
    background: #691a91 !important;
    width: 250px;
    margin: 0px !important;
    padding: 0px !important;
}
.dropdown-menu li a {
    color: #fff;
    line-height: 50px;
    border-bottom: 1px solid #761fa3;
}
.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item.active {
    color: #691a91;
    background: #ffd600;
}
.navbar .dropdown-toggle::after {
    font-size: 16px;
}
.about-section:before {
    position: absolute;
    content: '';
    background: #ebddf8;
    width: 50%;
    height: 100%;
    top: 0;
}
.underline {
    position: relative;
}
.underline:before {
    background-color: #fbe635;
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: 0;
}
.vs-class__icon img {
    width: 45px;
    display: block;
    margin: 0px auto;
    border-radius: 0px;
    margin: 16px 16px;
    border: none;
}
.why-us {
    padding: 8em 0px;
    position: relative;
    margin-top: 0px;
    background-attachment: fixed !important;
    background-size: cover !important;
}
.why-us:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.2) 100%);
    top:0;
    left:0;
}
.vs-1:hover {
    box-shadow: 20px 20px 0px -8px #684789 !important;
}
.vs-2:hover {
    box-shadow: 20px 20px 0px -8px #6f8b27 !important;
}
.vs-3:hover {
    box-shadow: 20px 20px 0px -8px #5466ab !important;
}
.vs-4:hover {
    box-shadow: 20px 20px 0px -8px #b63d1f !important;
}
.vs-5:hover {
    box-shadow: 20px 20px 0px -8px #026a5e !important;
}
.vs-6:hover {
    box-shadow: 20px 20px 0px -8px #e99638 !important;
}
.advantage:after {
    position: absolute;
    content: '';
    background: url(../img/kid-line-sc-bottom.png);
    width: 100%;
    height: 30px;
    background-size: cover !important;
    bottom: -1px;
    background-repeat: no-repeat;
    left: 0;
}
.img-4 {
    position: absolute;
    top: 0;
    width: 150px;
    z-index: 99;
}
.our-program:before {
    position: absolute;
    content: '';
    background: url(../img//doodle_bg2.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-attachment: fixed;
    background-size: cover !important;
}
.award-section {
    background-size: cover !important;
    position: relative;
    margin-top: 0px;
    padding-top: 5em !important;
    text-align: left;
    padding-bottom: 10em !important;
}
.award-section h2 {
    text-align: left;
}
.event-list {
    margin-top: 5em;
    position: relative;
    z-index: 9;
}
.award-list img {
    width: 100%;
}
.award-list {
    justify-content: space-between;
    border-radius: 20px;
    box-shadow: 0px -10px 0px 10px #fff200;
    background-size: cover !important;
    position: relative;
    background: #42b9d3;
    overflow: hidden;
    margin: 0px 12px;
    border-bottom: 2px solid #ccc;
}
.award-content:before {
    position: absolute;
    content: '';
    background: url(../img/kid-line-sc-bottom.png);
    width: 100%;
    height: 20px;
    background-size: cover !important;
    top: -20px;
    background-repeat: no-repeat;
    left: 0;
    z-index: 1;
}
.award-content .vs-btn {
    margin-top: 15px;
    display: block;
    width: 200px;
}
.footer {
    background-size: cover !important;
    background-position: top center !important;
    position: relative;
    background: #fff200;
    padding-top: 4em;
}
.footer:before {
    position: absolute;
    content: '';
    background: url(../img/footer-yellow.png);
    width: 100%;
    height: 200px;
    background-position: top center !important;
    background-size: cover !important;
    z-index: 9;
    top: -200px;
    left: 0;
}
.footer:after {
    position: absolute;
    content: '';
    background: url(../img/bg2.jpg);
    width: 100%;
    height: 200px;
    background-position: top center !important;
    background-size: cover !important;
}
.footer::after{
    display: none;
}
.footer p {
    display: flex;
    color: #390920;
    font-size: 20px;
    letter-spacing: 0.4px;
    margin: 16px 0px 20px;
}
.footer .social-style a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #390920;
    color: #ffffff;
}
.footer-right h2 {
    color: #390920;
    text-transform: uppercase;
    font-size: 40px;
}
.footer-right small {
    color: #390920;
    font-size: 20px !important;
    font-family: "Dosis", sans-serif;
    font-weight: 700;
}
.footer-right .form-group {
    margin-bottom: 12px;
}
.footer-right input {
    height: 50px;
    border-radius: 10px;
    border-bottom: 3px solid #eecaad;
    font-family: "Dosis", sans-serif;
    font-weight: 600;
}
.footer-right textarea {
    height: 100px;
    border-radius: 10px;
    border-bottom: 3px solid #eecaad;
    font-family: "Dosis", sans-serif;
    font-weight: 600;
}
.footer-right a {
    color: #390920 !important;
    font-size: 18px;
}
.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #390920 !important;
    margin-right: 10px;
}
input[type='submit'] {
    height: auto;
    margin-top: 12px;
    background: #64318e;
    color: #fff;
    font-size: 18px;
    font-family: "Londrina Solid", sans-serif;
    line-height: 1;
    padding: 18px 36px;
    z-index: 1;
    overflow: hidden;
    letter-spacing: 1px;
    border-radius: 50px;
    position: relative !important;
    font-weight: 400;
}
img.img-5 {
    position: absolute;
    top: 16px;
    right: 40px;
}
.bg-dark {
    background-color: #64318E !important;
}
.Copyright-inner a {
    color: #fff;
}

.innerpage-banner {
    position: relative;
}
.innerpage-banner:before {
    position: absolute;
    content: '';
    background: url(../img/kid-line-sc-bottom.png);
    width: 100%;
    height: 30px;
    background-size: cover !important;
    transform: rotate(180deg);
    top: 0;
    background-repeat: no-repeat;
    left: 0;
}
.innerbanner-content {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.innerbanner-content h1 {
    font-size: 50px !important;
    text-transform: uppercase;
    color: #390920; 
}
.need-help {
    padding: 4em 0px 12em !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background: #f2e5ff !important;
    position: relative;
}
.need-help:before {
    position: absolute;
    content: '';
    background: url(./img/need-call.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
}

img.f-2 {
    position: absolute;
    top: -60px;
    width: 80px;
    opacity: 0.3;
}
.breadcrums{
    color: #64318e;
}
.breadcrums a {
    color: #ed1c24;
}
.innerpage-title-heading{
    font-size: 50px;
    text-transform: uppercase;
    color: #390920;
}
.help-option {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
    margin-top: 20px;
}
.help-btn {
    margin: 0px 20px;
    display: flex;
    align-items: center;
}
.help-btn span {
    background: #f665ae;
    width: 55px;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    color: #ffffff;
    border-radius: 100px;
    font-size: 26px;
    margin-right: 12px;
}
.help-btn .phone-num {
    font-size: 32px;
    color: #f43093;
}
.phone-num small {
    display: block;
    text-align: left;
    font-size: 17px;
    text-transform: uppercase;
    color: #390920;
}
.divider img {
    width: 100px;
    margin: 10px 0px;
}
.events-inner .award-list {
    margin-bottom: 50px;
}
.slde-box {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px -10px 0px 10px #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
.cat_list li a {
    display: block;
    border-bottom: 1px solid #ccc;
    line-height: 55px;
    font-size: 25px;
    color: #64318e;
}
.slde-box h3 {
    color: #390920;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.slde-box img {
    width: 70px;
}
.img-ab {
    position: absolute;
    top: -60px;
    width: 40%;
    z-index: -1;
    left: 80px;
}
.Advantage-ab:before {
    display: none;
}
.f-1 {
    position: absolute;
    top: -173px;
    right: 0;
    max-width: 235px;
}
.innerpage-wrapper.py-5 {
    background: #f8f0ff;
}
.f-3 {
    width: 174px;
    margin: 0px auto;
    bottom: 70px;
    position: absolute;
    opacity: 0.2;
    left: 230px;
}
.f-4 {
    width: 160px;
    opacity: 0.2;
    position: absolute;
    bottom: 110px;
    right: 0;
}
.f-5 {
    width: 130px;
    opacity: 0.3;
    position: absolute;
    top: -100px;
    right: 0;
}
.footer-right {
    position: relative;
}
.footer-ig {
    position: relative;
}
.innerpage-wrapper .gallery-section:after {
    display: none;
}
.innerpage-banner {
    position: relative;
    height: 500px;
    background-size: cover !important;
}
.Copyright-inner a, .Copyright-inner {
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 20px;
}
.a-img {
    max-width: 580px;
    margin: 0px auto;
    display: block;
}
.Advantage-ab-b {
    padding: 30px;
    border-radius: 20px;
    box-shadow: 6px 5px 17px -4px rgb(159 157 157 / 80%);
    margin-bottom: 30px;
}
.Advantage-ab-b h3 {
    margin-bottom: 0px !important;
    font-size: 25px;
}
.Advantage-ab .row {
    display: flex;
    justify-content: center;
}
.el-event-date {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    position: absolute;
    right: 30px;
    top: 20px;
    text-align: center;
    overflow: hidden;
    z-index: 99;
    transition: all ease 0.4s;
}
.el-event-date .el-month {
    background-color: #01a491;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding: 0 15px;
    transition: all ease 0.4s;
}
.el-event-date .el-day {
    background-color: #05d3bb;
    color: #ffffff;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    padding: 5px 15px 8px;
    transition: all ease 0.4s;
}
.award-content a {
    max-width: 300px;
    display: inline-block;
}
.innerbanner-content p {
    max-width: 50%;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin: 0px auto;
}
.event-details {
    background: #ffcce8;
    color: #fff;
    padding: 50px 0px;
    position: relative;
}
.event-info li {
    font-size: 19px;
    font-weight: 500;
    line-height: 45px;
    font-family: "Dosis", sans-serif;
    color: #000000;
}
.event-title {
    color: #000000;
    font-size: 50px;
    margin-bottom: 30px;
}
.event-list-details p {
    text-align: justify;
    color: #000;
}
.event-details .f-2 {
    width: 100px;
}
.time-table li {
    line-height: 37px;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    background: #8e67b6;
    padding: 7px 10px;
    border: 1px solid #e9e5e5;
    font-weight: 600;
    font-family: "Dosis", sans-serif;
    color: #fff;
}
.time-table {
    border-top: 5px solid #64318e;
    margin-top: 50px;
}
.accordion {
  margin: 1em auto;
}

.accordion-input {
  display: none; /* Hide the checkbox visually */
}
.accordion-label {
    display: block;
    cursor: pointer;
    padding: 1em;
    background: #64318E;
    color: #ffffff;
    font-weight: 300;
    border-radius: 6px;
    user-select: none;
    font-size: 20px;
    transition: background-color 0.3s;
    font-family: "Londrina Solid", sans-serif !important;
    letter-spacing: 1px;
}

.accordion-label:hover, .accordion-label:focus {
    background-color: #2e3192;
    outline: none;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1em;
  background-color: #f0f4f8;
  border-radius: 0 0 6px 6px;
  transition: max-height 0.35s ease, padding 0.35s ease;
  font-size: 1rem;
  line-height: 1.4;
}

/* Show content when checked */
.accordion-input:checked ~ .accordion-content {
  max-height: 500px; /* Adjust max-height to fit content */
  padding: 1em;
}

/* Plus/minus icon */
.accordion-label::after {
    content: '+';
    float: right;
    transition: transform 0.3s ease;
    font-size: 36px;
    line-height: 30px;
}
.accordion-input:checked + .accordion-label::after {
  content: '-';
}
.Activities-section {
    padding: 5em 0px 0px !important;
}
.our-achivment {
    padding: 5em 0px;
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
    position: relative;
}
.achivment-list {
    background: #01a491;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 0px 6px 5px rgb(77 74 74 / 12%);
    align-items: center;
    transition: transform 0.3s ease;
    margin: 2em 0px 0px;
    border: 9px solid #d0ffeb;
}
.achivment-student-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.achivment-student-img {
    width: 50%;
    position: relative;
    transition: transform 0.3s ease;
}
.achivment-student-details {
    width: 50%;
    position: relative;
    transition: transform 0.3s ease;
}
.achivment-student-details p {
    font-size: 20px;
    padding: 0px 22px;
    margin-bottom: 0px;
    color: #fff;
    transition: transform 0.3s ease;
    font-family: "Londrina Solid", sans-serif !important;
    font-weight: 300;
    letter-spacing: 1px;
}

.achivment-list:hover .achivment-student-img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}
.innerpage-wrapper .our-achivment {
    padding-top: 0px;
}
.program-inner .achivment-student-details span {
    background: transparent;
    display: inline;
    border: none;
    padding: 0px;
}
/* Responsive enhancements */
@media (max-width: 480px) {
  .accordion-label {
    font-size: 1rem;
    padding: 0.75em 1em;
  }
.achivment-list {
    display: flex;
    flex-direction: column;
}
.achivment-student-img, .achivment-student-details {
    width: 100%;
}
    .program-inner .achivment-student-img img {
        max-width: 100%;
        height: auto;
    }
  .accordion-content {
    font-size: 0.95rem;
    padding: 0 0.75em;
  }
    .innerpage-wrapper {
        margin: 0em 0px 0px;
        text-align: center;
    }
    .achivment-student-details p {
    font-size: 15px;
    line-height: 28px;
    text-align: center;
}
  .accordion-input:checked ~ .accordion-content {
    max-height: 400px;
    padding: 0.75em 1em;
  }

  .accordion-label::after {
    font-size: 1.2rem;
  }
}
ul.event-info {
    display: flex;
}
.event-info li {
    margin-right: 22px;
}
.event-info li span {
    color: #64318e;
}
.ab-content ul li {
    position: relative;
    padding-left: 40px;
    font-size: 19px;
    font-family: "Dosis", sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: justify;
}
.ab-content ul li:before {
    position: absolute;
    content: '';
    background: url(../img/right-arrow.png);
    width: 26px;
    height: 26px;
    background-position: center center;
    background-size: contain;
    left: 0;
    top: 10px;
}
.ab-section-content {
    padding-right: 100px;
    text-align: justify;
}
.about-img .img-ab {
    width: 600px;
}
.social-style a i {
    line-height: 40px;
}
.footer .social-style a i {
    line-height: 50px;
}
.overly i {
    line-height: 60px;
}
.slider-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vs-class p {
    color: #fff;
    margin-top: 16px;
}
.program_time_bg_1 {
    background: #148199 !important;
}
.program_bg_2 {
    background: #8e67b6 !important;
}
.program_btn_bg_2 {
    background: #693d97 !important;
}
.program_bg_3 {
    background: #fb6b47 !important;
}
.program_time_bg_3 {
    background: #dc4e2a !important;
}
.program_btn_bg_3 {
    background: #dc4e2a !important;
}
.program_bg_4 {
    background: #01a491 !important;
}
.program_time_bg_4 {
    background: #017769 !important;
}
.program_btn_bg_4 {
    background: #017769 !important;
}
.help-btn span i {
    line-height: 55px;
}
.innerpage-wrapper {
    margin: 5em 0px 0px;
}
.Advantage-ab-b h3 {
    margin-bottom: 15px !important;
}
.Advantage-ab-b p {
    min-height: 80px;
    text-align: justify;
}
.ab-content ul {
    padding-right: 40px;
}
.ab-content-list ul li {
    position: relative;
    padding-left: 40px;
    font-size: 19px;
    font-family: "Dosis", sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: justify;
}
.ab-content-list ul li:before {
    position: absolute;
    content: '';
    background: url(../img/right-arrow.png);
    width: 26px;
    height: 26px;
    background-position: center center;
    background-size: contain;
    left: 0;
    top: 10px;
}
.gallery-section .gallery {
    margin-bottom: 5em;
}
.gallery-page:after {
    display: none;
}
.footer p i {
    margin-top: 6px;
}
.event-list-details {
    font-family: "Dosis", sans-serif;
    color: #000;
    font-size: 18px;
}
.program-inner h1, .program-inner h2 {
    font-size: 50px;
    text-transform: uppercase;
    color: #390920;
    margin-bottom: 22px;
}
.program-inner h1 span, .program-inner h2 span {
    position: relative;
    display: inline-block;
    background: transparent;
    color: #390920;
    font-size: 50px;
    padding: 0;
    line-height: normal;
    border: none;
    font-weight: 500 !important;
    font-family: "Londrina Solid", sans-serif !important;
}
.program-inner h1 span:before, .program-inner h2 span:before {
    background-color: #fbe635;
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: 0;
}
.program-inner img {
    max-width: 500px;
    margin: 0px auto;
    display: block;
}
.program-inner span {
    line-height: 37px;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    background: #8e67b6;
    padding: 7px 10px;
    border: 1px solid #e9e5e5;
    font-weight: 400;
    font-family: "Dosis", sans-serif;
    color: #fff;
}
.program-inner {
    margin-bottom: 13em;
}
.program-inner p {
    font-size: 18px;
    text-align: justify;
}
.program-inner ul {
    padding-right: 40px;
}
.program-inner ul li:before {
    position: absolute;
    content: '';
    background: url(../img/right-arrow.png);
    width: 26px;
    height: 26px;
    background-position: center center;
    background-size: contain;
    left: 0;
    top: 10px;
}
.program-inner ul li {
    position: relative;
    padding-left: 40px;
    font-size: 19px;
    font-family: "Dosis", sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: left;
    display: inline-block;
    width: 33%;
}
.slider-content p span a {
    color: #383838;
    font-size: 20px;
    font-weight: 700;
}
.footer p a {
    color: #390920;
}
#customToastContainer {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 9999;
}

.custom-toast {
  min-width: 250px;
  background-color: #fff;
  border-left: 6px solid #17cd69;
  padding: 1rem;
  margin-top: 0.5rem;
  border-radius: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  animation: slideIn 0.3s ease, fadeOut 0.5s ease 3.5s forwards;
  position: relative;
}

.custom-toast.danger {
  border-color: #ff0047;
}

.custom-toast-header {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.custom-toast .closeBtn {
  position: absolute;
  top: 8px;
  right: 6px;
  background: none;
  border: none;
  font-size: 25px;
  color: #333;
  cursor: pointer;
  padding: 0;
  color: #EF0043;
}

/*RESPONSIVE*/
@media only screen and (max-width: 1200px) {
.mfp-wrap {
    height: 320px !important;
}
}
@media only screen and (max-width: 1024px) {
.top-header {display: none;}
.navbar-toggler {
    padding: 0px !important;
    margin: 0px !important;
    background: #64318e;
    line-height: 69px !important;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 12px;
}
.navbar-toggler-icon {
    height: auto;
}
.navbar-nav {
    background: #faed04;
    border-radius: 12px;
    border-top: 5px solid #64318e;
    margin-top: 12px;
}
.navbar-nav li a {
    line-height: 50px;
    color: #64318e !important;
    border-bottom: 1px solid #e5d902;
    padding: 0px 20px !important;
}
.dropdown-menu {
    width: 100%;
}
.dropdown-menu li a {
    color: #fff !important;
}
.hero-header:before {
    height: 12px;
}
.advantage-list {
    max-width: 100%;
    display: flex;
    flex-direction: column;
}
.pxl-item--image img {
    display: none;
}
.advantage-list-01 {
    transform: rotate(0deg);
    margin-top: 0;
    background: #9FE8FC !important;
}
.pxl-icon-box {
    border-radius: 20px;
    box-shadow: 6px 5px 17px -4px rgb(159 157 157 / 80%);
    margin: 0px;
    width: 100%;
    background: #EFEF95 !important;
}
.advantage-list-05 {
    transform: rotate(0deg);
    margin-top: 0;
}
.pxl-icon-box6 .pxl-bow-tie, .pxl-metabox-carousel1 .pxl-bow-tie {
    display: none;
}
.pxl-icon-box {
    max-width: 80%;
    margin: 10px auto;
}
.footer:before {
    top: -199px;
}
.footer {
    text-align: center;
}
.footer p {
    display: flex;
    color: #390920;
    font-size: 20px;
    letter-spacing: 0.4px;
    margin: 16px 0px 20px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-right h2 {
    color: #390920;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 20px !important;
}
.footer .btn.btn-link {
    text-align: center;
}
.footer .btn.btn-link::before{
    display: none;
}
.g-5, .gx-5 {
    --bs-gutter-x: 0px !important;
}
.Copyright-inner .mb-3 {
    margin-bottom: 0px !important;
}
.Copyright-inner a, .Copyright-inner {
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 10px 0px !important;
}
.py-5 {
    padding: 1em !important;
}
.f-5 {
    width: 100px;
    top: -130px;
}
.f-4 {
    left: 0px;
    width: 100px;
    right: 0;
}
.award-section {
    padding-bottom: 100px !important;
}
    .program--content p {
        font-size: 15px;
        padding: 15px;
    }
.innerpage-banner {
    height: 200px;
}
.innerbanner-content h1 {
    font-size: 25px !important;
}
.about-img .img-ab {
    width: 600px;
    display: none;
}
.program-inner img {
    max-width: 100%;
}
.program-inner ul li {
    width: 100%;
}
.program-inner ul {
    padding-right: 40px;
    margin-top: 0px !important;
}
.about-img {
    position: relative;
    display: none;
}
.innerpage-wrapper {
    margin: 3em 0px 0px;
    text-align: center;
}
.program-inner h1 span:before, .program-inner h2 span:before {
    bottom: 0;
}
.program-inner p {
    font-size: 16px;
    text-align: justify;
}
.program-inner ul li {
        width: 100%;
        text-align: center;
        padding: 0px;
    }
.program-inner h1, .program-inner h2 {
    font-size: 28px;
}
.program-inner h1 span, .program-inner h2 span {
    font-size: 28px;
}
.program-inner span{
    font-size: 16px;
}
.program-inner ul li:before{display: none;}
.ab-section-content {
    padding-right: 0px;
    text-align: center;
}
.innerpage-title-heading {
    font-size: 28px;
}
    .need-help {
        padding-bottom: 10em !important;
        padding-top: 3em !important;
    }
.help-option {
    flex-direction: column;
}
.help-option .vs-btn {
        font-size: 15px;
        width: 180px;
    }
    .help-option .vs-btn {
        font-size: 15px;
        width: 100%;
    }
    .help-btn {
    margin-top: 12px;
}
.ab-section {
    margin: 3em 0px 0px !important;
}
.about-section {
    padding: 3em 0px !important;
}
.innerbanner-content p {
    max-width: 90%;
    font-size: 16px;
}
.event-details {
    text-align: center;
}
h2.event-title {
    font-size: 28px;
}
ul.event-info {
    display: flex;
    flex-direction: column;
}
.f-2{
    display: none;
}
.help-btn .phone-num {
    font-size: 25px;
    color: #f43093;
}
.award-content h3 {
    text-align: left;
}
}

@media only screen and (max-width: 768px) {
.navbar-brand img {width: 120px;}
.header-wrapper {padding: 10px;}
.slider-content {text-align: center;}
.slider-content h1, .slider-content h1 span {
    font-size: 30px;
    line-height: 36px;
}
.header-carousel .owl-item img {
    height: 350px;
    margin: 20px auto 0px;
}
.about-section:before{display: none;}
.ab-content h2 {font-size: 28px;}
.about-section {
    padding: 0em 0px !important;
    text-align: center;
}
.a-content {
    flex-direction: column;
}
.a-content-img, .ab-content {
    width: 100%;
}
.ab-content p {
    padding-right: 0;
}
.a-content-img img {
    width: 30px;
    margin-bottom: 12px;
}
.ab-content p {
    padding-right: 0;
    font-size: 16px;
}
.a-content {
    margin: 30px 0px !important;
}
.ab-content ul {
    padding-right: 0px;
}
.ab-content ul li {
    font-size: 16px;
}
.underline:before {
    height: 4px;
    bottom: 0;
}
.title-heading {
        font-size: 28px;
        line-height: 28px;
    }
.why-us {
        padding: 3em 0px;
    }
.pencil, .teddy, .img-4, .img-5 {
    display: none;
}
.advantage {
    background: #E9EFEB;
    position: relative;
    padding: 3em 0px !important;
}
p {
    text-align: justify;
}
.vs-class {
    margin-top: 0px;
}
.our-program {
    padding: 3em 0px !important;
}
.gallery-section .gallery {
    margin-bottom: 0;
}
.award-section h2 {
    text-align: center;
}
.event-list {
    margin-top: 3em;
}
.award-list {
    margin-bottom: 50px;
}
.award-content:before{
    top:-19px;
}
.award-content h3 {
    max-width: 200px;
}
}
@media only screen and (max-width: 600px) {
    .award-content h3 {
        max-width: 150px;
    }
    .container {
    max-width: 100%;
    position: relative;
}
img.f-3.floating {
    display: none;
}
    .innerpage-wrapper {
        margin: 1em 0px 0px;
        text-align: center;
    }
    .achivment-list:hover .achivment-student-img {
    transform: inherit;
    transition: transform 0.3s ease;
}
}