@charset "utf-8";

:root {

    --ff-figtree-regular: 'Figtree-Regular';
    --ff-figtree-bold: 'Figtree-Bold';
    --ff-figtree-ebold: 'Figtree-ExtraBold';
    --ff-figtree-black: 'Figtree-Black';
    --ff-figtree-medium: 'Figtree-Medium';
    --ff-figtree-sbold: 'Figtree-SemiBold';
    --ff-figtree-light: 'Figtree-Light';
    --ff-lora-medium-ita: 'Lora-MediumItalic';
    --ff-lora-sblod-ita: 'Lora-SemiBoldItalic';

    --bg-white: #fff;
    --bg-black: #000;
    --bg-violet: #51164e;
    --bg-red: #e01c5b;
    --bg-yellow: #ecb32f;
    --bg-grey: #f5f1f4;
    --bg-dgrey: #f3f0f0;
    --bg-blue: #2b82f7;
    --bg-green: #25d366;

    --txt-white: #fff;
    --txt-black: #000;
    --txt-violet: #51164e;
    --txt-red: #e01c5b;
    --txt-yellow: #ecb32f;
    --txt-grey1: #676767;
    --txt-blue: #2b82f7;
}

body { padding: 0; margin: 0; background: var(--bg-white); font-size: 16px; color: var(--txt-black); line-height: 24px; font-family: var(--ff-figtree-regular); }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, main, nav, section, audio, video, source { display: block; margin: 0; padding: 0; }
a, img { border: medium none; }
a { color: var(--txt-black); text-decoration: none; }
div { margin: 0; padding: 0; }
p { font-size: 16px; line-height: 24px; padding: 0; margin: 0; color: var(--txt-black); }
h1, h2, h3, h4, h5, h6 { font-weight: normal; padding: 0; margin: 0; line-height: 24px; }
a { color: var(--txt-black); outline: 0; }
ul, li { list-style: none; }
a:focus, :focus { outline: 0; }
ul, ol { list-style-type: none; padding: 0; margin: 0; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clear { clear: both; line-height: 1px; padding: 0; height: 0; font-size: 1px; }
.left { float: left; }
.right { float: right; }
.anim { transition: all 1s ease; -moz-transition: all 1s ease; -webkit-transition: all 1s ease; -o-transition: all 1s ease; }
.anim2 { transition: all .5s ease; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease; }
.row { width: 1200px; margin: auto; padding: 0; }
img { border: 0; height: auto; max-width: 100%; vertical-align: middle; width: 100%; }
img.dummy-img { opacity: 0; width: 100%; }
img.org-img { position: absolute; top: 0; left: 0; max-width: 100%; height: 100%; object-fit: cover; z-index: 9; }

/* header */
header { float: left; width: 100%; /*! overflow: hidden; */ }
.head-top { float: left; width: 100%; background: var(--bg-violet); height: 30px; position: relative;}
.head-top-main { float: left; width: 100%; display: flex; justify-content: end; position: relative;}
.head-top-main ul { display: flex; flex-wrap: wrap; column-gap: 20px; align-items: end; z-index: 1; position: relative; margin-bottom: -50px; margin-right: 80px; }
.head-top-main ul li { flex: 0 1 auto; }
.head-top-main ul li a { float: left; width: 100%; }
.head-top-main ul li a i { font-size: 20px; color: var(--txt-white); }
.head-top-main ul li a:hover i { color: var(--txt-yellow); }
.head-top-img { position: absolute; right: 0; top: 0; content: ''; padding-right: calc((100% - 1200px + 0px) / 2); }
.head-top-img svg { float: left; width: 100%; }
.head-mid { float: left; width: 100%; padding: 20px 0 20px; background: var(--bg-white);}
.head-mid-main { float: left; width: 100%; display: flex; justify-content: space-between; align-items: end; column-gap: 20px; }
.head-mid-logo { flex: 0 1 345px; }
.head-mid-logo img { float: left; width: 100%; }
.head-mid-rht { flex: 0 1 calc(100% - 365px); }
.head-mid-rht ul { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 3%; justify-content: flex-end; }
.head-mid-rht ul li { flex: 0 1 auto; display: flex; flex-wrap: wrap; column-gap: 10px; }
.head-mid-rht ul li:last-child { flex: 0 1 auto; }
.head-mid-rht ul li .head-mid-img { flex: 0 1 43px; background: rgba(224, 28, 91, 0.07); padding: 10px 12px; border-radius: 11px; overflow: hidden; height: 43px; display: flex; align-items: center; justify-content: center; }
.head-mid-rht ul li .head-mid-img img { float: left; width: 100%; }
.head-mid-rht ul li .head-mid-cnt { flex: 0 1 calc(100% - 53px); }
.head-mid-rht ul li .head-mid-cnt h3 { font-size: 16px; line-height: 24px; letter-spacing: .3px; color: var(--txt-violet); font-family: var(--ff-figtree-regular); }
.head-mid-rht ul li .head-mid-cnt ul { column-gap: 15px; }
.head-mid-rht ul li .head-mid-cnt ul li { flex: 0 1 auto; position: relative; }
.head-mid-rht ul li .head-mid-cnt ul li:first-child:after { position: absolute; content: '|';width: 1px;height: 16px;color: var(--txt-violet);right: -7px;top: -2px;}
.head-mid-rht ul li .head-mid-cnt a { float: left; width: auto; font-size: 16px; line-height: 20px; letter-spacing: .3px; color: var(--txt-violet); font-family: var(--ff-figtree-medium); transition: all .5s ease; }
.head-mid-rht ul li .head-mid-cnt a:hover { color: var(--txt-red) }
.head-main { float: left; width: 100%; background: var(--bg-violet); }
.head-det { float: left; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; column-gap: 30px; }
.head-link { flex: 0 1 auto; }
.head-link ul { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap:42px; align-items: center; }
.head-link ul li { flex: 0 1 auto; }
.head-link ul li a { float: left; width: auto; padding: 20px 0; font-size: 16px; line-height: 25px; font-family: var(--ff-figtree-medium); color: var(--txt-white); position: relative; transition: all .5s ease; text-transform: uppercase;}
.head-link ul li a::after { position: absolute; content: ''; width: 0; height: 3px; background: var(--txt-yellow); left: 0; bottom: 0px; transition: all .5s ease; }
.head-link ul li a.active, .head-link ul li a:hover, .head-link ul li.current-menu-item  a { color: var(--txt-yellow); }
.head-link ul li a.active::after, .head-link ul li a:hover:after, .head-link ul li.current-menu-item a::after { width: 100%; }
.head-list { flex: 0 1 auto; display: flex; flex-wrap: wrap; column-gap: 40px; align-items: center; justify-content: flex-end; }
.head-btn a { font-size: 16px; line-height: 25px; font-family: var(--ff-figtree-medium); color: var(--txt-white); padding: 14px 30px; background: var(--bg-red); border-radius: 25px; transition: all .5s ease; }
.head-btn a:hover { background: var(--bg-yellow); }
.desk-search { position: relative; }
.desk-search .search-frm-field input[type="text"] { border: 0; background: 0; line-height: 40px; width: 100%; padding: 0 10px; height: auto; color: var(--bg-black); font-size: 14px; margin-top: 0; font-family: var(--ff-figtree-regular); }
.desk-search .search-form.open-form .search-frm-field { display: block; opacity: 1; visibility: visible; }
a.srch-ico { float: left; width: 100%; }
a.srch-ico img { width: auto; }
.desk-search .search-frm-field { box-shadow: 0 0 20px 0 rgba(0, 30, 48, 0.17); position: absolute; top: 43px; right: 0; background: var(--bg-white); width: 230px; z-index: 999; overflow: hidden; -webkit-transition: All .5s ease; -moz-transition: All .5s ease; -o-transition: All .5s ease; -ms-transition: All .5s ease; transition: All .5s ease; opacity: 0; visibility: hidden; display: none; border: 1px solid #ddd; }
header.is-sticky { position: fixed; top: 0; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.44); z-index: 999; width: 100%; }
header.is-sticky .head-top { display: none; }
header.is-sticky .head-mid { padding: 10px 0; }
header.is-sticky .head-mid-logo { flex: 0 1 220px; }
header.is-sticky .head-mid-rht ul li .head-mid-cnt h3, header.is-sticky .head-mid-rht ul li .head-mid-cnt a { font-size: 14px; line-height: 20px; }
header.is-sticky .head-link ul li a { padding: 17px 0; }
header.is-sticky .head-btn a { padding: 10px 20px; }
header.is-sticky .head-link ul li a::after { bottom: 0px; }

/* home slider */
.home-slider { float: left; width: 100%; position: relative; overflow: hidden; }
.home-slider .swiper-slide img.dummy-img { opacity: 0; width: 100%; }
.home-slider .swiper-slide img.org-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.home-slider .swiper-slide::after { position: absolute; content: ""; background: rgba(0, 0, 0, 0.3); left: 0; top: 0; width: 100%; height: 100%; z-index: 9; }
.home-slider .flex-caption { position: absolute; bottom: 140px; text-align: left; width: 100%; z-index: 10; }
.home-slider .flex-cont { width: 100%; padding-left: calc((100% - 1200px + 0px) / 2); max-width: 620px; }
.home-slider .flex-caption h1 { color: var(--txt-white); font-family: var(--ff-figtree-sbold); font-size: 65px; line-height: 75px; }
.home-slider .flex-caption h5 { color: var(--txt-white); font-size: 20px; line-height: 28px; padding-bottom: 15px; }
.home-slider .swiper-pagination { display: inline-flex; column-gap: 10px; }
.home-slider .swiper-pagination-bullet { width: 10px; height: 10px; background: var(--bg-white); border: 0; opacity: 1; border-radius: 15px; transition: .5s ease-in; }
.home-slider .swiper-pagination-bullet-active { background: var(--bg-red); }
.home-slider .swiper-horizontal>.swiper-pagination-bullets, .home-slider .swiper-container-horizontal>.swiper-pagination-bullets { bottom: 100px; left: 0; padding-left: calc((100% - 1200px + 0px) / 2); }
.home-slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .home-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0; }

