/*------------------------------------------------------------------
-------------------------------------------------------------------*/

.file-upload-wrapper {
    position: relative;
    padding: 60px 40px;
}

.file-upload-wrapper:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    padding: 10px 15px;
    display: flex;
    width: 100%;
    pointer-events: none;
    z-index: 20;
    height: 100%;
    color: #0e0e0e;
    align-items: center;
    justify-content: center;
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

.file-upload-wrapper.active::after {
    background: #f1f1f1;
}

/*------------------------------------------------------------------
-------------------------------------------------------------------*/

.side_by_side {
    --size: 516px;
    --space: 100px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.side_by_side .image {
    width: var(--size);
    height: var(--size);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.side_by_side .content {
    padding-left: var(--space);
    width: calc(100% - var(--size));
}

.side_by_side .content h4 {
    font-size: 30px;
}

/*------------------------------------------------------------------
-------------------------------------------------------------------*/

.fit_2_right {
    --size: 550px;
    --space: 250px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 30px;
}

.fit_2_right .content {
    padding-right: var(--space);
    width: calc(100% - var(--size));
}

.fit_2_right .content h4 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}

.fit_2_right .content p {
    margin: 0;
}

.fit_2_right .content p+p {
    margin-top: 30px;
}

.fit_2_right .image {
    width: var(--size);
}

.fit_2_right .image img {
    width: 100%;
}


/*------------------------------------------------------------------
-------------------------------------------------------------------*/

.dot_title {
    line-height: 65px;
    position: relative;
    margin-bottom: 0;
    width: fit-content;
}

.dot_title::after {
    content: "";
    --size: 24px;
    width: var(--size);
    height: var(--size);
    position: absolute;
    right: -30px;
    bottom: 0px;
    background: var(--color-primary);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.dot_title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    height: 12px;
    background: var(--color-third);
}

/*------------------------------------------------------------------
-------------------------------------------------------------------*/

.owl_nav_style .owl-nav {
    width: 108px;
    height: 56px;
    margin: -59px auto 0 auto;
    display: flex;
    overflow: hidden;
    justify-content: center;
    -moz-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 9;

}

.owl_nav_style .owl-nav button {
    width: 50%;
    background: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .35s ease-in-out, color .35s ease-in-out;
}

.owl_nav_style .owl-nav button:hover {
    color: #ffffff;
    background: var(--color-secondary-hover) !important;
}

.owl_nav_style .owl-nav button+button {
    border-left: 1px solid #f1f1f1 !important;
}


/*------------------------------------------------------------------
-------------------------------------------------------------------*/

.flex {
    display: flex;
}

.flex-align-center {
    display: flex;
    align-items: center;
}

.flex-justify-center {
    display: flex;
    justify-content: center;
}

.flex-justify-between {
    display: flex;
    justify-content: space-between;
}

/*------------------------------------------------------------------
-------------------------------------------------------------------*/

.button-outline {
    color: #ffffff;
    border: 1px solid #ffffff;
    background: transparent;
}

.button-outline:hover {
    border-color: var(--color-secondary-hover);
    background: #ffffff;
}

.button-white {
    color: #000000;
    background: #ffffff;
}

.button-white:hover {
    color: #ffffff;
    background: var(--color-secondary-hover);
}

.button-primary {
    color: #ffffff;
    background: var(--color-primary);
}

.button-primary:hover {
    color: #ffffff;
    background: var(--color-primary-hover);
}

.button-secondary {
    color: #ffffff;
    background: var(--color-secondary);
}

.button-secondary:hover {
    color: #ffffff;
    background: var(--color-secondary-hover);
}

.button-block {
    display: flex;
    margin-top: 45px;
}

.button>a,
.button-block>a {
    --height: 52px;
    width: 192px;
    font-size: 13px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    height: var(--height);
    line-height: var(--height);
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.button-block a+a {
    margin-left: 15px;
}

/*------------------------------------------------------------------
-------------------------------------------------------------------*/

.white-list li:not(:first-child) {
    margin-top: 15px;
}

.white-list li {
    padding-left: 40px;
    position: relative;
}

.white-list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 25px;
    height: 25px;
    background: url(../images/white-tic.png) no-repeat;
    background-size: contain;
}

.overview p {
    margin: 0;
    color: #0e0e0e;
}

.overview p+p {
    margin-top: 20px;
}

.list_options {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2%;
}

.list_options:nth-child(1) {
    align-items: flex-start;
}

.list_options:nth-child(2) {
    align-items: flex-end;
    margin-top: -80px;
}

.list_options:nth-child(3) {
    margin-top: 55px;
}

.list_options .item {
    --radius: 60px;
    width: 100%;
    margin: 0 2%;
    padding: 50px 40px;
    background: #ffffff;
    -moz-box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.07);
    -moz-border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
    border-radius: var(--radius);
}

.list_options-1 .item:first-child {
    color: #ffffff;
    background: var(--color-primary);
}

.list_options .item:not(.w-100) {
    width: 46%;
}

