.Phnli .label{
        width: 46px;
    }
    .Phnli .Nbr{
        width: calc(100% - 46px);
    }
@media only screen and (min-width: 1551px){
    .Phnli .label{
            width: 53px;
    }
    .Phnli .Nbr{
        width: calc(100% - 53px);
    }
}
.AboutPage.PrincipleMsg #VizMiz .row ul{
    margin-bottom: 15px;   
}
@media only screen and (min-width: 768px){
    .AboutPage.PrincipleMsg #VizMiz .row ul{
        margin-bottom: 25px;   
    }
}
@media only screen and (min-width: 1200px){
    .AboutPage.PrincipleMsg #VizMiz .row ul{
        margin-bottom: 30px;   
    }
}
@media only screen and (min-width: 1551px){
    .AboutPage.PrincipleMsg #VizMiz .row ul{
        margin-bottom: 40px;   
    }
}
.AboutPage.PrincipleMsg #VizMiz .row li{
    color: #4b4c4c;
    line-height: normal;
    font-size: 13px;
    background: url(../images/tick.svg) no-repeat;
    background-position: top 10px left;
    padding-left: 25px;
    background-size: 12px;
    line-height: 24px;
}
.AboutPage.PrincipleMsg #VizMiz .row li:not(:last-of-type) {
    margin-bottom: 15px;
}
@media only screen and (min-width: 468px){
    .AboutPage.PrincipleMsg #VizMiz .row li {
        font-size: 14px;
            line-height: 26px;
        padding-left: 30px;
    }
}
@media only screen and (min-width: 768px){
    .AboutPage.PrincipleMsg #VizMiz .row li {
        font-size: 16px;
            line-height: 28px;
    }
}
@media only screen and (min-width: 1551px){
    .AboutPage.PrincipleMsg #VizMiz .row li {
        font-size: 18px;
        line-height: 32px;
    }
}


#OneTeam .PricipalMsgBoxOuter .Row .ProfileWrp {
    justify-content: center;
}
#OneTeam .PricipalMsgBoxOuter .Row .ProfileWrp .profile {
    margin-bottom: 20px;
}
@media only screen and (min-width: 320px){
    #OneTeam .PricipalMsgBoxOuter .Row .ProfileWrp .profile .ImgBox {
        background-color: #e2e2e2;
        overflow: hidden;
        margin: auto;
        border-radius: 50%;
        width: 115px;
        height: 115px;
    }
}
@media only screen and (min-width: 360px){
    #OneTeam .PricipalMsgBoxOuter .Row .ProfileWrp .profile .ImgBox {
        background-color: #e2e2e2;
        overflow: hidden;
        margin: auto;
        border-radius: 50%;
        width: 125px;
        height: 125px;
    }
}
footer #FootTop .Address ul a{
    white-space: nowrap;
}
@media (max-width: 1440px) and (min-width: 992px){
    footer .Address{
        width: 30%;
    }
    footer .Newsletter{
        width: 36.666667%;
    }
    footer #FootTop .Newsletter .BtnSec li{
        width: 100%;
    }
}
/* OUR TEAM */
#OneTeamSec {
    overflow: hidden;
    padding: 60px 0 40px;
    --Round: 220px;
    --RoundOuter: 240px
}

@media only screen and (min-width: 468px) {
    #OneTeamSec {
        padding: 60px 0 60px;
        --Round: 260px;
        --RoundOuter: 280px
    }
}

@media only screen and (min-width: 1200px) {
    #OneTeamSec {
        padding: 90px 0 60px;
        --Round: 285px;
        --RoundOuter: 300px
    }
}

@media only screen and (min-width: 1551px) {
    #OneTeamSec {
        --Round: 332px;
        --RoundOuter: 340px
    }
}

#OneTeamSec .PricipalMsgBoxOuter {
    position: relative
}

#OneTeamSec .OneTeamSVG {
    flex-shrink: 0;
    position: absolute;
    width: 250px;
    height: 250px;
    right: -125px;
    top: -25px
}

@media only screen and (min-width: 468px) {
    #OneTeamSec .OneTeamSVG {
        right: auto;
        width: 325px;
        height: 325px;
        left: -162.5px;
        top: -62.5px
    }
}

@media only screen and (min-width: 1551px) {
    #OneTeamSec .OneTeamSVG {
        width: 417px;
        height: 417px;
        left: -208.5px;
        top: -108.5px
    }
}

#OneTeamSec .ProfileWrp {
    position: relative;
    z-index: 1;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (min-width: 1200px) {
    #OneTeamSec .ProfileWrp {
        align-items: center
    }
}

#OneTeamSec .profile .ImgBox {
    position: relative;
    width: var(--Round);
    height: var(--Round);
    position: relative
}

