*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:Ubuntu,sans-serif;font-size:1rem;line-height:1.6}img,video{max-width:100%;object-fit:contain}a{text-decoration:none;color:inherit}ul{list-style:none}.header{max-width:100%;height:7rem;display:flex;flex-direction:column}.header__media-wrapper{width:100%;height:3rem;padding:1rem;display:flex;align-items:center;justify-content:flex-end;gap:1rem;background-color:var(--bgcolor-primary)}.header__media-wrapper>a>img{width:20px;height:20px}.header__navbar{width:100%;height:4rem;display:flex;align-items:center;justify-content:space-between}.navbar__logo{width:120px;height:40px}.navbar__barmenu{width:30px;height:30px;display:none;overflow:hidden;flex-direction:column;align-items:center;justify-content:space-around}.barmenu__bar{width:90%;height:5px;border:1.5px solid var(--bgcolor-primary);border-radius:5px;transition:.2s ease}.one-open{transform:translateY(10px) rotate(45deg)}.two-open{transform:translate(110%)}.three-open{transform:translateY(-10px) rotate(-45deg)}.navbar__navigation{height:100%;padding:1rem;display:flex;align-items:center;gap:3rem;text-transform:uppercase;font-weight:600}.navigation__links{height:100%;display:flex;gap:2rem;align-items:center;justify-content:center;color:var(--bgcolor-primary)}.navigation__links>li{position:relative;height:100%}.links__submenu{width:250px;padding:1rem;position:absolute;top:2rem;display:none;flex-direction:column;align-items:center;justify-content:center;gap:1rem;box-shadow:4px 4px 9px #0000004d;background-color:var(--bgcolor-tertiary);border-radius:5px;z-index:5}.links__submenu-open{display:flex}.navigation__links>li:hover .links__submenu{display:flex}.first{left:-90px}.second{left:-50px}.third{left:-90px}.navbar__navigation>a{width:120px;height:30px;display:flex;align-items:center;justify-content:center;color:var(--bgcolor-cta);border:1.5px solid var(--bgcolor-cta);border-radius:5px}@media(max-width:480px){.header{max-width:100%;height:5rem}.header__media-wrapper{width:100%;height:2rem}.header__navbar{width:100%;height:3rem;position:relative}.navbar__logo{width:100px;height:30px}.navbar__barmenu{display:flex;margin-right:1rem}.navbar__navigation{width:100%;height:100vh;visibility:hidden;position:absolute;top:-60rem;flex-direction:column;transition:.2s ease;background-color:var(--bgcolor-secondary);z-index:5}.open{visibility:visible;top:3rem}.navigation__links>li{width:100%;display:flex;flex-direction:column;align-items:center}.navigation__links{width:100%;height:max-content;flex-direction:column;align-items:center}.links__submenu{position:unset;background:none;box-shadow:none}.first,.second,.third{left:0}}.home{max-width:100%;display:flex;flex-direction:column}.home__feature-section{width:100%;padding:2rem 1rem;display:flex;flex-direction:column;gap:1.5rem;align-items:center;justify-content:center;background-color:var(--bgcolor-tertiary)}.home__feature-section>h2{color:var(--bgcolor-primary);font-size:1.75rem}.home__features-wrapper{width:100%;display:flex;justify-content:space-around}.home__features-wrapper>ul{display:flex;flex-direction:column;gap:1rem;list-style:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%230379c4'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='feather%20feather-check-square'%3e%3cpolyline%20points='9%2011%2012%2014%2022%204'%3e%3c/polyline%3e%3cpath%20d='M21%2012v7a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V5a2%202%200%200%201%202-2h11'%3e%3c/path%3e%3c/svg%3e");justify-content:center}.home__features-wrapper>ul>li{font-size:1.25rem;font-weight:600;color:var(--bgcolor-primary)}.home__destination-section{width:100%;padding:1rem;display:flex;gap:1rem;flex-direction:column;align-items:center;justify-content:center;background-color:var(--bgcolor-primary);border-top-left-radius:9px;border-top-right-radius:9px}.home__destination-section>h2{color:var(--bgcolor-tertiary);font-size:1.75rem}.home__destination-wrapper{width:100%;padding:1rem;display:flex;flex-wrap:wrap;gap:1.5rem}.home__classes-section{width:100%;padding:2rem;display:flex;flex-direction:column;gap:1rem;align-items:center;background-color:var(--bgcolor-cta);border-bottom-left-radius:9px;border-bottom-right-radius:9px}.home__classes-section>h2{color:var(--bgcolor-primary)}.home__classes-wrapper{width:100%;display:flex;gap:3rem;justify-content:center}.home__services-section{width:100%;padding:1rem;display:flex;flex-direction:column;gap:1rem;align-items:center}.home__services-section>h2{color:var(--bgcolor-primary);font-size:1.75rem}.home__services-wrapper{display:flex;align-items:center;gap:1rem}@media(max-width:480px){.home__feature-section{max-width:100%}.home__features-wrapper{flex-direction:column;gap:1rem}.home__features-wrapper>ul{margin-left:2rem}.home__destination-section{max-width:100%;padding:1rem}.home__destination-wrapper{width:100%;padding:1rem}.home__classes-section{max-width:100%}.home__classes-wrapper{width:100%;display:grid;grid-template-columns:repeat(2,1fr);justify-content:space-around}.home__services-section{max-width:100%}.home__services-wrapper{flex-direction:column}}:root{--bgcolor-primary:#213d7c;--bgcolor-secondary: #c5f4fe;--bgcolor-tertiary: #fff;--bgcolor-cta:#ef5122;--fs-h1:2.5rem;--fs-h2:2rem;--fs-h3:1.25rem;--fs-st:.875rem}.hero{max-width:100%;height:90vh;position:relative}.hero__image-wrapper{width:100%;height:100%;display:flex;overflow:hidden}.image__slider{width:100%;height:100%;display:flex;animation:slides 15s ease infinite}.image__slider>img{width:100%;height:100%;flex-shrink:0;object-fit:fill}@keyframes slides{0%{transform:translate(0)}25%{transform:translate(-100%)}50%{transform:translate(-200%)}to{transform:translate(-300%)}}.hero__content-wrapper{width:100%;height:100%;padding:2rem;position:absolute;top:0;display:flex;gap:2.5rem;flex-direction:column;align-items:center;justify-content:center}.hero__content-wrapper>h1{color:var(--bgcolor-tertiary);font-size:var(--fs-h1)}.hero__content-wrapper>p{color:var(--bgcolor-secondary);font-size:1.5rem}.hero__links-wrapper{display:flex;gap:3rem}.hero__links-wrapper>a{height:40px;padding:1rem;display:flex;align-items:center;font-size:var(--fs-h3);font-weight:600;border-radius:5px}.hero__primary-link{color:var(--bgcolor-tertiary);background-color:var(--bgcolor-primary)}.hero__secondary-link{color:var(--bgcolor-tertiary);background-color:var(--bgcolor-cta)}.hero__links-wrapper>a:hover{scale:1.01;box-shadow:-2.5px 3px 5px 1px #ffffff9c}@media(max-width:480px){.hero{max-width:100%;height:60vh}.hero__content-wrapper{width:100%;gap:1.5rem}.hero__content-wrapper>h1{font-size:var(--fs-h2);text-align:justify}.hero__content-wrapper>p{font-size:var(--fs-h3);text-align:justify}.hero__links-wrapper{flex-direction:column;gap:1.5rem}}.country-card{max-width:50%;height:250px;flex:0 0 32%;position:relative;border:1.5px solid silver;border-radius:5px}.country-card__image-wrapper{width:100%;height:100%;position:absolute}.country-card__image-wrapper>img{width:100%;height:100%;object-fit:cover;border-radius:5px}.country-card__features-wrapper{width:100%;height:100%;position:absolute;opacity:0;display:flex;gap:.5rem;flex-direction:column;align-items:center;justify-content:center;color:#fff;transform:translateY(-20px);transition:opacity .2s ease,transform .2s ease}.country-card__features-wrapper>h2{text-transform:uppercase}.country-card__features-wrapper>p{font-size:1.25rem;color:var(--bgcolor-secondary)}.country-card__features-wrapper>ul{font-size:.875rem;list-style:square}.country-card__features-wrapper>a{width:150px;height:40px;display:flex;align-items:center;justify-content:center;border:1.5px solid #fff;border-radius:5px}.country-card__features-wrapper>a:hover{scale:1.02;color:var(--bgcolor-cta);border-color:var(--bgcolor-cta)}.country-card:hover .country-card__image-wrapper:before{content:" ";width:100%;height:100%;position:absolute;background-color:#000;opacity:.6;border-radius:5px}.country-card:hover .country-card__features-wrapper{opacity:1;transform:translateY(0)}@media(max-width:480px){.country-card{max-width:100%;flex:0 0 100%}.country-card__image-wrapper{width:100%}.country-card__image-wrapper>img{max-width:100%;object-fit:fill}}.service-card{width:300px;padding:1rem;display:flex;flex-direction:column;border-radius:5px;box-shadow:2px 2px 4px 2px #0000004d}.service-card:hover{scale:1.02}.service-card__title-wrapper{display:flex;gap:.5rem;align-items:center;justify-content:center}.service-card__title-wrapper>img{width:40px;height:80px}.service-card__title-wrapper>h3{color:var(--bgcolor-primary)}.service-card__content-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.service-card__content-wrapper>p{text-align:justify;height:200px}.service-card__content-wrapper>a{width:150px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--bgcolor-primary);font-weight:600;border:2px solid var(--bgcolor-primary);border-radius:5px}.service-card__content-wrapper>a:hover{color:var(--bgcolor-cta);border:2px solid var(--bgcolor-cta);box-shadow:4px 4px 4px #0000004d}@media(max-width:480px){.service-card{width:90%}}.class-card{padding:1rem;display:flex;gap:1rem;flex-direction:column;align-items:center;justify-content:center;border-radius:5px;background-color:var(--bgcolor-tertiary);box-shadow:4px 4px 9px #0000004d}.class-card:hover{transform:translate(10px,-5px);transition:transform .2s ease}.class-card__title-wrapper{display:flex;gap:.5rem;color:var(--bgcolor-primary)}.class-card>a{width:120px;display:flex;align-items:center;justify-content:center;color:var(--bgcolor-primary)}.class-card>a:hover{color:var(--bgcolor-cta)}.form{width:100%;display:flex;padding:1rem;flex-direction:column;gap:1rem;box-shadow:2px 2px 5px #0000004d}.form>div{display:inherit;flex-direction:column}.form>div>label{font-size:.875rem}.form>div>input{width:100%;height:2rem;padding:1rem;border:none;border-bottom:2px solid var(--bgcolor-primary)}.form>div>span{display:none;font-size:.875rem;color:var(--bgcolor-cta)}.form>input[type=submit]{width:100%;height:35px;border:none;color:var(--bgcolor-tertiary);background-color:var(--bgcolor-cta);border-radius:5px}.counselling-page{max-width:100%;padding:1rem;display:flex;align-self:center;justify-content:space-around}.counselling-page h2{color:var(--bgcolor-primary)}.counselling__content{width:50%;display:flex;flex-direction:column;gap:1rem;text-align:justify}.counselling__intro-section,.counselling__features-section{display:inherit;flex-direction:column;gap:.5rem}.counselling__features-section>ul{list-style:inside square}@media(max-width:480px){.counselling-page{flex-direction:column}.counselling__content{width:100%}}.contact-page{max-width:100%;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.contact__form-section{width:100%;padding:1rem;display:flex;align-items:center;justify-content:space-evenly;border:1.5px solid var(--bgcolor-primary);border-radius:9px}.contact__form-wrapper{width:50%}.contact__map-wrapper{width:100%;height:300px}.contact__map-wrapper>iframe{width:100%;height:100%}@media(max-width:480px){.contact-page{max-width:100%}.contact__form-section{width:100%;flex-direction:column}.contact__form-wrapper{width:100%}}.footer{max-width:100%;display:flex;flex-direction:column;color:var(--bgcolor-secondary);background-color:var(--bgcolor-primary)}.footer__content-wrapper{width:100%;padding:1rem 0;display:flex;justify-content:space-evenly}.footer__content-wrapper h3{color:var(--bgcolor-tertiary)}.footer__info-section{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}.footer__logo{width:200px;height:80px;background-color:var(--bgcolor-tertiary)}.footer__media-wrapper{display:flex;gap:1rem}.footer__media-wrapper>a>img{width:20px;height:20px}.footer__contact-section img{width:16px;height:16px;margin-right:.25rem}.footer__policies{width:100%;display:flex;padding:1rem;align-items:center;justify-content:center}.footer__policies>p{font-size:.875rem}@media(max-width:480px){.footer{width:100%}.footer__content-wrapper{flex-direction:column;gap:1rem}.footer__content-wrapper>div{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}}.message-page{max-width:100%;height:90vh;padding:1rem;display:flex;gap:1rem}.message-page__img-wrapper{width:40%;height:100%}.message-page__img-wrapper>img{width:100%;height:100%;object-fit:fill;border-radius:9px}.message-page__content{width:60%;height:100%;padding:1rem;overflow-y:scroll;background-color:var(--bgcolor-secondary);border-radius:9px}.message-page__content>p{font-size:1.1rem;text-align:justify}.message-page__content>h2{color:var(--bgcolor-primary)}.content__paragraph-first:after{content:" ";width:20px;height:20px;display:block;background-color:red}@media(max-width:480px){.message-page{max-width:100%;height:max-content;display:flex;flex-direction:column;gap:.5rem}.message-page__img-wrapper,.message-page__content{width:100%}}.team-card{max-width:275px;height:350px;display:flex;flex:1 0 33%;flex-direction:column;box-shadow:4px 4px 9px #0000004d;border-radius:9px}.team-card__img-wrapper{width:100%;height:80%}.team-card__img-wrapper>img{width:100%;height:100%;object-fit:cover;border-top-left-radius:9px;border-top-right-radius:9px}.team-card__content{width:100%;height:20%;display:flex;flex-direction:column;align-items:center;justify-content:center}.team-card__content>h3{color:var(--bgcolor-tertiary)}.team-card__content>p{color:var(--bgcolor-secondary);font-size:.875rem}@media(max-width:480px){.team-card{width:100%;height:max-content}}.team-carousel{width:100%;padding:1rem;display:flex;gap:1rem;align-items:center;justify-content:center}.carousel__btn{width:40px;height:80px;color:var(--bgcolor-tertiary);font-size:1.5rem;background:transparent;border:none;border-radius:5px;box-shadow:4px 4px 9px #0000004d}.carousel__slider-wrapper{width:90%;overflow:hidden;flex-wrap:wrap;border:1px solid black}.carousel__slider{display:flex;gap:1rem}@media(max-width:480px){.team-carousel{flex-direction:column}}.about-page{max-width:100%;display:flex;flex-direction:column}.about__info-section{width:100%;padding:1rem;display:flex;flex-direction:column}.about__info-section>h2{color:var(--bgcolor-primary)}.about__info-section>p{text-align:justify;font-size:1.1rem}.about__team-section{width:100%;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background-color:var(--bgcolor-cta)}.about__team-section>h2{color:var(--bgcolor-tertiary)}@media(max-width:480px){.about-page{max-width:100%}.about__info-section{width:100%;gap:1rem;flex-direction:column}.info-section__img-wrapper,.info-section__content{width:100%}}.study-abroad{max-width:100%;padding:1rem 2rem;display:flex;flex-direction:column;gap:1rem;font-size:1.1rem}.study-abroad h3{color:var(--bgcolor-primary)}.study-abroad ul{list-style:square inside}.abroad__img-wrapper{max-width:100%;height:70vh}.abroad__img-wrapper>img{width:100%;height:100%;object-fit:cover;border-radius:9px}.abroad__description-section{width:100%;text-align:justify}@media(max-width:480px){.study-abroad{max-width:100%}.abroad__img-wrapper{width:100%;height:auto}.abroad__img-wrapper>img{max-width:100%;object-fit:fill;border-radius:0}}.service-page{max-width:100%;padding:1rem 2rem;display:flex;flex-direction:column;gap:1rem}.service-page h2{color:var(--bgcolor-primary)}.service__intro-section{display:flex;flex-direction:column;gap:.5rem}.service__intro-section>p:first-of-type{font-size:.875rem;color:var(--bgcolor-cta)}.service__detail-section>ul{list-style:inside square}:root{--bgcolor-primary:#213d7c;--bgcolor-secondary: #c5f4fe;--bgcolor-tertiary: #fff;--bgcolor-cta:#ef5122}.courses-page{max-width:100%;padding:1rem;display:flex;flex-direction:column;gap:1rem}.courses-page h2{color:var(--bgcolor-primary)}.courses__description-section,.courses__procedure-section,.courses__format-section{width:100%;text-align:justify}dl{width:100%}dt{width:100%;padding:.5rem;color:var(--bgcolor-tertiary);font-size:1.15rem;font-weight:600;background-color:var(--bgcolor-cta)}dd{width:100%;padding:.5rem;background-color:var(--bgcolor-secondary)}