/* home about us */
.nelson-sec { float: left; width: 100%; padding: 40px 0 170px; background: url(../images/about-bg.svg) no-repeat center center; }
.nelson-main { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 5%; margin-bottom: 140px; }
.nelson-img { flex: 0 1 17%; }
.nelson-img img { float: left; width: 100%; }
.nelson-cnt { flex: 0 1 78%; margin-top: 25px; }
.nelson-cnt h2 { float: left; width: 100%; font-size: 30px; line-height: 34px; letter-spacing: .56px; font-family: var(--ff-lora-sblod-ita); color: var(--txt-violet); text-align: right; }
.nelson-cnt h2 span { font-family: var(--ff-lora-medium-ita); margin-top: 30px; float: left; text-align: right; width: 100%; }
.nelson-txt { float: left; width: 100%; margin-top: 90px; }
.nelson-txt ul { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 6%; row-gap: 50px; }
.nelson-txt ul li { flex: 0 1 29.3%; border: 2px solid var(--bg-black); border-radius: 15px; padding: 0 20px 40px 20px; display: flex; flex-wrap: wrap; justify-content: center; transition: all .5s ease; }
.nelson-txt ul li.bg-red { border-color: var(--bg-red); }
.nelson-txt ul li.bg-red:hover { background: var(--bg-red); color: var(--txt-white); }
.nelson-txt ul li.bg-yel { border-color: var(--bg-yellow); }
.nelson-txt ul li.bg-yel:hover { background: var(--bg-yellow); color: var(--txt-white); }
.nelson-txt ul li.bg-vio { border-color: var(--bg-violet); }
.nelson-txt ul li.bg-vio:hover { background: var(--bg-violet); color: var(--txt-white); }
.nelson-txt ul li.bg-1 { border-color: var(--bg-red); }
.nelson-txt ul li.bg-1:hover { background: var(--bg-red); color: var(--txt-white); }
.nelson-txt ul li.bg-2 { border-color: var(--bg-yellow); }
.nelson-txt ul li.bg-2:hover { background: var(--bg-yellow); color: var(--txt-white); }
.nelson-txt ul li.bg-3 { border-color: var(--bg-violet); }
.nelson-txt ul li.bg-3:hover { background: var(--bg-violet); color: var(--txt-white); }
.nelson-icon { position: relative; margin-top: -40px; width: auto; overflow: hidden; }
.nelson-icon img { float: left; width: 100%; }
.nelson-txt ul li h3 { float: left; width: 100%; font-size: 30px; line-height: 34px; font-family: var(--ff-figtree-medium); text-align: center; margin-top: 30px; }
.about-main { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 2%; }
.about-lft { flex: 0 1 46%; }
.about-brd { float: left; width: 100%; padding-left: 20px; border-left: 5px solid var(--bg-violet); margin-bottom: 30px; }
.about-lft h2 { float: left; width: 100%; font-size: 56px; line-height: 60px; letter-spacing: 1.13px; font-family: var(--ff-figtree-bold); color: var(--txt-violet); margin-bottom: 20px; }
.about-lft h3 { float: left; width: 100%; font-size: 26px; line-height: 34px; letter-spacing: .49px; font-family: var(--ff-figtree-medium); color: var(--txt-violet); }
.about-lft p { float: left; width: 100%; font-size: 18px; line-height: 28px; letter-spacing: .41px; font-family: var(--ff-figtree-regular); color: var(--txt-violet); margin-bottom: 30px;  }
.about-rht { flex: 0 1 52%; position: relative; }
.about-rht-img { float: left; width: 100%; text-align: right; }
.about-rht-img img.big-img { width: 100%; max-width: 540px; border-radius: 25px; overflow: hidden; object-fit: cover; }
.about-rht-img img.sml-img { position: absolute; bottom: -80px; left: 0; width: 100%; max-width: 420px; border-radius: 25px; overflow: hidden; z-index: 9; object-fit: cover; }
.know-more { float: left; width: 100%; position: relative; }
.know-more a { width: auto; display: inline-flex; column-gap: 7px; font-size: 16px; line-height: 24px; color: var(--txt-black); font-family: var(--ff-figtree-regular); align-items: center; transition: all .5s ease; position: relative; margin: 8px 0 0 17px; }
.know-more a i { font-size: 14px; color: var(--txt-red); }
.know-more::before { position: absolute; content: ''; width: 40px; height: 40px; background: var(--bg-red); left: 0; top: 0; border-radius: 50%; transition: all .5s ease; opacity: .2; }
.know-more a:hover { color: var(--txt-red); }

/* odometer */
.odometer-sec { float: left; width: 100%; background: url(../images/odometer-bg.webp); position: relative; z-index: 9; padding: 80px 0; background-size: cover;}
.odometer-sec::before { position: absolute; content: ''; width: 100%; height: 100%; background: var(--bg-violet); opacity: .75; left: 0; top: 0; z-index: -1; }
.odometer-sec h2 { float: left; width: 100%; font-size: 56px; line-height: 60px; letter-spacing: 1.13px; font-family: var(--ff-figtree-bold); color: var(--txt-white); text-align: center; margin-bottom: 20px; }
.odometer-sec p {  width: 100%; font-size: 18px; line-height: 28px; letter-spacing: 0.41px; font-family: var(--ff-figtree-regular); color: var(--txt-white); text-align: center;  max-width: 1000px;margin: 0 auto;margin-bottom: 70px;}
.odometer-sec ul { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 6%; justify-content: center; row-gap: 70px; margin-bottom: 70px;}
.odometer-sec ul li { flex: 0 1 20.5%; position: relative; }
.odometer-frame { width: 100%; height: 100%; display: block; }
.odometer-cnt { position: absolute; top: 34%; left: 50%; transform: translate(-50%, -50%); display: flex; flex-wrap: wrap; align-items: center; row-gap: 10px; width: 100%; height: 100%; }
.odometer-cnt .odometer-img { width: 100%; display: flex; justify-content: center; min-height: 70px; }
.odometer-cnt .odometer-img img { float: left; width: 70px; }
.odometer-cnt h4 { width: 100%; font-family: var(--ff-figtree-regular); color: var(--txt-white); font-size: 56px; line-height: 60px; text-align: center; }
.odometer-cnt h5 { width: 100%; font-family: var(--ff-figtree-regular); color: var(--txt-white); font-size: 17px; line-height: 24px; text-align: center; }
.odometer-btn { display: flex; justify-content: center;  float: left;width: 100%;}
.odometer-btn a { width: auto; height: 40px; display: inline-flex; column-gap: 10px; align-items: center; border-radius: 25px; background: var(--bg-red); padding: 0 40px; color: var(--txt-white); font-size: 16px; line-height: 24px; font-family: var(--ff-figtree-medium); transition: all .5s ease; }
.odometer-btn a i { font-size: 14px; }
.odometer-btn a:hover { background: var(--bg-yellow); }

/* feature */
.feat-sch-sec { float: left; width: 100%; padding: 100px 0 80px; background: var(--bg-grey); }
.feat-sch-sec h2 { float: left; width: 100%; font-size: 60px; line-height: 64px; letter-spacing: 1.13px; font-family: var(--ff-figtree-sbold); color: var(--txt-violet); text-align: center; margin-bottom: 70px; }
.feat-sch-tab { float: left; width: 100%; }
.feat-sch-tab ul.tab-list { float: left; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; column-gap: 30px; border-bottom: 2px solid rgba(81, 22, 78, 0.2); }
.feat-sch-tab ul.tab-list li { flex: 0 1 auto; cursor: pointer; color: var(--txt-violet); font-family: var(--ff-figtree-medium); font-size: 26px; transition: all .5s ease; padding-bottom: 20px; position: relative; }
.feat-sch-tab ul.tab-list li.current { color: var(--txt-red); }
.feat-sch-tab ul.tab-list li:hover { color: var(--txt-red); }
.feat-sch-tab ul.tab-list li::after { position: absolute; content: ''; width: 0; height: 6px; background: var(--txt-red); left: 0; bottom: -1px; transition: all .5s ease; border-radius: 20px 20px 0 0; }
.feat-sch-tab ul.tab-list li.current::after, .feat-sch-tab ul.tab-list li:hover::after { width: 100%; }
.feat-sch-content { float: left; width: 100%; padding-top: 55px; }
.feat-sch-content .tab-cnt { float: left; width: 100%; display: none; }
.feat-sch-content .tab-cnt.current { display: block; }
.feat-sch-content .tab-cnt h4.tab-title { display: none; position: relative; cursor: pointer; }
.tab-academic-main { float: left; width: 100%; }
.tab-academic-img { float: left; width: 100%; position: relative; overflow: hidden; display: flex; flex-direction: row; column-gap: 20px; row-gap: 20px; }
.tab-academic-img img { float: left; width: 100%; border-radius: 20px; overflow: hidden; }
.tab-img1 { flex: 0 1 40%; flex-grow: 1; }
.tab-img2 { flex: 0 1 55%; display: flex; flex-wrap: wrap; row-gap: 20px; column-gap: 20px; }
.tab-img2 .tab-img.item3, .tab-img2 .tab-img.item4 { flex: 0 1 48%; }
.tab-academic-cnt { float: left; width: 100%; margin-bottom: 55px; }
.tab-academic-cnt p { max-width: 1010px; margin: 0 auto; width: 100%; color: var(--txt-violet); font-size: 22px; line-height: 30px; letter-spacing: .41px; font-family: var(--ff-figtree-regular); text-align: center; }
.tab-academic-main .learn-more { margin-top: 30px; }
.tab-academic-main .learn-more a:hover { border: 1px solid var(--bg-white); }
.tab-img { float: left; width: 100%; position: relative; }

