@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Domine&display=swap");

:root {
    --primary-color: #9c288b;
    --secondary-color: #eb2427;
}

img {
    width: 100%;
    height: 100%;
}

#contactmap iframe {
    width: 100%;
}
.application-pay {
    width: 65%;
    margin: 0 auto;
    padding-bottom: 2em;
    text-align: center;
}
a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

body,
html {
    padding: 0;
    margin: 0;
    font-size: 18px;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
}

::selection {
    background: #ffcdab;
}

p,
span {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.clearfix {
    clear: both;
}

.cta {
    border: 2px solid #000;
    outline: none;
    background: #e4e4e4;
    color: #000;
    border-radius: 3px;
    padding: 8px 30px;
    margin-top: 20px;
    text-transform: capitalize;
    letter-spacing: 2px;
    width: unset;
    position: relative;
    transition: 250ms ease-in-out;
    display: table;
    padding: 20px 75px 20px 25px;
    margin: 25px auto 0 auto;
    border: 1px solid #403f41;
    padding: 20px 75px 20px 25px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    line-height: 20px;
    cursor: pointer;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
}

.cta:hover {
    color: #fff;
    border-color: #403f41;
    text-decoration: none;
    background: inherit;
}

.cta:hover::after {
    backface-visibility: hidden !important;
    transform: scaleY(1);
}

.cta:hover .font {
    color: #000;
}

.cta .font {
    color: #fff;
}

.cta::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom center;
    background: #403f41;
    z-index: -1;
    transition: transform 0.3s;
}

.primary-button {
    border: 2px solid #000;
    outline: none;
    background: #e4e4e4;
    color: #000;
    display: table;
    border-radius: 3px;
    padding: 8px 30px;
    margin-top: 20px;
    text-transform: capitalize;
    letter-spacing: 2px;
    width: unset;
    position: relative;
    transition: 250ms ease-in-out;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
}

.primary-button:hover {
    color: #fff;
    transition: 250ms ease-in-out;
    background: inherit;
}

.primary-button:hover:after {
    transform: scaleX(1);
    transition: 550ms ease-in-out;
}

.primary-button:hover .font {
    color: #fff;
}

.primary-button .font {
    color: #000;
}

.primary-button:after {
    content: "";
    background: #eee;
    width: uset;
    position: absolute;
    top: 0;
    background: #000;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scaleX(0);
    z-index: -1;
    transform-origin: left center;
    transition: transform 0.3s;
}

.banner {
    height: 70vh;
    position: relative;
}

.banner img {
    object-fit: cover;
}

@media only screen and (max-width:425px) {
    .banner {
        height: unset;
    }
}

.banner .breadtitle {
    text-transform: capitalize;
}

.banner-content {
    position: absolute;
    top: 60%;
    color: #fff;
}

.banner-content .title {
    color: #fff;
    font-size: 1.4rem;
}

.owl-theme .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 3em;
    color: #fff;
}

.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next {
    background: #000000c9 !important;
    padding: 7px 12px !important;
    border-radius: 50% !important;
}

.owl-theme .owl-nav button.owl-prev:focus,
.owl-theme .owl-nav button.owl-next:focus {
    outline: none;
}

.crossanimation {
    color: white;
    position: relative;
    display: block;
    letter-spacing: 0.2em;
}

.crossanimation:hover::before {
    transform-origin: left top;
    transform: scaleX(1);
}

