body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Nunito", sans-serif;
}
/* @font-face {
    font-family: 'myFont';
    src: url(/public/assets/webfont/VisbyRoundCF-Bold.eot);

} */
.mobile-header{
    display: none;

}
.mySwiper5{
    display: none !important;
}
.mySwiper6{
    display: none !important;
}
.py-4{
    padding: 0 !important;
    margin: 0 !important;
}
a{
    text-decoration: none !important;
}
li{
    list-style: none;
}
ul{
    margin: 0;
    padding: 0;
}
.top-header{
    background-color: #3e4d6c;
    padding: 10px 0;
}
.top-header .row{
    align-items: center;
}
.top-header i{
    color: #373F60;
}
.top-header span{
    color: #ccc;
    margin-left: 10px;
}
.top-header .lang span{
    color: #ccc;
    margin-left: 0;
    font-size: 13px;
}
.phone {
    margin-left: 18px;
}
.emails {
    display: flex;
    justify-content: right;
}
.web-header{
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 101px;
    z-index: 999;
    background-color: rgb(255, 255, 255, 0.9);
}
.web-header .logo{

}
.web-header .logo a{
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
}
.top-header .logo a img{
    width: 112px;
}
.top-header .logo a span{
    font-size: 42px;
    margin-left: 15px;
    color: #0e1e28;
    font-weight: 600;
}
.dropdown .btn{
    color: #fff;
    background-color: #373F60;
    border: none;
}
.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{
    background: rgb(0, 0, 0, 0.8);
	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;
}
.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;
}
.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;
}
.top-header li a.button:hover{
    background-color: #6F6FFF;
}
.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;
}
.big-slider img{
    width: 100%;
    height: 600px;
    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;
}
.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;
    background-image: url(https://pallikoodam.wpengine.com/wp-content/uploads/2019/09/icon-box-shape-bg2.png);
    background-size: contain;
    background-position: 2% 50%;
    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;
}
.curriculum-title {
    text-align: center;
    margin-bottom: 35px;
}
.curriculum-title h2{
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    text-align: unset;
    text-decoration: none;
    font-size: 32px;
    text-transform: uppercase;
}
.curriculum-title span{
    border-bottom: 1px solid;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 180px;
    border-color: #ff6d9d;
}
.curriculum-title span::after{
    background-color: #ff6d9d;
    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;
}
.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;
}
.inside-comment{
    padding: 30px;
    background: #ecb366;
    border-radius: 15px;
}
.inside-comment img{
    width: 6%;
}
.inside-comment span{
    font-weight: 700;
    font-size: 19px;
}
.inside-comment p{
    margin-top: 16px;
}
.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;
}
.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;
}
















/* .card-widget-title{
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}
.card-widget-title h4{
    color: #2d1d54;
    font-family: "Montserrat", Sans-serif;
    font-weight: 900;
}
.card-widget-desc{
    text-align: center;
    color: #6c83a2;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.2px;
    margin: 0px 0px 20px 0px;
}
.card-widget-desc p{
    margin: 0.3em 0 0.6em;
}
.card-desc{
    padding: 26px 0px 0px 19px;
}
.card-desc h3{
    margin-bottom: 18px;
    color: #ff8700;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.6px;
}
.card-desc p{
    color: #ffffff;
    font-weight: 800;
    line-height: 41px;
    letter-spacing: 0.5px;
    font-size: 34px;
}

.first-p{
    font-weight: 600;
    line-height: 29px;
    color: #6c83a2;
}
.second-p{
    color: #6c83a2;
    line-height: 29px;
}
.news-section{
    background-color: #231834;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -62px;
    margin-bottom: -62px;
    padding: 75px 0px 45px 0px;
}
.news-section .news-section-title{
    margin-bottom: 20px;
}
.news-section .news-section-title h2{
    color: #ff8700;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.news-section .news-section-title h1{
    color: #ffffff;
    font-weight: 800;
    line-height: 45px;
    letter-spacing: 0.5px;
}
.news{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -180px;
    margin-bottom: 30px;
    padding: 25px 0px 40px 0px;
}
.ffact{
    border-style: solid;
    border-width: 15px 0px 0px 0px;
    border-color: #ff8700;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #ffffff;
    border-radius: 5px;
}
.ffact .ffact-widget{
    padding: 17px 30px 30px 30px;
}
.ffact .ffact-widget h3{
    margin-bottom: 10px;
    text-align: center;
    padding: 30px 0px 0px 0px;
    color: #2D1D54;
    font-family: "Montserrat", Sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.divider{
    width: 100px;
    height: 4px;
    background-color: #ff8700;
    margin: 0 auto 30px;
    margin-top: 10px;
}
.ffact-title{
    margin-bottom: 26px;
}
.ffact-title h2{
    color: #2d1d54;
    font-family: "Montserrat", Sans-serif;
    font-size: 47px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1em;
    text-align: center;
}
.ffact-title h2 span{
    color: #6C83A2;
    font-family: "Montserrat", Sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}
.ffact-title p{
    color: #6c83a2;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}
.news-post{
    margin: 185px 30px 5px 0px;
}
.data{

}
.data h4{
    color: #2d1d54;
    margin-top: 5px;
    margin-bottom: 7px;
    font-size: 17px;
    line-height: 24px;
}
.data .content{
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 15px;
    color: #6c83a2;
}
.data hr{
    border-top-color: #2690b1;
    width: 30px;
    border-top: 4px solid #e6be1e;
    margin-bottom: 15px;
}
.data .categories{
    font-size: 14px;
}
.data .categories span{
    margin-right: 3px;
    font-size: 14px;
}
.data .categories a{
    color: #2d1d54;
}
.news-img {
    margin-bottom: 34px;
    overflow: hidden;
    transition: 0.4s;
}
.news-img a{
    transition: 0.4s;
}
.news-img a:hover img{
    transform: translateZ(0) scale(1.1, 1.1);
    filter: brightness(0.7);
    transition: 0.4s;
}
.news-img img{
    height: 169px;
    object-fit: cover;
} */

