body {
    height: 100%;
    width: 100%;
}
.bg-gray{
    background-color: #f7f7f7;
}
.text-center-mobile {
    text-align: unset !important;
}

.navimglogo {
    position: relative !important;
    display: block !important;
    top: 0px;
    width: 85px;
    opacity: 0;
    transition: all 0.5s ease;
}

.navlogo a.navbar-brand.img {
    display: none;
}

.navlogo.scroll a.navbar-brand.img {
    opacity: 1
}

.titleanim .letters {
    position: absolute;
    /*text-align: center;*/
    display: inline-block;
}

.titleanim .text-wrapper {
    position: relative;
    display: block;
    padding-right: 0.05em;
    padding-bottom: 7px;
    height: 50px;
}

.titleanim .line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #666;
    transform-origin: 0 50%;
}

/*.cursor::after {*/
/*    content: '';*/
/*    display: inline-block;*/
/*    !*margin-left:3px;*!*/
/*    background-color: #666;*/
/*    animation-name: blink;*/
/*    animation-duration: 0.5s;*/
/*    animation-iteration-count: infinite;*/
/*}*/


@keyframes blink {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

#campus-section,
#curriculum-section,
#programs-section {
    margin-top: 80px;
    margin-bottom: 10px;
    display: block;
}

#northstar-approach-section {
    margin-top: 24px;
    display: block;
}

nav.scroll {
    background-color: white;
    color: black;
    top: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
    justify-content: center;
    width: 100%;
    box-shadow: 0px 1px 10px 2px #696969CC;
    -webkit-box-shadow: 0px 1px 10px 2px #696969CC;
    -moz-box-shadow: 0px 1px 10px 2px #696969CC;
}

.no-decoration {
    text-decoration: none;
}

.text-align-left {
    text-align: left !important;
}

.px-2 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
}

.navbar-toggler {
    font-size: 0.8rem;
}

.navbar-nav li a {
    font-family: QuattrocentoSans;
    font-weight: normal;
    position: relative;
    color: black !important;
}

.navbar-nav li a:before {
    content: "";
    position: absolute;
    top: 96%;
    width: 0%;
    height: 6%;
    background: #F5B61B;
    transition: all 0.3s linear;
}

.navbar-nav li a:hover:before {
    width: 75%;
}


/*QuattrocentoSans Fonts*/
@font-face {
    font-family: QuattrocentoSans;
    src: url(../font/QuattrocentoSans/QuattrocentoSans-Regular.otf);
}

.font-QuattrocentoSans {
    font-family: QuattrocentoSans;
}

@font-face {
    font-family: QuattrocentoSans-Bold;
    src: url(../font/QuattrocentoSans/QuattrocentoSans-Bold.otf);
}

@font-face {
    font-family: QuattrocentoSans-Italic;
    src: url(../font/QuattrocentoSans/QuattrocentoSans-Italic.otf);
}

@font-face {
    font-family: QuattrocentoSans-BoldItalic;
    src: url(../font/QuattrocentoSans/QuattrocentoSans-BoldItalic.otf);
}

/* Graphik Fonts*/
@font-face {
    font-family: Graphik;
    src: url(../font/Graphik/Graphik-Regular.ttf);
}

.font-Graphik {
    font-family: Graphik;
}

.mt-graphik-title {
    font-family: Graphik-Bold;
}

/* Floating Button Css */

.float {
    position: fixed;
    /*width: 60px;*/
    height: 50px;
    bottom: 20px;
    right: 40px;
    background-color: #f5b61b;
    color: #FFF;
    padding-right: 20px;
    padding-left: 20px;
    font-family: Graphik;
    border-radius: 30px;
    padding-top: 13px;
    text-decoration: none;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    animation: bot-to-top 2s ease-out;
}


/*
 * Submenu - Buttons
 */
.submenu {
    position: fixed;
    right: 40px;
    bottom: 60px;
    z-index: 100;
}

.submenu li {
    list-style: none;
    margin-bottom: 10px;
}