/* news */
.news-sec { float: left; width: 100%; padding: 100px 0; }
.news-sec h2 { float: left; width: 100%; font-size: 56px; line-height: 60px; letter-spacing: 1.13px; font-family: var(--ff-figtree-bold); color: var(--txt-violet); text-align: center; margin-bottom: 50px; }
.news-slide { float: left; width: 100%; }
.news-slide .swiper-wrapper { padding-bottom: 10px; }
.news-slide .swiper-container { overflow: hidden; }
.news-slide .swiper-slide .news-img { border-radius: 20px 20px 0 0; overflow: hidden; position: relative; }
.news-slide .swiper-slide .news-img img { width: 100%; transition: all .4s ease; }
.news-slide .swiper-slide .news-cnt { float: left; padding: 30px 30px; background: var(--bg-white); box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15); width: 100%; max-width: 90%; margin-top: -30px; position: relative; z-index: 9; }
.news-slide .swiper-slide .news-cnt h5 { float: left; width: 100%; font-family: var(--ff-figtree-regular); color: var(--txt-red); font-size: 14px; line-height: 14px; letter-spacing: .47px; margin-bottom: 20px; transition: all .5s ease; }
.news-slide .swiper-slide .news-cnt h3 { float: left; width: 100%; font-family: var(--ff-figtree-medium); color: var(--txt-violet); font-size: 18px; line-height: 26px; letter-spacing: .14px; margin-bottom: 15px; transition: all .5s ease; }
.news-slide .swiper-slide .news-cnt p { float: left; width: 100%; font-family: var(--ff-figtree-regular); color: var(--txt-grey1); font-size: 16px; line-height: 24px; letter-spacing: .1px; margin-bottom: 25px; transition: all .5s ease; }
.news-slide .swiper-slide .news-cnt span { float: left; width: auto; display: flex; align-items: center; column-gap: 7px; font-family: var(--ff-figtree-regular); color: var(--txt-red); font-size: 13px; line-height: 13px; letter-spacing: .5px; transition: all .5s ease; }
.news-slide .swiper-slide .news-cnt span i { font-size: 12px; }
.news-slide .swiper-slide:hover .news-cnt h3 { color: var(--txt-red); }
.news-slide .swiper-slide:hover .news-img img { transform: scale(1.05); }
.news-slide .swiper-slide:hover .news-cnt span { color: var(--txt-violet); }
.news-slide .swiper-slide:hover .news-cnt h5 { color: var(--txt-violet); }
.news-slide .swiper-nav { width: 100%; justify-content: right; padding-top: 50px; display: flex; align-items: center; column-gap: 30px; }
.news-slide .swiper-pagination-bullet { width: 9px; height: 9px; background: #d2d2d2; border: 0; opacity: 1; border-radius: 15px; position: relative; transition: all .5s ease; }
.news-slide .swiper-pagination-bullet-active { background: var(--bg-red); }
.news-slide .swiper-pagination-bullet::after { position: absolute; content: ""; background: var(--bg-white); width: 15px; height: 15px; top: -3px; left: -3px; border: 1px solid var(--bg-white); border-radius: 15px; transition: all .5s ease; z-index: -1; }
.news-slide .swiper-pagination-bullet-active::after { border: 1px solid var(--bg-red); }
.news-slide .swiper-pagination-bullets { display: inline-flex; width: auto; column-gap: 12px; }
.news-slide .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0; }
.news-slide .swiper-fraction-news { min-width: 120px; text-align: right; padding-left: 85px; color: var(--txt-red); font-family: var(--ff-jost-sbold); position: relative; }
.news-slide .swiper-fraction-news::after { position: absolute; content: ""; background: var(--bg-red); width: 70px; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }
.events-sec .news-slide .btn-ctr { margin-top: -36px; }
.news-btn { display: flex; justify-content: center; margin-top: -30px; }
.news-btn a { width: auto; height: 40px; display: inline-flex; column-gap: 10px; align-items: center; border-radius: 25px; background: var(--bg-red); padding: 0 40px; color: var(--txt-white); font-size: 16px; line-height: 24px; font-family: var(--ff-figtree-medium); transition: all .5s ease; }
.news-btn a i { font-size: 14px; }
.news-btn a:hover { background: var(--bg-yellow); }

/* trustee */
.truste-sec { float: left; width: 100%; background: var(--bg-grey); padding: 125px 0 105px; }
.truste-main { max-width: 1060px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; }
.truste-img { flex: 0 1 50%; border-radius: 20px; overflow: hidden; position: relative; }
.truste-img img { float: left; width: 100%; }
.truste-cnt { flex: 0 1 50%; background: var(--bg-white); border-radius: 0 20px 20px 0; padding: 90px 75px 85px 40px; }
.truste-txt { float: left; width: 100%;  }
.truste-cnt h2 { float: left; width: 100%; font-family: var(--ff-figtree-bold); color: var(--txt-red); font-size: 28px; line-height: 30px; letter-spacing: 0; margin-bottom: 10px; }
.truste-cnt h5 { float: left; width: 100%; font-family: var(--ff-figtree-regular); color: var(--txt-violet); font-size: 14px; line-height: 14px; letter-spacing: 0; padding-bottom: 20px; margin-bottom: 30px; position: relative; }
.truste-cnt h5::after { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 3px; background: var(--bg-red); }
.truste-cnt h3 { float: left; width: 100%; font-family: var(--ff-figtree-bold); color: var(--txt-violet); font-size: 18px; line-height: 26px; letter-spacing: .45px; margin-bottom: 10px; }
.truste-cnt p { float: left; width: 100%; font-family: var(--ff-figtree-regular); color: var(--txt-black); font-size: 18px; line-height: 26px; letter-spacing: .54px; margin-bottom: 20px; }

/* come join */
.come-join-sec { float: left; width: 100%; background: var(--bg-red); padding-top: 30px; position: relative; }
.come-join-main { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 6%; padding-left: calc((100% - 1200px) / 2); align-items: end; }
.come-join-cnt { flex: 0 1 43%; padding: 40px 0 80px 70px; }
.come-join-cnt h2 { float: left; width: 100%; font-family: var(--ff-figtree-sbold); color: var(--txt-white); font-size: 46px; line-height: 56px; margin-bottom: 20px; }
.come-join-cnt p { float: left; width: 100%; color: var(--txt-white); font-size: 20px; line-height: 28px; font-family: var(--ff-figtree-regular); margin-bottom: 30px; }
.come-join-cnt a { float: left; width: auto; color: var(--txt-violet); font-size: 20px; line-height: 24px; padding: 18px 50px; background: var(--bg-white); font-family: var(--ff-figtree-bold); border-radius: 35px; overflow: hidden; transition: all .5s ease; }
.come-join-img { flex: 0 1 51%; }
.come-join-img img { float: left; width: 100%; }
.come-join-cnt a:hover { background: var(--bg-yellow); color: var(--txt-white); }

/* footer */
footer { float: left; width: 100%; background: var(--bg-violet); padding-top: 60px; }
.ftr-main { float: left; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 0 50px 0;column-gap: 5%;}
.ftr-lft { flex: 0 1 32%;}
.ftr-logo { float: left; width: 100%; margin-bottom: 40px; max-width: 350px;}
.ftr-logo img { float: left; width: 100%; }
.ftr-add { float: left; width: 100%; max-width: 310px; }
.ftr-add ul { float: left; width: 100%; display: flex; flex-wrap: wrap; row-gap: 15px; }
.ftr-add ul li { flex: 0 1 100%; display: flex; column-gap: 10px; }
.ftr-add ul li a, .ftr-add ul li p { font-size: 16px; line-height: 26px; font-family: var(--ff-figtree-light); color: var(--txt-white); transition: all .5s ease; }
.ftr-add ul li a:hover { color: var(--txt-yellow); }
.ftr-add ul li div { position: relative; }
.ftr-add ul li div::after { position: absolute; content: '/'; width: 1px; height: 19px; color: var(--bg-white); right: -7px; top: 0; }
.ftr-add ul li div:last-child::after { display: none; }
.ftr-add ul li span { min-width: 25px; }
.ftr-add ul li span.home { background: url(../images/icon-home-ftr.svg) no-repeat left top; width: 25px; height: 23px; }
.ftr-add ul li span.phone { background: url(../images/icon-phn-ftr.svg) no-repeat left top; width: 23px; height: 25px; }
.ftr-add ul li span.mail { background: url(../images/icon-mail-ftr.svg) no-repeat left top 5px; width: 24px; height: 24px; }
.ftr-rht { flex: 0 1 63%; display: flex; flex-wrap: wrap;margin-top: 70px; column-gap: 5%;}
.ftr-quick-link { flex: 0 1 50%; }
.ftr-rht h3 { font-size: 20px; line-height: 24px; letter-spacing: 2px; font-family: var(--ff-figtree-medium); color: var(--txt-yellow); margin-bottom: 20px; }
.ftr-quick-link ul { float: left; width: auto; display: flex; flex-wrap: wrap; row-gap: 12px; column-gap: 4%;}
.ftr-quick-link ul li { flex: 0 1 48%; }
.ftr-quick-link ul li a { width: auto; font-size: 16px; line-height: 26px; font-family: var(--ff-figtree-light); letter-spacing: .26px; color: var(--txt-white); transition: all .5s ease; }
.ftr-quick-link ul li a:hover { color: var(--txt-yellow); }
.ftr-social { float: left; width: auto; margin-top: 40px;}
.ftr-social ul li { flex: 0 1 auto;}
.ftr-social ul li img { float: left; width: 100%;}
.ftr-social ul { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 15px; align-items: end; }
.ftr-social ul li a { width: 100%; float: left; transition: all .5s ease; }
.ftr-social ul li a i { font-size: 20px; color: var(--bg-yellow); }
.ftr-social ul li a:hover i { color: var(--bg-white); }
.ftr-admi { flex: 0 1 45%;}
.ftr-btm { float: left; width: 100%; padding: 30px 0; border-top: 1px solid rgba(255, 255, 255, 0.3); display: flex; flex-wrap: wrap; justify-content: space-between;}
.ftr-btm p { float: left; font-family: var(--ff-figtree-regular); color: var(--txt-white); font-size: 16px; line-height: 26px;}
.ftr-btm p a { color: var(--txt-yellow); transition: all 0.5s ease;}
.ftr-btm p a:hover { color: var(--txt-red);}
.ftr-gallery { float: left; width: 100%;}
.ftr-gallery img { float: left; width: auto; margin-bottom: 5px; overflow: hidden;border-radius: 0 50px 0 20px;}
.ftr-gallery a {font-size: 14px; color: var(--txt-white); line-height: 18px; text-decoration: underline; padding-top: 5px; transition: all 0.5s ease;}
.ftr-gallery a:hover { color: var(--txt-yellow);}