.list_options .item h4 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
}

.list_options .item img {
    margin-bottom: 35px;
}

.list_options .item .link {
    display: inline-flex;
    font-weight: 500;
    align-items: center;
    padding: 17px 50px;
    font-size: 14px;
    margin-top: 35px;
    text-transform: uppercase;
    border: 1px solid var(--color-secondary);
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.list_options .item .link img {
    margin: 0 10px 0 0;
}

.list_options.white-list ul {
    margin-top: 35px;
}

.list_options-2 .item:last-child {
    color: #ffffff;
    background: var(--color-secondary);
}

/*------------------------------------------------------------------
-------------------------------------------------------------------*/

.stylish_list {
    display: flex;
    flex-wrap: wrap;
}

.stylish_list li {
    position: relative;
    margin: 30px 0;
}

.stylish_list_inner {
    --radius: 30px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    font-size: 18px;
    padding: 35px 40px 30px 40px;
    background: #ffffff;
    -moz-box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.07);
    -moz-border-radius: 0 var(--radius) var(--radius) 0;
    -webkit-border-radius: 0 var(--radius) var(--radius) 0;
    border-radius: 0 var(--radius) var(--radius) 0;
    transition: background .35s ease-in-out, color .35s ease-in-out;
}

.stylish_list li::after {
    --size: 62px;
    content: "";
    position: absolute;
    left: -30px;
    top: -30px;
    width: var(--size);
    height: var(--size);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: -1;
}

.committed_block .stylish_list li:nth-child(even) {
    margin-left: 105px;
}

.stylish_list li:nth-child(odd):hover .stylish_list_inner {
    color: #ffffff;
    background: var(--color-primary);
}

.stylish_list li:nth-child(odd)::after {
    background: var(--color-secondary);
}

.stylish_list li:nth-child(even):hover .stylish_list_inner {
    color: #ffffff;
    background: var(--color-secondary);
}

.stylish_list li:nth-child(even)::after {
    background: var(--color-primary);
}

.arts-page-section .stylish_list li:nth-child(odd):hover .stylish_list_inner,
.arts-page-section .stylish_list li:nth-child(even):hover .stylish_list_inner {
    color: #ffffff;
    background: var(--color-secondary);
}


/*------------------------------------------------------------------
4. Teaching and Learning
-------------------------------------------------------------------*/

.teaching_learning {
    padding: 115px 0 0 0;
    background: #ffffff;
}

.teaching_learning .double_shape {
    bottom: -50px;
    top: auto;
}

.teaching_first_block .title {
    text-align: center;
}

.teaching_first_block h2 {
    line-height: 58px;
}

.teaching_first_block .logo_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 100px;
}

.teaching_first_block .logo_list div {
    width: calc(100% / 3);
    padding: 0 15px;
    text-align: center;
}


.teaching_list_block ul {
    display: flex;
    flex-wrap: wrap;
}

.teaching_list_block li {
    --radius: 42px;
    width: 30%;
}

.teaching_list_block li {
    text-align: center;
    min-height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.teaching_list_block li p {
    line-height: 24px;
    font-size: 18px;
}

.teaching_list_block li span {
    display: block;
}

.teaching_list_block li span:first-child {
    color: var(--color-secondary);
}

.teaching_list_block li span:nth-child(2) {
    color: var(--color-primary);
}

.teaching_list_block li:first-child,
.teaching_list_block li:last-child {
    width: 35%;
}

.teaching_list_block li div {
    padding: 35px 40px;
    background: #ffffff;
    height: 100%;
    position: relative;
    display: flex;
    /* align-items: center; */
    overflow: hidden;
    z-index: 1;
}

.teaching_list_block ul:not(:last-child) li:first-child::after,
.teaching_list_block ul:not(:last-child) li:last-child::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background: #eeeeee;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.teaching_list_block li:first-child {
    text-align: left;
    border-left: 3px solid var(--color-primary);
    -moz-box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.07);
}

.teaching_list_block li:last-child {
    text-align: right;
    border-right: 3px solid var(--color-primary);
    -moz-box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.07);
}

.teaching_list_block li:first-child div::after {
    left: var(--side);
}

.teaching_list_block li:last-child div::after {
    right: var(--side);
}