.submenu li a {
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: block;
    height: 50px;
    bottom: 20px;
    right: 40px;
    background-color: #f5b636;
    color: #FFF;
    padding-right: 20px;
    padding-left: 20px;
    font-family: Graphik;
    border-radius: 30px;
    padding-top: 13px;
    text-decoration: none;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.submenu li a:hover {
    background-color: #f5b614;
}

/* Hidden Buttons */
a.float + .submenu {
    visibility: hidden;
}

.float:hover {
    color: #ffffff;
}

/* Visible Buttons */
a.float:focus + .submenu {
    visibility: visible;
    animation: scale-in 0.5s;
}

.showAdmissionButton{
    visibility: visible !important;
    animation: scale-in 0.5s;
}

.submenu:hover, .submenu:focus {
    visibility: visible !important;
}

@keyframes bot-to-top {
    0% {
        bottom: -60px
    }
    50% {
        bottom: 40px
    }
}


@keyframes scale-in {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* / Floating Button Css */

@font-face {
    font-family: Graphik-Bold;
    src: url(../font/Graphik/GraphikBold.otf);
}

@font-face {
    font-family: Graphik-Italic;
    src: url(../font/Graphik/GraphikRegularItalic.otf);
}

@font-face {
    font-family: Graphik-BoldItalic;
    src: url(../font/Graphik/GraphikBoldItalic.otf);
}

.bg-bubbles {
    background: url('../img/img_combine.svg') top right/42% no-repeat,
    url("../img/Circle_5.svg") top 90% left/10% no-repeat;
    animation: zoominoutsinglefeatured 0.5s;
    animation-timing-function: linear;
}

.bg-bubbles .bg-circle {
    transform-style: preserve-3d;
    transform-origin: center center 0px;
    transform: translate3d(0px, 0px, 0px);
    /*visibility: visible;*/
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
    background: url('../img/bubble_combine.svg') top right/42% no-repeat;
}

/* ptp banner*/
.ptp-mobile {
    display: none !important;
}

.ptpbackground {
    background: url("../img/ptp/ptp_Desktop_bg.svg") no-repeat right 0% top 80%/50%,
    url("../img/ptp/ptp_BG.svg");
    float: left;
    width: 100%;
    height: 300px;
    margin-bottom: 50px;
}

.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.btnptp-1 {
    background-color: #3F4580;
    color: #FFFFFF;
    margin-left: 0px;
    margin-top: 30px;
    width: 185px;
    font-size: 15px;
    border: none;
}

.btnptp-1:hover {
    background-color: #3F4580;
    margin-left: 0px;
    margin-top: 30px;
    color: #FFFFFF;
    width: 185px;
    font-size: 15px;
    border: none;
}

.btnptp-knowmore {
    display: block;
    background-color: transparent;
    margin-left: 0px;
    margin-top: 20px;
    width: 185px;
    font-weight: bold;
    font-size: 16px;
    border: 2px solid black;
    font-family: Graphik;
}

.btnptp-knowmore:hover {
    font-weight: bold;
    background-color: transparent;
    margin-left: 0px;
    margin-top: 20px;
    width: 185px;
    font-family: Graphik;
    font-size: 16px;
    border: 2px solid black;
}

.btnptp-2 {
    background-color: #9ac139;
    margin-left: 0px;
    margin-top: 30px;
    width: 185px;
    font-size: 15px;
    border: none;
}

.btnptp-2:hover {
    background-color: #9ac139;
    margin-left: 0px;
    margin-top: 30px;
    width: 185px;
    font-size: 15px;
    border: none;
}

.ptptext1 {
    font-size: 60px;
    margin-top: 40px;
    font-weight: bolder;
    color: #3f4483;
    font-family: Graphik-bold;
    line-height: 20px;
    vertical-align: middle;
    margin-top: 60px;
    margin-bottom: 10px;
}

.ptptext2 {
    font-size: 60px;
    font-weight: bolder;
    color: #9ac139;
    line-height: 20px;
    font-family: Graphik-bold;
    margin-bottom: 0;
}

b {
    font-weight: 600;
    font-family: Graphik-bold;
}


.ptptext3 {
    font-size: 22px;
    line-height: 1.1;
    font-family: Graphik;
    transition: unset;
    color: #1a1a1a;
    font-weight: unset;
    margin-bottom: 0;
}

.ptptext4 {
    font-size: 67px;
    font-weight: 600;
    color: #3f4483;
    text-align: center;
    line-height: 0.9;
    font-family: Graphik-bold;
}

.ptptext5 {
    font-size: 67px;
    font-weight: 600;
    color: #9ac139;
    text-align: center;
    line-height: 0.9;
    font-family: Graphik-bold;
}

/* / ptp banner*/
@media (max-width: 779px) {
    .ptp-mobile {
        display: block !important;
    }

    .ptp-desktop {
        display: none !important;
    }

    .ptpbackground {
        background: url("../img/ptp/ptp_BG.svg");
        float: left;
        width: 100%;
        height: 400px;

    }

    .btnptp-1 {
        background-color: #3F4580;
        color: #FFFFFF;
        margin-top: 10px;
        width: 185px;
        border: none;
    }

    .btnptp-2 {
        background-color: #9ac139;
        margin-top: 10px;
        width: 185px;
        border: none;
    }
}


@keyframes zoominoutsinglefeatured {
    0% {
        background: url('../img/Circles combine_2.svg') top right/14% no-repeat,
        url("../img/Circle_5.svg") top 90% left/3.333% no-repeat;
    }
    50% {
        background: url('../img/Circles combine_2.svg') top right/28% no-repeat,
        url("../img/Circle_5.svg") top 90% left/6.666% no-repeat;
    }
    100% {
        background: url('../img/Circles combine_2.svg') top right/42% no-repeat,
        url("../img/Circle_5.svg") top 90% left/10% no-repeat;
    }
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes bg-bubbles-animation {
    100% {
    }
    0% {
        background: url('../img/Circles combine_2.svg') top -1000% right/42% no-repeat,
        url("../img/Circle_5.svg") top 0 left/10% no-repeat;
    }
}

.bg-lightblue {
    background: url("../img/our_programs/Bird.svg") top 200px left/10% no-repeat,
    url("../img/our_programs/Circle_2.svg") top 400px right 30%/2% no-repeat,
        /* url("../img/our_programs/Circle.svg") top 300px right -60px/10% no-repeat, */ #f2f7fd top 800px center no-repeat;
}

.bg-nest-curriculam {
    background: url("../img/curriculum/Plane.svg") top right/20% no-repeat,
    url("../img/curriculum/Circle_7.svg") top 50px right 30%/3% no-repeat,
    url("../img/curriculum/Circle_8.svg") top 60px left/6% no-repeat;
}

.bg-ourcampuses {
    background: url("../img/curriculum/Bee.svg") top left/20% no-repeat,
    url("../img/curriculum/Circle_10.svg") top 50px right 30%/3% no-repeat,
    url("../img/curriculum/Character.svg") top 50px right/30% no-repeat,
    url("../img/curriculum/Circle_9.svg") top right/8% no-repeat;
}

.bg-main-campus {
    background: url("../img/campus/Main-Campus.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10rem 0;
    background-position: center;
    margin-top:50px;
    margin-bottom:50px;
}
.animatedParent{
    margin-top:50px;
    margin-bottom:50px;
}

.bg-nest-campus {
    background: url("../img/campus/Nest-Campus.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10rem 0;
    background-position: center;
    margin-top: 100px;
    margin-bottom: 50px;
}

.bg-about {
    background: url("../img/footer/Combine Footer.svg") bottom no-repeat,
    url("../img/footer/Footer_Bird.svg") top 60px right/15% no-repeat,
    url("../img/footer/Footer_logo.svg") top 60px left 50px/10% no-repeat;
    height: 750px;
}

.font-size-4 {
    color: #A2B0BD;
    font-size: 2.5rem;
}

.font-size-5 {
    font-size: 3.5rem;
}

.show-desc-mobile {
    display: none !important;
}

.show-desc-desk {
    display: block !important;
}

div.active#nav-learners, button.active#nav-learners-tab {
    background-color: #47ABE0;
    color: #fff;
}

/*button.active#nav-learners-tab span{*/
/*    color: #7becff;*/
/*}*/
.approaches-arrow {
    background: url("../img/our_approches/Arrow.svg") center/75% no-repeat;
    height: 25px;
    width: 20px;
    display: inline-flex;
    vertical-align: middle;
}

/*Learners*/
button.active#nav-learners-tab .desk-tab-view .approaches-arrow {
    background: url("../img/our_approches/Learners Arrow.svg") center/75% no-repeat;
    height: 25px;
    width: 20px;
    display: inline-flex;
    vertical-align: middle;
}

button.active#nav-learners-tab .mobile-view {
    background: url("../img/our_approches/Learners Arrow.svg") center/75% no-repeat;
    height: 25px;
    width: 20px;
    vertical-align: middle;
}

/*Educators*/
button.active#nav-educators-tab .desk-tab-view .approaches-arrow {
    background: url("../img/our_approches/Educators Arrow.svg") center/75% no-repeat;
    height: 25px;
    width: 20px;
    display: inline-flex;
    vertical-align: middle;
}

button.active#nav-educators-tab .mobile-view {
    background: url("../img/our_approches/Educators Arrow.svg") center/75% no-repeat;
    height: 25px;
    width: 20px;
    vertical-align: middle;
}