.crossanimation::before {
    position: absolute;
    content: "";
    top: 22px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #fff;
    transform-origin: right top;
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.space {
    margin: 40px 0;
}

.flex {
    display: flex;
}

.icon svg {
    fill: white;
    height: 24px !important;
    width: 24px !important;
}

.icon svg path {
    stroke: white;
}

@media only screen and (max-width: 425px) {
    .space {
        margin: 20px 0;
    }
}

body,
html {
    font-family: "Poppins", sans-serif;
}

.heading,
.school-banner__content h2,
.testimonials-card__image .name .writer-name,
.testimonials-card__image .name .writer-post,
.aboutus-school .name {
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-size: 2.5em;
    line-height: 1.4em;
    color: #FFF);
}

.heading-small,
.aboutus-school .title {
    font-size: 1.3em;
    text-transform: none;
    color: var(--secondary-color);
    line-height: 1.4em;
}

@media only screen and (max-width: 1024px) {

    .heading,
    .school-banner__content h2,
    .testimonials-card__image .name .writer-name,
    .testimonials-card__image .name .writer-post,
    .aboutus-school .name {
        font-size: 1.8em !important;
    }
}

@media only screen and (max-width: 991px) {

    .heading,
    .school-banner__content h2,
    .testimonials-card__image .name .writer-name,
    .testimonials-card__image .name .writer-post,
    .aboutus-school .name {
        margin-top: 0.8em !important;
    }
}

@media only screen and (max-width: 425px) {

    .heading,
    .school-banner__content h2,
    .testimonials-card__image .name .writer-name,
    .testimonials-card__image .name .writer-post,
    .aboutus-school .name {
        font-size: 2em !important;
    }
}

header {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 11;
}

header .scroll {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    font-size: 0.9em;
    z-index: 11;
    box-shadow: 0px 3px 7px 5px rgba(228, 228, 228, 0.4);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

header .scroll-logo {
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

header .navbar {
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    margin: 0;
    border: none;
    background-color: #ffff;
}

header .navbar-top {
    background: #2b58a1ed;
    padding: 1em 0;
    color: #e0e0e0;
    font-size: 0.7em;
}
header .navbar-top1 {
    color: #e0e0e0;
    font-size: 2em;
}

header .navbar-top .flex {
    justify-content: space-between;
}

header .navbar-top__icon {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

header .navbar-top__icon .flex {
    justify-content: flex-end !important;
    margin-left: 1.5em;
    align-items: center;
}

header .navbar-top__icon .flex a {
    color: #fff;
}

header .navbar-top__icon .flex .material-icons {
    padding-right: 1em;
    position: relative;
    font-size: 1.5em;
}

header .navbar-top__icon .flex .material-icons::after {
    content: "";
    position: absolute;
    right: 12px;
    background: #e0e0e0;
    height: 78%;
    width: 1px;
    top: 3px;
}

header .navbar .flex {
    align-items: center;
    justify-content: space-between;
}

header .navbar .logo {
    width: 70px;
    display: inline-block;
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

header .navbar .logo img {
    object-fit: contain;
    height: 70px;
}

header .navbar label {
    font-size: 26px;
    width: 26px;
    visibility: hidden;
    display: none;
}

header .navbar #toggle {
    display: none;
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

header .navbar input [type="checkbox"] {
    display: none;
}

header .navbar-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1em 0 0 0;
    font-size: 0.9em;
}

header .navbar-list li {
    margin-left: 1.5em;
    text-transform: capitalize;
    font-size: 1em;
    font-weight: 500;
    padding-bottom: 24px;
}

header .navbar-list li a:hover {
    color: #FFF);
}

header .navbar-list li.dropdown {
    color: #000;
    cursor: pointer;
    position: relative;
    padding-bottom: 0;
    transition: all 0.1s linear;
}

header .navbar-list li.dropdown:hover {
    color: #FFF);
}

header .navbar-list li.dropdown::after {
    content: "";
    position: absolute;
    right: 0;
}

header .navbar-list li.dropdown .flex {
    padding-bottom: 24px;
}

header .navbar-list li.dropdown .dropdown-content {
    position: absolute;
    display: none;
    box-shadow: 0 50px 100px -20px rgba(40, 93, 62, 0.41);
    width: 200px;
    right: -58px;
    transition: all 0.1s linear;
}

header .navbar-list li.dropdown:hover .dropdown-content {
    opacity: 10;
    visibility: visible;
    background: white;
    z-index: 22;
    display: block;
}

header .navbar-list li.dropdown:hover .dropdown-content li {
    margin: 0;
    font-size: 0.9em;
    padding: 0.3em 0.4em 0.3em 1em;
    transition: all 0.1s linear;
}

header .navbar-list li.dropdown:hover .dropdown-content li:hover {
    background-color: #eee;
}

header .navbar-list li.dropdown:hover .dropdown-content li a {
    display: block;
    transition: all 0.1s linear;
}

header .navbar-list li.dropdown:hover .dropdown-content li a:hover {
    color: #FFF);
}

header .navbar-list li .primary-button {
    margin: 0;
    background: #FFF;
    border: none;
    padding: 8px 20px;
}

header .navbar-list li .primary-button .font {
    color: #000000;
    font-size: 1em;
}

header .navbar-list li .primary-button:hover {
    background: #116b6b;
    border: none;
}

header .navbar-list li .primary-button:hover::after {
    background: unset;
}

@media only screen and (max-width: 1200px) {
    header .navbar-list {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 991px) {
    header .navbar-top .flex {
        flex-direction: column;
        display: block;
    }

    header .navbar-top__icon {
        margin-top: 1em;
        justify-content: flex-start;
        display: block;
    }

    header .navbar-top__icon .flex {
        margin: 0;
    }

    header .navbar label {
        visibility: visible;
        display: block;
    }

    header .navbar #toggle:checked+.navbar-list {
        display: flex;
        align-items: center;
        flex-direction: column;
        background: #f0f0f1;
        position: absolute;
        width: 100%;
        top: 55px;
        left: 0;
        right: 0;
        padding: 1em 0;
        transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    }

    header .navbar-list {
        display: none;
    }

    header .navbar-list li {
        margin: 0;
    }
}
/* Hide top Google toolbar */
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget-icon,
.goog-te-balloon-frame {
  display: none !important;
}
body {
  top: 0 !important;
}

/* Hide Google Translate footer branding */
.goog-logo-link, 
.goog-te-gadget span {
  display: none !important;
}
.goog-te-gadget {
  height: 0;
  overflow: hidden;
}


.footer {
    background-color: #2b58a1ed;
    padding: 3em 0;
    color: rgba(255, 255, 255, 0.7);
}

.footer-block .flex {
    align-items: center;
}

.footer-block li {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 1.9em;
    font-size: 0.9em;
}

.footer-block li a {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    font-weight: 300;
    text-transform: capitalize;
}

.footer-block li a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.footer-block.contact-list .logo {
    width: 150px;
    height: 100px;
    display: inline-block;
    margin-bottom: 2em;
}

.footer-block.contact-list .logo img {
    object-fit: contain;
}

.footer-block.contact-list .icon {
    margin-right: 1.3em;
}

.footer-block .heading,
.footer-block .school-banner__content h2,
.school-banner__content .footer-block h2,
.footer-block .testimonials-card__image .name .writer-name,
.testimonials-card__image .name .footer-block .writer-name,
.footer-block .testimonials-card__image .name .writer-post,
.testimonials-card__image .name .footer-block .writer-post,
.footer-block .aboutus-school .name,
.aboutus-school .footer-block .name {
    font-size: 1.4em;
    text-transform: capitalize;
    color: #c7c5c5;
    margin-bottom: 1.3em;
    color: rgba(255, 255, 255, 0.85);
    position: relative;
}

.footer-block .heading::after,
.footer-block .school-banner__content h2::after,
.school-banner__content .footer-block h2::after,
.footer-block .testimonials-card__image .name .writer-name::after,
.testimonials-card__image .name .footer-block .writer-name::after,
.footer-block .testimonials-card__image .name .writer-post::after,
.testimonials-card__image .name .footer-block .writer-post::after,
.footer-block .aboutus-school .name::after,
.aboutus-school .footer-block .name::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    left: 0;
    top: 50px;
    width: 50px;
    background: #FFF);
}

.footer-last {
    margin-top: 2.3em;
    border-top: 1px solid #eee;
    padding-top: 1.5em;
    font-size: 0.8em;
}

.footer-last .flex {
    display: flex;
    justify-content: space-between;
}

.footer-last .flex .credit a {
    color: white;
}

@media only screen and (max-width: 1024px) {

    .footer-block .heading,
    .footer-block .school-banner__content h2,
    .school-banner__content .footer-block h2,
    .footer-block .testimonials-card__image .name .writer-name,
    .testimonials-card__image .name .footer-block .writer-name,
    .footer-block .testimonials-card__image .name .writer-post,
    .testimonials-card__image .name .footer-block .writer-post,
    .footer-block .aboutus-school .name,
    .aboutus-school .footer-block .name {
        padding-bottom: 12px;
    }

    .footer-block .heading::after,
    .footer-block .school-banner__content h2::after,
    .school-banner__content .footer-block h2::after,
    .footer-block .testimonials-card__image .name .writer-name::after,
    .testimonials-card__image .name .footer-block .writer-name::after,
    .footer-block .testimonials-card__image .name .writer-post::after,
    .testimonials-card__image .name .footer-block .writer-post::after,
    .footer-block .aboutus-school .name::after,
    .aboutus-school .footer-block .name::after {
        top: unset;
    }
}

@media only screen and (max-width: 425px) {

    .footer-block .heading,
    .footer-block .school-banner__content h2,
    .school-banner__content .footer-block h2,
    .footer-block .testimonials-card__image .name .writer-name,
    .testimonials-card__image .name .footer-block .writer-name,
    .footer-block .testimonials-card__image .name .writer-post,
    .testimonials-card__image .name .footer-block .writer-post,
    .footer-block .aboutus-school .name,
    .aboutus-school .footer-block .name {
        font-size: 1.2em !important;
        margin-top: 20px;
    }

    .footer-last .flex {
        flex-direction: column;
    }
}

.school-banner {
    
    background-size: cover;
    background-color: var(--primarycolor);
    background-blend-mode: screen;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.school-banner__content h2 {
    margin-top: 0;
    font-weight: 600;
    font-size: 2em;
    color: #b22f9b;
}

@media only screen and (max-width: 425px) {
    .school-banner__content h2 {
        font-size: 1.3em !important;
    }
}

.contactpage {
    background: #ffff;
}

.contactpage .primary-button {
    background: #fff;
    border: none;
    color: #fff;
}

.contactpage .primary-button:hover {
    background: #116b6b;
}

.contactpage-form {
    display: flex;
    justify-content: flex-end;
}

.contactpage-form .wrap {
    width: 70%;
    background-color: #fff;
    padding: 2em 1.5em 2em 11em;
    position: relative;
    box-shadow: 1px 1px 6px 0px rgba(150, 135, 131, 0.49);
    border-radius: 0.6em;
}

.contactpage-form .wrap-list {
    position: absolute;
    background: #fff;
    left: 0;
    top: 130px;
    padding: 2em 1.5em;
    color: #2c0620;
    border-radius: 0.4em;
    transform: translate(-60%, 0);
    height: 400px;
    box-shadow: 1px 1px 6px 0px rgba(150, 135, 131, 0.49);
}

.contactpage-form .wrap-list .heading,
.contactpage-form .wrap-list .school-banner__content h2,
.school-banner__content .contactpage-form .wrap-list h2,
.contactpage-form .wrap-list .testimonials-card__image .name .writer-name,
.testimonials-card__image .name .contactpage-form .wrap-list .writer-name,
.contactpage-form .wrap-list .testimonials-card__image .name .writer-post,
.testimonials-card__image .name .contactpage-form .wrap-list .writer-post,
.contactpage-form .wrap-list .aboutus-school .name,
.aboutus-school .contactpage-form .wrap-list .name {
    margin-top: 0;
    color: #fff;
    font-size: 2.1em;
}

.contactpage-form .wrap-list ul {
    margin-top: 4em;
}

.contactpage-form .wrap-list ul .flex {
    align-items: center;
    margin: 1em 0;
}

.contactpage-form .wrap-list ul .flex .icon {
    margin-right: 1em;
}

.contactpage-form .admission-form {
    width: 60%;
    margin: 0 auto;
    padding: 2em 1.5em;
}

.contactpage-form form .heading,
.contactpage-form form .school-banner__content h2,
.school-banner__content .contactpage-form form h2,
.contactpage-form form .testimonials-card__image .name .writer-name,
.testimonials-card__image .name .contactpage-form form .writer-name,
.contactpage-form form .testimonials-card__image .name .writer-post,
.testimonials-card__image .name .contactpage-form form .writer-post,
.contactpage-form form .aboutus-school .name,
.aboutus-school .contactpage-form form .name {
    margin-top: 0;
    color: #FFF);
    margin-bottom: 1em;
    font-size: 2em;
}

.contactpage-form form .form-control {
    background: #eee;
    border: unset;
}

.contactpage-form label {
    font-weight: normal;
    text-transform: capitalize;
}

.contactpage-form label span {
    color: red;
}

.contactpage-map {
    margin: 3em 0 0 0;
}

.contactpage-map .heading,
.contactpage-map .school-banner__content h2,
.school-banner__content .contactpage-map h2,
.contactpage-map .testimonials-card__image .name .writer-name,
.testimonials-card__image .name .contactpage-map .writer-name,
.contactpage-map .testimonials-card__image .name .writer-post,
.testimonials-card__image .name .contactpage-map .writer-post,
.contactpage-map .aboutus-school .name,
.aboutus-school .contactpage-map .name {
    font-weight: 600;
    text-align: center;
    margin-bottom: 2em;
}

@media only screen and (max-width: 964px) {
    .contactpage-form .wrap {
        width: 100%;
        padding: 1em 1.5em 2em 1em;
    }

    .contactpage-form .wrap-list {
        height: unset;
        position: unset;
        padding: 1em 1.5em;
        transform: unset;
    }

    .contactpage-form .wrap-list ul {
        margin-top: 2em;
    }
}

@media only screen and (max-width: 425px) {

    .contactpage-form .heading,
    .contactpage-form .school-banner__content h2,
    .school-banner__content .contactpage-form h2,
    .contactpage-form .testimonials-card__image .name .writer-name,
    .testimonials-card__image .name .contactpage-form .writer-name,
    .contactpage-form .testimonials-card__image .name .writer-post,
    .testimonials-card__image .name .contactpage-form .writer-post,
    .contactpage-form .aboutus-school .name,
    .aboutus-school .contactpage-form .name {
        font-size: 1.3em !important;
    }

    .contactpage-form .wrap-list ul {
        font-size: 0.8em;
    }
}
.school-banner__content h2 {
    display: block;       /* ensures heading takes its own line */
    margin-bottom: 10px;  /* spacing below heading */
    color: #a11f8c;       /* example heading color */
}

.admission-email {
    display: block;           /* make sure it’s on its own line */
    font-size: 18px;
    color: #e375be;           /* text color */
    padding: 10px 5px;
    border-radius: 8px;
    font-weight: bold;
}


.blog {
    margin: 3em 0;
}

.blog .heading,
.blog .school-banner__content h2,
.school-banner__content .blog h2,
.blog .testimonials-card__image .name .writer-name,
.testimonials-card__image .name .blog .writer-name,
.blog .testimonials-card__image .name .writer-post,
.testimonials-card__image .name .blog .writer-post,
.blog .aboutus-school .name,
.aboutus-school .blog .name {
    margin: 40px 0;
    font-weight: 600;
    font-size: 2em;
}

.blog-card {
    border-radius: 3px;
    margin-bottom: 40px;
    overflow: hidden;
    box-shadow: 2px 6px 11px 0px #a4a4a475;
    transition: all 250ms ease-in-out;
}

.blog-card:hover {
    transform: translateY(-10px);
}

.blog-card__image,
.event-card__image {
    overflow: hidden;
}

.blog-card__image img,
.event-card__image img {
    height: 200px;
    object-fit: cover;
    transition: all 250ms ease;
}

.blog-card__image img:hover,
.event-card__image img:hover {
    transform: scale(1.1);
}

.blog-card__content {
    padding: 1.2em 0.8em;
}

.blog-card__content .blog-date {
    padding: 0.5em 0;
    text-transform: capitalize;
}

.blog-card__content .blog-title {
    font-weight: 600;
    font-size: 1.3em;
    overflow: hidden;
}

.blog-card__content .blog-text {
    font-family: "Domine", serif;
    height: 110px;
    margin-top: 1em;
    overflow: hidden;
}

.single .blog {
    padding: 3em 0;
}

.testimonials-card {
    margin-top: 3em;
    padding: 1em 1.5em;
    color: #000;
    position: relative;
}

.testimonials-card__image {
    display: flex;
    margin-top: 1em;
}

.testimonials-card__image .image {
    margin-right: 2em;
    border-radius: 50%;
    overflow: hidden;
    border-radius: 50%;
    overflow: hidden;
    width: 74px;
    height: 70px;
}

.testimonials-card__image .image img {
    object-fit: cover;
}

.testimonials-card__image .name {
    flex: 1;
}

.testimonials-card__image .name .writer-name {
    font-weight: 600;
    font-size: 1.2em !important;
    color: #FFF);
}

.testimonials-card__image .name .writer-post {
    font-weight: 600;
    font-size: 0.9em !important;
    color: #FFF);
}

.testimonials-card__inside {
    background: #b7b7b7;
    padding: 1em 1.2em;
    border-radius: 0.3em;
    color: #2f2f2f;
    transition: all 250ms ease-in-out;
    position: relative;
}

.testimonials-card__inside:hover {
    color: #fff;
    background: #FFF);
}

.testimonials-card__inside:hover:after {
    border: solid #FFF);
    background: #FFF);
    transform: rotate(137deg);
    border-width: 8px 7px 6px 0;
}

.testimonials-card__inside:after {
    content: "";
    position: absolute;
    bottom: -8px;
    border: solid #b7b7b7;
    border-top-width: none;
    padding: 4px;
    display: inline-block;
    border-width: 8px 7px 6px 0;
    transform: rotate(137deg);
    z-index: -1;
    transition: all 250ms ease-in-out;
}

.testimonials-card__inside .text {
    height: 110px;
    overflow: hidden;
}

.home-testimonial {
    background: #efefef;
    padding: 3em 0;
}

.home-testimonial .heading,
.home-testimonial .school-banner__content h2,
.school-banner__content .home-testimonial h2,
.home-testimonial .testimonials-card__image .name .writer-name,
.testimonials-card__image .name .home-testimonial .writer-name,
.home-testimonial .testimonials-card__image .name .writer-post,
.testimonials-card__image .name .home-testimonial .writer-post,
.home-testimonial .aboutus-school .name,
.aboutus-school .home-testimonial .name {
    font-size: 2em;
    margin: 0;
    color: #FFF);
    font-weight: 600;
}

.home-testimonial .title {
    margin: 40px 0;
    font-weight: 600;
}
.install-button {
  padding: 6px 12px;
  font-size: 14px;
  background-color: #ff6600;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: none; /* hidden initially */
  margin-left: 10px; /* space from other items */
}

.install-button:hover {
  background-color: #e65c00;
}


.event .heading,
.event .school-banner__content h2,
.school-banner__content .event h2,
.event .testimonials-card__image .name .writer-name,
.testimonials-card__image .name .event .writer-name,
.event .testimonials-card__image .name .writer-post,
.testimonials-card__image .name .event .writer-post,
.event .aboutus-school .name,
.aboutus-school .event .name {
    margin: 40px 0;
    font-weight: 600;
    font-size: 2em;
}

.event-card {
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 2px 6px 11px 0px #a4a4a475;
}

.event-card__content {
    padding: 1.2em 0.8em;
}

.event-card__content .title .eventname {
    font-weight: 600;
    font-size: 1.3em;
    height: 47px;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
    text-transform: capitalize;
}

.event-card__content .title .blog-text {
    font-family: "Poppins",
        sans-serif;

}

.event-card__content .title .noticename {
    height: 75px;
}

.title .noticename {
    height: 75px;
}

.event-card__content .title .flex {
    justify-content: space-between;
    align-items: center;
}

.event-card__content .title .flex .left .eventicon {
    font-size: 0.9em;
    color: var(--secondary-color);
    text-transform: capitalize;
}

.event-card__content .title .flex .left .eventicon .time {
    text-transform: uppercase;
}

.event-card__content .title .flex .left .eventicon .icon {
    color: var(--secondary-color);
    font-size: 0.9em;
}

.event-card__content .title .flex .eventmodal .primary-button {
    background: var(--secondary-color);
    color: #fff;
    border: none;
    font-size: 1.5em;
    padding: 8px 20px;
    margin: 0;
    border-radius: 0;
}

.event-card__content .title .flex .eventmodal .modal-header {
    text-transform: capitalize;
    font-weight: 600;
}

.event-card__content .title .flex .eventmodal .modal-body .event-modal__description {
    margin: 1em 0;
}

.event-card__content .title .flex .eventmodal .modal-body .event-modal__description .eventicon {
    font-size: 0.9em;
    color: var(--secondary-color);
    text-transform: capitalize;
}

.event-card__content .title .flex .eventmodal .modal-body .event-modal__description .eventicon .time {
    text-transform: uppercase;
}

.event-card__content .title .flex .eventmodal .modal-body .event-modal__description .eventicon .icon {
    color: var(--secondary-color);
    font-size: 0.9em;
}

.event-card__content .title .flex .eventmodal .modal-body .event-modal__description p {
    margin: 1em 0;
}

.event-card__content .title .flex .eventmodal .modal-footer {
    text-align: left;
}

.event-card__content .title .flex .eventmodal .modal-footer .file a {
    color: blue;
}

.viewall {
    display: flex;
    justify-content: center;
    margin: 1.5em 0;
}

.viewall .primary-button {
    background: var(--secondary-color);
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 6px 19px;
    font-size: 1em;
}

.viewall .primary-button:after {
    background: unset;
}

.notice .viewall {
    display: none;
}

.gallery-folder {
    position: relative;
    margin: 3em 0;
    border-radius: 0.3em;
    transition: all 250ms ease-in-out;
    overflow: hidden;
}

.gallery-folder:hover {
    transform: translateY(-12px);
}

.gallery-folder__image {
    height: 45vh;
}

.gallery-folder__image img {
    object-fit: cover;
}

.gallery-folder__name {
    bottom: 0px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
    height: 100%;
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.gallery-folder__name .name {
    position: absolute;
    bottom: 25px;
    left: 36px;
    color: #fff;
    text-transform: capitalize;
    font-size: 1.2em;
    font-weight: 600;
}

.gallery .video-card {
    margin: 40px 0;
}

.gallery .video-card iframe {
    height: 350px;
    width: 100%;
}

.gallery .masonry {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
}

.gallery .gallery-item {
    overflow: hidden;
    border-radius: 5px;
    margin: 0 0 8px 8px;
    background-color: #333;
    color: white;
    flex: auto;
    height: 250px;
    min-width: 150px;
}

.gallery .gallery-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.gallery .gallery-item:nth-child(4n + 1) {
    width: 400px;
}

.gallery .gallery-item:nth-child(4n + 2) {
    width: 360px;
}

.gallery .gallery-item:nth-child(4n + 3) {
    width: 227px;
}

.gallery .gallery-item:nth-child(4n + 4) {
    width: 301px;
}

.gallery .gallery-item:nth-child(4n + 5) {
    width: 272px;
}
/* Back-to-Top Button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none; /* hidden by default */
  z-index: 9999;
  border-radius: 50%;
  background: #0d6efd; /* Bootstrap primary color */
  color: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

.back-to-top:hover {
  background: #0b5ed7; /* darker shade */
  transform: translateY(-4px);
}

#accordion .panel-heading {
    padding: 0;
    background: #FFF);
}

#accordion .panel-title {
    text-transform: capitalize;
}

#accordion .panel-title a {
    padding: 1.3em;
    display: block;
    color: #fff;
}

#accordion .panel-title a:focus {
    text-decoration: none;
}

#accordion .panel-body .file a {
    color: blue;
}

