body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Nunito", sans-serif !important;
}
/* @font-face {
    font-family: 'myFont';
    src: url(/public/assets/webfont/VisbyRoundCF-Bold.eot);

} */
.mobile-header{
    display: none;

}
.mySwiper11{
    display: none !important;
}
.mySwiper10{
    display: block;
}
.statistic-slider4-mob {
    display: none;
}
.mySwiper5{
    display: none !important;
}
.mySwiper6{
    display: none !important;
}
.py-4{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-color: #15212F;
}
a{
    text-decoration: none !important;
}
li{
    list-style: none;
}
ul{
    margin: 0;
    padding: 0;
}
.top-header{
    background-color: #15212F;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.top-header .logo{
    position: relative;
    z-index: 999;
    text-align: right;
    margin-right: 37px;
}
.top-header .row{
    align-items: center;
}
.top-header i{
    color: #373F60;
}
.top-header span{
    color: #ccc;
    margin-left: 10px;
}
.top-header .lang span{
    color: #000;
    margin-left: 0;
    font-size: 13px;
}
.top-header.sticky{
    border-bottom: 1px solid #fff;
    position: fixed;
	top: 0;
    z-index: 999;
    width: 100%;
    transition: .3s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    background-color: rgba(21, 33, 47, 0.6);
        -webkit-backdrop-filter: blur(10px) saturate(100%);
        backdrop-filter: blur(10px) saturate(100%);
}
.top-header.sticky .logo a img{
    width: 90px;
    transition: 0.2s linear;
    margin-right: 7px;
}
.phone {
    margin-left: 18px;
}
.emails {
    display: flex;
    justify-content: right;
    position: relative;
    z-index: 999;
}
.web-header{
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 101px;
    z-index: 999;
    background-color: rgb(255, 255, 255, 0.9);
    box-shadow: 0 0px 5px 0 rgb(0, 0, 0, 0.5);
}
.web-header .logo{

}
.web-header .logo a{
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
}
.top-header .logo a img{
    width: 100px;
    transition: 0.2s linear;
}
.top-header .logo a span{
    font-size: 42px;
    margin-left: 15px;
    color: #0e1e28;
    font-weight: 600;
}
.dropdown{
    position: relative;
    z-index: 999;
}
.dropdown .btn{
    color: #fff;
    background-color: #373F60;
    border: none;
    border-radius: 10px;
    margin-top: -2px;
}
.dropdown .btn:hover{
    background-color: #6F6FFF !important;
}
.btn.show{
    background-color: #6F6FFF !important;
}
.dropdown .lang li{
    display: block;
    text-align: left;
}
.navbar li a img{
    display: none;
}
.dropdown-menu{
    min-width: 6rem !important;
}
.web-header .col-md-10{
    display: flex;
    align-items: center;
    justify-content: right;
}
.web-header .nav{
    display: block;
}
.web-header .nav ul{
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.web-header.sticky .logo a span{
    font-size: 42px;
    margin-left: 15px;
    color: #fff;
    font-weight: 600;
}
.web-header.sticky{
	position: fixed;
	top: 0;
    z-index: 999;
    width: 100%;
    transition: .3s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    background-color: rgba(21, 33, 47, 0.6);
        -webkit-backdrop-filter: blur(10px) saturate(100%);
        backdrop-filter: blur(10px) saturate(100%);
}
.web-header.sticky ul li a{
	color: #fff;
    font-family: 'myFont' , sans-serif;
}
.web-header.sticky .nav ul li a i {
    font-size: 10px;
    color: #fff;
    margin-left: 3px;
}
.web-header .nav ul li .sub-menu li a i{
    font-size: 16px;
    display: none;
    color: #000;
}
.web-header .nav ul li .sub-menu li:hover a i{
    font-size: 16px;
    color: #fff;
}
.top-header .email {
    background: #fff;
    padding: 5px 10px;
    border-radius: 50px;
}
.top-header .phone {
    background: #fff;
    padding: 5px 10px;
    border-radius: 50px;
}
.top-header .col-md-4{
    text-align: left;
}
.top-header li{
    text-align: right;
    display: inline-block;
    position: relative;
    z-index: 999;
}
.top-header li a.button{
    padding: 8px 15px;
    color: #fff;
    border-radius: 10px;
}
.top-header li a.button:hover{
    background-color: #373F60;
}
.navbar.show .header-show-lang li a{
    display: none;
}
.nav ul li{
    display: inline-block;
    margin-left: 18px;
    position: relative;
    padding: 10px 0;
}
.nav ul li a{
    font-weight: 600;
    color: #0e1e28;
    transition: all 0.45s;
}
.nav ul li:hover a::after{
    width: 100%;
    transition: all 0.3s linear;
}
.nav ul li a::after{
    content: "";
    border-style: solid;
    border-width: 0 0 4px;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    border-radius: 50px;
    color: #f0aa00;
}
.nav ul li .sub-menu li a::after{
    content: "";
    border-style: solid;
    border-width: 0 0 4px;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    border-radius: 50px;

}
.nav ul li a i{
    font-size: 10px;
    color: #0e1e28;
    margin-left: 3px;
}
.nav ul li:hover .sub-menu{
    display: block;
}
.nav ul li .sub-menu{
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
    background-color: #fff;
    min-width: 17em;
    padding: 0;
}
.sub-menu li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.sub-menu li {
    padding: 14px 0;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-top: none;
    transition: background .2s;
    position: relative;
    margin: 0 !important;
}
.sub-menu li:hover{
    background-color: #0e1e28;
}
.sub-menu li:hover a{
    color: #fff;
}
.sub-menu li a{
    color: #627691;
    line-height: 22px;
    font-weight: 500;
    margin: 0 10px;
}
.web-header.sticky .sub-menu li a{
    color: #627691;
    line-height: 22px;
    font-weight: 500;
    margin: 0 13px;
}
.web-header.sticky .sub-menu li:hover a{
    color: #fff;
}
.web-header .col-md-1{
    display: flex;
    align-items: center;
}
.lang{
    text-align: right;
}
.lang a{
    color: #0e1e28;
    margin-left: 20px;
}
.web-header.sticky .lang a{
    color: #fff;
}
.lang a img{
    width: 30px;
    border-radius: 2px;
    margin-top: -5px;
}
.big-slider{
    position: relative;
    margin-top: 67px;
}
.big-slider img{
    width: 100%;
    height: 700px;
    object-fit: cover;
    filter: brightness(0.8);
}
.big-slider-txt {
    position: absolute;
    top: 30%;
    background-color: rgb(255, 255, 255, 0.7);
    padding: 26px;
}
.big-slider-txt h3 {
    font-size: 60px;
    color: #0e1e28;
    font-weight: 700;
}
.big-slider-txt p{
    color: #6c83a2;
    font-size: 21px;
    padding-bottom: 18px;
}
.big-slider-txt a {
    border-radius: 5px;
    background-color: #ecb366;
    color: #fff;
    padding: 10px 28px;
    font-weight: 700;
    font-size: 20px;
}
.big-slider .swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    color: #000 !important;
    padding: 20px;
    border-radius: 50%;
    background-color: #ddd;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 15px !important;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    /* background-color: rgb(255, 255, 255, 0.5); */
    padding: 10px;
    border-radius: 5px;
}
.big-slider .swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    color: #000 !important;
    padding: 20px;
    border-radius: 50%;
    background-color: #ddd;
}
.primary{
    background-color: #BAE7FF;
    padding: 120px 0px 70px 0px;
    margin-top: -50px;
}
.primary .col-md-3{
    justify-content: center;
    display: flex;
}
.primary .primary-box{
    text-align: center;
    padding: 35px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: all 0.3s linear;
}
.primary .primary-box:hover{
    background-color: #ffffff;
    box-shadow: 10px 0px 60px 0px rgba(0,0,0,0.08);
    padding: 35px;
    border-radius: 15px;
}
.primary-box:hover .primary-icons{
    position: relative;
    top: -5px;
    transition: all 0.3s linear;
}
.primary .primary-box .primary-icons{
    margin-bottom: 25px;
    padding: 30px;
    background-color: #ff236c;
    color: #fff;
    border-radius: 50%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    transition: all 0.3s linear;
}
.primary .primary-box .primary-icons img{
    width: 50px;
    filter: invert(1);
}
.primary-title h3{
    font-style: normal;
    text-transform: none;
    text-align: unset;
    text-decoration: none;
    font-size: 26px;
    font-weight: 700;
}
.curriculum{
    padding: 90px 70px 33%;
    transition: transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear, -webkit-transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98);
    /* transform: translateY(105.9px); */
    background-repeat: no-repeat;
    background-color: #15212F;
}
.curriculum-title {
    text-align: center;
    margin-bottom: 45px;
}
.curriculum-title h2{
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    text-align: unset;
    text-decoration: none;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: -4px;
}
.curriculum-title span{
    border-bottom: 1px solid;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 180px;
    border-color: #ecb366;
}
.curriculum-title span::after{
    background-color: #ecb366;
    bottom: -3px;
    border-radius: 20px;
    content: "";
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
}
.curr-element{
    padding: 55px 30px 55px 30px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #eee1ff 0%, rgba(255, 255, 255, 0) 40%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #fff4dc;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05) inset;
    transition: all .3s linear;
}
.curr-wrapper{
    text-align: center;
}
.curr-element:hover{
    margin-top: -20px;
    transition: 0.4s;
}
.curr-icon{
    margin-bottom: 25px;
}
.curr-icon img{
    width: 130px;
}
.curr-desc{

}
.curr-desc h4{
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}
.curr-desc p{
    color: #808080;
}
.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
    color: #fff;
}
.hover-title:hover img{
    display: none;
}