#OneTeamSec .profile .ImgBox::before {
    content: "";
    position: absolute;
    left: -17px;
    top: -17px;
    width: var(--RoundOuter);
    height: var(--RoundOuter);
    border-radius: 50%;
    background: #309b7e;
    will-change: transform;
    z-index: 0
}

#OneTeamSec .profile .ImgBox .Circle {
    background: #7ddfe5;
    border-radius: 50%;
    opacity: .8;
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px
}

@media only screen and (min-width: 468px) {
    #OneTeamSec .profile .ImgBox .Circle {
        width: 60px;
        height: 60px
    }
}

#OneTeamSec .profile .ImgBox .Circle.BG {
    bottom: 3px;
    animation: XploreCircle2 12s linear infinite;
    left: 20px
}

@media only screen and (min-width: 468px) {
    #OneTeamSec .profile .ImgBox .Circle.BG {
        left: 25px
    }
}

@keyframes XploreCircle2 {
    0% {
        transform: translate(-40px, -40px)
    }

    50% {
        transform: translate(60px, 40px)
    }

    100% {
        transform: translate(-40px, -40px)
    }
}

#OneTeamSec .profile .ImgBox .Circle.SM {
    top: 0;
    right: -5px;
    opacity: 1;
    animation: XploreCircle1 5s linear infinite;
    width: 28px;
    height: 28px
}

@media only screen and (min-width: 468px) {
    #OneTeamSec .profile .ImgBox .Circle.SM {
        width: 32px;
        height: 32px
    }
}

@keyframes XploreCircle2 {
    0% {
        transform: translate(13px, -13px)
    }

    50% {
        transform: translate(0px, 0px)
    }

    100% {
        transform: translate(13px, -13px)
    }
}

#OneTeamSec .profile .Round {
    width: var(--Round);
    height: var(--Round);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

#OneTeamSec .profile .Round img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover
}

#OneTeamSec .profile .ProInfo {
    padding-top: 35px
}

#OneTeamSec .profile .ProInfo .Name {
    color: #404040;
    font-family: "Canela";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 24px
}

@media only screen and (min-width: 468px) {
    #OneTeamSec .profile .ProInfo .Name {
        font-size: 26px
    }
}

@media only screen and (min-width: 1200px) {
    #OneTeamSec .profile .ProInfo .Name {
        font-size: 34px
    }
}

@media only screen and (min-width: 1551px) {
    #OneTeamSec .profile .ProInfo .Name {
        font-size: 40px
    }
}

#OneTeamSec .profile .ProInfo .Designation {
    color: #737373;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 13px
}

@media only screen and (min-width: 468px) {
    #OneTeamSec .profile .ProInfo .Designation {
        font-size: 14px
    }
}

@media only screen and (min-width: 468px) {
    #OneTeamSec .profile .ProInfo .Designation {
        font-size: 16px
    }
}

@media only screen and (min-width: 1200px) {
    #OneTeamSec .profile .ProInfo .Designation {
        font-size: 18px
    }
}

@media only screen and (min-width: 1551px) {
    #OneTeamSec .profile .ProInfo .Designation {
        font-size: 20px
    }
}

#OneTeamSec .profile .ProInfo .Info {
    padding-top: 23px
}

#OneTeamSec .profile .ProInfo .Info p {
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    font-size: 30px;
    font-size: 17px
}

@media only screen and (min-width: 468px) {
    #OneTeamSec .profile .ProInfo .Info p {
        font-size: 20px
    }
}

@media only screen and (min-width: 1200px) {
    #OneTeamSec .profile .ProInfo .Info p {
        font-size: 24px
    }
}

@media only screen and (min-width: 1551px) {
    #OneTeamSec .profile .ProInfo .Info p {
        font-size: 30px
    }
}

#OneTeamSec .profile.Founder {
    width: 100%;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (min-width: 992px) {
    #OneTeamSec .profile.Founder {
        width: calc(100% - 455px)
    }
}

#OneTeamSec .profile.Founder .ImgBox {
    left: 15px
}

@media only screen and (min-width: 992px) {
    #OneTeamSec .profile.Founder .ImgBox {
        left: 0px
    }
}

#OneTeamSec .profile.Founder .ImgBox::before {
    background: #ec008c
}

#OneTeamSec .profile.Founder .ProInfo {
    position: relative;
    width: 100%;
    padding: 25px 0px 0 0px
}

@media only screen and (min-width: 992px) {
    #OneTeamSec .profile.Founder .ProInfo {
        padding: 25px 45px 0 0px
    }
}