.assignment-accordion {
    margin: 4em 2em;
}

.single {
    margin-bottom: 0;
}

.single-blog__image {
    /* background-image: url(https://www.lftechnology.com/wp-content/uploads/2020/06/person-holding-white-ceramic-mug-beside-macbook-pro-3787300-1024x487.jpg); */
    background-size: cover;
    height: 73vh;
    position: relative;
}

.single-blog__image .overlay {
    height: 30vh;
    bottom: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
}

.single-blog__image .overlay .content {
    position: absolute;
    bottom: 55px;
    display: flex;
    font-size: 1.7em;
    color: #fff;
}

.single-blog__image .overlay .content .date {
    text-transform: capitalize;
    padding-right: 1em;
    border-right: 1px solid #fff;
    margin-right: 1em;
}

.single-blog__image .overlay .content .side {
    width: 60%;
}

.single-blog__image .overlay .content .side .title {
    font-weight: 600;
}

.single-blog__content {
    width: 65%;
    margin: 0 auto;
}

.single-blog__content .breadcrumb {
    background-color: transparent;
    margin-top: 2em;
    font-size: 15px;
}

.single-blog__content .breadcrumb li {
    color: #FFF);
}

.single-blog__content .flex .share-button {
    margin-right: 4em;
}

.single-blog__content .flex .text p {
    margin-bottom: 1em;
    line-height: 1.8;
    font-family: "Domine", serif;
}

