@charset "utf-8";
/* CSS Document */

*,
::after,
::before,
body,
html {
    box-sizing: border-box;
}
*,
.mobile_primary ul,
.sub-menu-details ul,
body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
li,
p,
ul,
ul li {
    padding: 0;
    margin: 0;
}
a,
a:hover {
    color: #6c6c6c;
}
.mask-image,
.usp-mask {
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
}
*,
body,
html {
    scroll-behavior: smooth;
    font-family: Poppins, sans-serif;
}
@font-face {
    font-family: Noto Sans Cond;
    src: url('../webfont/FontsFree-Net-NotoSans-Condensed.ttf') format("truetype");
}
@font-face {
    font-family: Noto Sans Condensed;
    src: url('../webfont/NotoSans-CondensedBold.ttf') format("truetype");
}
@font-face {
    font-family: Noto Sans Cond ExtBd;
    src: url('../webfont/noto-sans-condensed-extrabold.ttf') format("truetype");
}
@font-face {
    font-family: Calibri;
    src: url('../webfont/calibri-regular.ttf') format("truetype");
}
@font-face {
    font-family: Calibri;
    src: url('../webfont/calibri-bold.ttf') format("truetype");
}
@font-face {
    font-family: Bubblewump;
    src: url('../webfont/Bubblewump.ttf') format("truetype");
}