/* mobile menu */
body.over { overflow: hidden; }
.mobile-menu { position: fixed; top: 60px; height: calc(100vh - 60px); bottom: 0; width: 100%; overflow: auto; z-index: 99; border-top: 1px solid var(--bg-violet); padding: 30px 0 100px; opacity: 0; visibility: hidden; transition: all .4s ease; background: var(--bg-violet); border-bottom: 0; z-index: 999; }
.mobile-menu.slow { opacity: 1; visibility: visible; }
.m-menu { width: 28px; height: 18px; margin: 0; -webkit-transform: rotate(0); -moz-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; float: left; position: relative; left: 0; top: auto; display: none; z-index: 9; }
.m-menu a { display: block; height: 100%; }
.m-menu span { display: block; position: absolute; height: 2px; width: 28px; background: var(--bg-violet); border-radius: 0; opacity: 1; left: 0; -webkit-transform: rotate(0); -moz-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }
.m-menu span:nth-child(1) { top: 0; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.m-menu span:nth-child(2) { top: 8px; right: 0; left: auto; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.m-menu span:nth-child(3) { top: 16px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.m-menu a:hover span { background: var(--bg-red); }
.m-menu.open span:nth-child(1) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: -1px; left: 4px; background: var(--bg-violet); }
.m-menu.open span:nth-child(2) { width: 0; opacity: 0; }
.m-menu.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 18px; left: 4px; background: var(--bg-violet); }
.mobile-menu .mobile-link { float: left; width: 100%; }
.mobile-menu .mobile-link ul { float: left; width: 100%; display: flex; flex-wrap: wrap; row-gap: 7px; }
.mobile-menu .mobile-link ul li { flex: 1 1 100%; }
.mobile-menu .mobile-link ul li a { font-size: 18px; color: var(--txt-white); line-height: 24px; font-family: var(--ff-figtree-medium); display: block; padding: 5px 0 5px 0; position: relative; transition: all .4s ease; }
.mobile-menu .mobile-link ul li.menu-item-has-children>a { padding: 5px 30px 5px 0; }
.mobile-menu .mobile-link ul li.menu-item-has-children>a::after { display: block; content: ""; width: 9px; height: 9px; border-right: 2px solid var(--bg-white); border-bottom: 2px solid var(--bg-white); transform: rotate(45deg); transition: transform .3s ease-in-out; margin-left: 0; position: absolute; right: 10px; top: 7px; }
.mobile-menu .mobile-link ul li ul { display: none; padding: 20px 0 10px 15px; }
.mobile-menu .mobile-link ul li ul li { margin-bottom: 15px; }
.mobile-menu .mobile-link ul li ul li:last-child { margin-bottom: 0; }
.mobile-menu .mobile-link ul li ul li a { font-size: 16px; padding: 0; color: var(--txt-white); }
.mobile-menu .mobile-link ul li ul li a::after { display: none; }
.mobile-menu .mobile-link ul li.current_page_item>a { font-family: var(--ff-figtree-bold); color: var(--bg-yellow); }
.mobile-menu .mobile-link ul li.menu-item-has-children.current_page_item>a { color: var(--bg-yellow); font-family: var(--ff-figtree-bold); }
.mobile-menu .mobile-link ul li.current_page_item a:after { border-right: 2px solid var(--bg-yellow); border-bottom: 2px solid var(--bg-yellow); transform: rotate(-135deg); margin: 0; }
.mobile-menu .mobile-link ul li a:hover { color: var(--bg-yellow); }
.mobile-menu .mobile-link ul li a:hover::after { border-right: 2px solid var(--bg-yellow); border-bottom: 2px solid var(--bg-yellow); }
.mobile-menu .mobile-link ul li.menu-item-has-children.current_page_item>ul { display: block; }
.mobile-menu .mobile-social { float: left; width: 100%; margin-top: 30px; }
.mobile-menu .mobile-social ul { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 20px; justify-content: center; align-items: flex-end; }
.mobile-menu .mobile-social ul li { flex: 0 1 auto; }
.mobile-menu .mobile-social ul li a { float: left; width: 100%; transition: all .5s ease; }
.mobile-menu .mobile-social ul li a i { font-size: 20px; color: var(--bg-white); }
.mobile-menu .mobile-social ul li a:hover i { color: var(--bg-yellow); }
.mobile-menu .mob-btns { float: left; width: 100%; text-align: center; margin-top: 20px; }
.mobile-menu .mob-btns a { display: inline-flex; align-items: center; font-size: 16px; line-height: 24px; font-family: var(--ff-figtree-medium); color: var(--txt-white); padding: 10px 25px; background: var(--bg-yellow); border-radius: 25px; transition: all .5s ease; }
.mobile-menu .mob-btns a:hover { background: var(--bg-white); color: var(--txt-yellow); }
.mobile-menu .head-mid-rht.mobile-cnt { float: left; width: 100%; margin-top: 50px; padding-bottom: 50px; }
.mobile-menu .head-mid-rht ul li.mobile-cnt .head-mid-cnt a { row-gap: 10px; }
.mobile-menu .head-mid-rht.mobile-cnt ul { justify-content: start; row-gap: 15px; }
.mobile-menu .head-mid-rht.mobile-cnt ul li { flex: 0 1 215px; column-gap: 15px; }
.mobile-menu .head-mid-rht.mobile-cnt ul li .head-mid-cnt { flex: 0 1 calc(100% - 58px); }
.mobile-menu .head-mid-rht.mobile-cnt ul li:last-child { flex: 0 1 270px; }
.mobile-menu .head-mid-rht.mobile-cnt ul li .head-mid-img { background: var(--bg-white); }
.mobile-menu .head-mid-rht.mobile-cnt ul li .head-mid-cnt h3 { color: var(--txt-white); margin-bottom: 5px; }
.mobile-menu .head-mid-rht.mobile-cnt ul li .head-mid-cnt>div { display: flex; flex-wrap: wrap; row-gap: 10px; }
.mobile-menu .head-mid-rht.mobile-cnt ul li .head-mid-cnt a { color: var(--txt-white); }
.mobile-menu .head-mid-rht.mobile-cnt ul li .head-mid-cnt a:hover { color: var(--txt-yellow); }

/* about us */ /* inner banner */
.inner-ban { float: left; width: 100%; position: relative; }
.inner-ban:after { position: absolute; content: ""; background: rgba(0, 0, 0, 0.3); left: 0; top: 0; width: 100%; height: 100%; z-index: 9; }
.inner-ban { float: left; width: 100%; overflow: hidden; position: relative; }
.inner-ban img { float: left; width: 100%; height: 500px; object-fit: cover;}
.inner-ban img.org-img { position: absolute; top: 0; left: 0; max-width: 100%; height: 100%; object-fit: cover; z-index: 9; }
.inner-ban-cnt { position: absolute; padding-left: calc((100% - 1200px + 0px) / 2); padding-right: calc((100% - 1200px + 0px) / 2); bottom: 50px; width: 100%; z-index: 99; }
.inner-ban-cnt h1 { font-family: var(--ff-figtree-sbold); color: var(--txt-white); font-size: 60px; line-height: 70px; }
.inner-ban img.dummy-img { opacity: 1;}

/* breadcrum */
.breadcrum { float: left; width: 100%; padding-bottom: 20px; }
.breadcrum ul { float: left; width: 100%; display: flex; flex-wrap: wrap; }
.breadcrum ul li { flex: 0 1 auto; font-size: 20px; line-height: 26px; font-family: var(--ff-figtree-medium); color: var(--txt-white); position: relative; padding-right: 20px; margin-right: 10px; }
.breadcrum ul li::after { position: absolute; content: ">"; font-family: var(--ff-figtree-medium); color: var(--txt-white); right: 0; top: 50%; transform: translateY(-50%); }
.breadcrum ul li:last-child { padding-right: 0; margin-right: 0; }
.breadcrum ul li:last-child:after { content: none; }
.breadcrum ul li a { font-family: var(--ff-figtree-medium); color: var(--txt-white); transition: all .5s ease; }
.breadcrum ul li a:hover { color: var(--txt-yellow); }

/* about us */
/* .about-inn-sec { float: left; width: 100%; padding: 100px 0; }
.about-inn-main { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 7%; row-gap: 20px; }
.about-inn-rht { flex: 0 1 45%; }
.about-inn-rht-img { float: left; width: 100%; border-radius: 25px; overflow: hidden; position: relative; }
.about-inn-rht-img img { float: left; width: 100%; }
.about-inn-lft { flex: 0 1 48%; }
.about-inn-brd { float: left; width: 100%; padding-left: 20px; border-left: 5px solid var(--bg-violet); margin-bottom: 30px; }
.about-inn-lft h2 { float: left; width: 100%; font-size: 60px; line-height: 64px; letter-spacing: 1.13px; font-family: var(--ff-figtree-sbold); color: var(--txt-violet); margin-bottom: 35px; }
.about-inn-lft h3 { float: left; width: 100%; font-size: 26px; line-height: 34px; letter-spacing: 0.49px; font-family: var(--ff-figtree-regular); color: var(--txt-violet); }
.about-inn-lft p { float: left; width: 100%; font-size: 22px; line-height: 34px; letter-spacing: 0.41px; font-family: var(--ff-figtree-light); color: var(--txt-violet); }
.about-inn-lft h5 { float: left; width: 100%; font-size: 24px; line-height: 30px; font-family: var(--ff-figtree-regular); letter-spacing: 0.45px; color: var(--txt-violet); margin-bottom: 10px; }
.about-inn-sec.academic-sec .about-inn-lft h2 { margin-bottom: 10px; }
.about-inn-lft h4 { float: left; width: 100%; font-size: 40px; line-height: 44px; font-family: var(--ff-figtree-medium); color: var(--txt-yellow); }
.about-inn-sec.academic-sec .about-inn-lft p { font-size: 20px; line-height: 30px; margin-bottom: 30px; font-family: var(--ff-figtree-regular); } */

/* who we */
/* .who-we { float: left; width: 100%; padding: 70px 0; background: var(--bg-violet); }
.who-we-main { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 6.5%; row-gap: 20px; }
.who-we-lft { flex: 0 1 50.5%; }
.who-we-brd { float: left; width: 100%; padding-left: 20px; border-left: 5px solid var(--bg-white); margin-bottom: 30px; }
.who-we-lft h4 { float: left; width: 100%; font-size: 24px; line-height: 30px; font-family: var(--ff-figtree-regular); color: var(--txt-white); margin-bottom: 10px; }
.who-we-lft h3 { float: left; width: 100%; font-family: var(--ff-figtree-medium); font-size: 40px; line-height: 46px; margin-top: 10px; color: var(--txt-yellow); }
.who-we-main .know-more a { color: var(--txt-white); }
.who-we-lft h2 { float: left; width: 100%; font-size: 60px; line-height: 64px; letter-spacing: 1.13px; font-family: var(--ff-figtree-sbold); color: var(--txt-white); }
.who-we-lft p { float: left; width: 100%; font-size: 20px; line-height: 30px; letter-spacing: 0.38px; font-family: var(--ff-figtree-light); color: var(--txt-white); margin-bottom: 30px; }
.who-lft-img { float: left; width: 100%; border-radius: 25px; overflow: hidden; position: relative; }
.who-lft-img img { float: left; width: 100%; }
.who-we-rht { flex: 0 1 43%; }
.who-rht-img { float: left; width: 100%; border-radius: 25px; overflow: hidden; position: relative; }
.who-rht-img img { float: left; width: 100%; }
.who-we.acad-who { padding: 80px 0; } */

/* inner content */
.inner-sec { float: left; width: 100%; padding: 100px 0;}
.inner-cnt-main { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 7%; row-gap: 25px; align-items: center;}
.inner-cnt-img { flex: 0 1 45%; }
.inner-cnt-img-img { float: left; width: 100%; border-radius: 25px; overflow: hidden; position: relative; }
.inner-cnt-img-img img { float: left; width: 100%; }
.inner-cnt-txt { flex: 0 1 48%; }
.inner-cnt-txt h2 { float: left; width: 100%; font-size: 56px; line-height: 60px; letter-spacing: 1.13px; font-family: var(--ff-figtree-bold); color: var(--txt-violet); }
.inner-cnt-txt h4 { float: left; width: 100%; font-size: 26px; line-height: 34px; letter-spacing: 0.49px; font-family: var(--ff-figtree-regular); color: var(--txt-violet); }
.inner-cnt-txt p { float: left; width: 100%; font-size: 18px; line-height: 28px; letter-spacing: 0.41px; font-family: var(--ff-figtree-regular); color: var(--txt-violet); margin-bottom: 20px;}
.inner-cnt-main .inner-cnt-txt p:last-child { margin-bottom: 0;}
.inner-cnt-txt h5 { float: left; width: 100%; font-size: 24px; line-height: 30px; font-family: var(--ff-figtree-regular); letter-spacing: 0.45px; color: var(--txt-violet); }
.inner-cnt-brd { float: left; width: 100%; padding-left: 20px; border-left: 5px solid var(--bg-violet); margin-bottom: 30px; display: flex; flex-wrap: wrap; row-gap: 20px; } 
.inner-cnt-txt h3 { float: left; width: 100%; font-size: 36px; line-height: 40px; font-family: var(--ff-figtree-medium); color: var(--txt-yellow); }

.bg-violet { background: var(--bg-violet); }
.bg-violet h2, .bg-violet h3, .bg-violet p, .bg-violet h5, .bg-violet h4, .bg-violet ul li { color: var(--txt-white); }
.bg-violet .inner-cnt-brd { border-color: var(--txt-white); }
.bg-violet .inner-cnt-img { order: 1;}
.bg-violet .inner-cnt-txt { order: 0;}
.bg-violet .bullet-points li::before { background: var(--txt-white); }

/* .bullet-points li { flex: 0 1 100%; background: url("../images/tick-icon.svg") no-repeat scroll 0px 2px; padding-left: 35px; font-size: 18px; line-height: 28px; letter-spacing: 0.41px; font-family: var(--ff-figtree-regular); color: var(--txt-violet); } */


.bullet-points { float: left; width: 100%; display: flex; flex-wrap: wrap; row-gap: 15px;}
.bullet-points li { flex: 0 1 100%; padding-left: 20px; font-size: 18px; line-height: 28px; letter-spacing: 0.41px; font-family: var(--ff-figtree-regular); color: var(--txt-violet); position: relative; }
.bullet-points li::before { position: absolute; display: block; content: ""; left: 0; top: 10px; background: var(--bg-violet); width: 7px; height: 7px; border-radius: 50px; }

/* our mission */
.our-mission { float: left; width: 100%; padding: 70px 0 100px; background: rgba(81, 22, 78, 0.06); }
.our-miss-main { float: left; width: 100%; }
.our-miss-main h2 { float: left; width: 100%; font-size: 40px; line-height: 50px; letter-spacing: 0.75px; font-family: var(--ff-figtree-bold); color: var(--txt-violet); margin-bottom: 50px; text-align: center; }
.our-miss-main h2 span { float: left; width: 100%; font-size: 30px;}
.our-miss-main ul { float: left; width: 100%; display: flex; flex-wrap: wrap; row-gap: 40px; column-gap: 4%;justify-content: center;}
.our-miss-main ul li { flex: 0 1 48%; }
.our-miss-main ul li:last-child { /*! flex: 0 1 100%; */ }
.our-miss-list { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 5.5%; row-gap: 30px; }
.our-miss-cnt { flex: 0 1 52.5%; }
.our-miss-img { flex: 0 1 42%; position: relative; }
.our-miss-img img { float: left; width: 100%; border-radius: 25px; overflow: hidden; }
.our-miss-icon { float: left; width: 100%; display: flex; flex-wrap: wrap; align-items: center; column-gap: 25px; margin-bottom: 20px; }
.our-miss-icon img { flex: 0 1 auto; width: auto;}
.our-miss-cnt p { float: left; width: 100%; font-size: 18px; line-height: 28px; letter-spacing: 0.38px; font-family: var(--ff-figtree-regular); color: var(--txt-violet); }
.our-miss-cnt h3 { flex: 0 1 auto; font-size: 30px; line-height: 34px; letter-spacing: 0.56px; font-family: var(--ff-figtree-sbold); color: var(--txt-red);  }
.our-miss-cnt h4 { float: left; width: 100%; font-size: 20px; line-height: 28px; letter-spacing: .2px; font-family: var(--ff-figtree-sbold); color: var(--txt-violet); margin-top: 20px; text-align: left; }
.mission { float: left; width: 100%; background: var(--bg-white); padding: 40px; border-radius: 25px; }

/* quotes */
.quotes-sec { float: left; width: 100%; padding: 120px 0; background: url(../images/quotes-bg.webp) no-repeat 0 0; background-size: cover; position: relative; }
.quotes-sec::before { position: absolute; content: ''; width: 100%; height: 100%; top: 0; right: 0; background: rgba(32, 3, 31, 0.6); z-index: 0; }
.quotes-cnt { float: left; width: 100%; position: relative; }
.quotes-cnt h2 { width: auto; font-size: 50px; line-height: 60px; font-family: var(--ff-figtree-sbold); color: var(--txt-white); text-align: center; position: relative; max-width: 1100px; margin: 0 auto; letter-spacing: 0.94px; }
.quotes-cnt h2 span { margin-right: 10px; }
.quotes-cnt h2 span:last-child { margin: 0 0 0 10px; }

/* our history */
.history-sec { float: left; width: 100%; padding: 70px 0 75px; background: url(../images/time-line-bg.webp) no-repeat 0 0; background-size: cover; }
.history-sec h2 { float: left; width: 100%; font-size: 56px; line-height: 60px; font-family: var(--ff-figtree-sbold); letter-spacing: 1.13px; color: var(--txt-violet); text-align: center; margin-bottom: 50px; }
.timeline-sec { float: left; width: 100%; }
.timeline__item::before { content: ''; position: absolute; bottom: 40px; left: 20px; width: 52px; height: 32px; background: url(../images/icon-frw.svg) no-repeat 0 0; z-index: 1; }
.timeline__item--bottom::before { top: 40px; bottom: unset; left: 30px; }
.timeline__content { width: 100%; top: 100%; margin-top: 30px; text-align: center; position: absolute; padding: 0; border: 0; border-radius: 0; }
.timeline__content h3 { color: var(--txt-yellow); font-size: 40px; line-height: 44px; font-family: var(--ff-figtree-sbold); margin-bottom: 15px; letter-spacing: 0.73px; }
.timeline__content p { color: var(--txt-violet); font-size: 20px; line-height: 28px; font-family: var(--ff-figtree-regular); padding-bottom: 0; margin-bottom: 0; letter-spacing: 0.38px; }
.timeline--horizontal .timeline__item--bottom .timeline__content { position: absolute; top: auto; bottom: 100%; margin-top: 0; margin-bottom: 30px; }
.timeline--horizontal .timeline__item .timeline__content__wrap { vertical-align: top; }
.year { float: left; width: 150px; position: absolute; border: 2px solid var(--bg-white); border-radius: 100%; overflow: hidden; top: 12px; left: 72px; }
.year img { float: left; width: 100%; object-fit: cover; }
.timeline--horizontal .timeline-divider { background: var(--bg-dgrey); width: calc(100% - 75px); height: 7px; display: block; left: 40px; position: absolute; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 40px; z-index: 1; }
.timeline-sec .timeline-nav-button--next::before { background-image: none; border-left: 2px solid var(--bg-violet); border-top: 2px solid var(--bg-violet); width: 10px; height: 10px; transform: rotate(135deg); top: 13px; left: 10px; }
.timeline-sec .timeline-nav-button--prev::before { background-image: none; border-left: 2px solid var(--bg-violet); border-top: 2px solid var(--bg-violet); width: 10px; height: 10px; transform: rotate(-45deg); top: 13px; left: 15px; }
.timeline-nav-button { background-color: var(--bg-white); transition: all .4s ease; border: 3px solid var(--bg-dgrey); border-radius: 50px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: none; box-shadow: none; cursor: pointer; display: block; height: 40px; outline: 0; position: absolute; text-indent: -9999px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); top: 50%; width: 40px; z-index: 10; }
.timeline-nav-button:hover { background: var(--bg-violet); }
.timeline-nav-button:hover::before { border-color: var(--bg-white); }
.timeline--horizontal .timeline__item .timeline__content::before { content: none; }
.timeline__item:after { background: var(--bg-violet); width: 25px; height: 25px; content: ''; position: absolute; right: -10px; top: 50%; border-radius: 50%; z-index: 1; border: 5px solid var(--bg-white); }
.bubble-bg { float: left; width: 100%; position: relative; margin-top: 70px; margin-left: -5px; }
.bg-yel.timeline__item::after { background: var(--bg-yellow); }
.bg-yel .timeline__content h3 { color: var(--txt-yellow); }
.bg-yel .pin-icon svg { fill: var(--bg-yellow); }
.bg-red.timeline__item::after { background: var(--bg-red); }
.bg-red .timeline__content h3 { color: var(--txt-red); }
.bg-red .pin-icon svg { fill: var(--bg-red); }
.bg-vio.timeline__item::after { background: var(--bg-violet); }
.bg-vio .timeline__content h3 { color: var(--txt-violet); }
.bg-vio .pin-icon svg { fill: var(--bg-violet); }
.bg-blue.timeline__item::after { background: var(--bg-blue); }
.bg-blue .timeline__content h3 { color: var(--txt-blue); }
.bg-blue .pin-icon svg { fill: var(--bg-blue); }
.timeline--horizontal .timeline__item--bottom .bubble-bg .pin-icon svg { transform: rotate(180deg); }
.timeline--horizontal .timeline__item--bottom .bubble-bg .year { top: unset; bottom: 12px; left: 56px; }
.timeline--horizontal .timeline__item--bottom .bubble-bg { margin-top: -10px; margin-left: 5px; }
.pin-icon { position: relative; float: left; width: 100%; }
.pin-icon svg { float: left; width: 100%; height: 250px; }