/*Learning Environment*/
button.active#nav-learning_environment-tab .desk-tab-view .approaches-arrow {
    background: url("../img/our_approches/Learning Environment Arrow.svg") center/75% no-repeat;
    height: 25px;
    width: 20px;
    display: inline-flex;
    vertical-align: middle;
}

button.active#nav-learning_environment-tab .mobile-view {
    background: url("../img/our_approches/Learning Environment Arrow.svg") center/75% no-repeat;
    height: 25px;
    width: 20px;
    vertical-align: middle;
}

/*parents_communty*/
button.active#nav-parents_community-tab .desk-tab-view .approaches-arrow {
    background: url("../img/our_approches/Parents & Community Arrow.svg") center/75% no-repeat;
    height: 25px;
    width: 20px;
    display: inline-flex;
    vertical-align: middle;
}

button.active#nav-parents_community-tab .mobile-view {
    background: url("../img/our_approches/Parents & Community Arrow.svg") center/75% no-repeat;
    height: 25px;
    width: 20px;
    vertical-align: middle;
}

div.active#nav-educators, button.active#nav-educators-tab {
    background-color: #EF4E60;
    color: #fff;
}

/*button.active#nav-educators-tab span{*/
/*    color: #fdc0bf;*/
/*}*/

div.active#nav-learning_environment, button.active#nav-learning_environment-tab {
    background-color: #F6886D;
    color: #fff;
}

/*button.active#nav-learning_environment-tab span{*/
/*    color: #ffcdbb;*/
/*}*/

div.active#nav-parents_community, button.active#nav-parents_community-tab {
    background-color: #43A08D;
    color: #fff;
}

/*button.active#nav-parents_community-tab span{*/
/*    color: #a6d9cd;*/
/*}*/

.tab-content .active {
    border: unset;
    color: #fff;
}

@media (max-width: 992px) {
    .bg-about {
        background: url("../img/footer/Combine Footer.svg") bottom no-repeat,
        url("../img/footer/Footer_Bird.svg") top right/15% no-repeat,
        url("../img/footer/Footer_logo.svg") top left 50px/10% no-repeat;
        height: 850px;
    }

    .mobile-view {
        display: block !important;
    }

    .desk-tab-view {
        display: none !important;
    }
}

#nav-learning_environment-tab, #nav-parents_community-tab, #nav-educators-tab, #nav-learners-tab {
    background-color: #e6e6e6;
    margin-right: 10px;
    color: #666;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.char-our-approches {
    position: absolute;
    height: 250px;
    bottom: 0;
}

.box-approches-height {
    height: 300px;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(35%);
    transform: translateY(35%);
}

.vertical-center-learners {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(35%);
    transform: translateY(35%);
}

.vertical-center-learning {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(30%);
    transform: translateY(30%);
}

.vertical-center-educators {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(25%);
    transform: translateY(25%);
}

@media (max-width: 767px) {
    .px-2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .navbar-nav li a:hover:before {
        color: #F5B61B;
        width: unset;
    }

    .navbar-nav li a:hover {
        color: #F5B61B;
        width: unset;
        transition: all 0.3s linear;
    }

    .navbar-nav li a {
        font-family: QuattrocentoSans;
        font-weight: normal;
        position: relative;
        text-align: center;
        padding-right: 0 !important;
        color: black !important;
    }


    .bg-bubbles {
        background: url('../img/Circles combine_2.svg') top right/55% no-repeat,
        url("../img/Circle_5.svg") top 90% left/10% no-repeat;
    }


    .bg-about {
        background: url("../img/footer/Combine Footer.svg") top 100px center/100% no-repeat,
        url("../img/footer/Footer_Bird.svg") top right/30% no-repeat,
        url("../img/footer/Footer_logo.svg") top left 15px/30% no-repeat;

        height: 780px;
    }

    .border-footer-left {
        border-left: none !important;
        padding-left: calc(var(--bs-gutter-x) / 2) !important;
    }

    .text-align-center, .text-align-left {
        text-align: center !important;
    }

    .padding-about {
        padding-top: 15rem !important;
    }


    .show-desc-mobile {
        display: block !important;
    }

    .show-desc-desk {
        display: none !important;
    }


    .border-curriculum {
        border-top-color: #FF5D54 !important;
        margin-right: 0px !important;
    }

    .border-literacy {
        border-top-color: #227C7C !important;
        margin-right: 0px !important;
    }

    .border-cog-dev {
        border-top-color: #47ABE0 !important;
        margin-right: 0px !important;
    }

    .border-mot-dev {
        border-top-color: #F5B61B !important;
        margin-right: 0px !important;
    }

    .border-soc-skills {
        border-top-color: #B3D967 !important;
        margin-right: 0px !important;
    }

    .border-learning {
        border-top-color: #AD8226 !important;
        margin-right: 0px !important;
    }

}