.header-right-topbar ul,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none !important;
}
.topheader {
    padding: 3px 0;
    background-image: linear-gradient(to right, #342f6b, #392e6a, #3d2d6a, #422c69, #462b68, #4e2a68, #562867, #5e2666, #6b2364, #771e61, #821a5d, #8d1557);
}
.header-right-topbar ul li {
    display: inline-block;
    padding: 0 15px;
}
.header-right-topbar ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}
.header-menu {
    background-color: #2236718a;
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 30px;
}
.sticky-header {
    position: fixed !important;
    top: 0;
    z-index: 9999;
    width: 100%;
    padding: 5px 0;
}
.navbar-brand {
    padding: 6px 0;
}
.navbar-brand img {
    height: 60px;
}
.mobile_primary {
    position: relative;
    transition: 0.6s;
    padding: 0;
    z-index: 9999;
}
.mobile_primary ul li {
    cursor: pointer;
    display: inline-block;
}
.mobile_primary ul li a {
    color: #fff;
    padding: 10px 14px;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    z-index: 99;
    display: block;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    transition: 0.6s;
}
.mobile_primary .sub-menu {
    background: #1a5495;
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    border-radius: 0;
    border-bottom: 0;
    transition: 0.3s;
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -webkit-box-shadow: 0 8px 20px 0 rgb(0 0 0/6%);
    box-shadow: 0 8px 20px 0 rgb(0 0 0/6%) !important;
}
.mobile_primary .sub-menu.sub-menu-single {
    top: 100%;
    left: auto;
    width: auto;
    padding: 10px;
}
.mobile_primary li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
.mobile_primary .sub-menu li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
.mobile_primary li .sub-menu ul li a {
    background-color: #1a5495;
    color: #fff;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: baseline;
    position: relative;
    font-size: 15px;
    text-transform: inherit;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    padding: 8px 5px;
    margin: 1px 0;
}
.mobile_primary li .sub-menu ul li a:hover {
    background-color: #ab0d45;
    color: #fff;
}
.mobile_primary li .sub-menu-single ul li:last-child a,
.tabs.tabs-bottom .nav-tabs {
    border-bottom: none;
}
.sub-menu-button {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.menu-button {
    display: none;
}
#scrolltoButton {
    border: none;
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    background-color: #f37d1f;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#scrolltoButton.show,
.curriculam-item:hover .curriculam-content,
.features-card:hover .features-card-content {
    opacity: 1;
    visibility: visible;
}
#scrolltoButton::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 12px;
}
.bg-videocontent {
    height: 90%;
    width: 100%;
    object-fit: cover;
}
.banner-section::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #001238, #001238dd, #00123899, #e4eaf700, #ffffff00);
    pointer-events: none;
}
.banner-cloud {
    position: absolute;
    left: 0;
    top: 59%;
    z-index: 1;
    width: 100%;
}
.banner-content {
    position: absolute;
    top: 17%;
    z-index: 9;
    left: 10%;
}
.position-banner-content{
    position: absolute;
    top: 30%;
    z-index: 9;
    left: 10%;
}
.banner-content h2 {
    font-size: 45px;
    color: #112462;
    font-weight: 800;
    margin-bottom: 16px;
    text-shadow: 1px 1px 0 #ffffffdb;
}
.banner-content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 16px;
}
section.section {
    padding: 50px 0;
    position: relative;
}
.section-title {
    margin: 0 0 15px;
    padding: 0 0 15px;
    text-align: center;
}
.section-title h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 8px;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    z-index: 20;
}
.section-title p {
    font-size: 18px;
    margin-bottom: 6px;
    color: #000;
}
.seedling-tribe span,
.title-bg-blue h2 {
    background-color: #034ea2;
}
.bg-header,
.form-section span,
.seedling-group-section span,
.title-bg-red h2 {
    background-color: #a3123f;
}
.about-group-section span,
.form-section span,
.seedling-group-section span,
.seedling-international span,
.seedling-tribe span,
.seedlingmodern-international span {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 8px;
    display: inline-block;
    padding: 5px 10px;
    font-size: 20px;
}
.features-section::before, 
.section-gradient-pattern::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #ab0d45 0, rgb(231 197 198 / 40%) 25%);
    pointer-events: none;
    z-index: -1;
}
.features-card {
    position: relative;
    background-color: #fff;
    box-shadow: 10px 5px 7px 2px rgba(0, 0, 0, 0.26);
    border-radius: 50px;
    margin: 30px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
#aboutSlider .owl-nav .owl-next,
#aboutSlider .owl-nav .owl-prev,
#curriculamSlider .owl-nav .owl-next,
#curriculamSlider .owl-nav .owl-prev,
#featureCarousel .owl-nav .owl-next,
#featureCarousel .owl-nav .owl-prev,
#parentsTestimonial .owl-nav .owl-next,
#parentsTestimonial .owl-nav .owl-prev,
#schoolCard .owl-nav .owl-next,
#schoolCard .owl-nav .owl-prev,
#smiaSlider .owl-nav .owl-next,
#smiaSlider .owl-nav .owl-prev,
#spsBanner .owl-nav .owl-next,
#spsBanner .owl-nav .owl-prev,
#studentSpeak .owl-nav .owl-next,
#studentSpeak .owl-nav .owl-prev,
.float-element,
.usp-mask {
    position: absolute;
}
.feature-text,
.learner-card {
    padding: 30px;
}
.feature-text h2 {
    font-size: 20px;
    font-weight: 600;
    color: #223671;
    text-align: center;
}
.feature-image {
    background-image: url('../img/ellipse-1.png');
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    background-size: cover;
    background-position: bottom center;
    min-height: 310px;
    background-repeat: no-repeat;
}
.feature-image img{width: 100%; height: 350px; object-fit: cover;}
.feature-image-layout2 {
    background-image: url('../img/ellipse-2.png');
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    background-size: cover;
    background-position: bottom center;
    min-height: 310px;
    background-repeat: no-repeat;
}
.features-card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    background-color: #ab0d45;
    padding: 20px;
    display: flex;
    align-items: center;
}
.heading-span,
.school-span {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 3px 8px;
    background-color: #034ea1;
}
.school-span,
.sia-about-card h2 {
    display: inline-block;
    text-align: center;
}
.features-card-content p,
.headline-grabbing .title-font-style h2,
.network-section .title-font-style h2 {
    color: #fff;
}
.school-feature .features-card-content p {
    color: #fff;
    font-size: 16px;
    max-height: 350px;
    overflow-y: auto;
}
.school-feature .features-card-content p::-webkit-scrollbar {
    width: 8px;
}
.school-feature .features-card-content p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}
.school-feature .features-card-content p::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.2);
}
.usp-mask {
    -webkit-mask-image: url('../img/uspeclipse.png');
    -moz-mask-image: url('../img/uspeclipse.png');
    mask-image: url('../img/uspeclipse.png');
    mask-size: 100%;
    mask-repeat: no-repeat;
    top: 2%;
    left: -4%;
    width: 388px;
    height: 316px;
}
.school-feature .owl-carousel .owl-item img,
 .owl-carousel .owl-item .usp-mask img {
    width: 450px;
}
.features-section {
    background-image: url('../img/feature-bg.png');
    background-size: cover;
}
.section-para p {
    font-size: 30px;
    text-align: center;
    color: #243671;
    margin-bottom: 8px;
}
.mask-image {
    top: -4%;
    left: 9%;
    width: 270px;
    height: 260px;
    -webkit-mask-image: url('../img/school-img-area.png');
    mask-image: url('../img/school-img-area.png');
    mask-repeat: no-repeat;
    mask-size: 100%;
}
.bubble-dot {
    top: 58%;
    right: 0;
}
.owl-carousel .owl-item .mask-image img {
    width: 295px;
}
.element-card {
    margin: 15px;
}
.heading-span {
    text-align: center;
}
.school-span {
    margin-top: 3px;
}
.section-title h4 {
    font-size: 25px;
    color: #233571;
    font-weight: 400;
    margin-bottom: 10px;
}
.students-talks {
    background-image: url('../img/kidstalk-bg.png');
    background-size: cover;
}
.students-talks .owl-carousel .owl-item img {
    margin: 0 auto;
    width: 300px;
}
.students-card h3 {
    font-size: 25px;
    color: #ab0e45;
    font-weight: 500;
    text-transform: capitalize;
}
.parent-testimonial {
    background-image: url('../img/testimonial-bg.png');
    background-size: cover;
}
.testimonial-item {
    position: relative;
    padding-top: 10%;
}
.testimonial-card {
    position: relative;
    padding: 15px 50px 40px;
    background-color: #fff;
    border-radius: 35px;
}
.image-outer-female,
.image-outer-male {
    background: linear-gradient(50deg, #fca312 25%, rgb(242 104 72 / 0%) 25.62%), linear-gradient(222deg, #fff 25.99%, rgba(67, 141, 203, 0) 25.1%);
    padding: 3px;
}
.testimonial-signature {
    display: flex;
    align-items: end;
}
.testimonial-card h4 {
    font-size: 22px;
    color: #142f87;
    font-weight: 600;
    margin-bottom: 8px;
}
.testimonial-card p {
    color: #142f87;
    font-size: 15px;
}
.parent-testimonial .owl-item:nth-child(2).active .testimonial-item {
    margin-top: 3rem;
}
.image-outer-male {
    border-radius: 50%;
    margin-top: -10%;
}
.image-outer-female {
    border-radius: 50%;
    margin-top: -9%;
}
.owl-carousel .parents-img img {
    border-radius: 50%;
    height: 140px;
    width: 150px;
    object-fit: cover;
    background-color: #054893;
    padding: 3px;
}
.global-exccellence {
    background-image: url('../img/global-bg.png');
    background-size: cover;
    background-position: center top;
}
.span-text {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.span-para {
    font-size: 14px;
    color: #fff;
    margin-top: 3px;
    text-align: center;
}
.counter-container {
    margin-top: -18%;
}
.counter-item {
    width: 20%;
    flex-basis: fit-content;
}
.content-counter-1,
.content-counter-3 {
    top: 30%;
    left: 10%;
}
.content-counter-2 {
    top: 25%;
    left: 4%;
}
.content-counter-4 {
    top: 25%;
    left: 26%;
}
.content-counter-5 {
    top: 25%;
    left: 25%;
}
html .btn-primary {
    border-radius: 15px;
    padding: 8px 20px;
    background-color: #233571;
    color: #fff;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}
html .btn-small{padding: 6px 14px !important; border-radius: 8px !important; font-size: 14px;}
.contact-round-form .form-control {
    border-radius: 20px;
    border: 1.3px solid #940057;
}
.form-control:focus {
    box-shadow: none;
}
.contact-round-form .form-label {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.contact-form-lebel .form-label {
    color: #233571;
}
.footer-wrapper {
    background-image: url('../img/footer-bg.png');
    background-size: cover;
    padding-top: 24%;
    background-color: #fff0;
    padding-bottom: 15px;
    position: absolute;
    width: 100%;
    top: -395px;
}
.footer-section h5 {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}
.list.list-widgets {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 16px;
}
.list.list-widgets li {
    margin-bottom: 5px;
}
.list.list-widgets.list-widgets-lg li {
    padding-left: 20px;
    margin-bottom: 5px;
    color: #fff;
}
.list.list-widgets.list-widgets-lg li p {
    font-size: 16px;
}
.list-widgets li {
    position: relative;
    line-height: 24px;
}
.list.list-widgets.list-icons-sm li > [class*="fa-"]:first-child {
    color: #fff;
    font-size: 0.6em;
    top: 8px;
    left: 0;
}
.list.list-widgets li > [class*="fa-"]:first-child {
    position: absolute;
    left: 0;
}
.list.list-widgets.list-widgets-lg li > [class*="fa-"]:first-child {
    top: 3px;
}
.btn-secondary-color {
    background-color: #f37d1f;
    color: #fff;
}
.btn-secondary-color-2 {
    background-color: #b53551;
    color: #fff;
}
.btn-white-color {
    background-color: #fff;
    color: #034ea2;
}
.btn-secondary {
    font-size: 15px;
    font-weight: 500;
    border-radius: 15px;
    padding: 8px 20px;
    transition: 0.3s;
    border: none;
    appearance: none;
    outline: 0;
}
.btn-secondary:hover:not(.btn-white-color) {
    color: #fff;
    filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 0.21));
}
.btn-white-color:hover {
    color: #034ea2;
    filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 0.21));
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: 0 0;
    color: #000;
}
#featureCarousel .owl-nav .owl-next,
#parentsTestimonial .owl-nav .owl-next,
#schoolCard .owl-nav .owl-next {
    right: 45%;
}
#featureCarousel .owl-nav .owl-prev,
#parentsTestimonial .owl-nav .owl-prev,
#schoolCard .owl-nav .owl-prev {
    left: 45%;
}
#studentSpeak .owl-nav .owl-prev {
    top: 50%;
    left: -5%;
}
#studentSpeak .owl-nav .owl-next {
    top: 50%;
    right: -5%;
}
#aboutSlider .owl-nav .owl-next,
#aboutSlider .owl-nav .owl-prev,
#smiaSlider .owl-nav .owl-next,
#smiaSlider .owl-nav .owl-prev,
#spsBanner .owl-nav .owl-next,
#spsBanner .owl-nav .owl-prev {
    z-index: 10;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
}
#spsBanner .owl-nav .owl-prev {
    top: 45%;
    left: 5%;
}
#spsBanner .owl-nav .owl-next {
    top: 45%;
    right: 5%;
}
#aboutSlider .owl-nav .owl-prev,
#smiaSlider .owl-nav .owl-prev {
    top: 50%;
    left: 5%;
}
#aboutSlider .owl-nav .owl-next,
#smiaSlider .owl-nav .owl-next {
    top: 50%;
    right: 5%;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.footer-social a {
    padding: 0 5px;
}
.footer-social i {
    font-size: 25px;
    color: #fff;
}
.school-feature {
    background-color: #fff0e5;
}
.joyride-section {
    background-image: url('../img/joy-bg.jpg');
    background-size: cover;
}
.joyride-section ul li,
.seedling-whyus-section ul li,
.smia-whyus-section ul li {
    position: relative;
    margin-bottom: 8px;
    color: #fff;
    padding-left: 40px;
    font-size: 18px;
}
.joyride-section ul li::before {
    content: "\f04e";
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 1px;
    color: #fff;
    background-color: #a3123f;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sps-life-section {
    background-image: url('../img/sps-life-bg.jpg');
    background-size: cover;
}
.sps-mask-image {
    top: -4%;
    left: 18%;
    width: 355px;
    height: 318px;
    -webkit-mask-image: url('../img/sps-life.png');
    mask-image: url('../img/sps-life.png');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}