/* stages */
.stages-sec { float: left; width: 100%; padding: 120px 0; background: url(../images/stages-bg.webp) no-repeat 0 0; background-size: cover; position: relative; }
.stages-sec::before { position: absolute; content: ''; width: 100%; height: 100%; top: 0; right: 0; background: rgba(32, 3, 31, 0.6); z-index: 0; }
.stages-cnt { max-width: 970px; margin: 0 auto; position: relative; }
.stages-cnt h2 { float: left; width: 100%; font-size: 40px; line-height: 50px; font-family: var(--ff-figtree-sbold); color: var(--txt-white); text-align: center; position: relative; letter-spacing: 0.75px; margin-bottom: 60px; }
.stages-cnt ul { float: left; width: 100%; display: grid; grid-template-columns: repeat(3, 170px); justify-content: space-between; gap: 40px; }
.stages-cnt ul li { width: 170px; display: flex; flex-wrap: wrap; justify-content: center; }
.stages-cnt ul li img { float: left; width: auto; }
.stages-cnt ul li p { float: left; width: 100%; font-size: 20px; line-height: 28px; letter-spacing: 0.38px; font-family: var(--ff-figtree-medium); color: var(--txt-white); text-align: center; }

/* campus */
.campus-sec { float: left; width: 100%; padding: 90px 0 100px; background: var(--bg-grey); }
.campus-main { float: left; width: 100%; }
.campus-main h2 { float: left; width: 100%; font-size: 56px; line-height: 60px; text-align: center; font-family: var(--ff-figtree-bold); color: var(--txt-violet); margin-bottom: 20px; }
.campus-main p { max-width: 880px; margin: 0 auto; font-size: 18px; line-height: 28px; letter-spacing: 0.41px; font-family: var(--ff-figtree-regular); text-align: center; margin-bottom: 50px; }
.campus-img { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 2.5%; row-gap: 25px; }
.campus-lft { flex: 0 1 42%; }
.campus-rht { flex: 0 1 55.5%; display: flex; flex-wrap: wrap; column-gap: 2.5%; row-gap: 25px; }
.campus-img img { float: left; width: 100%; object-fit: cover; border-radius: 20px; }
.campus-img-img { float: left; width: 100%; position: relative; }
.campus-rht .campus-img-img { flex: 0 1 48.5%; }
.campus-rht .campus-img-img:first-child { flex: 0 1 100%; }