.single .blog {
    background-color: #eee;
    margin-bottom: 0;
}

.single .blog .viewall {
    display: none;
}

.blog-page .viewall {
    display: none;
}

@media only screen and (max-width: 768px) {
    .single-blog__content {
        width: 85%;
    }

    .single-blog__content .breadcrumb {
        display: flex;
    }

    .single-blog__image .overlay .content {
        bottom: 20px;
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 425px) {
    .single-blog__content .breadcrumb {
        display: inline-block;
    }

    .single-blog__image .overlay .content {
        bottom: 10px;
        font-size: 1em;
    }
}

.aboutus-school {
    margin: 0em 8em 4em 0;
}

.aboutus-school .title {
    text-transform: capitalize;
    font-size: 0.9em;
    font-weight: 600;
}

.aboutus-school .name {
    text-transform: capitalize;
    font-size: 1.5em;
    font-weight: 600;
    color: #FFF);
    margin-bottom: 1em;
}

.aboutus-school__description {
    margin-top: 1em;
    font-size: 0.9em;
    line-height: 1.8;
}

.aboutus-quicklink {
    width: 86%;
}

.aboutus-quicklink li a {
    padding: 12px 0;
    font-size: 16px;
    display: block;
    border-left: 2px solid transparent;
    padding-left: 15px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    text-transform: capitalize;
}

.aboutus-quicklink li a.active {
    color: #FFF);
    background: #f5f5f5;
    border-left: 2px solid #FFF);
}

.aboutus-image img {
    object-fit: cover;
    height: 60vh;
}

.aboutus-mission,
.aboutus-message {
    margin: 3em 0;
}

.aboutus-mission .heading,
.aboutus-message .heading,
.aboutus-mission .school-banner__content h2,
.school-banner__content .aboutus-mission h2,
.aboutus-message .school-banner__content h2,
.school-banner__content .aboutus-message h2,
.aboutus-mission .testimonials-card__image .name .writer-name,
.testimonials-card__image .name .aboutus-mission .writer-name,
.aboutus-message .testimonials-card__image .name .writer-name,
.testimonials-card__image .name .aboutus-message .writer-name,
.aboutus-mission .testimonials-card__image .name .writer-post,
.testimonials-card__image .name .aboutus-mission .writer-post,
.aboutus-message .testimonials-card__image .name .writer-post,
.testimonials-card__image .name .aboutus-message .writer-post,
.aboutus-mission .aboutus-school .name,
.aboutus-school .aboutus-mission .name,
.aboutus-message .aboutus-school .name,
.aboutus-school .aboutus-message .name {
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: 600;
}

.aboutus-mission__description {
    margin-top: 1em;
    font-size: 0.9em;
    line-height: 1.8;
}

.aboutus-message .heading,
.aboutus-message .school-banner__content h2,
.school-banner__content .aboutus-message h2,
.aboutus-message .testimonials-card__image .name .writer-name,
.testimonials-card__image .name .aboutus-message .writer-name,
.aboutus-message .testimonials-card__image .name .writer-post,
.testimonials-card__image .name .aboutus-message .writer-post,
.aboutus-message .aboutus-school .name,
.aboutus-school .aboutus-message .name {
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: 600;
}


.aboutus-message__image img {
    object-fit: cover;
}

.aboutus-message__name {
    font-weight: 600;
    text-transform: capitalize;
    background: #eee;
    padding: 1em;
}

.aboutus-message__description {
    margin-top: 2em;
}

.aboutus-message__description p {
    margin-top: 1em;
    font-size: 0.9em;
    line-height: 1.8;
}

.aboutus .about-team {
    padding: 1em 0;
}

.aboutus .about-team .heading-small,
.aboutus .about-team .aboutus-school .title,
.aboutus-school .aboutus .about-team .title {
    text-transform: capitalize;
    font-size: 1.1em;
    position: relative;
    display: inline-block;
    color: #FFF);
}

.aboutus .about-team .heading-small::after,
.aboutus .about-team .aboutus-school .title::after,
.aboutus-school .aboutus .about-team .title::after {
    content: "";
    position: absolute;
    right: -51px;
    width: 42px;
    height: 2px;
    background-color: var(--secondary-color);
    top: 50%;
}

.aboutus .about-team__profile {
    margin: 2em 0;
}

.aboutus .about-team__profile .profile-card {
    margin-bottom: 1.5em;
    height: 410px;
    overflow: hidden;
    text-align: center;
    background: #FFF);
    border-radius: 0.3em;
    transition: all 250ms ease-in-out;
}

@media only screen and (max-width:1024px) {
    .aboutus .about-team__profile .profile-card {
        height: 340px;
    }
}

@media only screen and (max-width:768px) {
    .aboutus .about-team__profile .profile-card {
        height: 270px;
    }
}


.aboutus .about-team__profile .profile-card:hover {
    transform: translateY(-10px);
    box-shadow: 2px 6px 8px 1px #a4a4a4b5;
}

.aboutus .about-team__profile .profile-card__img {
    position: relative;
    overflow: hidden;
    padding-top: 120%;
}

.aboutus .about-team__profile .profile-card__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutus .about-team__profile .profile-card__name {
    text-transform: capitalize;
    padding: 0.8em 0.4em 0 0.4em;
    font-size: 0.9em;
    color: #fff;
}

.aboutus .about-team__profile .profile-card__title {
    text-transform: capitalize;
    font-size: 0.8em;
    color: #fff;
}

.aboutus .studenttopper .about-team__profile .profile-card__img {
    padding-top: 110%;
}



.features {
    margin: 3em 0;
}

.features .aboutus-school {
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .aboutus-quicklink {
        width: 56%;
    }

    .aboutus-school .title {
        margin-top: 4em;
    }
}

@media only screen and (max-width: 768px) {
    .aboutus .about-team__profile .profile-card__img {
        padding-top: 55%;
    }

    .aboutus .about-team__profile .profile-card__img img {
        object-fit: contain;
    }

    .aboutus .studenttopper .about-team__profile .profile-card__img {
        padding-top: 55%;
    }
}

@media only screen and (max-width: 500px) {
    .aboutus-quicklink {
        width: 100%;
    }

    .aboutus .about-team__profile .profile-card__img {
        padding-top: 50%;
    }

    .aboutus .about-team__profile .profile-card__img img {
        object-fit: contain;
    }

    .aboutus .studenttopper .about-team__profile .profile-card__img {
        padding-top: 50%;
    }
}

.home-about {
    margin: 3em 0;
}

.home-about .aboutus-school .image {
    margin-top: 2em;
    width: 300px;
}

.home-about .aboutus-school .image img {
    height: 300px;
    object-fit: cover;
    width: 450px;
    transform: translate(30px, 30px);
}

.home-about .aboutus-school__description {
    margin-top: 5.5em;
    overflow: hidden;
}

.home-about .aboutus-school .primary-button {
    background: #FFF);
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 6px 19px;
    font-size: 1em;
}

.home-about .aboutus-school .primary-button a {
    color: #fff;
}

.home-about .aboutus-school .primary-button:hover {
    background: #116b6b;
    border: none;
}

.home-about .aboutus-school .primary-button:hover:after {
    transform: scaleX(0);
}

.home-video iframe {
    width: 100%;
    height: 65vh;
}

.home-features {
    background: #ffffff;
    padding: 2em 0;
}

.home-features .event .heading,
.home-features .event .school-banner__content h2,
.school-banner__content .home-features .event h2,
.home-features .event .testimonials-card__image .name .writer-name,
.testimonials-card__image .name .home-features .event .writer-name,
.home-features .event .testimonials-card__image .name .writer-post,
.testimonials-card__image .name .home-features .event .writer-post,
.home-features .event .aboutus-school .name,
.aboutus-school .home-features .event .name {
    color: #f06de7;
}

.home-features .event-card {
    background: #fff;
    transition: all 250ms ease-in-out;
    box-shadow: 2px 6px 11px 0px #37373787;
}

.home-features .event-card:hover {
    transform: translateY(-10px);
}

.home-features .event .viewall .primary-button {
    
    color: #000;
}

@media only screen and (max-width: 1024px) {
    .home-about .aboutus-school .image img {
        transform: translate(0px, 30px);
        width: 100%;
    }

    .primary-button {
        font-size: 0.8em !important;
    }
}

@media only screen and (max-width: 991px) {
    .home-about .aboutus-school {
        margin: 0em 5em 0 0;
    }

    .home-about .aboutus-school .image {
        height: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 425px) {
    .home-about .aboutus-school {
        margin: 0;
    }
}