.image-eclipse {
    max-width: 380px;
    height: auto;
}
.sps-events-dot {
    top: 82%;
    left: 55%;
}
.seedling-group-section {
    background-image: url('../img/groupschool-bg.png');
    background-size: cover;
}
.parent-consult-section {
    background-image: url('../img/parent-bg.jpg');
    background-size: cover;
}
.counselling-item img {
    background-color: #fff;
    padding: 8px;
}
.circle-span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
.counselling-point {
    background-color: #034ea2;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    display: block;
    font-size: 18px;
}
.empower-section .row [class*="col-"]:nth-child(2) .item-card,
.parent-consult-section .gettogether .counselling-item img {
    transform: rotate(-3deg);
}
.gettogether:nth-child(3) .counselling-item img {
    transform: rotate(6deg);
}
.sps-cloud {
    position: absolute;
    width: 100%;
    left: 0;
    top: -36%;
    z-index: 10;
}
.school-feature::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #ab0d45 14%, rgb(231 197 198 / 0%) 30%);
    pointer-events: none;
    top: 0;
    left: 0;
}
.smhs-message,
.sps-message {
    top: 18%;
    left: -3%;
}
.smhs-curly-arrow,
.sps-curly-arrow {
    top: 40%;
    right: -10%;
}
.tape-4 {
    top: -6%;
    left: 42%;
}
.tape-1 {
    top: 0;
    left: 7%;
    z-index: 8;
}
.tape-2 {
    top: 30%;
    left: 47%;
    z-index: 8;
}
.tape-3 {
    top: -8%;
    right: 42%;
    z-index: 8;
}
.rotate-circle {
    top: 40%;
    left: 5%;
    z-index: 8;
}
.seedling-international span,
.seedlingmodern-international span,
.title-bg-orange h2 {
    background-color: #f37e20;
}
.about-sia-section {
    background-image: url('../img/curriculam-bg.jpg');
    background-size: cover;
    background-position: center;
}
.about-smia-section {
    background-image: url('../img/smia-curriculam-bg.jpg');
    background-size: cover;
    background-position: center;
}
.curriculam-item {
    position: relative;
}
.sia-about-card h2 {
    background-color: #409143;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    padding: 8px 15px;
    width: 72%;
    margin-left: auto;
    text-transform: uppercase;
    z-index: 10;
}
.skew-heading h2,
html body .tabs.tabs-bottom .nav-tabs .nav-link.active,
html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover {
    background-color: #fff;
}
.sia-about-card h2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #409143;
    z-index: -1;
    left: -20px;
    top: 0;
    transform: skew(-30deg);
}
.skew-heading h2::after,
.skew-heading h2::before {
    transform: rotate(360deg);
    position: absolute;
    top: 0;
    content: "";
}
.curriculam-content {
    position: absolute;
    width: 85%;
    height: 100%;
    padding: 25px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    background-color: #ab0d45;
    text-align: center;
    top: 0;
    right: 0;
    z-index: 99;
    border-bottom-right-radius: 50px;
}
.curriculam-content p {
    font-size: 16px;
    color: #fff;
    overflow-y: scroll;
    max-height: 220px;
}
.owl-carousel .owl-item .sia-about-card img {
    border-bottom-right-radius: 50px;
    border-top: 1px solid #000;
    width: initial;
    display: initial;
}
#curriculamSlider .owl-nav .owl-prev {
    top: 50%;
    left: 2%;
}
#curriculamSlider .owl-nav .owl-next {
    top: 50%;
    right: -6%;
}
.cambridge-learner, 
.details-bg {
    background-image: url('../img/learner-bg.jpg');
    background-size: cover;
}
.smia-cambridge-learner {
    background-image: url('../img/smia-learner-bg.jpg');
    background-size: cover;
}
.skew-heading h2 {
    padding: 9px 15px;
    position: relative;
    color: #00487f;
    display: block;
}
.skew-heading h2::before {
    left: -65px;
    border: 33px solid;
    border-color: #fff #fff transparent transparent;
}
.skew-heading h2::after {
    right: -66px;
    border: 33px solid;
    border-color: #fff transparent transparent #fff;
}
.learner-content {
    background-image: url('../img/title-vector.png');
    background-size: contain;
    padding: 16px 25px 25px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
}
.seedling-whyus-section,
.smia-whyus-section {
    background-size: cover;
    background-position: center center;
}
.learner-content h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.learner-img img {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: -11px;
    width: 295px;
}
.learner-card p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.seedling-international {
    background-image: url('../img/international-group.jpg');
    background-size: cover;
}
.seedlingmodern-international {
    background-image: url('../img/smia-bg.jpg');
    background-size: cover;
}
.title-international-bg h2 {
    background-color: #d72827;
}
.international-school h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}
.seedling-whyus-section {
    background-image: url('../img/whyus-bg.jpg');
}
.smia-whyus-section {
    background-image: url('../img/smiawhyus-bg.jpg');
}
.alumni-accomplish,
.network-section {
    background-position: center;
    background-size: cover;
}
.seedling-life-section {
    background-image: url('../img/seedlinglife-bg.jpg');
    background-size: cover;
}
.smia-life-section {
    background-image: url('../img/smialife-bg.jpg');
    background-size: cover;
}
.title-green-bg h2 {
    background-color: #409143;
}
.seedling-whyus-section ul li::before,
.smia-whyus-section ul li::before {
    content: "\f041";
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 1px;
    color: #a3123f;
    font-size: 22px;
}
.item-card img {
    border: 8px solid #fff;
    filter: drop-shadow(-3.536px 3.536px 6.5px rgba(0, 0, 0, 0.5));
    position: relative;
}
.calender {
    max-width: 500px;
    background-color: transparent;
    margin: 0 auto;
}
.calender-header h2 {
    font-size: 30px;
    font-weight: 600;
    color: #f37e20;
    text-align: right;
    padding-right: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.heritage-section h2,
.learning-experience h2 {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 3px solid #e90037;
    text-transform: uppercase;
}
.calender-body {
    padding: 5px;
}
.calender-day-row,
.calender-week-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.calender-day {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 6px;
    width: 14.4%;
    color: #000;
    cursor: pointer;
}
.calender-header p {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 12px;
}
.calender-header p::before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    top: -20px;
    left: -14px;
    color: #f37e20;
}
.whychoose-image .item-card:nth-child(2) img {
    transform: rotate(-6deg);
}
.whyus-image .item-card img {
    transform: rotate(7deg);
}
.welcome-section {
    background-image: url('../img/welcome-bg.jpg');
    background-size: cover;
}
.title-bg-shadow {
    filter: drop-shadow(4.589px 6.553px 8.5px rgba(0, 0, 0, 0.24));
}
.learning-experience h2 {
    font-size: 35px;
    color: #000;
    font-weight: 600;
}
.learning-experience p {
    font-size: 16px;
    color: #000;
}
.experience-section .card {
    border: none;
    border-radius: 0;
    background-color: #fb4f41;
}
.experience-section .card-body {
    min-height: 270px;
}
.experience-section .card-experience:nth-child(2) .card {
    background-color: #13c3ae;
}
.experience-section .card-experience:nth-child(3) .card {
    background-color: #d47904;
}
.experience-section .card-experience:nth-child(4) .card {
    background-color: #0004c5;
}
.experience-section .card-experience:nth-child(5) .card {
    background-color: #00cf1d;
}
.experience-section .card-experience:nth-child(6) .card {
    background-color: #e90037;
}
.experience-section .card h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}
.career-testimonial-card p,
.experience-section .card p {
    color: #fff;
    font-size: 16px;
}
.heritage-section h2 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
}
.heritage-section p {
    margin-bottom: 15px;
    color: #000;
    font-size: 16px;
}
.swkl-life {
    background-image: url('../img/swkl-life-bg.jpg');
    background-size: cover;
}
.span-title h2 {
    padding: 0;
}
.span-title span {
    display: inline-block;
    background-color: #034ea2;
    padding: 6px 20px;
    margin-bottom: 8px;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.39);
}
.span-title span:nth-child(2) {
    display: block;
}
.swkl-lifestyle {
    background-color: #d3a17e;
}
.swkl-lifestyle h2 {
    font-size: 42px;
    color: #000;
    font-weight: 600;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 3px solid #000;
    text-transform: uppercase;
}
.swkl-lifestyle p {
    font-size: 20px;
    color: #000;
    margin-bottom: 8px;
}
.swkl-form .form-control {
    border-radius: 9px;
    border: 1px solid #d5d5d5;
}
.btn-admission {
    font-size: 18px;
    color: #000;
    background-color: #ff0;
    padding: 8px 15px;
    text-transform: uppercase;
    border-radius: 25px;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
    transition: 0.3s linear;
}
.banner-container h2,
.btn-black {
    color: #fff;
    text-transform: uppercase;
}
.btn-admission:hover {
    filter: drop-shadow(-1.929px 6.729px 8.5px rgba(0, 0, 0, 0.14));
    color: #000;
}
.swkl-testimonial {
    background-image: url('../img/swkl-bg.jpg');
    background-size: cover;
}
.swkl-testimonial h2 {
    color: #2d4465;
    border-bottom: 4px solid #2d4465;
}
.testimonial-content h3 {
    font-size: 25px;
    font-weight: 600;
    color: #2d4465;
    text-align: center;
    margin-bottom: 8px;
}
.btn-black {
    padding: 8px 15px;
    font-size: 16px;
    background-color: #000;
    border: none;
    appearance: none;
    -webkit-appearance: none;
}
.swkl-testimonial .owl-carousel .owl-item img {
    display: initial;
    width: initial;
}
.activity-section {
    background-image: url('../img/activity-bg.jpg');
    background-size: cover;
}
.activity-section img {
    width: 250px;
}
.leaf-1 {
    z-index: 10;
    top: 32%;
    left: 78%;
}
.leaf-2 {
    top: 86%;
    left: 40%;
    z-index: 10;
}
.smia-tape4 {
    top: -3%;
    left: 20%;
    z-index: 11;
}
.smia-tape1 {
    z-index: 10;
    top: 50%;
    left: 48%;
}
.smia-tape2 {
    top: 65%;
    left: 44%;
    z-index: 10;
}
.smia-tape3 {
    top: 35%;
    left: -3%;
    z-index: 12;
}
.swkl-form-section {
    background-image: url('../img/swklform-bg.jpg');
    background-size: cover;
}
.innovative-learning {
    background-image: url('../img/innovative-bg.jpg');
    background-size: cover;
}
.innovative-learning::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    background-color: #034ea1;
    clip-path: ellipse(54% 158px at 50% 20%);
    top: 0;
    left: 0;
}
.learning-fun h3 {
    color: #034ea1;
    font-weight: 600;
    margin-bottom: 8px;
    border-bottom: 1px solid #034ea1;
    padding-bottom: 8px;
    text-align: center;
    text-transform: uppercase;
}
.learning-fun {
    margin-top: -75px;
}
.learning-fun p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.span-arrow img {
    height: 20px;
    width: 16px;
}
.innovate-img {
    position: relative;
    margin-top: -8%;
    z-index: 6;
}
.smia-message {
    top: 6%;
    left: -3%;
    z-index: 10;
}
.smia-curly-arrow {
    top: 20%;
    left: 38%;
    z-index: 10;
}
.smia-circle {
    z-index: 10;
    bottom: -18%;
    left: -8%;
}
.smia-arrow {
    z-index: 10;
    top: 75%;
    left: 40%;
}
.sia-wave {
    z-index: 10;
    top: 40%;
    left: 52%;
}
.sia-tape {
    top: 50%;
    left: -5%;
    z-index: 10;
}
.smia-wave {
    z-index: 10;
    top: 48%;
    left: 50%;
}
.banner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    top: 55%;
    left: 50px;
    right: 50px;
}
.banner-container h2 {
    font-size: 35px;
    text-shadow: 1px 1px 0 #ffffffdb;
    text-align: center;
    font-weight: 600;
    margin-bottom: 8px;
    background-color: #b53551;
    display: inline-block;
    padding: 5px;
}
.accomplish-content h2,
.banner-container h3 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    padding: 5px;
    display: inline-block;
}
.banner-container h3 {
    background-color: #034ea2;
    text-transform: uppercase;
}
.alumni-accomplish {
    background-image: url('../img/accomplish-bg.jpg');
}
.alumni-accomplish .title-font-style h2,
.headline-grabbing .title-font-style h2,
.network-section .title-font-style h2,
.seedling-tribe .title-font-style h2,
.snippets-section .title-font-style h2 {
    font-family: "Bagel Fat One", cursive;
}
.alumni-accomplish .title-font-style h2,
.seedling-tribe .title-font-style h2,
.snippets-section .title-font-style h2 {
    color: #034ea2;
}
.accomplish-content h2 {
    background-color: #b53551;
    margin-bottom: 15px;
}
.accomplish-content p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}
.network-section p,
.network-section span {
    color: #fff;
    font-size: 20px;
}
.network-section {
    background-image: url('../img/network-bg.jpg');
}
.network-section span {
    background-color: #b53551;
    padding: 5px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Noto Sans";
}
.empower-section .section-title h2,
.network-section p, 
.gallery-section .section-title h2, 
.gallery-details-section .section-title h2 {
    font-family: Noto Sans Cond;
}
.seedling-tribe {
    background-image: url('../img/tribe-bg.jpg');
    background-size: cover;
}
.seedling-pride h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    margin-top: 10px;
}
.snippets-section {
    background-image: url('../img/snippet-bg.jpg');
    background-size: cover;
    background-position: center 100%;
}
.snippet-content {
    background-image: url('../img/content-bg.png');
    background-size: 100% 100%;
    width: 100%;
    background-repeat: no-repeat;
    padding: 25px 40px 60px;
}
.about-group-section,
.empower-section,
.headline-grabbing,
.quote-section,
.tab-section {
    background-size: cover;
}
.snippet-content h3 {
    color: #233570;
    font-weight: 700;
    font-size: 25px;
    font-family: Caveat, cursive;
}
.quote-section h4,
.quote-section p {
    font-family: "Great Vibes";
    color: #fff;
}
.snippet-col:nth-child(odd) .snippet-img img {
    border: 5px solid #ffb100;
}
.snippet-img img {
    border: 8px solid #b53551;
    width: 276px;
    height: 212px;
    object-fit: cover;
}
.snippet-item-wrap .row [class*="col-"]:nth-child(2n) .snippet-item-three {
    margin-top: 40px;
}
.snippet-item-wrap .row [class*="col-"]:nth-child(2n) .snippet-item-three .snippet-img {
    /* transform: rotate(357deg); */
    position: relative;
}
.snippet-item-wrap .row [class*="col-"]:nth-child(odd) .snippet-item-three .snippet-img {
    /* transform: rotate(356deg); */
    position: relative;
}
.snippet-item-three {
    margin-bottom: 40px;
}
.quote-section {
    background-image: url('../img/quote-bg.jpg');
    background-position: center;
}
.quote-section p {
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 8px;
}
.quote-section h4 {
    font-size: 25px;
    text-align: end;
}
.headline-grabbing {
    background-image: url('../img/headline-bg.jpg');
    background-position: center center;
}
.empower-section {
    background-image: url('../img/empower-bg.jpg');
    background-position: center 100%;
}
.tab-section .section-title h2 {
    font-size: 30px;
}
.mission-statement span {
    background-color: #01217e;
    color: #fff;
    font-weight: 400;
    font-size: 25px;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 30px;
    margin-bottom: 12px;
}
.mission-statement p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 12px;
}
.vision-statement h2,
.vision-statement span {
    padding: 4px 15px;
    font-size: 25px;
    background-color: #01217e;
    text-transform: uppercase;
}
#msgMoreBtn,
#readMoreBtn {
    color: #fff;
    background-color: #f37d1f;
    padding: 6px 10px;
    border-radius: 15px;
    font-size: 14px;
}
#content {
    max-height: 165px;
    overflow: hidden;
}
#content.show-more,
#directorContent.show-more {
    max-height: none;
}
.vision-statement {
    background-color: #c51d4e;
    border: 5px solid #01217e;
    border-radius: 15px;
    padding: 45px 30px;
}
.vision-statement span {
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}
.vision-statement h2 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
}
.vision-statement p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}
.tab-section {
    background-image: url('../img/tab-bg.jpg');
}
.tabs.tabs-simple .nav-tabs {
    justify-content: space-evenly;
    border: 0;
    margin-bottom: 20px;
}
.tabs.tabs-simple .nav-tabs > li {
    margin-left: 0;
    margin-bottom: 20px;
}
html body .tabs.tabs-simple .nav-tabs > li .nav-link.active,
html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover {
    color: #01217e;
}
.tabs.tabs-simple .nav-tabs > li .nav-link {
    padding: 10px 20px;
    background: 0 0;
    border-radius: 15px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.2px;
}
.margin-negative {
    margin-bottom: -50%;
}
.about-group-section {
    background-image: url('../img/about-group-bg.jpg');
}
.about-group-section span {
    background-color: #01217e;
}
.journey-tab span {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #009245;
    display: inline-block;
    padding: 6px;
    margin-right: 15px;
}
.school-offered-feature {
    background-image: url('../img/offer-bg.jpg');
    background-size: cover;
}
.school-offered-feature ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.school-offered-feature ul li {
    position: relative;
    margin-bottom: 8px;
    padding: 0;
}
.school-offered-feature ul li span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #c41d4e;
    background-color: #fff;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