/* Key campus */
.key-campus-sec { float: left; width: 100%; padding: 70px 0 90px; }
.key-campus-sec h2 { float: left; width: 100%; font-size: 56px; line-height: 60px; letter-spacing: 1.13px; font-family: var(--ff-figtree-bold); color: var(--txt-violet); margin-bottom: 40px; text-align: center; }
.key-campus-main { float: left; width: 100%; }
.key-campus-main ul { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 6%; row-gap: 40px; }
.key-campus-main ul li { flex: 0 1 47%; }
.key-campus-img { float: left; width: 100%; border-radius: 20px; overflow: hidden; margin-bottom: 25px; position: relative; }
.key-campus-img img { float: left; width: 100%; transition: all 0.5s ease; }
.key-campus-cnt { float: left; width: 100%; padding-right: 45px; }
.key-campus-cnt h3 { float: left; width: 100%; font-size: 36px; line-height: 40px; font-family: var(--ff-figtree-sbold); color: var(--txt-violet); margin-bottom: 20px; transition: all 0.5s ease; }
.key-campus-cnt p { float: left; width: 100%; font-size: 18px; line-height: 28px; letter-spacing: 0.1px; font-family: var(--ff-figtree-regular); color: var(--txt-grey1);  }
.key-campus-cnt .know-more::before { width: 32px; height: 32px; }
.key-campus-cnt .know-more a { margin: 5px 0 0 15px; }
.key-campus-btn { float: left; width: 100%; display: flex; flex-wrap: wrap; justify-content: center; margin-top: 70px; }
.key-campus-btn a { width: auto; font-size: 24px; line-height: 24px; font-family: var(--ff-figtree-bold); color: var(--txt-white); background: var(--bg-violet); padding: 20px 40px; border-radius: 35px; transition: all 0.5s ease; }
.key-campus-btn a:hover { background: var(--bg-red); }
.key-campus-main ul li:hover .key-campus-img img { transform: scale(1.05); }
.key-campus-main ul li:hover .key-campus-cnt h3 { color: var(--txt-red); }