@media only screen and (min-width: 1200px) {
    #OneTeamSec .profile.Founder .ProInfo {
        width: calc(100% - var(--Round));
        padding: 0 45px 0 35px
    }

    #OneTeamSec .profile.Founder .ProInfo::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 1px;
        border-left: 1px dashed rgba(0, 0, 0, .2)
    }
}

@media only screen and (min-width: 1551px) {
    #OneTeamSec .profile.Founder .ProInfo {
        padding: 0 55px 0 45px
    }
}

#OneTeamSec .profile.Pricipal {
    text-align: center;
    position: relative;
    width: 100%;
    margin: auto;
    margin-right: 0;
    margin-top: 35px;
    padding-top: 45px
}

@media only screen and (min-width: 468px) {
    #OneTeamSec .profile.Pricipal {
        margin-top: 50px;
        padding-top: 60px
    }
}

@media only screen and (min-width: 992px) {
    #OneTeamSec .profile.Pricipal {
        padding-top: 0px;
        margin-top: 0px;
        padding-left: 100px;
        width: 455px
    }
}

@media only screen and (max-width: 1200px) {
    #OneTeamSec .profile.Pricipal::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 1px;
        width: 100%;
        border-top: 1px dashed rgba(0, 0, 0, .2)
    }
}

@media only screen and (max-width: 1200px)and (min-width: 992px) {
    #OneTeamSec .profile.Pricipal::before {
        height: 100%;
        width: 1px;
        border-left: 1px dashed rgba(0, 0, 0, .2)
    }
}

@media only screen and (min-width: 1551px) {
    #OneTeamSec .profile.Pricipal {
        padding-left: 125px
    }
}

#OneTeamSec .profile.Pricipal .ImgBox {
    margin: auto
}

#OneTeamSec .profile.Pricipal .ImgBox .Circle.BG {
    animation-delay: 1s !important
}

#OneTeamSec .profile.Pricipal .ImgBox .Circle.SM {
    animation-delay: .8s !important
}
#OneTeam .PricipalMsgBox .Row .ProfileWrp .profile .ImgBox::before{
    display: none;
}

/* END OUR TEAM */

/* PARENTS TESTIMONIALS */
#ParentsVideo {
    padding: 40px 0 45px
}

@media only screen and (min-width: 468px) {
    #ParentsVideo {
        padding:55px 0 60px
    }
}

@media only screen and (min-width: 992px) {
    #ParentsVideo {
        padding:75px 0 95px
    }
}

@media only screen and (min-width: 992px) {
    #ParentsVideo {
        padding:75px 0 115px
    }
}

#ParentsVideo .MainHead {
    position: relative;
    width: fit-content;
    padding-right: 55px;
}
@media only screen and (min-width: 768px) {
    #ParentsVideo .MainHead {
        margin-bottom: 90px;
    }
}

@media only screen and (min-width: 1551px) {
    #ParentsVideo .MainHead {
        margin-bottom: 120px;
    }
}

#ParentsVideo .MainHead .Head span {
    color: #10BF67 
}

#ParentsVideo .MainHead .SecInfo {
    max-width: 700px
}

#ParentsVideo .MainHead .SecInfo svg {
    stroke: #10BF67
}
#ParentsVideo .testiBx {
    display: block
}
#ParentsVideo .MainHead #TestIcon{
    position: absolute;
    right: 0;
    top: -10px;
    width: 90px;
    height: 90px;
}
@media only screen and (min-width: 468px) {
    #ParentsVideo .MainHead #TestIcon{
        top: -20px;
        width: 110px;
        height: 110px;
    }
}
@media only screen and (min-width: 576px) {
    #ParentsVideo .MainHead #TestIcon{
        width: 125px;
        height: 125px;
    }
}
@media only screen and (min-width: 768px) {
    #ParentsVideo .MainHead #TestIcon{
        width: 155px;
        height: 155px;
    }
}
@media only screen and (min-width: 1200px) {
    #ParentsVideo .MainHead #TestIcon{
        width: 180px;
        height: 180px;
    }
}
@media only screen and (min-width: 1441px) {
    #ParentsVideo .MainHead #TestIcon{
        width: 226px;
        height: 226px;
    }
}

#ParentsVideo .testiBx .imgBx {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px
}

@media only screen and (min-width: 576px) {
    #ParentsVideo .testiBx .imgBx {
        height:320px
    }
}

@media only screen and (min-width: 992px) {
    #ParentsVideo .testiBx .imgBx {
        height:380px
    }
}
@media only screen and (min-width: 1200px) {
    #ParentsVideo .testiBx .imgBx {
        height:420px
    }
}

@media only screen and (min-width: 1551px) {
    #ParentsVideo .testiBx .imgBx {
        height:525px
    }
}

@media only screen and (max-width: 991px) {
    #ParentsVideo .testiBx .imgBx:hover .icon {
        left:0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto
    }
}