@media (max-width: 440px) {
    .center-tab {
        justify-content: center !important;
    }

    .ptp-mobile {
        display: block !important;
    }

    .ptp-desktop {
        display: none !important;
    }

    .ptpbackground {
        background: url("../img/ptp/ptp_BG.svg");
        float: left;
        width: 100%;
        height: 450px;

    }

    .btnptp-1 {
        background-color: #3F4580;
        color: #FFFFFF;
        margin-top: 10px;
        width: 185px;
        border: none;
    }

    .btnptp-2 {
        background-color: #9ac139;
        margin-top: 10px;
        width: 185px;
        border: none;
    }

    .ptptext1 {
        font-size: 40px;
        margin-top: 40px;
        font-weight: bolder;
        color: #3f4483;
        font-family: Graphik-bold;
        line-height: 20px;
        vertical-align: middle;
        margin-top: 60px;
        margin-bottom: 10px;
    }

    .ptptext2 {
        font-size: 40px;
        font-weight: bolder;
        color: #9ac139;
        line-height: 20px;
        font-family: Graphik-bold;
        margin-bottom: 0;
    }

    b {
        font-weight: 600;
        font-family: Graphik-bold;
    }


    .ptptext3 {
        font-size: 12px;
        line-height: 1.1;
        font-family: Graphik;
        transition: unset;
        color: #1a1a1a;
        font-weight: unset;
        margin-bottom: 0;
    }

    .ptptext4 {
        font-size: 47px;
        font-weight: 600;
        color: #3f4483;
        text-align: center;
        line-height: 0.9;
        font-family: Graphik-bold;
    }

    .ptptext5 {
        font-size: 47px;
        font-weight: 600;
        color: #9ac139;
        text-align: center;
        line-height: 0.9;
        font-family: Graphik-bold;
    }

    .text-center-mobile {
        text-align: left !important;
    }

    .bg-about {
        background: url("../img/footer/Combine Footer.svg") top 100px center/100% no-repeat,
        url("../img/footer/Footer_Bird.svg") top right/30% no-repeat,
        url("../img/footer/Footer_logo.svg") top left 15px/30% no-repeat;
        height: 740px;
    }

    .padding-about {
        padding-top: 18rem !important;
    }

    .bg-nest-curriculam {
        background: url("../img/curriculum/Plane.svg") top right/30% no-repeat,
        url("../img/curriculum/Circle_7.svg") top 50px right 40%/5% no-repeat,
        url("../img/curriculum/Circle_8.svg") top 60px left/15% no-repeat;
    }

    .bg-ourcampuses {
        background: url("../img/curriculum/Bee.svg") top left/30% no-repeat,
        url("../img/curriculum/Circle_10.svg") top 50px right 50%/3% no-repeat,
        url("../img/curriculum/Character.svg") top 50px right/50% no-repeat,
        url("../img/curriculum/Circle_9.svg") top right/15% no-repeat;
    }

    .bg-main-campus {
        background: url("../img/campus/Main-Campus.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 2rem 1rem 2rem 1rem;
        background-position: center;
       
    }
   
    .bg-nest-campus {
        background: url("../img/campus/Nest-Campus.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 2rem 1rem 2rem 1rem;
        background-position: center;
        margin-top: 10px;
    }

    .font-size-4 {
        color: #A2B0BD;
        font-size: 0.8rem;
    }

    .p-4 {
        padding: 0rem !important;
    }

    .font-size-5 {
        font-size: 1.2rem;
    }

    .box-approches-height {
        height: 440px;
    }

    .char-our-approches {
        position: absolute;
        height: 18% !important;
        opacity: 0.17;
        bottom: 0;
    }
}

.mobile-view {
    display: none;
}

.desk-tab-view {
    display: block;
}

@media screen and (max-width: 767px) {
    .bg-nest-curriculam {
        background: url("../img/curriculum/Plane.svg") top right/30% no-repeat,
        url("../img/curriculum/Circle_7.svg") top 50px right 40%/5% no-repeat,
        url("../img/curriculum/Circle_8.svg") top 60px left/15% no-repeat;
    }

    .bg-ourcampuses {
        background: url("../img/curriculum/Bee.svg") top left/30% no-repeat,
        url("../img/curriculum/Circle_10.svg") top 50px right 50%/3% no-repeat,
        url("../img/curriculum/Character.svg") top 50px right/50% no-repeat,
        url("../img/curriculum/Circle_9.svg") top right/15% no-repeat;
    }

    .bg-main-campus {
        background: url("../img/campus/Main-Campus.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 2rem 1rem 3rem 1rem;
        background-position: center;
    }

    .bg-nest-campus {
        background: url("../img/campus/Nest-Campus.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 2rem 1rem 3rem 1rem;
        background-position: center;
        margin-top: 10px;
    }

    .font-size-4 {
        color: #A2B0BD;
        font-size: 1rem;
    }

    .font-size-5 {
        font-size: 1.5rem;
    }

    .center-tab {
        justify-content: center !important;
    }

    .text-center-mobile {
        text-align: left !important;
    }

    .mt-our-camp {
        margin-top: 5.5rem !important;
    }

    .vertical-center {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(20%);
        transform: translateY(20%);
        padding-left: 10px;
        padding-right: 15px;
    }

    .vertical-center-learners {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(35%);
        transform: translateY(35%);
        padding-left: 10px;
        padding-right: 15px;
    }

    .vertical-center-learning {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(20%);
        transform: translateY(20%);
        padding-left: 10px;
        padding-right: 15px;
    }

    .vertical-center-educators {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(10%);
        transform: translateY(10%);
        padding-left: 10px;
        padding-right: 15px;
    }

    .mobile-view {
        display: block;
    }

    .desk-tab-view {
        display: none;
    }

    .char-our-approches {
        position: absolute;
        height: 23%;
        opacity: 0.17;
        bottom: 0;
    }

}

.text-align-center {
    text-align: justify;
}

a {
    color: inherit;
}

@media (min-width: 767px) and (max-width: 1267px) {
    .vertical-center {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(20%);
        transform: translateY(20%);
    }

    .vertical-center-learners {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(35%);
        transform: translateY(35%);
    }

    .vertical-center-learning {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(30%);
        transform: translateY(30%);
    }

    .vertical-center-educators {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(9%);
        transform: translateY(9%);
    }

    .no-center .text-center {
        text-align: left !important;
    }

    .center-tab {
        justify-content: center !important;
    }

    .text-center-mobile {
        text-align: left !important;
    }
}


.center-admission-btn {
    text-align: unset;
}

/*.float:hover {*/
/*    background-color: #dca009;*/
/*    color: #fff;*/
/*}*/

.my-float {
    text-decoration: none;
    font-family: Graphik;
}


.center-tab {
    justify-content: unset;
}

@media (min-width: 767px) and (max-width: 999px) {
    .vertical-center {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(20%);
        transform: translateY(20%);
    }

    .vertical-center-learners {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(35%);
        transform: translateY(35%);
    }

    .vertical-center-learning {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(30%);
        transform: translateY(30%);
    }

    .vertical-center-educators {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(10%);
        transform: translateY(10%);
    }

    .char-our-approches {
        position: absolute;
        height: 20%;
        opacity: 1;
        bottom: 0;
    }

    .box-approches-height {
        height: 350px;
    }

    .no-center .text-center {
        text-align: left !important;
    }

    .text-center-mobile {
        text-align: left !important;
    }

    .center-tab {
        justify-content: center !important;
    }

    .masonry {
        column-count: 2;
    }
}


@media screen and (max-width: 361px) {
    .bg-bubbles {
        background: none;
    }

    .bg-bubbles .bg-circle {
        background: none;
    }

    .center-admission-btn {
        text-align: center;
    }

    .float {
        position: fixed;
        height: 50px;
        bottom: 20px;
        right: 30%;
        background-color: #f5b61b;
        color: #FFF;
        padding-right: 15px;
        padding-left: 15px;
        font-family: Graphik;
        border-radius: 50px;
        text-decoration: none;
        text-align: center;
        box-shadow: 2px 2px 3px #999;
    }

    .submenu {
        position: fixed;
        right: 38%;
        bottom: 60px;
        z-index: 100;
    }

    .nest-admission {
        font-size: 1.4rem !important;
        font-family: Graphik-Bold;
        font-weight: bolder;
        color: #666;
    }

    .titleanim .text-wrapper {
        position: relative;
        display: block;
        padding-right: 0.05em;
        padding-bottom: 7px;
        height: 1.4rem !important;
    }
}

@media (min-width: 361px) and (max-width: 465px) {
    .bg-bubbles {
        background: none;
    }

    .bg-bubbles .bg-circle {
        background: none;
    }

    .center-admission-btn {
        text-align: center;
    }

    .float {
        position: fixed;
        height: 50px;
        bottom: 20px;
        right: 30%;
        background-color: #f5b61b;
        color: #FFF;
        padding-right: 15px;
        padding-left: 15px;
        font-family: Graphik;
        border-radius: 50px;
        text-decoration: none;
        text-align: center;
        box-shadow: 2px 2px 3px #999;
    }

    .submenu {
        position: fixed;
        right: 38%;
        bottom: 60px;
        z-index: 100;
    }

    .nest-admission {
        font-size: 1.6rem !important;
        font-family: Graphik-Bold;
        font-weight: bolder;
        color: #666;
    }

    .titleanim .text-wrapper {
        position: relative;
        display: block;
        padding-right: 0.05em;
        padding-bottom: 7px;
        height: 1.6rem !important;
    }
}

@media (min-width: 675px) and (max-width: 1199px) {
    .brand2 {
        display: block !important;
    }

    .hide-larg-device {
        display: block !important;
    }

    .hide-small-device {
        display: none !important;
    }

    .show-xs-device {
        display: none !important;
    }

    .carousel-inner {
        overflow: hidden;
    }

    .carousel-inner .active {
        border-bottom: unset;
        padding-bottom: unset;
        color: unset;
    }

    .slide-center {
        transform: translate(50% 0) !important;
    }

    .mx-sm-slider {
        margin-right: 15px !important;
        margin-left: 25px !important;
        margin-bottom: 50px;
    }

    .k1 {
        margin-top: 15px !important;
        width: 75px;
    }

    .k2 {
        margin-top: 15px !important;
        width: 80px;
    }
}

@media screen and (max-width: 675px) {
    .cards .card-heading {
        height: 85px !important;
    }

    .mt-our-camp {
        margin-top: 5.5rem !important;
    }

    .no-center .text-center {
        text-align: left !important;
    }

    .char-our-approches {
        height: 22%;
        opacity: 0.17;
        bottom: 0;
    }

    .bg-bubbles {
        background: none;
    }

    .bg-bubbles .bg-circle {
        background: none;
    }

    .center-admission-btn {
        text-align: center;
    }

    .float {
        position: fixed;
        height: 50px;
        bottom: 20px;
        right: 30%;
        background-color: #f5b61b;
        color: #FFF;
        padding-right: 15px;
        padding-left: 15px;
        font-family: Graphik;
        border-radius: 50px;
        text-decoration: none;
        text-align: center;
        box-shadow: 2px 2px 3px #999;
    }

    .submenu {
        position: fixed;
        right: 38%;
        bottom: 60px;
        z-index: 100;
    }

    .brand2 {
        display: block !important;
    }

    .hide-larg-device {
        display: none !important;
    }

    .hide-small-device {
        display: none !important;
    }

    .show-xs-device {
        display: block !important;
    }

    .carousel-inner {
        overflow: hidden;
    }

    .carousel-inner .active {
        border-bottom: unset;
        padding-bottom: unset;
        color: unset;
    }

    .card-y-middle {
        transform: none;
    }

    .k1 {
        margin-top: 0px;
        width: 80px;
    }

    .k2 {
        margin-top: 0px;
        width: 85px;
    }

    .card-title-text {
        font-family: QuattrocentoSans-Bold;
    }

    .card-content-text {
        font-family: QuattrocentoSans;
        font-size: 15px;
        color: #808080;
    }

    .mx-sm-slider {
        margin-right: 15px !important;
        margin-left: 25px !important;
        margin-bottom: 50px;
    }

    .nest-admission {
        font-size: 30px;
        font-weight: bolder;
        /*text-align: center;*/
        color: #666;
    }

    .titleanim .text-wrapper {
        position: relative;
        display: block;
        padding-right: 0.05em;
        padding-bottom: 7px;
        height: 30px;
    }

    .carousel-inner {
        overflow: hidden;
    }

    .carousel-inner .active {
        border-bottom: unset;
        padding-bottom: unset;
        color: unset;
    }

    .bg-lightblue {
        background: url("../img/our_programs/Bird.svg") top 350px left/20% no-repeat,
        url("../img/our_programs/Circle_2.svg") top 440px right 30%/5% no-repeat,
            /* url("../img/our_programs/Circle.svg") top 300px right -60px/30% no-repeat, */ #f2f7fd top 800px center no-repeat;
    }

    .heading {
        font-family: Graphik-Bold;
        font-size: 35px !important;
        text-align: center !important;
    }

    .h-small-curriculum {
        font-family: Graphik-Bold;
        font-size: 22px !important;
        text-align: center !important;
    }

    .m-heading-30 {
        margin-top: 30px !important;
    }


    .img-brand {
        width: 30%;
    }

    .img-1 {
        width: 90%;
    }

    .title {
        line-height: normal;
        color: #F5B61B;
        font-family: Graphik-Bold;
        font-size: 3.78em !important;
    }

    .ps-5 {
        padding-left: 3rem !important;
        text-align: center;
        padding-bottom: 1.5em;
    }

    .mt-5 {
        margin-top: 1.5rem !important;
    }

    .img-brand {
        width: 45%;
    }
}

.brand2 {
    display: none;
}


.nav-link {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
}

.mt-our-camp {
    margin-top: 3rem;
}

@media (min-width: 675px) and (max-width: 768px) {
    #navbarNav {
        text-align: center;
    }

    .bg-nest-curriculam {
        background: url("../img/curriculum/Plane.svg") top right/30% no-repeat,
        url("../img/curriculum/Circle_7.svg") top 50px right 40%/5% no-repeat,
        url("../img/curriculum/Circle_8.svg") top 60px left/10% no-repeat;
    }

    .bg-ourcampuses {
        background: url("../img/curriculum/Bee.svg") top left/30% no-repeat,
        url("../img/curriculum/Circle_10.svg") top 50px right 50%/3% no-repeat,
        url("../img/curriculum/Character.svg") top 50px right/40% no-repeat,
        url("../img/curriculum/Circle_9.svg") top right/10% no-repeat;
    }

    .bg-main-campus {
        background: url("../img/campus/Main-Campus.jpg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 2rem 1rem 3rem 1rem;
        background-position: center;
    }

    .bg-nest-campus {
        background: url("../img/campus/Nest-Campus.jpg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 2rem 1rem 3rem 1rem;
        background-position: center;
        margin-top: 10px;
    }

    .font-size-4 {
        color: #A2B0BD;
        font-size: 1.5rem;
    }

    .font-size-5 {
        font-size: 2rem;
    }

    .mt-our-camp {
        margin-top: 5.5rem !important;
    }

    .hide-larg-device {
        display: block !important;
    }

    .show-xs-device {
        display: none !important;
    }

    .hide-small-device {
        display: none !important;
    }

    .card-y-middle {
        transform: none;
    }

    .card-title-text {
        font-family: QuattrocentoSans-Bold;
    }

    .card-content-text {
        font-family: QuattrocentoSans;
        font-size: 15px;
        color: #808080;
    }

    .mx-sm-slider {
        margin-right: 15px !important;
        margin-left: 25px !important;
        margin-bottom: 50px;
    }

    .carousel-inner {
        overflow: hidden;
    }

    .carousel-inner .active {
        border-bottom: unset;
        padding-bottom: unset;
        color: unset;
    }

    .heading {
        font-family: Graphik-Bold;
        font-size: 35px !important;
        text-align: center !important;
    }

    .h-small-curriculum {
        font-family: Graphik-Bold;
        font-size: 22px !important;
        text-align: center !important;
    }

    .img-brand {
        width: 30%;
    }

    .img-1 {
        width: 90%;
    }

    .title {
        line-height: normal;
        color: #F5B61B;
        font-family: Graphik-Bold;
        font-size: 3.78em !important;
    }

    .ps-5 {
        padding-left: 3rem !important;
        text-align: center;
        padding-bottom: 1.5em;
    }

    .mt-5 {
        margin-top: 1.5rem !important;
    }

    .img-brand {
        width: 45%;
    }

    .k1 {
        margin-top: 0px;
        width: 65px;
    }

    .k2 {
        margin-top: 0px;
        width: 70px;
    }

}

.hide-larg-device {
    display: none;
}

.hide-small-device {
    display: block;
}

.show-xs-device {
    display: none;
}

.h6 {
    color: #808080;
    font-family: QuattrocentoSans-Bold;
    font-size: 23px;
    margin-top: 25px;
}

.title {
    line-height: normal;
    color: #F5B61B;
    font-family: Graphik-Bold;
    font-size: 5em;
}

.test {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.cssanimation, .cssanimation span {
    animation-duration: 2s;
    animation-fill-mode: both;
}

.cssanimation span {
    display: inline-block
}

.fadeInBottom {
    animation-name: fadeInBottom
}

.font-size-2 {
    font-size: 2.5rem;
}

@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1
    }
}

.active {
    border-bottom: 3px solid #F5B61B;
    padding-bottom: 9px;
    color: #F5B61B;
}

.nest {
    font-size: 40px;
    font-family: Graphik-Bold;
    font-weight: bolder;
    color: #FBCBB4;
}

.nest-admission {
    font-size: 50px;
    font-family: Graphik-Bold;
    /*font-weight: bolder;*/
    color: #666;
}

.titleanim .text-wrapper {
    position: relative;
    display: block;
    padding-right: 0.05em;
    padding-bottom: 7px;
    height: 50px;
}

@media (min-width: 50px) and (max-width: 768px) {
    .nest {
        font-size: 35px;
        font-weight: bolder;
        text-align: center;
        color: #fccbb2;
    }

    .navimglogo {
        position: relative !important;
        display: block !important;
        top: 0px;
        width: 75px;
        opacity: 0;
        margin-left: 15px;
        transition: all 0.5s ease;
    }

    .titleanim .letters {
        position: absolute;
        text-align: center;
        display: inline-block;
        width: 100%;
    }

    .img-nest-Character_1 {
        width: 45% !important;
        margin-top: 30px;
        margin-bottom: 10px;
        animation: fadein 0.5s;

    }


    .navbar-nav li a:hover:before {
        color: #F5B61B;
        width: unset;
    }

    .navbar-nav li a:hover {
        color: #F5B61B;
        width: unset;
        transition: all 0.3s linear;
    }
}

.img-nest-Character_1 {
    width: 30%;
    margin-bottom: 10px;
    animation: fadeIn 1.5s;
}

.text-666 {
    color: #666;
}

.text-upper {
    text-transform: uppercase;
}

.text-justify {
    text-align: justify;
}

.fs-20 {
    font-size: 20px;
}

.card-title-text {
    font-family: QuattrocentoSans-Bold;
}

.card-content-text {
    font-family: QuattrocentoSans;
    font-size: 15px;
    color: #808080;
}

.mt-2rem {
    margin-top: 2rem !important;
}

.readmore_link {
    position: absolute;
    margin-top: 15px;
    color: #808080;
    font-family: QuattrocentoSans-Bold;
    font-size: 17px;
    margin-left: 20px;
    text-decoration: none;
}

.readmore_link span {
    font-weight: bolder;
}

.readmore_link:hover {
    position: absolute;
    margin-top: 15px;
    color: #a5a5a5;
    font-family: QuattrocentoSans-Bold;
    font-size: 17px;
    margin-left: 20px;
    text-decoration: none;
}

.heading {
    font-family: Graphik-Bold;
    font-size: 45px;
}


.m-heading-30 {
    margin-top: 30px;
}

.m-heading-40 {
    margin-top: 6rem;
}

.cards {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 0;
    width: 100%;
    border: none;
    -webkit-box-shadow: -4px 15px 10px 5px rgba(120, 120, 120, 0.65);
    box-shadow: -4px 15px 10px 5px rgba(120, 120, 120, 0.65);
}

.cards .card-body {
    padding: 0 1rem;
    height: 250px;
}

.cards .card-heading {
    padding: 0 1rem;
    height: 85px;
}

/*.mx-xl-5 {*/
/*    margin-right: 1rem !important;*/
/*    margin-left: 1rem !important;*/
/*}*/

.p-PTP {
    /*margin-top: 40px !important;*/
    padding-top: 10px;
}

.p-ps {
    /*margin-top: 40px !important;*/
    padding-top: 10px;
}

.p-preK {
    padding-top: 0px;
}

.p-k1 {

    padding-top: 0px;
}

.p-k2 {
    padding-top: 0;
}

.PTP {
    /*margin-top: 35px;*/
}

.ps {
    /*margin-top: 25px;*/
}

.preK {
    /*margin-top: 15px;*/
}

.k1 {
    /*margin-top: 0px;*/
}

.k2 {
}

.card-y-middle {
    transform: translate(0, -30%) !important;
}

.mt-card-5 {
    margin-top: 10rem;
}

.col-half-offset {
    margin-left: 4.166666667%
}


.padding-about {
    padding-top: 30rem
}

.font-size-footer {
    font-size: 13px;
}

.font-size-footer-icon {
    font-size: 15px;
}

/*4K Screen*/
@media screen and (min-width: 3240px) {
    .bg-bubbles {
        background: url('../img/Circle_1.svg') top 6% right/4% no-repeat,
        url('../img/Circles combine_2.svg') top right/45% no-repeat,
        url("../img/Circle_5.svg") top 90% left/10% no-repeat;

    }

    .hide-larg-device {
        display: none !important;
    }

    .hide-small-device {
        display: block !important;
    }

    .show-xs-device {
        display: none !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mt-card-5 {
        margin-top: 20rem;
    }

    .container {
        width: 3810px;
        min-width: 3010px;
        font-size: 2.5rem;
    }

    .nest {
        margin-top: 200px !important;
        font-size: 5rem;
        font-family: Graphik-Bold;
        font-weight: bolder;
        color: #FBCBB4;
    }

    .nest-admission {
        font-size: 9rem;
        font-family: Graphik-Bold;
        font-weight: bolder;
        color: #666;
    }

    .titleanim .text-wrapper {
        position: relative;
        display: block;
        padding-right: 0.05em;
        padding-bottom: 7px;
        height: 9rem;
    }

    .navbar-nav li a {
        font-family: QuattrocentoSans;
        font-weight: normal;
        position: relative;
        color: black !important;
    }

    .navbar-nav li a:before {
        content: "";
        position: absolute;
        top: 91%;
        width: 0%;
        height: 4%;
        background: #F5B61B;
        transition: all 0.3s linear;
    }

    .navbar-nav li a:hover:before {
        width: 75%;
    }

    .font-size-2 {
        font-size: 2.5rem;
    }

    .img-nest-Character_1 {
        width: 45%;
        margin-bottom: 30px !important;
    }

    .m-heading-30 {
        margin-top: 100px !important;
    }

    .heading {
        font-family: Graphik-Bold;
        font-size: 7.5rem;
    }

    .h-small-curriculum {
        font-family: Graphik-Bold;
        font-size: 6.5rem !important;
        text-align: center !important;
    }

    .cards {
        background-color: #fff;
        border-radius: 40px;
        padding: 10px 0;
        width: 100%;
        border: none;
        margin-right: 50px !important;
        -webkit-box-shadow: -4px 15px 10px 5px rgba(120, 120, 120, 0.65);
        box-shadow: -4px 15px 10px 5px rgba(120, 120, 120, 0.65);
    }

    .cards .card-body {
        padding: 1rem 3rem;
        height: 600px;
    }

    .cards .card-heading {
        padding: 0 3rem !important;
        height: 200px !important;
    }

    .p-PTP {
        padding-top: 115px;
    }

    .p-ps {
        padding-top: 85px;
    }

    .p-preK {
        padding-top: 45px;
    }

    .p-k1 {
        padding-top: 10px;
    }

    .p-k2 {
        padding-top: 0;
    }

    .PTP {
        width: 20%;
    }

    .ps {
        width: 25%;
    }

    .preK {
        width: 30%;
    }

    .k1 {
        width: 35%;
    }

    .k2 {
        width: 40%;
    }

    .bg-lightblue {
        background: url("../img/our_programs/Bird.svg") top 600px left/10% no-repeat,
        url("../img/our_programs/Circle_2.svg") top 1000px right 25%/2% no-repeat,
            /* url("../img/our_programs/Circle.svg") top 60% right -5%/10% no-repeat, */ #f2f7fd top 800px center no-repeat;
    }

    .card-title-text {
        font-family: QuattrocentoSans-Bold;
        font-size: 3rem;
    }

    .card-content-text {
        font-family: QuattrocentoSans;
        font-size: 2.4rem;
        color: #808080;
    }

    .readmore_link {
        position: absolute;
        margin-top: 15px;
        color: #808080;
        font-family: QuattrocentoSans-Bold;
        font-size: 2rem;
        margin-left: 20px;
        text-decoration: none;
    }

    .readmore_link:hover {
        position: absolute;
        margin-top: 15px;
        color: #a5a5a5;
        font-family: QuattrocentoSans-Bold;
        font-size: 2rem;
        margin-left: 20px;
        text-decoration: none;
    }

    .mt-2rem {
        margin-top: 4rem !important;
    }
}


/* CURRICULAM css */


.text-FBCBB4 {
    color: #FBCBB4;
}

.h-small-curriculum {
    color: #FBCBB4;
    font-family: Graphik-Bold;
}

.border-curriculum {
    border-top-color: #FF5D54 !important;
    margin-right: 30px;
}

.border-literacy {
    border-top-color: #227C7C !important;
    margin-right: 30px;
}

.border-cog-dev {
    border-top-color: #47ABE0 !important;
    margin-right: 30px;
}

.border-mot-dev {
    border-top-color: #F5B61B !important;
    margin-right: 30px;
}

.border-soc-skills {
    border-top-color: #B3D967 !important;
    margin-right: 30px;
}

.border-learning {
    border-top-color: #AD8226 !important;
    margin-right: 30px;
}

.font-bold {
    font-weight: bolder;
}

.underline-text {
    border-bottom: 2px solid white;
    border-color: white;
}

.border-footer-left {
    border-left: 2px solid #d3d3d3;
    padding-left: 45px;
}

@media (max-width: 320px) {
    .padding-about {
        padding-top: 16rem !important;
    }

    .ptp-mobile {
        display: block !important;
    }

    .ptp-desktop {
        display: none !important;
    }

    .ptpbackground {
        background: url("../img/ptp/ptp_BG.svg");
        float: left;
        width: 100%;
        height: 450px;

    }

    .btnptp-1 {
        background-color: #3F4580;
        color: #FFFFFF;
        margin-top: 10px;
        width: 185px;
        border: none;
    }

    .btnptp-2 {
        background-color: #9ac139;
        margin-top: 10px;
        width: 185px;
        border: none;
    }

    .ptptext1 {
        font-size: 50px;
        font-weight: bolder;
        color: #3f4483;
        font-family: Graphik-bold;
        line-height: 20px;
        vertical-align: middle;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 60px;

    }

    .ptptext2 {
        font-size: 50px;
        font-weight: bolder;
        color: #9ac139;
        line-height: 20px;
        font-family: Graphik-bold;
        margin-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    b {
        font-weight: 600;
        font-family: Graphik-bold;
    }


    .ptptext3 {
        font-size: 12px;
        line-height: 1.1;
        font-family: Graphik;
        transition: unset;
        color: #1a1a1a;
        font-weight: unset;
        margin-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ptptext4 {
        font-size: 57px;
        font-weight: 600;
        color: #3f4483;
        text-align: center;
        line-height: 0.9;
        font-family: Graphik-bold;
        padding-right: 10px;
        padding-left: 10px;
    }

    .ptptext5 {
        font-size: 57px;
        font-weight: 600;
        color: #9ac139;
        text-align: center;
        line-height: 0.9;
        padding-left: 10px;
        padding-right: 10px;
        font-family: Graphik-bold;
    }
}

@media (min-width: 675px) and (max-width: 768px) {
    .nest {
        font-size: 35px;
        font-weight: bolder;
        text-align: left;
        color: #fccbb2;
    }

    .ps-margin-top {
        margin-top: 30px;
    }

    .titleanim .letters {
        position: absolute;
        text-align: left;
        display: inline-block;
        width: 100%;
    }
}

/* Gallery css */
.pb-100 {
    padding-bottom: 100px
}

.masonry {
    transition: all .5s ease-in-out;
    column-gap: 30px;
    column-fill: initial;
}

.masonry .brick {
    margin-bottom: 30px;
    display: inline-block; /* Fix the misalignment of items */
    vertical-align: top; /* Keep the item on the very top */
}

.masonry .brick img {
    max-width: 100%;
    vertical-align: middle;
    transition: all .5s ease-in-out;
    backface-visibility: hidden; /* Remove Image flickering on hover */
}

.masonry .brick:hover img {
    opacity: .75;
}

.masonry.gutterless {
    column-gap: 5px
}

.masonry.gutterless .brick {
    margin-bottom: 5px
}

@media only screen and (min-width: 1024px) {
    .masonry {
        column-count: 3;
    }
}

/*our campuss gallery*/
.box {
    border: 1px solid #d6d6d6;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    transition: .2s all;
}

.img-hover-zoom {
    height: 300px; /* Modify this according to your need */
    overflow: hidden; /* Removing this will break the effects */
}

.img-hover-zoom--brightness img {
    transition: transform 1s, filter 1s ease-in-out;
    transform-origin: center center;
    filter: brightness(50%);
}

/* The Transformation */
.img-hover-zoom--brightness:hover img {
    filter: brightness(100%);
    transform: scale(1.3);
}

/*4k Media Quary*/
@media (min-width: 2100px) {
    .bg-main-campus {
        padding: 20rem 0;
    }

    .bg-nest-campus {
        padding: 20rem 0;
    }
}


/* Timeline style */

.timeline .row {
    margin: 0px;
}

.images {
    background: url("../img/timeline/Circle1.svg") top 80px right -60px/10% no-repeat,
    url("../img/timeline/Circle2.svg") bottom 60px left -20px/6% no-repeat;
}

.timeline-header .row {
    margin: 0px;
}

.timeline-header {
    padding-top: 10px;
    font-family: Graphik-Bold;
    font-size: 53px;
    color: #FFF;
    background-color: #3F4580;
}

.wrapper {
    margin: 50px auto;
    padding: 0 20px;
    position: relative;
}

.wrapper .center-line {
    position: absolute;
    height: 100%;
    width: 4px;
    background: #3F4580;
    left: 0%;
    top: 0px;
    transform: translateX(-50%);
}

.wrapper .row {
    display: flex;
}

.sec_class {
    margin: 15px;
}

.wrapper .row-2 {
    justify-content: flex-start;
    margin: 20px;
    align-items: center;
}

.wrapper .row-2 .col-lg-6 span {
    font-family: "QuattrocentoSans-BoldItalic";
    color: #333333;
    font-size: 22px;
}

.wrapper .row-2 .col-lg-6 p {
    font-family: "QuattrocentoSans";
    color: #333333;
    margin: 0px;
    margin-left: 18px;
    font-size: 15px;
}

.wrapper .row-2 .borderLeft {
    border-left: 4px solid #4fc9f9;
}

.row .icon,
.center-line .scroll-icon {
    position: absolute;
    background: #3F4580;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    content: " ";
    font-size: 17px;
}

.fa-globe:before {
    content: " ";
}

.center-line .scroll-icon {
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.row-2 .icon {
    margin-top: 10px;
    left: -12px;
}

.wrapper1 {
    margin: 40px auto;
    position: relative;
}

.wrapper1 .row section {
    margin: 10px 0px 20px 0px;
}

.mobileResponsive .row {
    text-align: center;
    font-size: 15px;
}

.mobileResponsive .timeline-title {
    margin-top: 20px;
}

.mobileResponsive .timeline-title span {
    margin-top: 20px;
    font-size: 25px;
    font-family: "QuattrocentoSans-BoldItalic";
    font-weight: bold;
    color: #333333;
}

.mobileResponsive .intro p {
    font-family: "QuattrocentoSans";
    color: #333333;
    margin: 0px 10px;
}

@media only screen and (max-width: 318px) {
    .timeline-header {
        text-align: center;
    }

    .timeline-header .row {
        margin: 0px;
    }

    .desktopResponsive {
        display: none
    }

    .images {
        background: url("../img/timeline/Circle1.svg") top 120px right -20px/12% no-repeat,
        url("../img/timeline/Circle2.svg") bottom 260px left -18px/12% no-repeat;
    }
}

@media only screen and (min-width: 320px) and (max-width: 360px) {
    .timeline-header {
        text-align: center;
    }

    .timeline-header .row {
        margin: 0px;
    }

    .desktopResponsive {
        display: none
    }

    .images {
        background: url("../img/timeline/Circle1.svg") top 120px right -20px/12% no-repeat,
        url("../img/timeline/Circle2.svg") bottom 260px left -18px/12% no-repeat;
    }
}

@media only screen and (min-width: 361px) and (max-width: 499px) {
    .timeline-header {
        text-align: center;
    }

    .timeline-header .row {
        margin: 0px;
    }

    .desktopResponsive {
        display: none
    }

    .images {
        background: url("../img/timeline/Circle1.svg") top 80px right -30px/12% no-repeat,
        url("../img/timeline/Circle2.svg") bottom 260px left -20px/12% no-repeat;
    }
}

@media only screen and (min-width: 500px) and (max-width: 767px) {
    .timeline-header {
        text-align: center;
    }

    .timeline-header .row {
        margin: 0px;
    }

    .desktopResponsive {
        display: none
    }

    .images {
        background: url("../img/timeline/Circle1.svg") top 80px right -38px/10% no-repeat,
        url("../img/timeline/Circle2.svg") bottom 180px left -20px/10% no-repeat;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .mobileResponsive {
        display: none
    }

    .images {
        background: url("../img/timeline/Circle1.svg") top 80px right -48px/10% no-repeat,
        url("../img/timeline/Circle2.svg") bottom 200px left -30px/10% no-repeat;
    }
}

@media only screen and (min-width: 1200px) {
    .timeline-header {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .mobileResponsive {
        display: none
    }

    .images {
        background: url("../img/timeline/Circle1.svg") top 80px right -68px/10% no-repeat,
        url("../img/timeline/Circle2.svg") bottom 140px left -40px/8% no-repeat;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1600px) {
    .mobileResponsive {
        display: none
    }

    .images {
        background: url("../img/timeline/Circle1.svg") top 80px right -80px/10% no-repeat,
        url("../img/timeline/Circle2.svg") bottom 80px left -55px/8% no-repeat;
    }
}

@media only screen and (min-width: 1600px) {
    .mobileResponsive {
        display: none
    }

    .images {
        background: url("../img/timeline/Circle1.svg") top 80px right -110px/8% no-repeat,
        url("../img/timeline/Circle2.svg") bottom 60px left -20px/5% no-repeat;
    }
}

/* Timeline style */