.big-inro {
    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: 290px;
    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 a{
    font-size: 18px;
    color: #000;
}
.active1{
    color: #ecb366;
    border-left: 4px solid #ecb366;
    background: #E5EBF5;
}
.all-teacher ul li a{
    font-size: 22px !important;
    color: #2D3C58 !important;
}
.pre-sidebar ul li a:hover{
    color: #000;
}
.pre-sidebar i{
    margin-top: 6px;
}
.president{

}
.pre-img{
    text-align: center;
}
.president img{
    width: 75%;
    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: 42px;
    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;
}
.stitle h4{
    font-size: 18px;
    font-weight: 400;
    color: #626974;
}
.stitle h2{
    /* color: #2D3C58;
    font-family: "Be Vietnam Pro", Sans-serif;
    font-size: 41px;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: -1.3px;
    margin-bottom: .5em;
    vertical-align: middle;
    transition: color .3s; */
}
.colleague{
    padding: 35px 0;
}
.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: 700;
}
.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: 80px 0;
}
.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;
}
.section-intro ul li{
    display: inline-block;
    width: 240px;
}
.vision-box img{
    width: 100px;
    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;
}
.slider2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.partner{
    padding: 100px 0px 150px 0px;
}
.assu-video{

}
.assu-video .nav{
    justify-content: space-evenly;
    border: none;
    margin-left: 40px;
}
a#home-tab {
    font-size: 28px;
    border: none;
    font-weight: 600;
    color: #f860f3;
}
a#profile-tab {
    font-size: 28px;
    border: none;
    font-weight: 600;
    color: #65fcfd;
}
a#contact-tab {
    font-size: 28px;
    border: none;
    font-weight: 600;
    color: #f9da60;
}
.tab-content{
    margin-top: 30px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-bottom: 2px solid #ff6d9d !important;
}
.statistic{
    padding-bottom: 90px;
}
.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%;
}
.statistic .statistic-icon img{

}
.slider4 .swiper {
    width: 100%;
    height: 350px;
}

.slider4 .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);
}
.statistic-desc {
    margin-top: 46px;
}
.statistic-desc h3{
    font-size: 45px;
    font-weight: 700;
}
.statistic-desc p{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}
.main-curriculum {
    padding: 80px 0;
}
.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;
}
.our-pride{
    padding: 80px 0;
}
.our-pride .col-md-2{
    width: 19.6%;
}
.box-pride {
    text-align: center;
}








.web-footer{
    background: rgb(126, 134, 147, 0.1);
}
.footer {
    background-color: #5D58EF;
    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: 250px 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: block;
    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: flex;
    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;
}

.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;
    background-color: #433ED2;
}
.bottom-footer p{
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff ;
}



@media(max-width:1060px){
    .web-header{
        display: none;
    }
    .mobile-header{
        display: block;
    }
    .mobile-header .container-fluid{
        justify-content: right !important;
    }
    .top-header li {
        text-align: right;
        display: inline-block;
        margin: 16px 0;
    }
    .emails {
        display: flex;
        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;
    }
    .lang a {
        color: #0e1e28;
        margin-left: 20px;
        text-decoration: none;
    }
    .mobile-header .p-4 a{
        color: #fff;
        text-decoration: none;
    }
    .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: 470px;
        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: 24px;
        text-transform: uppercase;
    }
    .curriculum {
        padding: 90px 30px;
    }
    .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 .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: block;
        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;
    }
}