/* Contact US page start */
.cont-us { float: left; width: 100%; padding: 100px 0;}
.cont-main {  float: left; width: 100%; display: flex;flex-wrap: wrap; column-gap: 7%; row-gap: 40px;}
.cont-cnt { flex: 0 1 43%;}
.cont-cnt h2 {  float: left; width: 100%; font-size: 56px; line-height: 60px; font-family: var(--ff-figtree-sbold); color: var(--txt-violet); margin-bottom: 40px; }
.cont-cnt ul { float: left; width: 100%; display: flex;flex-wrap: wrap;width: 100%;row-gap: 30px;}
.cont-cnt ul li { flex: 0 1 100%;display: flex;flex-wrap: wrap;column-gap: 30px;border-bottom: 1px solid var(--bg-dgrey);padding-bottom: 20px;}
.cont-cnt ul li:last-child { border: none;padding-bottom: 0;}
.cont-img{ background: rgba(224, 28, 91, 0.07); border-radius: 100px; height: 50px; width: 50px; display: flex;flex-wrap: wrap; justify-content: center; align-items: center;}
.cont-img i { font-size: 18px; color: var(--txt-red);}
.cont-detail {flex: 0 1 70%;}
.cont-detail div { float: left; width: 100%; }
.cont-detail h5 { float: left; width: 100%; font-size: 16px; line-height: 26px; letter-spacing: 0.38px; font-family: var(--ff-figtree-regular); color: var(--txt-violet);  margin-bottom: 5px;}
.cont-detail p { float: left; width: 100%; font-size: 18px; line-height: 28px; letter-spacing: 0.41px; font-family: var(--ff-figtree-medium); color: var(--txt-violet); }
.cont-detail a, .cont-detail div a { float: left; width: auto; font-size: 18px; line-height: 28px; letter-spacing: 0.41px; font-family: var(--ff-figtree-medium); color: var(--txt-violet); transition: all 0.5s ease; }
.cont-detail a:hover { color: var(--txt-yellow);}
.cont-form{ flex: 0 1 50%; box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3); border-radius: 18px; background: var(--bg-white); padding: 50px 45px 50px; }
.cont-form h2 { float: left; width: 100%; font-size: 40px; line-height: 44px; font-family: var(--ff-figtree-sbold); color: var(--txt-violet); margin-bottom: 25px; text-align: center;}
.cont-form h3 { float: left; width: 100%; font-size: 20px; line-height: 30px; font-family: var(--ff-figtree-medium); color: var(--txt-violet); margin-bottom: 25px; text-align: center;}
.cont-form ul{ float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 20px; row-gap: 30px;}
.cont-form ul li{flex: 0 1 100%;}
.cont-form ul li label{ float: left; width: 100%; color: var(--txt-violet); font-family: var(--ff-figtree-regular); font-size: 16px; line-height: 24px; margin-bottom: 10px;}
.cont-form ul li span{color: var(--txt-red);}
.cont-form ul li span input[type="text"], .cont-form ul li span input[type="email"], .cont-form ul li span input[type="tel"]{ float: left; width: 100%; padding: 13px 15px;border-radius:4px; border: 1px solid var(--bg-black); font-family: var(--ff-figtree-regular);font-size: 16px; line-height: 20px; color: var(--txt-violet);}
.cont-form ul li span textarea{ float: left; width: 100%; resize: none; padding: 15px;border-radius:4px; border: 1px solid var(--bg-black); font-family: var(--ff-figtree-regular); font-size: 16px; line-height: 20px; height: 120px; color: var(--txt-violet);}
.cont-form ul li span input[type="text"]:focus, .cont-form ul li span input[type="email"]:focus, .cont-form ul li span input[type="tel"]:focus, .cont-form ul li span textarea:focus {border:1px solid var(--bg-yellow);}
.cont-form-btn{width: 100%;float: left;margin-top: 40px;}
.cont-form-btn input[type="button"], .cont-form-btn input[type="submit"]{width: 100%;height: 60px; border: none; background: var(--bg-red);color: #FFFFFF; border-radius: 6px;display: flex;align-items: center; font-family: var(--ff-figtree-sbold); font-size: 16px;line-height: 21px;margin: 0 auto;transition: all .5s ease; cursor: pointer;}
.cont-form-btn input[type="button"]:hover, .cont-form-btn input[type="submit"]:hover {background: var(--bg-yellow);}

.cont-form ul li .wpcf7-not-valid-tip {font-size: 13px!important; text-align: left; float: left; width: 100%; color: var(--txt-red) !important; padding-top: 5px;}
.cont-form-btn .wpcf7-spinner { display: none;}
.wpcf7 form .wpcf7-response-output { margin-top: 15px !important; float: left; width: 100%; padding: 10px 15px; font-size: 14px; line-height: 20px; text-align: center; font-family: var(--ff-figtree-regular);}
.wpcf7 form.sent .wpcf7-response-output { background: #46b450; border: 1px solid #46b450 !important; color: var(--txt-white);}
.wpcf7 form.invalid .wpcf7-response-output {background: var(--bg-yellow); border: 1px solid var(--bg-yellow) !important; color: var(--txt-red); padding: 8px; margin: 0;}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output { background: red; border: 1px solid red !important; color: var(--txt-white);}

/* map */
.map-sec { float: left; width: 100%;}
.map-sec iframe { float: left; width: 100%;}

/*whatapp*/
.whatsapp-btn {position: fixed; bottom: 60px; right: 20px; z-index: 9999; width: 60px; height: 60px; border-radius: 50%; background-color: var(--bg-green); display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); animation: breathe 2s ease-in-out infinite; transition: all 0.5s ease; }
.whatsapp-btn i{ font-size: 30px; color: var(--txt-white);}
.whatsapp-btn:hover{background-color: var(--bg-yellow);}

/* coming soon */
.page-cons { float: left; width: 100%; min-height: 400px; padding-top: 50px; }
.page-cons h2 { float: left; width: 100%; font-size: 24px; line-height: 30px; letter-spacing: 0.38px; font-family: var(--ff-figtree-medium); color: var(--txt-violet); text-align: center; }


.admission-sec { float: left; width: 100%; padding: 100px 0; }
.admission-main { float: left; width: 100%; }
.admis-top { width: 100%; max-width: 1024px; margin: 0 auto; text-align: center; }
.admis-top h2 {  float: left; width: 100%; font-size: 60px; line-height: 64px; letter-spacing: 1.13px; font-family: var(--ff-figtree-sbold); color: var(--txt-violet); margin-bottom: 25px; text-align: center; }
.admis-top p { float: left; width: 100%; font-size: 20px; line-height: 28px; letter-spacing: 0.38px; font-family: var(--ff-figtree-medium); color: var(--txt-violet); }
.admis-top p span { font-family: var(--ff-figtree-bold);}
.admis-top p a { color: var(--txt-yellow); transition: all 0.5s ease;}
.admis-top p a:hover { color: var(--txt-red);}
.admis-list { float: left; width: 100%; margin: 50px 0; }
.admis-list h3 { float: left; width: 100%; font-size: 56px; line-height: 60px; letter-spacing: 0.38px; font-family: var(--ff-figtree-bold); color: var(--txt-violet); margin-bottom: 40px; text-align: center;}

.admis-list .commondiv { float: left; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
.admis-list .commondiv .lft-content { flex: 0 1 48%;
  display: flex;
  flex-wrap: wrap;
 }
.admis-list .commondiv .rft-content { flex: 0 1 50%; }


.admis-list ul { float: left; width: 100%; display: flex; flex-wrap: wrap; row-gap: 20px; }
.admis-list ul li { background: url("../images/tick-icon.svg") no-repeat scroll 0px 2px; padding-left: 35px; font-size: 18px; line-height: 26px; letter-spacing: 0.38px; font-family: var(--ff-figtree-medium); color: var(--txt-violet);}
.admis-list ul li ul { margin-top: 20px; row-gap: 10px; }
.admis-list ul li ul li { flex: 0 1 100%; background: none; padding: 0; font-size: 16px; line-height: 24px; }
.admis-img { float: left; width: 100%; border-radius: 25px; overflow: hidden; position: relative; margin-top: 40px;max-height: 450px;}
.admission-table{ float: left; width: 100%;overflow-x: scroll;-webkit-overflow-scrolling: touch;scrollbar-width: none;}
.admission-table table { width: 100%; border-collapse: collapse;  min-width: 650px;}
.admission-table table th, .admission-table table td { border: 1px solid var(--bg-violet);   padding: 8px;text-align: center;color: var(--txt-violet);font-size: 20px;line-height: 30px;font-family: var(--ff-figtree-sbold);white-space: nowrap;overflow: visible;}
.admission-table table th span { font-size: 15px; line-height: 20px; font-family: var(--ff-figtree-light); white-space: nowrap;}
.admission-table table th.column-header { background-color: rgba(81, 22, 78, 0.06);  }

.feat-sch { float: left; width: 100%; padding: 100px 0;}
.feat-sch h2 { float: left; width: 100%; font-size: 56px; line-height: 60px; letter-spacing: 1.13px; font-family: var(--ff-figtree-bold); color: var(--txt-violet); margin-bottom: 20px; /*! text-align: center; */ }
.feat-sch p { float: left; width: 100%; font-size: 18px; line-height: 28px; letter-spacing: 0.38px; font-family: var(--ff-figtree-regular); color: var(--txt-violet); margin-bottom: 15px;/*! text-align: center; */}
.feat-sch ul { column-gap: 4%;margin: 20px 0 50px;}
.feat-sch ul li { flex: 0 1 48%;}
.feat-sch ul li span { font-family: var(--ff-figtree-bold);}

.assessment-sec { float: left; width: 100%; padding: 100px 0; background-color: var(--bg-violet); }
.assessment-main { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 4%; row-gap: 50px; }
.assessment-list { flex: 0 1 48%; }
.assessment-list ul { float: left; width: 100%; display: flex; flex-wrap: wrap; row-gap: 20px;}
.assessment-list ul li { flex: 0 1 100%; background: url(../images/tick-icon.svg) no-repeat scroll 0 0; padding-left: 35px; font-size: 18px; line-height: 24px; letter-spacing: 0.41px; font-family: var(--ff-figtree-regular); position: relative; color: var(--txt-white);}

.assessment-sec h4 { float: left; width: 100%; font-size: 35px; line-height: 40px; letter-spacing: 0.49px; font-family: var(--ff-figtree-sbold); color: var(--txt-white); margin-bottom: 30px; } 
.assessment-sec p { float: left; width: 100%; font-size: 18px; line-height: 28px; letter-spacing: 0.41px; font-family: var(--ff-figtree-regular); color: var(--txt-white); margin-bottom: 50px; text-align: center;}
.assessment-sec h2 { float: left; width: 100%; font-size: 56px; line-height: 60px; letter-spacing: 1.13px; font-family: var(--ff-figtree-bold); color: var(--txt-white); margin-bottom: 20px; text-align: center; } 


.hist-sec { float: left; width: 100%; padding: 100px 0; background-color: rgba(81, 22, 78, 0.06); }
.hist-sec h2 { float: left; width: 100%; font-size: 56px; line-height: 60px; letter-spacing: 1.13px; font-family: var(--ff-figtree-bold); color: var(--txt-violet); margin-bottom: 40px; text-align: center; } 
.hist-main { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 4%; row-gap: 30px; }
.hist-list { flex: 0 1 48%; background: var(--bg-white); padding: 40px; border-radius: 25px; box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05); }
.hist-list h3 { float: left; width: 100%; font-size: 36px; line-height: 46px; letter-spacing: 0.41px; font-family: var(--ff-figtree-sbold); margin-bottom: 10px; color: var(--txt-violet); }
.hist-list h4 { float: left; width: 100%; font-size: 20px; line-height: 30px; letter-spacing: 0.41px; font-family: var(--ff-figtree-medium); margin-bottom: 10px; color: var(--txt-red); }
.hist-list p { float: left; width: 100%; font-size: 18px; line-height: 28px; letter-spacing: 0.41px; font-family: var(--ff-figtree-regular);  color: var(--txt-violet); }


/* 16-10-2026 */
.noticia-main-sec { float: left; width: 100%; padding: 80px 0 20px 0;}
.noticia-main-news {float: left; width: 100%;}
.noticia-main-news a{float: left; width: 100%; display: flex; flex-wrap: wrap; align-items: center;}
.news-lft { float: left; width: 55%; position: relative; overflow: hidden; border-radius: 20px;}
.news-lft img { float: left; width: 100%;}
.news-lft img.org-img {position: absolute; top: 0; left: 0; z-index: 9; max-width: 100%; height: 100%; object-fit: cover;}
.news-lft span { position: absolute; left: 30px; bottom: 30px; z-index: 1;}
.news-lft span img { width: 50px; height: 50px;}
.news-rgt { float: left; width: 45%; padding-left: 50px; padding-right: 50px; margin-top: 20px;}
.news-dte-cat { display: flex; column-gap: 25px;}
.news-rgt h4 { float: left; width: auto; padding-left: 25px; background: url(../images/ico-event-clock.svg) no-repeat left center; color: #3A3A3A; font-size: 16px; line-height: 26px; margin-bottom: 20px;}
.news-rgt h4.lec-ico {background: url(../images/ico-lectura.svg) no-repeat left center;}
.news-rgt h2 {float: left; width: 100%; color: #444444; font-size: 28px; line-height: 32px; font-family: var(--ff-figtree-medium); padding-bottom: 20px; transition:all .5s ease; }
.noticia-main-news:hover .news-rgt h2 { color: #D3272A;}
.noti-para { float: left; width: 100%;}
.noti-para p { float: left; width: 100%;color: var(--txt-grey1); font-family: var(--ff-figtree-regular); font-size: 18px;line-height: 28px;letter-spacing: .1px; padding-bottom: 25px;}

.noticia-main-news a span { font-size: 16px;line-height: 25px;font-family: var(--ff-figtree-medium);color: var(--txt-white);padding: 5px 30px;background: var(--bg-red);border-radius: 25px;transition: all .5s ease;height: 42px;display: inline-flex;flex-wrap: wrap;align-items: center;column-gap: 8px;}
.noticia-main-news a span i { font-size: 12px;}
.noticia-main-news a:hover span {background: var(--bg-yellow);}




.noticia-list-sec { float: left; width: 100%; padding: 60px 0 80px;}
.noticia-list-sec h2 { float: left; width: 100%; font-family: var(--ff-figtree-bold); color: var(--txt-violet); font-size: 42px; line-height: 48px; letter-spacing: -0.59px; padding-bottom: 35px;}
.noticia-lst { float: left; width: 100%;}
.noticia-lst ul { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 3%; row-gap: 60px;}
.noticia-lst ul li { flex: 0 1 31.33%;}
.noticia-lst ul li a{float: left; width: 100%;}
.not-lst-main { float: left; width: 100%;}
.not-lst-main .not-lst-img { float: left; width: 100%; border-radius: 20px 20px 0 0; overflow: hidden; position: relative;}
.not-lst-main .not-lst-img img { float: left; width: 100%; transition:all .5s ease;}
.not-lst-main .not-lst-img img.org-img {position: absolute; top: 0; left: 0; z-index: 9; max-width: 100%; height: 100%; object-fit: cover;}
.not-lst-main:hover .not-lst-img img { transform: scale(1.03);}
.not-lst-main .not-lst-cnt {float: left;padding: 30px 30px;background: var(--bg-white);box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);width: 100%;max-width: 90%;margin-top: -30px;position: relative;z-index: 9;}
.not-lst-main .not-lst-cnt h4 { float: left; width: auto; padding-left: 25px; background: url(../images/ico-event-clock.svg) no-repeat left center; color: #3A3A3A; font-size: 16px; line-height: 26px; margin-bottom: 12px;}
.not-lst-main .not-lst-cnt h4.lec-ico {background: url(../images/ico-lectura.svg) no-repeat left center;}
.not-lst-main .not-lst-cnt h3 {float: left; width: 100%; color: #3A3A3A; font-size: 22px; line-height: 28px;font-family: var(--ff-figtree-medium); padding-bottom: 10px; transition:all .5s ease;}
.not-lst-main:hover .not-lst-cnt h3 { color: #51164E;}
.noticia-lst ul li a:hover .not-lst-main .not-lst-cnt h3{color: var(--txt-red);}
.not-lst-main .not-lst-cnt p {float: left;width: 100%;font-family: var(--ff-figtree-regular);color: var(--txt-grey1);font-size: 16px;line-height: 24px;letter-spacing: .1px;margin-bottom: 20px;transition: all .5s ease;}
.not-lst-main .not-lst-cnt span { float: left; width: auto; display: flex; align-items: center; column-gap: 7px; font-family: var(--ff-figtree-regular); color: var(--txt-red); font-size: 14px; line-height: 14px; letter-spacing: .5px; transition: all .5s ease; }
.not-lst-main .not-lst-cnt span i { font-size: 12px;}
.noticia-lst ul li a:hover .not-lst-main .not-lst-cnt span {color: var(--txt-violet);}

.pagination { float: left; width: 100%; padding-top: 65px;}
.pagination ul { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 15px; row-gap: 10px; align-items: center; justify-content: center;}
.pagination ul li { flex: 0 1 auto;}
.pagination ul li a { background: #ffffff; font-family: var(--ff-figtree-bold); color: #8E8E8E; font-size: 14px; letter-spacing: 1px; border: 1px solid #B0B0B0; width: 50px; height: 50px; display: inline-flex; align-items: center; justify-content: center; text-transform: uppercase; transition:all .5s ease; }
.pagination ul li a:hover { background: #51164E; border: 1px solid #51164E; color: #ffffff;}
.pagination ul li a.see-next, .pagination ul li a.see-previous { background: #51164E; border: 1px solid #51164E; color: #ffffff; width: auto; padding: 0 20px;}
.pagination ul li a.see-next:hover, .pagination ul li a.see-previous:hover { background: #3A3A3A; border: 1px solid #3A3A3A;}


.news-slide .swiper-slide .news-cnt h4 { float: left; width: auto; padding-left: 25px; background: url(../images/ico-event-clock.svg) no-repeat left center; color: #3A3A3A; font-size: 16px; line-height: 26px; margin-bottom: 12px;}
.news-slide .swiper-slide .news-cnt h4.lec-ico {background: url(../images/ico-lectura.svg) no-repeat left center;}

/* news inner page */
.noticia-details { float: left; width: 100%; padding: 0 0 80px 0;}
.noticia-content { float: left; width: 100%;}
.noticia-content .row { max-width: 970px;}
.noticia-content h1 { float: left; width: 100%; color: #3A3A3A; font-size: 40px; line-height: 48px; font-family: 'Figtree-Bold'; padding-bottom: 25px;}
.noticia-content h5.lec-ico { float: left; width: auto; padding-left: 25px; background: url(../images/ico-lectura.svg) no-repeat left center; color: #3A3A3A; font-size: 14px; line-height: 20px;}
.noticia-content h5.dte-ico { float: left; width: auto; padding-left: 25px; background: url(../images/ico-event-clock.svg) no-repeat left center; color: #3A3A3A; font-size: 14px; line-height: 20px;}
.noticia-content .dte-tags { float: left; width: 100%; display: flex; flex-wrap: wrap; align-items: center; column-gap: 45px; row-gap: 15px;}
.noticia-content .noticia-tags { width: auto; background: url("../images/tag-ico.svg") no-repeat left center; padding-left: 25px;}
.noticia-content .noticia-tags.notice-list span { border: 1px solid #4B4B4B; color: #4B4B4B;}
.noticia-content .noticia-tags.notice-list span:hover { border: 1px solid #51164E; color: #ffffff;}

.noticia-details-cnt { float: left; width: 100%; padding: 30px 0 0;}
.noticia-details-cnt p { float: left; width: 100%; color: var(--txt-grey1); font-size: 18px;line-height: 28px;letter-spacing: 0.41px; padding-bottom: 15px; font-family: 'Figtree-Regular';}
.noticia-details-cnt p span { font-size: 22px; line-height: 32px; font-family: 'Figtree-SemiBold';}
.details-ban-img { float: left; width: 100%; padding: 30px 0 35px; overflow: hidden;} 
.details-ban-img img { float: left; width: 100%; overflow: hidden; border-radius: 20px;}
.details-ban-img h4 { float: left; width: 100%; padding-top: 10px; color: var(--txt-grey1); font-size: 12px; line-height: 20px; letter-spacing: 0.5px; font-family: 'Figtree-SemiBold'; padding-bottom: 10px; position: relative;}
.details-ban-img h4::after { position: absolute; content: ""; background: rgb(151, 151, 151, 0.42); bottom: 0; left: 0; width: 28%; height: 1px;}
.noticia-details-cnt p a { color: #D3272A; font-family: 'Figtree-Bold'; text-decoration: underline; transition:all .5s ease; position: relative;}
.noticia-details-cnt p a:hover { color: #3A3A3A;}

.info-details { float: left; width: 100%; padding: 15px 0 0;}
.info-pdf { float: left; width: 100%;}
.info-pdf ul { float: left; width: 100%; display: flex; flex-wrap: wrap; row-gap: 12px;}
.info-pdf ul li { flex: 0 1 100%;}
.info-pdf ul li a { float: left; width: auto; padding-left: 35px; background: url("../images/pdf-ico.svg") no-repeat left top 4px; color: var(--txt-violet); font-family: 'Figtree-Regular'; text-decoration: underline; font-size: 16px; line-height: 25px; letter-spacing: 0.5px; transition:all .5s ease;}
.info-pdf ul li a:hover { background: url("../images/pdf-ico-blk.svg") no-repeat left top 4px;color: var(--txt-red);}
.noticia-tags { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 10px; row-gap: 5px;}
.noticia-tags span { float: left; background: none; display: flex; align-items: center; justify-content: center; border: 1px solid #51164E; font-family: 'Figtree-SemiBold'; height: 28px; padding: 0 15px; color: #51164E; font-size: 13px; line-height: 18px; letter-spacing: 0.17px; transition:all .5s ease;}
.noticia-tags span:hover { background: #51164E; border: 1px solid #51164E; color: #ffffff;}
.news-sec.related-news {background: var(--bg-grey);padding: 65px 0;}
.news-sec.related-news h2{text-align: left; margin-bottom: 30px;}
.breadcrum.news{padding: 30px 0;}
.breadcrum.news ul li a{color: #3A3A3A;}
.breadcrum.news ul li{color: #3A3A3A;}
.breadcrum.news ul li::after {color: #3A3A3A;}
.breadcrum.news .row {max-width: 970px;}

/*Gallery*/
.gallery-photo { width: 100%; float: left; padding: 80px 0; background: #F5F5F2;}
.campus-lst{width: 100%; float: left;}
.campus-lst ul{width: 100%; float: left; display: flex; flex-wrap: wrap; column-gap: 2%; row-gap: 30px;}
.campus-lst ul li{flex: 0 1 32%; overflow: hidden; border-radius: 0 50px 0 20px; position: relative;}
.campus-lst ul li a{width: 100%; float: left;}
.campus-lst ul li img{width: 100%; float: left; transition: all 0.5s ease;}
.campus-lst ul li:hover img{transform: scale(1.03);}
.campus-lst ul li h3{width: 100%; float: left;position: absolute; left: 0; bottom: 0; background: #51164E; font-family: 'Figtree-SemiBold'; color: #fff; border-radius: 0 45px 0 20px; padding: 12px 25px; font-size: 20px; line-height: 35px; transition: all 0.5s ease; z-index: 9;}
.campus-lst ul li:hover h3{background: #ecb32f;}
.gallery-list{width: 100%; float: left;}
.gallery-list ul { width: 100%; float: left;display: flex; flex-wrap: wrap; flex-direction: row; column-gap: 2%; row-gap: 25px;}
.gallery-list ul li { flex: 0 1 32%; border-radius: 0 50px 0 20px; overflow: hidden;}
.gallery-list ul li .actv-img { float: left; width: 100%; overflow: hidden; border-radius: 0; position: relative; }
.gallery-list ul li .actv-img {border-radius: 5px 5px 0 0;}
.gallery-list ul li .actv-img img { float: left; width: 100%;transition: all 0.5s ease-in-out;}
.gallery-list ul li .actv-img::after { position: absolute; content: ''; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.1);transition: all 0.5s ease-in-out;}
.gallery-list ul li:hover .actv-img img { transform: scale(1.02);}
.gallery-list ul li:hover .actv-img::after {  background: rgba(0, 0, 0, 0.5);}
.gallery-list ul li .actv-img:before { content: "\e8b0";font-family: "feather"; position: absolute; color: #fff; font-size: 30px;left: 0px;right: 0px;top: 0px;bottom: 0px;display: flex;align-items: center;
justify-content: center; z-index: 1; opacity: 0;transition: all 0.5s ease-in-out;}
.gallery-list ul li:hover .actv-img:before { opacity: 1;}
.gallery-list ul li .actv-img img.org-img{height: 100%; object-position: top;}

.menu-button-container { display: none;}


.news-back-btn { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; column-gap: 15px; row-gap: 15px;}
.news-back-btn > div { flex: 0 1 auto;}
.news-back-btn a.back-btn { background: #51164e; padding: 12px 25px; border-radius: 20px; float: left; width: auto; display: flex; align-items: center; column-gap: 7px; font-family: var(--ff-figtree-regular); color: var(--txt-white); font-size: 13px; line-height: 13px; letter-spacing: .5px; transition: all .5s ease; }
.news-back-btn a.back-btn i { font-size: 12px; }
.news-back-btn a.back-btn:hover { background: #db2256;}

.pagination ul li a.pagination-prev, .pagination ul li a.pagination-next { width: auto; padding: 0 18px; column-gap: 7px;}
.pagination ul li a.pagination-page.active { background: var(--bg-violet); color: var(--bg-white);}


/* history css */
.founder-details { float: left; width: 100%; display: flex; flex-wrap: wrap; padding: 50px 0; align-items: center; position: relative; z-index: 1;}
.founder-details:after { position: absolute; content: ""; background: var(--bg-violet); right: 0; top: 0; width: 75%; height: 100%; border-radius: 0 85px 0 0; z-index: -1;}
.founder-details > div:first-child { flex: 0 1 30%;}
.founder-details > div:last-child { flex: 0 1 70%; padding: 0 60px; margin: 25px 0;}
.founder-img { position: relative; border-radius: 0 32px 0 0; overflow: hidden; box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05); z-index: 1;}
.founder-img img { float: left; width: 100%; padding: 0 0 15px 15px;}
.founder-img img.org-img { position:absolute; top:0; left:0; width: 100%; height:100%; object-fit:cover;}
.founder-main-img { float: left; width: 100%; position: relative;}
.founder-img::after { position: absolute; content: ""; background: #db2256; left: 0px; bottom: 0px; width: 98%; height: 98%; z-index: -1;}
.founder-cnt { float: left; width: 100%;}
.founder-title { float: left; width: 100%; position: relative; padding-bottom: 20px; margin-bottom: 40px;}
.founder-title::after { position: absolute; content: ""; background: var(--txt-white); bottom: 0; left: 0; width: 50px; height: 3px;}
.founder-title h2 { float: left; width: 100%; color: var(--txt-yellow); font-family: var(--ff-figtree-bold);font-size: 36px;line-height: 42px;margin-bottom: 10px;}
.founder-title h4 { float: left; width: 100%; color: var(--txt-white); font-size: 16px; line-height: 24px;}
.founder-cnt p { float: left; width: 100%; color: var(--txt-white); font-size: 18px; line-height: 27px; padding-bottom: 22px;}
.founder-cnt p:last-child { padding-bottom: 0;}
.founder-cnt p span { font-family: var(--ff-figtree-medium);}
.founder-sec { float: left; width: 100%; background: var(--bg-dgrey); padding: 100px 0 100px;}
.founder-sec .founder-details > div:last-child { padding: 0 50px;}
.founder-sec .founder-details:after { border-radius: 0 40px 0 50px;}
.founder-sec .founder-details { align-items: flex-start;}
.chairman-sec .founder-details > div:first-child { order: 2;}
.chairman-sec .founder-details:after { right: auto; left: 0;}
.chairman-sec .founder-details:after { border-radius: 40px 0 50px 0;}