.message-section h2 {
    font-size: 30px;
    color: #fff;
    background-color: #a3123f;
    display: inline-block;
    padding: 5px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.message-section p,
.torch-item h2 {
    margin-bottom: 8px;
    color: #fff;
}
#directorContent {
    max-height: 120px;
    overflow: hidden;
}
.message-section span {
    color: #fff;
    text-align: end;
    display: block;
}
.admission-section,
.career-noticee-section,
.career-section,
.career-testimonial,
.registration-section,
.thankyou-bg {
    background-size: cover;
    background-position: center;
}
.messenger-image h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-top: 12px;
}
.torch-bearers .owl-carousel .owl-item img {
    width: 250px;
    margin: 0 auto;
}
.torch-item h2 {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}
.torch-item h5 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.torch-item p {
    color: #fff;
    margin: 15px 0;
}
.torch-item span {
    display: block;
    color: #fff;
    text-align: end;
    font-style: italic;
}
.torch-item h3 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 25px;
}
.admission-section {
    background-image: url('../img/admission-bg.jpg');
}
.admission-section .section-title h2,
.career-section .section-title h2,
.career-testimonial .section-title h2 {
    font-family: Noto Sans Cond ExtBd;
}
.prequisite h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.prequisite p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
.prequisite ul {
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
}
.prequisite ul li {
    color: #fff;
    margin-bottom: 5px;
}
.btn-secondary-2 {
    background-color: #4ba0b5;
    border-radius: 8px;
    padding: 8px 15px;
    border: 1px solid #4ba0b5;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
    display: inline-block;
    margin-top: 15px;
    -webkit-appearance: none;
    appearance: none;
}
.btn-secondary-2:hover {
    color: #4ba0b5;
    background-color: #fff;
    box-shadow: 0 0 5px #ddd;
}
button:focus-visible {
    outline: 0;
}
.admission-procedure-form {
    background-color: #fff;
    border-radius: 8px;
    padding: 35px 25px;
}
.admission-online-form,
.career-form {
    background-color: #fff;
    padding: 35px 30px;
}
.admission-procedure-form h3 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
}
.admission-procedure-form .btn-black:not(.swkl-form .btn-black),
.career-form .btn-black:not(.swkl-form .btn-black) {
    border-radius: 8px;
    padding: 8px 25px;
    text-transform: capitalize;
}
.admission-online-form .form-control,
.admission-procedure-form .form-control,
.career-form .form-control, 
.alumni-query-form .form-control, 
.search-box-wrapper .form-control{
    border-radius: 9px;
    border: 1px solid #999;
}
.admission-online-form .form-control:not(.swkl-form .form-control):focus,
.admission-procedure-form .form-control:not(.swkl-form .form-control):focus,
.career-form .form-control:not(.swkl-form .form-control):focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.registration-section, .gallery-bg {
    background-image: url('../img/registration-bg.jpg');
    background-size: cover;
}
.admission-para p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
}
.admission-para h3 {
    color: #c41d4e;
    background-color: #fff;
    display: inline-block;
    padding: 6px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.admission-online-form, 
.alumni-query-form {
    border-radius: 8px;
}
.career-section,
.thankyou-bg {
    background-image: url('../img/career-bg.jpg');
}
.career-text h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.career-noticee-section {
    background-image: url('../img/notice-bg.jpg');
}
.career-text p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.career-form {
    border-radius: 9px;
    border: 2px solid #999;
}
.career-form h3 {
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.career-testimonial-card h3,
.footer-address h5 {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.career-form p {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}
.career-testimonial {
    background-image: url('../img/testimonial-bg.jpg');
}
.career-testimonial-card {
    position: relative;
    padding: 25px 30px 30px;
    background-color: #c41d4e;
    border-radius: 9px;
    text-align: center;
    min-height: 375px;
}
.owl-carousel .owl-item .career-testimonial-img img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    outline: #01217e solid 10px;
}
.career-testimonial-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
    text-align: center;
}
.career-testimonial-img {
    margin-top: -13%;
    margin-bottom: 15px;
}
.career-testimonial-item {
    margin-top: 28%;
}
.footer-social h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}
.footer-address h5 {
    font-size: 16px;
    margin-bottom: 20px;
}
.site-header-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: capitalize;
}
.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0 auto;
    box-shadow: inset 0 0 0 #fff;
    animation: 0.4s ease-in-out 0.4s forwards fill, 0.3s ease-in-out 0.9s both scale;
}
.checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #fff;
    fill: none;
    animation: 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards stroke;
}
.checkmark-check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards stroke;
}
.alumni-query-form{ background-color: #ffff; padding: 25px;}
.messenger-image img { outline: 5px solid #d99d80;}
.swkl-testimonial img{ outline: 6px solid #fbfb1f;}
.gallery-bg{ background-color: #112c83;}
.thumb-info{
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.thumb-info .thumb-info-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 5px;
    margin: 5px;
    overflow: hidden;
    position: relative;
}
.thumb-info img{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 3px;
    position: relative;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.thumb-info-caption{ padding: 10px; background-color: #a3123f; color: #fff;}
.thumb-info-caption p{ 
    font-size: 0.9rem; 
    display: block; 
    text-align: center; 
    color: #fff; 
    font-weight: 400; 
    line-height: 22px; 
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.thumb-info:hover img {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.gallery-image img{ width: 100%; height: 250px; object-fit: cover;}

/* .search-box-wrapper{ padding: 10px 15px; background-color: #26356D; border-radius: 6px;}
.post-bg { padding: 25px 30px; background-color: #26356D; position: relative; border-radius: 25px;}
.recent-post h5, .category-post h5{ font-size: 20px; color: #fff; text-transform: capitalize; position: relative; font-weight: 400;}
.bottom-bar{ width: 15%; height: 2px; background-color: #FF0000;}
.recent-post p, .category-post p{ color: #fff; font-size: 15px; margin-bottom: 15px;} 
.recent-post a, .category-post a{color: #fff;}
.posted-date{ background-color: #C31C4D; padding: 10px 0; } */

.calender-card{ max-width: 500px; margin: 0 auto;}
.calender-card-body{ background-color: #fff; padding: 30px 30px; border-radius: 25px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
/* .calender-month-title h2{ font-size: 30px; color: #000; font-weight: 500; margin-bottom: 5px; text-align: center;}
.border-line{ background-color: #034ea2; height: 2px; width: 95%; margin: 3px auto;}
.calender-week, .calender-day-wrap{ display: flex; align-items: center; justify-content: start;}
.calender-date{ padding: 6px;}
.calender-week-name, .calender-week-day{ 
    display: flex; 
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    padding: 6px;
    width: 14.4%;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
} */
.fc-daygrid-day-bottom a{ background-color: #a3123f; color: #ffff;}
.fc .fc-daygrid-more-link:hover{ background-color: #a3123f; color: #fff;}
.fc .fc-daygrid-day.fc-day-today{ background-color: #a3123f;}
.fc .fc-daygrid-day.fc-day-today a{ color: #fff;}
#mobileDropdown {
    position: absolute;
    background: #fff;
    padding: 10px 15px;
    top: 57px;
    width: 330px;
    left: 20px;
}
.call-button{ margin-left: 15px; margin-top: 10px;}
.call-button img{width: 30px; }
.call-button{display: none;}
@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes fill {
    100% {
        box-shadow: inset 0 0 0 30px #a3123f;
    }
}
.featured-box { border: 1px solid #ccc; border-radius: 6px;}
.featured-box .box-content{ padding: 20px; position: relative; text-align: center; min-height: 220px;}
.card-icon{ height: 80px; width: 80px; margin: 0 auto; display: flex; align-items: center; justify-content: center; transition: ease-in-out 0.3s; position: relative;
    border: 1px solid rgba(87,132,186,0.3); border-radius: 50%; }
    .card-icon svg { position: absolute; top: 0; left: 0; }
    .card-icon svg path { transition: 0.5s; fill: #fff; }
    .featured-box .card-icon i { font-size: 36px; transition: 0.5s; position: relative; color: #000; }
    .box-content h3{font-size: 16px; margin-bottom: 10px; color: #a3123f; }
    .featured-box .box-content:hover .card-icon path { fill: #a3123f; }
    .featured-box .box-content:hover .card-icon i{color: #fff;}
    .sticky-button {
        background-color: #a3123f;
        transform: rotate(-90deg);
        position: fixed;
        top: 30%;
        right: -40px;
        z-index: 99;
        border-radius: 6px;
        transition: background-color .3s, opacity .5s, visibility .5s;
    }
    .sticky-button a{color: #fff;font-size: 16px;font-weight: 500; padding: 8px 15px; display: block; }
    .lkg-feature-box{
        position: relative; 
        z-index: 8;
        background-color: #f7941e;
        border-top-right-radius: 200px;
        padding: 50px 45px;
        border-bottom-right-radius: 70px;
        border-bottom-left-radius: 70px;
        min-height: 415px;
        margin-left: -9px;
    }
.lkg-feature-section{background-color: #fff0e5;} 
.lkg-feature-box h2{
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 6px;
    font-family: Calibri;
    color: #1f61ac;
 }
 .lkg-feature-box p{
    color: #fff;
    font-size: 18px;
    font-family: 'Calibri';
    font-weight: 500;
 }
 .feature-wrap {
    background-color: #00cbf0;
    padding-top: 20px;
    position: relative;
    z-index: 22;
    padding-right: 10px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 109px;
    border-bottom-left-radius: 80px;
}
.feature-box-lkg:nth-child(even) .feature-wrap{background-color: #f7941e;}
 .feature-box-lkg:nth-child(even) .lkg-feature-box{
    background-color: #00cbf0;
 }
 .lkg-testimonial-section{
    background-image: url('../img/testimonial-lkg.jpg');
    background-size: cover;
 }
 .testimonial-text {
    padding: 20px 15px;
    border: 2px solid #f7941e;
    border-radius: 30px;
}
.testimonial-wrapper {
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 35px;
}
.notes-card{
    padding: 30px 20px;
    background-color: #f7941e;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    min-height: 206px;
}
.feature-card-wrapper {
    background-color: #fff;
    position: relative;
    z-index: 99;
    border-bottom-right-radius: 142px;
    padding-bottom: 12px;
    padding-left: 12px;
    border-top-left-radius: 130px;
}
.feature-card-content {
    padding: 55px 18px;
    background-color: #f7941e;
    text-align: center;
    border-top-left-radius: 130px;
    border-bottom-right-radius: 125px;
    min-height: 350px;
}
.feature-card-content h2{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}
.inner-banner-section h2{
    font-size: 40px;
    color: #ab0e45;
    font-family: Bubblewump;
    font-weight: 400;
}
.ukg-banner-content h2{
    color: #fff;
}
.ukg-testimonial-section{
    background-image: url('../img/bg.jpg');
    background-size: cover;
}
.testimonial-style-2 .testimonial-card{
    padding: 35px 30px 35px;
}
.testimonial-slide-item {
    padding-bottom: 52px;
    position: relative;
    padding-top: 40px;
}
.testimonial-style-2 .testimonial-card::after{
    position: absolute;
    content: '';
    background: #fff;
    width: 40px;
    height: 61px;
    left: 40px;
    bottom: -60px;
    clip-path: polygon(0% 0%, 100% 0%, -8% 70%, 0% 100%, 0% 0%);
}
#testimonial2Slide .testimonial-slide-item img{
    width: 42px;
}
.quote1 {
    position: absolute;
    z-index: 2;
    top: 24px;
    left: 24px;
}
.quote2 {
    position: absolute;
    right: 0;
}
.testimonial-wrapper img{width: 50px;}
.testimonial-wrapper .yellow-quote1{
    position: absolute;
    top: 3px;
    left: 30px;
}
.testimonial-wrapper .yellow-quote2{
    position: absolute;
    bottom: 5px;
    right: 10px;
}
.imagePopup .btn-close{
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    top: -10px;
    right: -7px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    z-index: 10;
}
.mandatory-public-disclosure table a{color: #000; font-weight: 600;}
.mandatory-public-disclosure table a:hover{color: #f7941e;}
.modal-text-area h2{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px rgba(0, 0, 0);
    margin-bottom: 30px;
}
.modal-text-area{background-color: #233571;border-radius: 5px;}
.modal-text-area a{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.inner-banner-section h2 span{
    color: #034ea2;
    font-size: 40px;
    font-weight: 500;
    font-family: Bubblewump;
}
.inner-banner-section .banner-cloud{z-index: 0;}
.bg-yellow{background-color: #f7941e;}
.playgroup-testimonial .card p{
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.playgroup-testimonial .card-body{
    padding: 25px 20px;
    min-height: 165px;
}
.playgroup-testimonial span{
    display: inline-block;
    background-color: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
}
.banner-form{
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    background: white;
    color: rgba(0, 0, 0, 0.75);
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    max-width: 370px;
    margin-left: auto;
}
.first {
    width: Calc(100% + 40px);
    padding: 10px 0;
    font-size: 20px;
}
.first {
    background-color: #013975;
    position: relative;
    left: -50px;
    color: #fff;
    font-weight: 600;
    top: -10px;
}
.banner-form .first::before{
    content: "";
    border: 10px solid;
    border-color: #013975 #013975 transparent transparent;
    position: absolute;
    left: 0;
    bottom: -19px;
}
.first::after {
    content: "";
    height: 100%;
    width: 10px;
    position: absolute;
    right: -6px;
    top: 0;
    background-color: #1e5b9e;
    transform: skew(10deg);
}
.banner-form .form-group{
    margin-bottom: 16px;
    margin-bottom: 0.55rem;
}
.banner-form .form-control{
    border: 1px solid #013975;
    border-radius: 8px;
}
.banner-form .btn-primary:not(.btn-primary):hover{
    background-color: #fff;
    color: #013975;
    outline: 1px solid #013975; 
}
span.span-text-inline{color: #fff; font-weight: 600; display: inline-block;font-size: 22px; background-color: #013975; padding: 5px 10px; text-align: center;}
#countdown ul{list-style: none; margin: 15px 0; display: flex; align-items: center; justify-content: space-around;}
#countdown ul li{display:  inline-block; font-size: 15px; color: #fff;}
#countdown ul li span{display:  block; font-size: 35px; font-weight: 600; color: #fff;}
.landing-footer{background-color: #a3123f;}