.teaching_list_block li:first-child div::after,
.teaching_list_block li:last-child div::after {
    --side: -10px;
    content: "";
    position: absolute;
    top: 33px;
    width: 18px;
    height: 18px;
    background: var(--color-primary);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.teaching_list_block ul:first-child li:first-child,
.teaching_list_block ul:first-child li:first-child div {
    -moz-border-radius: 0 var(--radius) 0 0;
    -webkit-border-radius: 0 var(--radius) 0 0;
    border-radius: 0 var(--radius) 0 0;
}

.teaching_list_block ul:first-child li:last-child,
.teaching_list_block ul:first-child li:last-child div {
    -moz-border-radius: var(--radius) 0 0 0;
    -webkit-border-radius: var(--radius) 0 0 0;
    border-radius: var(--radius) 0 0 0;
}

.teaching_list_block ul:last-child li:first-child,
.teaching_list_block ul:last-child li:first-child div {
    -moz-border-radius: 0 0 var(--radius) 0;
    -webkit-border-radius: 0 0 var(--radius) 0;
    border-radius: 0 0 var(--radius) 0;
}

.teaching_list_block ul:last-child li:last-child,
.teaching_list_block ul:last-child li:last-child div {
    -moz-border-radius: 0 0 0 var(--radius);
    -webkit-border-radius: 0 0 0 var(--radius);
    border-radius: 0 0 0 var(--radius);
}

/*------------------------------------------------------------------
4. Page A.C.E
-------------------------------------------------------------------*/

.ace-page {
    padding: 110px 0 0 0;
}

.ace_card {
    --space: 2%;
    --width: 29%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
    padding-top: 150px;
    margin: 0 calc(var(--space) * -1);
}

.ace_card_item {
    color: #ffffff;
    width: var(--width);
    margin: 0 var(--space);
    padding: 60px 45px;
    position: relative;
    isolation: isolate;
}

.ace_card_item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background: var(--bg);
    z-index: -1;
}

.ace_card_item,
.ace_card_item::after {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.ace_card_item span {
    display: block;
}

.ace_card_item .title {
    font-size: 30px;
    margin: 30px 0;
}

.ace_card_item .letter {
    font-size: 200px;
    font-weight: 600;
    line-height: 150px;
}

.ace-third-block {
    margin: 150px 0 0 0;
}

.ace-fourth-block {
    margin-top: 70px;
}

.secondary_line_list {
    padding-left: 38px;
    border-left: 2px solid var(--color-secondary);
}

.secondary_line_list li {
    position: relative;
    padding: 27px 0;
    font-size: 22px;
}

.secondary_line_list li:not(:last-child):after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 40%;
    background: #eeeeee;
}

/*------------------------------------------------------------------
4. Page Performing Arts
-------------------------------------------------------------------*/

.arts-page {
    padding: 110px 0 0 0;
}

.arts-page .shaping-green-100 {
    top: 20%;
    left: 2%;
}

.arts-page-inner {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.arts-page-second {
    margin-top: 85px;
}

.arts-page-inner>div {
    width: 50%;
}

.arts-page-inner>div p {
    margin: 0;
}

.arts-page-inner>div img:not(.image) {
    margin: 50px 0;
}

.arts-page-inner>div img,
.arts-page-inner>div .image {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.arts-page-inner>div p+p {
    margin-top: 25px;
}

.arts-page-inner>div:first-child {
    padding-right: 60px;
}

.arts-page-inner .list_style ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    row-gap: 10px;
}

.arts-page-inner .list_style li {
    width: 50%;
    padding-left: 30px;
}

.arts-page-inner .list_style li::after {
    top: 0;
}

.arts-page-inner .list_style li+li {
    margin: 0;
}

.arts-page-section {
    margin-top: 85px;
}

.arts-page .half_shape_new1 {
    position: absolute;
    top: 2%;
    left: 0;
}

.arts-page-section .stylish_list {
    margin-top: 70px;
}

.arts-page-section .stylish_list .icon {
    width: 160px;
}

.arts-page-section .stylish_list .content {
    width: calc(100% - 160px);
}

.arts-page-section .stylish_list li:nth-child(2)::after {
    background: #7b278c;
}

.arts-page-section .stylish_list li:nth-child(3)::after {
    background: var(--color-primary);
}

.arts-page-section .stylish_list li:hover .icon img {
    filter: brightness(15);
}

/*------------------------------------------------------------------
4. Page Sports
-------------------------------------------------------------------*/

.sports-page-section .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 35px;
}

.sports-page-section .image {
    width: 32%;
}

.sports-page-section .image img {
    --size: 500px;
    width: var(--size);
    height: var(--size);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.sports-page-section .content {
    width: 68%;
    padding-left: 90px;
}

.sports-page-section .content h2 {
    margin-bottom: 50px;
}

/*--------------------------------*/

.sports-page-section2 {
    padding: 75px 0;
    background: #f6f6f6;
}

.sports-page-section2 h4 {
    font-size: 22px;
    font-weight: 400;
    margin: 20px 0 0 0;
}

.sports-page-section2 h4 a {
    color: var(--color-secondary);
}

.sports-page-section2 h4 a:hover {
    color: var(--color-secondary-hover);
}

.sports-page-content {
    margin: 0;
}

.sports-page-content ul {
    margin: 90px -10px 70px -10px;
    row-gap: 20px;
}

.sports-page-content ul,
.sports-page-content li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sports-page-content li {
    margin: 0 10px;
}

.sports-page-content li a {
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    font-size: 22px;
    font-weight: 600;
    border: 1px solid var(--color-secondary);
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.sports-page-content li img {
    margin-right: 10px;
}

/*------------------------------------------------------------------
4. Page House System
-------------------------------------------------------------------*/

.house-system-section {
    padding: 115px 0;
}