#ParentsVideo .testiBx .imgBx:hover img {
    transform: scale(1.1)
}

#ParentsVideo .testiBx .imgBx picture {
    width: 100%
}

#ParentsVideo .testiBx .imgBx img,#ParentsVideo .testiBx .imgBx picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s
}

#ParentsVideo .testiBx .imgBx::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .07;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%)
}

#ParentsVideo .testiBx .imgBx .icon {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    animation: call 3s linear infinite;
    transition: all .6s;
    width: 40px;
    height: 35px;
    background: url('../images/YTVidIcon.svg') no-repeat center;
    background-size: contain !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

@media only screen and (min-width: 768px) {
    #ParentsVideo .testiBx .imgBx .icon {
        width:45px;
        height: 40px
    }
}

@media only screen and (min-width: 1441px) {
    #ParentsVideo .testiBx .imgBx .icon {
        width:50px;
        height: 45px
    }
}
#ParentsVideo .splide__slide:not(.is-active) {
    opacity: 0.5;
}
/* Styled on 18-12-25 */
body{
    --basecolor: rgb(123, 32, 47);
    --basecolor2: rgb(0, 125, 112) 
}
.scrollup{
    color: var(--basecolor);
}
.scrollup svg{
    fill: var(--basecolor);
}
.fixedRit ul a.Admission{
    background: var(--basecolor);
}
.EnrolfromPop .modal-header button svg{
    fill: var(--basecolor);
}
.EnrolfromPop .FormHead .Head{
    color: var(--basecolor);
}
.EnrolfromPop .form-control:focus{
    border-color: var(--basecolor);
}
.EnrolfromPop button[type=submit]:hover{
    color: var(--basecolor);
}
.EnrolfromPop button[type=submit]:hover svg .st0 {
    fill: var(--basecolor)
}

.EnrolfromPop button[type=submit]:hover svg .st1 {
    fill: #f5f8fa
}

.EnrolfromPop button[type=submit]:hover svg .st2 {
    fill: var(--basecolor)
}
#NewsScroll{
    background: var(--basecolor);
}
#NewsScroll .marquee{
    color: #fff;
}
#NewsScroll .Title{
    color: #ffffff;
}
#Header.sticky .Background{
    background: var(--basecolor);
}
#Header.sticky .HeaderMenu .LogoSec a{
    padding: 5px 0;
}
#Header.sticky .HeaderMenu .LogoSec a .OGlogo{
    display: none;
}
#Header:not(.sticky) .HeaderMenu .LogoSec a .Witlogo{
    display: none;
}
#Header.sticky .HeaderMenu .RitSec ul li a{
    color: #d5949d;
}
#Header.sticky .HeaderMenu .RitSec ul li a.active, #Header.sticky .HeaderMenu .RitSec ul li a:hover {
    color: #ffffff;
}
footer #FootTop .Newsletter .BtnSec li:first-of-type a{
    background: var(--basecolor);
    border-color: var(--basecolor);
}
footer #FootTop .Newsletter .BtnSec li:first-of-type a:hover::before{
    background: var(--basecolor2) !important;
}
footer #FootTop .Newsletter .BtnSec li:first-of-type a:hover{
    border-color: var(--basecolor2) !important;
}
footer #copYRight{
    background: var(--basecolor);
}
footer #copYRight .lftSec p, footer #copYRight .txt{
    color: #fff;
}
/* Styled on 08-01-26 */
#OneTeam .PricipalMsgBox .Row .ProfileWrp{
    justify-content: center;
}

/*Styled on 20-01-26*/
.AboutPage #VizMiz ul li {
    position: relative;
    color: #4b4c4c;
    line-height: 24px;
    font-size: 13px;
    display: flex
}

@media only screen and (min-width: 468px) {
    .AboutPage #VizMiz ul li {
        font-size:14px;
        line-height: 26px
    }
}

@media only screen and (min-width: 768px) {
    .AboutPage #VizMiz ul li {
        font-size:16px;
        line-height: 28px
    }
}

@media only screen and (min-width: 1551px) {
    .AboutPage #VizMiz ul li {
        font-size:18px;
        line-height: 32px
    }
}

.AboutPage #VizMiz ul li:not(:last-of-type) {
    margin-bottom: 15px
}

.AboutPage #VizMiz ul li strong {
    font-weight: 600
}

.AboutPage #VizMiz ul li::before {
    position: relative;
    content: "*";
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    font-size: 18px;
    color: #00aeef;
    margin-right: 8px
}
/* Styled on 09-02-26 */
@media only screen and (min-width: 1551px) {
    #OneTeamSec .profile.Pricipal .ProInfo .Info p {
        font-size: 27px
    }
}