.hover-image {
    visibility: hidden;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}

.hover-image {
      /* display: flex; */
      position: absolute;
      /* top: 0; */
      left: 0;
      /* transform: translate(-50%, 8%); */
      z-index: 2;
      pointer-events: none;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      /* width: 69vw; */
      /* height: 36vh; */
}

.hover-image img {
    width: 66% !important;
    /* max-height: 100% !important; */
    /* width: auto !important; */
    /* height: auto !important; */
    margin-bottom: 0;
    object-fit: cover;
}
.hover-title h2{
    font-size: 30px;
    font-weight: normal;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


/********* Test ***********/

.wrapper{
    /* text-align: center; */
    position: relative;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    min-height: 90 vh;

}
.wrapper a{
    width: 33%;
}
.wrapper .box{
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    /* letter-spacing: 3px; */
    margin-right: 53px;
    font-weight: 400;
    width: 75%;
    transition: 0.2s linear;
    /* transition: color 200ms ease-in-out, border-color 200ms ease-in-out;
    -webkit-transition: color 200ms ease-in-out, border-color 200ms ease-in-out; */
}
.wrapper .box p{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    transition: 0.2s linear;
}
.wrapper .box:hover{
    transition: 0.2s linear;
    color: #fff;
    position: relative;
    z-index: 2;
    text-shadow: 0 10px 5px  rgb(0, 0, 0, 0.5);
}
.wrapper .box svg{
    transition: 0.2s linear;

}
.wrapper .box:hover svg{
    margin-left: 10px;
    transition: 0.2s linear;
}
.effect{
    position: absolute;
    pointer-events: none;
    z-index: 1;
    border-radius: 25px;
    top: 160px;
    height: 375px;
    object-fit: cover;
    left: 0;
    transform: translate(-14%, 9%) scale(1);
    opacity: 1;
    width: 75%;
    background-size: cover; /* Ensures the image covers the entire area */
    background-repeat: repeat-x; /* Repeats the background image horizontally */
    animation: slide 10s linear infinite; /* Adjust the duration as needed */
}
.wrapper .box:hover ~ .effect{
    transform: translate(-14%, 9%) scale(1);
    opacity: 1;
}
svg {
    fill: #fff;
    width: 32px;
    height: 21px;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}
.your-element {
    /* -webkit-mask-image: linear-gradient(to right, #000 0%, #000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to right, #000 0%, #000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%); */
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 300% 100%;
    mask-size: 300% 100%;
    -webkit-animation: maskMove 1.5s ease forwards;
    animation: maskMove 1.5s ease forwards;
}
@-webkit-keyframes maskMove {
    0% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
    100% {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0;
    }
}

@keyframes maskMove {
    0% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
    100% {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0;
    }
}


/********* Test ***********/



.why-our{
    background-image: url(https://pallikoodam.wpengine.com/wp-content/uploads/2020/01/geometry-bg.jpg);
    background-position: center center;
    background-repeat: repeat;
    padding: 110px 0px 95px 0px;
    background-attachment: fixed;
    position: relative;
}
.background-overlay{
    background-color: #5F5AF0;
    opacity: 0.98;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.why-our-txt{
    z-index: 3;
    position: relative;
    padding-left: 3%;
    padding-right: 3%;
}
.why-choose-us{
    padding: 0% 8% 0% 3%;
}
.why-choose-us h2{
    font-size: 36px;
    color: #FFFFFF;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}
.why-choose-us p{
    color: #fff;
    margin-bottom: 0.75rem;
    margin-bottom: 20px;
}
.choose-point {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    padding: 10px 25px 10px 25px;
    background-color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
}
.choose-point img{
    margin-right: 20px;
}
.choose-point span{
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
}
.comment{
    /* background-image: url(https://www.pulteney.sa.edu.au/wp-content/uploads/2023/03/Website-image-1-1600x450.png); */
    position: relative;
    color: #000;
    background-color: #15212F;
}
.comment::after{
    /* content: ""; */
    /* background-color: rgb(0, 0, 0, 0.75); */
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.comment-title{
    text-align: center;

}
.inside-comment{
    padding: 30px 100px;
    /* background: #ecb366; */
    border-radius: 15px;
    text-align: center;
}
.inside-comment img{
    width: 6%;
}
.inside-comment span{
    font-weight: 700;
    font-size: 19px;
}
.inside-comment p{
    margin-top: 45px;
}
.inside-comment1{
    padding: 30px;
    background: #a7cbfd;
    border-radius: 15px;
}
.inside-comment1 img{
    width: 6%;
}
.inside-comment1 span{
    font-weight: 700;
    font-size: 19px;
}
.inside-comment1 p{
    margin-top: 16px;
}
.comment .swiper-button-next {
    top: 162px;
}
.comment .swiper-button-prev {
    top: 140px;
}
.slider3 {
    padding: 50px 0;
    box-shadow: 0px 0px 5px 0px rgb(0, 0, 0, 0.2);
    border-radius: 20px;
    text-align: center2
}
.slider3 .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #fff !important;
}
.slider3 h3{
    text-align: center;
    margin-bottom: 12px;
    font-weight: 600;
}
.slider3 .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: 0;
    height: 0;
    margin-top: 0 !important;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000 !important;
    padding: 20px;
    border-radius: 50%;
    background-color: #ddd;
}
.slider3 .swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.slider3 .swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px !important;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}


.big-inro {
    background-color: #fff;
    padding: 80px 0;
}
.pre-sidebar{
    position: sticky;
    padding: 24px;
    top: 65px;
    width: 310px;
}
.pre-sidebar ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: #F3F3F6; */
    padding: 16px 10px 16px 20px;
    width: 270px;
    height: 54px;
    margin-bottom: 10px;
    transition: 0.2s linear;
}
.pre-sidebar ul li:hover{
    color: #ecb366;
    border-left: 4px solid #ecb366;
    background: #E5EBF5;
}
.pre-sidebar ul li:hover a{
    color: #ecb366 !important;
}
.pre-sidebar ul li a{
    font-size: 18px;
    color: #000;
}
.active1{
    color: #ecb366;
    border-left: 4px solid #ecb366;
    background: #E5EBF5;
}
.all-teacher ul li a{
    font-size: 18px !important;
    color: #2D3C58 !important;
}
.pre-sidebar ul li a:hover{
    color: #000;
}
.pre-sidebar i{
    margin-top: 6px;
}
.president{
    margin-top: 40px;
}
.pre-img{
    text-align: center;
}
.president img{
    width: 100%;
    border-radius: 15px;
}
.president .president-txt{
    text-align: center;
}
.president .president-txt h3{
    color: #2D3C58;
    font-family: "Be Vietnam Pro", Sans-serif;
    font-size: 41px;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: -1.3px;
}
.president .president-txt h3 span{
    background-color: transparent;
    background-image: linear-gradient(90deg, #8D65E9 0%, #6BCD94 100%);
    line-height: 1.25em;
    margin: -0.2em 0em 0.5em 0em;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.president .president-txt h4{
    color: #737588;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 0em 0em 1em 0em;
}
.president .president-txt p{
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin: 0em 0em 1em 0em;
    color: #737588;
    margin-top: 15px;
}
.counter-section{

}
.counter-section .counter-txt{
    text-align: center;
    padding: 0px 0px 20px 0px;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: #F4F4F7;
}
.counter-section .counter-txt span{
    font-size: 24px;
    line-height: 1.5em;
    color: #7e8693;
    display: inline-block;
    font-weight: 700;
}
.counter-section .counter-txt .counter{
    margin-bottom: 10px;
    font-size: 49px;
    line-height: 1.5em;
    color: #7e8693;
    font-weight: 700;
    display: inline-block;
}
.counter-section .counter-txt p{
    color: #7e8693;
}
.stitle{
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.stitle h4{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.stitle h2{
    color: #fff;
}
.colleague{
    padding: 35px 150px;
}
.about-img{
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.all-about-desc{
    background: rgb(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
}
.about-img img{
    width: 100%
}
.content-title{
    text-align: center;
}
.content-title h2{
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 24px;
    font-weight: 600;
}
.all-info {
    text-align: center;
    margin-bottom: 45px;
}
.peo-title{
    margin-top: 10px;
}
.peo-title p{
    margin: 0;
    text-transform: uppercase;
}
.peo-title h3{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
}
.person-title h3{
    text-transform: uppercase;

}
.big-colleague-img{
    margin-bottom: 20px;
}
.colleague .col-md-6{
    display: flex;
    justify-content: center;
}
.colleague ul.nav{
    justify-content: space-between;
}
.colleague ul li a{
    color: #2D3C58 !important;
}
.major {
    margin-bottom: 20px;
    padding-left: 25px;
}
.major h2{
    font-size: 22px;
    text-transform: uppercase;
    color: #ecb366;
}
.school-structure img{
    margin-bottom: 20px;
}
.our-vision{
    padding: 50px 0;
    background-image:url(https://assu.school/uploads/big-assu-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
}
.our-vision .row{
    position: relative;
    z-index: 2;
}
.our-vision::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgb(21, 33, 47, 0.9);
    top: 0;
    z-index: 1;
}
.our-vision .col-md-3{
    width: 28%;
}
.vision-box{
    /* text-align: center;
    padding: 55px 30px 55px 30px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #E0DFFF 0%, #FFFFFF 50%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DFDEFF;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 10px 60px 0px rgba(180, 150, 250, 0.1); */
}
.section-intro {
    padding: 20px;
}

.section-intro h3{
    font-weight: 700;
    font-size: 23px;
    color: #fff;
}
.section-intro p{
    color: #fff;
}
.section-intro ul{
    padding: 0;
    margin: 0;
}
.section-intro ul li{
    display: inline-block;
    width: 330px;
    color: #fff;
    line-height: 32px;
}
.vision-box img{
    width: 60px;
    margin-bottom: 24px;
    /* padding: 30px;
    background-color: #5d58ef;
    border-radius: 50%; */
}
.vision-box h3{
    color: #202020;
    margin: 0 0 .7em;
    font-size: 26px;
    line-height: 1em;
    font-weight: 700;
}
.vision-box p{
    font-size: 16px;
    color: #7e8693;
}
.slider2 .swiper {
    width: 100%;
    height: 100%;
}

.slider2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px;
    border: 1px solid #ccc;
}
.slider2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: contain;
}
.slider2 .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: 0;
    height: 0;
    margin-top: 0 !important;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000 !important;
    padding: 20px;
    border-radius: 50%;
    background-color: #ddd;
}
.slider2 .swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.partner{
    padding: 150px 0px 150px 0px;
}
.assu-video{
    padding: 90px 0;
    background-color: #15212F;
}
.assu-video .nav{
    justify-content: space-evenly;
    border: none;
    margin-left: 40px;
}
a#home-tab {
    font-size: 24px;
    border: none;
    font-weight: 600;
    color: #fff;
}
a#profile-tab {
    font-size: 24px;
    border: none;
    font-weight: 600;
    color: #fff;
}
a#contact-tab {
    font-size: 24px;
    border: none;
    font-weight: 600;
    color: #fff;
}
.tab-content{
    margin-top: 30px;
    margin-bottom: 40px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-bottom: 2px solid #ecb366 !important;
    background-color: transparent !important;
}
.statistic{
    padding-bottom: 90px;
    margin-top: 5%;
}
.statistic .statistic-box{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.statistic .statistic-icon{
    background-color: red;
    padding: 30px;
    transform: rotate(45deg);
    border-radius: 15px;
    width: 40%;
    display: none;
}
.statistic .statistic-icon img{

}
.statistic-per{
    background-image: url("https://wp3.commonsupport.com/newwp/statistics/wp-content/uploads/2016/12/fact-counter-bg.jpg");
    padding-top: 130px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    /* margin-bottom: 90px; */
}
.statistic-per::before {
    position: absolute;
    top: 0;
    width: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .8;
    z-index: -1;
}
.slider4 .swiper {
    width: 100%;
    color: #fff;
    /* height: 395px; */
}

.statistic-icon .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider4 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(314deg);
    filter: invert(1);
    display: none;
}

.statistic-desc {
    /* margin-top: 46px; */
}
.statistic-desc h3{
    font-size: 45px;
    font-weight: 700;
}
.statistic-desc p{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}
.statistic-box {
    border: 1px solid #ccc;
    text-align: center;
    padding: 20px 10px;
    border-radius: 50px 3px 3px 3px;
    transition: 0.3s linear;
}
.statistic-box:hover{
    border-radius: 3px 50px 3px 3px;
    transition: 0.3s linear;
}
.title h4{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}
.main-curriculum {
    padding: 80px 0;
    background-color: #fff;
}
.main-curriculum .nav-link{
    padding: 0;
}
.main-curriculum .nav{
    justify-content: space-between;
}
.main-curriculum h5{
    font-weight: 700;
    margin-top: 10px;
}
.main-curriculum .tab-pane{
    font-weight: 500;
}
.tab-pane p{
    margin: 0;
    /* margin-left: 32px; */
}
.tab-pane .curr-tab ul li{
    list-style: circle;
    margin-left: 30px;
}
.section-page-hero {
    position: relative;
    height: calc(100vh - 230px);
    min-height: 600px;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
}
.section-page-hero .context {
    width: 50%;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 15px;
}
.section-page-hero .image {
    width: 50%;
    position: relative;
    height: calc(100% + 80px);
}
.bg-image {
    background-image: url(https://www.pulteney.sa.edu.au/wp-content/uploads/2023/08/Pulteney-Grammar_Image-Credit_Julian-Cebo-5261-cropped-1600x1807.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #f5f5f5;
}
.section-page-hero h1{
    font-size: 40px;
    margin-top: 17px;
    margin-bottom: 35px;
    font-weight: 700;
}
.section-page-hero .teaser ul{
    margin: 0;
    padding: 0;
}
.section-page-hero .teaser ul li{
    font-size: 19px;
}
.club{
    margin-top: 640px;
}
.club.middle {
    margin-top: 110px;
}
.club .slider5 .swiper-button-prev {
    top: 90px;
}

.club .slider5 .swiper-button-next {
    top: 111px;
}
.context span{
    font-size: 16px;
}
.context h2{
    max-width: 500px;
    font-size: 40px;
    margin-top: 17px;
    line-height: 1.05em;
    font-weight: bold !important;
    margin-bottom: 35px;
}
.page-section{
    color: #fff;
    background-color: #15212F;
    padding-top: 90px;
    padding-bottom: 90px;
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 45px;
}
.our-pride{
    padding: 80px 0;
    background-color: #fff;
}
.our-pride .col-md-2{
    width: 19.6%;
}
.box-pride {
    text-align: center;
    border-bottom: 1px solid #000000;
    margin-bottom: 60px;
}
.pride-img img{
    border-radius: 10px;
    /* filter: grayscale(100); */
}
.pride-img img:hover{
    filter: grayscale(0);
}
.pride-desc{
    margin-top: 16px;
}
.pride-desc p{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
}
.news{
    padding-top: 80px;
    margin-top: 30px;
    background-color: #fff;
}
.news .col-md-3{
    margin: 0;
    padding: 0;
}
.news .s-news{
    /* margin-bottom: 25px; */
    position: relative;
    overflow: hidden;
    background: #000;
}
.s-news img {
    /* border-radius: 8px; */
    height: 375px;
    width: 100%;
    object-fit: cover;
    transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
}
.s-news .news-desc{
    position: absolute;
    bottom: 0;
    /* background: rgb(0, 0, 0, 0.5); */
    width: 100%;
    /* padding: 12px 12px; */
    border-radius: 0 0 8px 8px;
    opacity: 0;
}
.s-news .news-desc p{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    margin: 0;
    color: #fff;
    transition: 0.2s linear;
    /* opacity: 0; */
    padding: 0 45px 40px 60px;
    transition: opacity 500ms ease-out, bottom 200ms ease-out;
    -moz-transition: opacity 500ms ease-out, bottom 200ms ease-out;
    -o-transition: opacity 500ms ease-out, bottom 200ms ease-out;
    -webkit-transition: opacity 500ms ease-out, bottom 200ms ease-out;
    margin-bottom: 2px;
    line-height: 1.6;
}
.s-news:hover .news-desc{
    opacity: 1;
}
.s-news:hover img{
    transform: scale(1.1);
    opacity: .5;
    background: #000;
    transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
}
.s-news a:hover p{
    transition: 0.2s linear;
}
.news-big-title h3{
    border-bottom: 2px solid #373F60;
    padding-bottom: 15px;
    font-weight: 700;
}
.news-big-img {
    margin-top: 22px;
}
.news-all-txt {
    padding-top: 20px;
}
.news-all-txt p{
    line-height: 25px !important;
    text-align: justify;
}
.latest{
    margin-bottom: 35px;
}
.latest h5{
    border-bottom: 1px solid #373F60;
    padding-bottom: 11px;
}
.latest-img img{
    height: 90px;
    object-fit: cover;
}
.latest-img {
    margin-bottom: 17px;
}
.all-news{
    padding: 10px 15px;
    background: #15212F;
    border-radius: 12px;
    color: #fff;
}
.slider5 .swiper {
    width: 100%;
    height: 100%;
}

.slider5 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider5 .swiper-slide img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.club-desc {
    margin-top: 20px;
}
.club-desc h3{
    font-size: 19px;
}
.limiter{
    width: 100%;
    margin-top: -125px;
    z-index: 999;
    position: relative;
}
.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #9053c7;
    background: -webkit-linear-gradient(-135deg, #c850c0, #4158d0);
    background: -o-linear-gradient(-135deg, #c850c0, #4158d0);
    background: -moz-linear-gradient(-135deg, #c850c0, #4158d0);
    background: linear-gradient(-135deg, #c850c0, #4158d0);
}
.wrap-login100 {
    width: 960px;
    background: rgb(255, 255, 255,0.3);
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 177px 130px 177px 95px;
}
.login100-pic {
    width: 335px;
}
.login100-pic img{
    width: 100%;
}
.login100-form {
    width: 290px;
}
.login100-form-title {
    font-weight: 700;
    font-size: 24px;
    color: #333;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 54px;
}
.validate-input {
    position: relative;
}

.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
}
.input100 {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px 0 68px;
}
.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0 0;
    color: rgba(87, 184, 70, .8);
}
.symbol-input100 {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 35px;
    pointer-events: none;
    color: #666;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
input {
    outline: none;
    border: none;
}
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.login100-form-btn {
    font-family: Montserrat-Bold;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #57b846;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
button {
    outline: none !important;
    border: none;
    background: 0 0;
}
.foreign {
    padding-top: 33px;
    background-color: #fff;
    padding-bottom: 80px;
}
.foreign-logo img{
    width: 450px;
}
.foreign-desc h3{
    margin-top: 17px;
    font-size: 25px;
}
.foreign-desc ul{
    margin-top: 25px;
}
.foreign-desc ul li{
    list-style: circle;
    font-size: 25px;
}
.faq {
    padding-top: 90px;
}
.accordion{
    --bs-accordion-bg: transparent !important;
}
.accordion-button{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 19px !important;
    color: #fff !important;
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    font-weight: 700;
}
.accordion-item {
    color: #fff !important;
    background-color: var(--bs-accordion-bg);
    border: none !important;
    border-bottom: 1px solid #ccc !important;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: transparent !important;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none !important;
}
.accordion-button::after {
    padding-left: 10px;
    transition: 0.4s;
    filter: invert(1) !important;
}
.accordion-item:hover .accordion-button::after {
    padding-left: 10px;
    transition: 0.4s;
}
.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
    filter: invert(1);
}
.accordion-body {
    padding: 18px 0 18px 90px !important;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
    color: #fff;
}

/* test 2*/
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: block !important;
}
header .menu-hamburger {
    position: relative;
    width: 40px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    top: -2px;
    left: 30px;
    z-index: 999;
}
header .menu-hamburger .line {
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    transition: all 0.5s ease;
}
header .menu-hamburger .line.One {
    top: 0%;
}
header .menu-hamburger .line.Two {
    top: 50%;
}
header .menu-hamburger .line.Three {
    top: 100%;
}
header .navbar.show ~ .menu-hamburger .line {
    background: white;
}
header .navbar.show ~ .menu-hamburger .line.One {
    transform: rotate(45deg);
    top: 20%;
}
header .navbar.show ~ .menu-hamburger .line.Two {
    transform: rotate(45deg);
    top: 20%;
}
header .navbar.show ~ .menu-hamburger .line.Three {
    transform: rotate(-45deg);
    top: 20%;
}

/* ---NAVBAR--- */
header .navbar {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: rgb(21,33,47, 0.9);
    transition: all 0.5s ease;
    z-index: 998;
}
header .navbar.show {
    left: 0;
}

/* Contenu Navbar */
.navbar .content-navbar {
    /* display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 100vh;
    width: 100%; */
}
.navbar .content-navbar li {
    display: block;
    text-align: left;
    transition: 0.3s;
    margin-bottom: 20px;
}
.navbar .content-navbar li:hover {
    text-shadow: .12em .12em .12em rgba(0, 0, 0, .2);
    transform: translate(-3px, -3px);
    transition: 0.3s;
}
.navbar .content-navbar li a {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}
.navbar .content-navbar li a

.icon {
    color: white;
    font-size: 50px;
}
.single-feedback {
    padding-bottom: 40px;
}
.single-feedback .text-holder {
    background: transparent;
    border-radius: 5px;
    display: block;
    padding: 20px 20px 14px 25px;
    position: relative;
    height: 220px;
    border: 1px solid #9e9e9e;
}
.single-feedback .text-holder::before {
    border-left: 25px solid #f7f7f7;
    border-right: 16px solid transparent;
    border-top: 16px solid transparent;
    bottom: -30px;
    content: "";
    height: 18px;
    left: 20px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 18px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.single-feedback .text-holder p {
    color: #9e9e9e;
    font-size: 18px;
    font-style: italic;
    font-family: 'Droid Serif', serif;
    line-height: 34px;
}
.single-feedback .text-holder::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    content: "";
    background: #e4985b;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.client-info {
    padding-top: 30px;
}
.single-feedback .client-info .img-holder {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.single-feedback:hover .text-holder::after {
    width: 100%;
}
.single-feedback .client-info .content {
    padding-left: 25px;
}
.single-feedback .client-info .content h3 {
    color: #fff;
    font-family: "Dancing Script", cursive;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px;
}
.single-feedback .client-info .img-holder,.single-feedback .client-info .content {
    display: table-cell;
    vertical-align: middle;
}
.single-feedback .client-info .content {
    display: table-cell;
    vertical-align: middle;
}
.together {
    padding: 80px 0;
}
.logo-box{
    text-align: center;
    border: 1px solid #ccc;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: 0.4s;
    overflow: hidden;
}
.logo-box img{
    width: 76%;
    transition: 0.4s;
}
.logo-box:hover{
    box-shadow: 3px 3px 5px 1px rgb(0, 0, 0, 0.2);
}
.logo-box:hover img{
    transform: scale(1.1);
    transition: 0.4s;
    overflow: hidden;
}





.web-footer{
    background: rgb(126, 134, 147, 0.1);
}
.footer {
    background-color: #15212F;
    background-image: url(https://pallikoodam.wpengine.com/wp-content/uploads/2019/09/footer-pattern.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 60px 0px 60px 0px;
    position: relative;
}
.footer .elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.elementor-shape-top {
    top: -1px;
}
.elementor-shape-top svg {
    width: calc(200% + 1.3px);
    height: 160px;
    transform: translateX(-50%) rotateY(180deg);
}
.elementor-shape svg {
    display: none;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.footer .row{
    align-items: center;
}
.inner-footers {
    display: none;
    justify-content: center;
}
.inner-footers .but{
    background: green;
    padding: 8px 28px;
    margin-right: 13px;
    border-radius: 8px;
}
.inner-footers .but1{
    background: yellowgreen;
    padding: 8px 28px;
    border-radius: 8px;
}
.inner-footers .but a{
    color: #fff;
    text-transform: uppercase;
}
.inner-footers .but1 a{
    color: #fff;
    text-transform: uppercase;
}
.footer iframe{
    border-radius: 10px;
}
.l{
    text-align: center;
    margin-top: 25px;
}
textarea{
    border-radius: 10px;
}
.inner-footer{
    text-align: left;
    padding: 20px 10px 20px 30px;
}
.footer-logo{
    margin-bottom: 20px;
}
.footer-logo img{
    width: 100%;
    margin: -20px 0px 11px 0px;
}
.footer-p{
    margin: 0px 0px 20px 0px;
}
.footer-p p{
    color: #fff;
}
.social-icon {
    display: inline-block;
    margin-right: 15px;
}
.social-icon a{
    padding: 4px 10px;
    display: flex;
    border-radius: 5px;
}
.fb{
    background-color: #3b5998;
}
.insta{
    background-color: #ea4c89;
}
.yt{
    background-color: #dd4b39;
}
.social-icon a i{
    color: #fff;
    font-size: 24px;
}
.title{
    margin-left: 10px;

}
.title h3{
    color: #ffffff;
    font-weight: 700;
    font-size: 26px;
    margin: 0px 0px 12px 0px;
}
.footer-nav{

}
.footer-nav ul li{
    padding-bottom: 24px;
}
.footer-nav ul li a{
    color: #fff;
    padding-left: 5px;
}
.footer-nav ul li a:hover{
    color: #f0aa00;
    transition: 0.6s;
}
.element-list{
    padding-left: 5px;
}
.footer-post{
    /* border-bottom: 1px solid #ccc; */
    /* padding: 15px 0; */
    padding-left: 10px;
}
hr{
    color: #ccc;
}
.footer-post .post-img img{
    border-radius: 10px;
}
.footer-post .footer-post-title h4{
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
}
.footer-post .footer-post-title p{
    margin: 0 15px 0 0;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    margin-top: -5px;
    line-height: 26px;
}
.footer-touch {
    padding-left: 10px;
}
.footer-touch h4{
    color: #fff;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
    margin-bottom: 35px;
    font-size: 16px;

}
.footer-touch ul li{
    padding-bottom: 25px;
}
.footer-touch ul li span{
    padding-right: 13px;
    color: #fff;
}
.bottom-footer{
    padding: 20px 0;
    border-top: 1px solid #ccc;
    background-color: #15212F;
}
.bottom-footer p{
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff ;
}
.footer-menu{

}
.footer-menu ul li {
    line-height: 35px;
    margin-left: 6px;
}
.footer-menu ul li a{
    color: #fff;
}
.footer-menu ul li a i{
    margin-right: 10px;
}
.mobile-slider{
    display: none;
}
.highlighted {
    border: 1px dotted #fff;
}





@media(max-width:1060px){
    .web-header{
        display: none;
    }
    .mobile-header{
        display: block;
    }
    .mySwiper11 {
        display: block !important;
    }
    .mySwiper11 .swiper-button-prev {
        top: 158px;
    }
    .mySwiper11 .swiper-button-next {
        top: 180px;
    }
    .mySwiper10 {
        display: none !important;
    }
    .mobile-header .container-fluid{
        justify-content: right !important;
    }
    .top-header li {
        text-align: right;
        display: inline-block;
        margin: 16px 0;
    }
    .emails {
        display: none;
        justify-content: right;
        /* margin-top: -60px; */
    }
    .top-header li a.button {
        padding: 8px 15px;
        color: #fff;
        background-color: #373F60;
        box-shadow: 0px 12px 33px 0px rgba(52.000000000000014, 98.99999999999991, 188.00000000000006, 0.17);
        border-radius: 5em 5em 5em 5em;
        text-decoration: none;
        font-size: 13px;
        position: relative;
        z-index: 999;
    }
    .top-header .logo {
        position: relative;
        z-index: 998;
        text-align: right;
        margin-right: -60px;
        margin-top: -53px;
    }
    .top-header .logo a img {
        width: 80px;
        transition: 0.2s linear;
    }
    .top-header.sticky .logo a img {
        width: 70px;
        transition: 0.2s linear;
        margin-right: 5px;
    }
    .lang a {
        color: #0e1e28;
        margin-left: 20px;
        text-decoration: none;
    }
    .mobile-header .p-4 a{
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }
    .mobile-header ul li{
        padding: 10px 0;
    }
    .sub-menu li {
        padding: 14px 0;
        width: 100%;
        border: none;
        border-top: none;
        transition: background .2s;
        position: relative;
        margin: 0 !important;
    }
    .sub-menu li:first-child {
        border-top: none;
    }
    .big-slider-txt p {
        color: #6c83a2;
        font-size: 18px;
        padding-bottom: 18px;
    }
    .big-slider-txt h3 {
        font-size: 26px;
        color: #0e1e28;
        font-weight: 700;
    }
    .big-slider-txt a {
        border-radius: 5px;
        background-color: #ecb366;
        color: #fff;
        padding: 6px 22px;
        font-weight: 700;
        font-size: 14px;
        text-decoration: none;
    }
    .big-slider img {
        width: 100%;
        height: 290px;
        object-fit: cover;
        filter: brightness(0.8);
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 15px !important;
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
        /* background-color: rgb(255, 255, 255, 0.5); */
        padding: 10px;
        border-radius: 5px;
    }
    .big-slider-txt {
        position: absolute;
        top: 30%;
        background-color: rgb(255, 255, 255, 0.7);
        padding: 26px;
        margin-right: 11px;
    }
    .primary .col-md-3{
        display: flex;

    }
    .curriculum-title h2 {
        font-weight: 700;
        font-style: normal;
        text-transform: none;
        text-align: unset;
        text-decoration: none;
        font-size: 21px;
        text-transform: uppercase;
    }
    .curriculum {
        padding: 90px 30px;
        padding-bottom: 125px;
    }
    .curr-icon img {
        width: 105px;
    }
    .curr-desc h4 {
        margin-bottom: 30px;
        font-weight: 700;
        font-size: 22px;
        text-transform: uppercase;
    }
    .curr-element{
        margin-bottom: 20px;
    }
    .mySwiper4{
        display: none !important;
    }
    .mySwiper5{
        display: block !important;
    }
    .statistic {
        padding-bottom: 90px;
        margin-top: 10%;
    }
    .statistic .statistic-icon {
        width: 63%;
    }
    .assu-video .nav {
        justify-content: space-evenly;
        border: none;
        margin-left: 0;
    }
    .mySwiper2{
        display: none !important;
    }
    .mySwiper6{
        display: block !important;
    }

    .slider3 h3 {
        text-align: center;
        margin-bottom: 12px;
        font-weight: 600;
        font-size: 19px;
        margin: 0 17px 17px 17px;
    }
    .slider3 {
        margin-bottom: 17px;
    }
    .elementor-shape svg {
        display: none;
        width: 165%;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .inner-footers .but1 {
        background: yellowgreen;
        padding: 8px 21px;
        border-radius: 8px;
    }
    .inner-footers .but {
        background: green;
        padding: 8px 21px;
        margin-right: 13px;
        border-radius: 8px;
    }
    .inner-footers .but1 a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 13px;
    }
    .inner-footers .but a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 13px;
    }
    .bottom-footer p {
        padding: 0;
        margin: 0;
        text-align: center;
        color: #fff;
        font-size: 12px;
    }
    .footer-logo img {
        width: 40%;
        margin: -20px 0px 11px 0px;
    }
    .section-intro {
        padding: 20px;
        text-align: center;
    }
    a#contact-tab {
        font-size: 19px;
        border: none;
        font-weight: 600;
        color: #fff;
    }
    a#profile-tab {
        font-size: 19px;
        border: none;
        font-weight: 600;
        color: #fff;
    }
    a#home-tab {
        font-size: 19px;
        border: none;
        font-weight: 600;
        color: #fff;
    }
    .our-pride .col-md-2 {
        width: 100%;
    }
    .pride-desc p{
        font-size: 15px;
    }
    .pride-img img {
        border-radius: 10px;
        width: 160px;
    }
    .big-pride-img{
        width: 100% !important;
    }
    .dropdown {
        margin-top: -45px;
        text-align: right;
        display: none;
    }
    .mySwiper7{
        display: none !important;
    }
    .mobile-slider{
        display: block !important;
    }
    .foreign-logo img {
        width: 300px;
    }
    .foreign-desc h3 {
        margin-top: 17px;
        font-size: 16px;
    }
    .foreign-desc ul li {
        list-style: circle;
        font-size: 16px;
    }
    .section-page-hero{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: auto;
        border-bottom: 1px solid #ccc;
        padding-bottom: 16px;
    }
    .section-page-hero .context {
        width: 100%;
        padding-bottom: 0;
        padding-left: 30px;
        padding-right: 30px;
    }
    .section-page-hero .image{
        width: calc(100% - 30px);
        min-height: 45vh;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        margin-bottom: 42px;
    }
    .section-page-hero h1 {
        font-size: 22px;
        margin-top: 17px;
        margin-bottom: 35px;
        font-weight: 700;
    }
    .section-intro ul li {
        width: 100%;
    }
    .pre-sidebar ul{
        padding: 0;
        margin: 0;
    }
    .main-curriculum {
        padding: 50px 0;
    }
    .club {
        margin-top: 1310px;
    }
    .wrapper {
        /* text-align: center; */
        position: relative;
        display: block;
        /* justify-content: center; */
        align-items: center;
        min-height: 55vh;
    }
    .wrapper a {
        width: 100%;
        display: block;
    }
    .wrapper .box {
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        /* letter-spacing: 3px; */
        margin-right: 53px;
        font-weight: 400;
        width: 80%;
        transition: 0.2s linear;
        margin-bottom: 40px;
    }
    .wrapper .box p {
        border-bottom: 1px solid #ccc;
        padding-bottom: 13px;
        margin-bottom: 14px;
    }
    .effect {
        position: absolute;
        pointer-events: none;
        z-index: 1;
        border-radius: 10px;
        top: 320px;
        left: -32px;
        transform: translate(-14%, 9%) scale(1);
        opacity: 1;
        width: 112%;
        height: 155px;
        background-size: cover;
        background-repeat: repeat-x;
        animation: slide 10s linear infinite;
    }
    .assu-video {
        padding-bottom: 0;
    }
    .inside-comment {
        padding: 15px 30px;
        /* background: #ecb366; */
        border-radius: 15px;
        text-align: center;
    }
    .slider3 {
        padding: 16px 0;
        box-shadow: 0px 0px 5px 0px rgb(0, 0, 0, 0.2);
        border-radius: 20px;
    }
    .contact-mobile{
        display: none;
    }
    header .menu-hamburger {
        position: relative;
        width: 40px;
        height: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        top: -35px;
        left: 290px;
        z-index: 999;
        /* right: 192px; */
    }
    .big-slider {
        position: relative;
        margin-top: 10px;
    }
    header .navbar.show img{
        display: none;
    }
    .navbar .content-navbar li a {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .top-header span {
        color: #ccc;
        margin-left: 33px;
        font-weight: 700;
        font-size: 18px;
        text-decoration: underline;
    }
    .statistic-desc p {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .assu-video .main-content iframe{
        height: 250px;
    }
    .title{
        padding-bottom: 0;
        text-align: center;
        margin-top: -15px;
        margin-left: 0;
    }
    .title h4 {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
    }
    .statistic-slider4-mob{
        display: block;
    }
    .statistic-slider4-mob {}

    .statistic-slider4-mob .statistic-desc h3 {
        font-size: 45px;
        font-weight: 700;
        color: #fff;
    }

    .statistic-slider4-mob .statistic-desc p {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0;
        color: #fff;
    }

    .statistic-slider4-mob .statistic-box {
        border: 1px solid #ccc;
        text-align: center;
        padding: 20px 10px;
    }

    .statistic-slider4-mob .title h4 {
        color: #fff;
        font-size: 32px;
        font-weight: 700;
    }

    .statistic-slider4-mob .statistic-icon {
        background-color: red;
        padding: 30px;
        transform: rotate(45deg);
        border-radius: 15px;
        width: 40%;
        display: none;
    }
    .president .president-txt h3 {
        color: #2D3C58;
        font-family: "Be Vietnam Pro", Sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.3em;
        letter-spacing: -1.3px;
        margin-top: 10px;
    }
    .president .president-txt p {
        font-size: 14px;
        font-weight: 500;
        line-height: 28px;
        margin: 0em 0em 1em 0em;
        color: #737588;
        margin-top: 15px;
    }
    .single-feedback .text-holder {
        background: transparent;
        border-radius: 5px;
        display: block;
        padding: 20px 20px 14px 25px;
        position: relative;
        height: 350px;
    }
    .single-feedback .client-info .img-holder img{
        width: 60px;
        height: 60px;
    }
    .single-feedback .client-info .content {
        padding-left: 15px;
    }
    .single-feedback .client-info .content h3 {
        color: #fff;
        font-family: "Dancing Script", cursive;
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 5px;
    }
    .single-feedback .text-holder p {
        color: #9e9e9e;
        font-size: 16px;
        font-style: italic;
        font-family: 'Droid Serif', serif;
        line-height: 34px;
    }
    .single-feedback .client-info .img-holder {
        border: 2px solid #fff;
        border-radius: 50%;
        height: 60px;
        width: 60px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    .together .col-md-2{
        width: 50%;
        margin-bottom: 20px;
    }
    .colleague {
        padding: 35px 0;
    }
    .latest {
        margin-bottom: 35px;
        padding: 0 33px;
        margin-top: 50px;
    }
    .all-news {
        padding: 10px 15px;
        background: #15212F;
        border-radius: 12px;
        color: #fff;
        margin-left: 33px;
    }
    .page-section{
        padding: 90px 25px !important;
    }
    .footer-menu ul{
        padding: 0;
    }
    .inner-footer {
        text-align: center;
        padding: 20px 0 20px 0;
    }
    .footer iframe {
        border-radius: 10px;
        width: 100%;
    }
    .slider2 .swiper-slide{
        padding: 10px;
    }
    .single-feedback {
        padding-bottom: 40px;
        margin: 0 24px;
    }
    .club .slider5 .swiper-button-prev {
        top: 94px;
    }
    .club .slider5 .swiper-button-next {
        top: 111px;
    }
    .context h2 {
        max-width: 500px;
        font-size: 30px;
        margin-top: 17px;
        line-height: 1.05em;
        font-weight: bold !important;
        margin-bottom: 16px;
    }
    .news {
        padding-top: 30px;
        margin-top: 30px;
        background-color: #fff;
    }
    .latest-img img {
        height: 250px;
        object-fit: cover;
    }
    .s-news .news-desc {
        position: absolute;
        bottom: 0;
        background: rgb(0, 0, 0, 0.5);
        width: 100%;
        padding: 16px 16px;
        border-radius: 0 0 8px 8px;
        opacity: 1;
    }
    .s-news .news-desc p {
        padding: 0 45px 0 20px;
    }
}
