/*
 Theme Name: Twenty Nineteen Child
 Theme URI: https://www.element8.ae
 Author: Element8
 Author URI: https://www.element8.ae
 Template: twentynineteen
 Description: Child theme for Twenty Seventeen.
 Version: 0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain: twentynineteen-child
 */

.main {
    --space: 160px;
    --space-50: 50px;
    /* overflow-x: hidden; */
}

.px-50 {
    padding: 50px 0;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.px-120 {
    padding: 120px 0;
}

.px-140 {
    padding: 140px 0;
}

.px-160 {
    padding: var(--space) 0 !important;
}

.pb-160 {
    padding-bottom: var(--space);
}

.mt-100 {
    margin-top: 100px;
}

.mx-50 {
    margin-top: var(--space-50);
    margin-bottom: var(--space-50);
}

.mb-50 {
    margin-bottom: var(--space-50);
}

.mt-50 {
    margin-top: var(--space-50);
}

/* -------------------------------------------------------------- */

.main-title {
    font-size: 60px;
    line-height: 60px;
}

.sub-title {
    font-size: 40px;
    line-height: 40px;
}

.sub-title,
.main-title {
    text-transform: uppercase;
    font-weight: bold;
}

.main_title {
    color: #1A3F79;
    font-size: 60px;
    font-weight: 900;
    line-height: 70px;
    text-transform: uppercase;
}

.main_title span {
    color: #CF202F;
}

/* -------------------------------------------------------------- */

.break-link {
    text-align: center;
    position: relative;
    z-index: 0;
}

.break-link::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background: #CCCCCC;
    z-index: -1;
}

.break-link img {
    padding: 0 40px;
    background: #ffffff;
}

/* -------------------------------------------------------------- */

.page_menu {
    padding: 30px 0;
    background: #F9F9F9;
}

.page_menu_list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
    margin: 0 -7.5px;
}

.page_menu_list a {
    font-size: 15px;
    color: #1A3F79;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    line-height: 1;
}

.page_menu_list .active a,
.page_menu_list .current-menu-item a {
    color: var(--color-secondary);
}

.page_menu_list li {
    margin: 0 7.5px;
}

/* -------------------------------------------------------------- */

.main_banner {
    height: 100vh;
    overflow: hidden;
}


/* -------------------------------------------------------------- */

.sub-banner {
    padding: 0;
    background: #f1f1f1;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.sub-banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(26, 63, 121, 0.30) 0%, rgba(26, 63, 121, 0.00) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.50) 8.02%, rgba(0, 0, 0, 0.00) 30.67%, rgba(0, 0, 0, 0.50) 100%);
    background-blend-mode: multiply, multiply;
    z-index: -1;
}

.sub-banner .container {
    height: 100dvh;
    display: flex;
    align-items: flex-end;
    padding-bottom: 80px;
}

.sub-banner h1 {
    color: #ffffff;
    font-size: 70px;
    line-height: 70px;
    padding: 10px 0 10px 40px;
    margin: 0;
    text-transform: uppercase;
    border-left: 10px solid var(--color-secondary);
}

.sub-banner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* -------------------------------------------------------------- */

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 100px 0;
    text-transform: uppercase;
}

.breadcrumbs li+li {
    margin-left: 30px;
}

.breadcrumbs a {
    position: relative;
    color: var(--color-primary);
}

.breadcrumbs .active {
    color: var(--color-secondary);
}

.breadcrumbs a::after {
    content: "";
    width: 6px;
    height: 11px;
    position: absolute;
    transform: translate(13px, 10px);
    background: url(assets/images/arrow-right.png) no-repeat;
}

/* -------------------------------------------------------------- */

.flip-x {
    flex-direction: row-reverse;
}

.flip-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 30px;
}

.flip-content .image,
.flip-content .content {
    width: 48%;
}

.flip-content .content h4 {
    margin-bottom: 25px;
}

.flip-content .content p {
    font-size: 20px;
    line-height: 30px;
}

.flip-content .content p i {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
}

.flip-content .content p:not(:last-child) {
    margin-bottom: 30px;
}

.flip-content .image>img {
    width: 100%;
    background-size: cover;
}

.flip-content ul {
    padding-left: 25px;
}

.flip-content li {
    list-style: disc;
}

.flip-content li+li {
    margin-top: 15px;
}

/* -------------------------------------------------------------- */

.flip-primary-section {
    color: #ffffff;
}

.flip-light-section,
.flip-primary-section {
    position: relative;
    z-index: 0;
}

.flip-light-section::after,
.flip-primary-section::after {
    content: "";
    width: 253px;
    height: 301px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.flip-light-section::after {
    left: 0;
    background: url(assets/images/subtract-dim-x.png) no-repeat;
}

.flip-primary-section::after {
    right: 0;
    background: url(assets/images/subtract-dim-y.png) no-repeat;
}

.flip-light-section .flip-content .content h4 {
    color: var(--color-primary);
}

/* -------------------------------------------------------------- */

.sec_title {
    margin-bottom: 50px;
}

.sec_title h2 {
    margin-bottom: 50px;
}

.sec_title p i {
    margin: 0;
    font-size: 30px;
    line-height: 35px;
    font-style: italic;
    color: var(--color-secondary);
}

/* -------------------------------------------------------------- */

.president-detail {
    margin-top: 50px;
}

.president-detail p {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 40px;
    font-style: italic;
    color: var(--color-secondary);
}

.president-detail h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--color-primary);
    margin: 0;
}

.president-detail span {
    display: block;
    font-weight: 500;
}

/* -------------------------------------------------------------- */

.logo-list {
    margin: auto;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
}

/* -------------------------------------------------------------- */

.team-popup.fancybox-content {
    padding: 50px;
}

.team-popup-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.team-popup-image {
    width: 25%;
    background: #FAFAFA;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
}

.team-popup-content {
    width: 100%;
}

.team-popup-image+.team-popup-content {
    width: 75%;
    padding-left: 50px;
}

.team-popup-content h2 {
    font-size: 40px;
    font-weight: 100;
    color: var(--color-secondary);
}

.team-popup-content h4 {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-primary);
    text-transform: uppercase;
}

.team-popup-content p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 24px;
}

.team-popup-content p i {
    font-weight: 600;
    color: var(--color-secondary);
}

/* -------------------------------------------------------------- */

/* -------------------------------------------------------------- */

.homepage_cnt {
    background: #EEF8FF;
}

/* -------------------------------------------------------------- */

.section_one {
    padding-top: 120px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
}

.section_one .main_title span {
    display: block;
}

/* -------------------------------------------------------------- */

.welcome_right {
    width: 50%;

}

.welcome_right .main_title {
    margin-bottom: 30px;
}

.welcome_right p {
    margin-bottom: 30px;
}

.welcome_left {
    width: 50%;
    text-align: right;
    padding-right: 50px;
    position: relative;

}

.welcome_left::before {
    content: "";
    display: block;
    width: 0%;
    height: 444px;
    background: #CF202F;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: width 2s;
    /* For Safari 3.1 to 6.0 */
    transition: width 2s;
}

.aos-animate.welcome_left::before {
    width: 80%;
}

.welcome_pic {
    position: relative;
    z-index: 9;
}

/* -------------------------------------------------------------- */

.btn i {
    display: block;
    margin-right: 10px;
}

.btn::before,
.btn::after {
    position: absolute;
    content: "";
}

.btn {
    position: relative;
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}

.btn span {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 450;
    line-height: 1;
    text-transform: uppercase;
    width: 100%;
    transition: 0.3s;
}

.btn::before {
    background-color: #fff;
    color: #000;
    transition: 0.3s ease-out;
}

/* .btn:hover span {
    color: #000;
    transition: 0.2s 0.1s;
} */

/* -------------------------------------------------------------- */

.color_btn {
    background-color: #1A3F79;
    width: 175px;
    height: 52px;
}

.color_btn::before {
    background: #CF202F;
    color: #fff;
    transition: 0.3s ease-out;
}

.color_btn:hover span {
    color: #fff !important;
}

/* -------------------------------------------------------------- */

.hover_left::before {
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0%;
}

.hover_left:hover::before {
    width: 100%;
}

/* -------------------------------------------------------------- */

.icon_set {
    text-align: center;
}

.icon_set .icon_line {
    display: block;
    width: 2px;
    height: 90px;
    background-color: #E51833;
    margin: 0 auto 30px auto;
}

/* -------------------------------------------------------------- */

.section_two .main_title {
    text-align: center;
    margin: 30px 0;
}

/* -------------------------------------------------------------- */

.course_slider .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 1000px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
    isolation: isolate;
}

.course_slider .item::before,
.course_slider .item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: opacity .5s ease-in-out;
}

.course_slider .item::after {
    opacity: .8;
    background: linear-gradient(transparent, #000000);
}

.course_slider .item::before {
    background: linear-gradient(transparent, var(--color-secondary));
}

.course_slider .item:hover::after,
.course_slider .item:not(:hover):before {
    opacity: 0;
}


.course_slider p {
    color: #FFF;
    font-weight: 420;
    line-height: 33px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.course_slider .item_cnt {
    padding: 0 40px 95px 40px;
}

.course_slider h3 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 450;
    line-height: 33px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.course_slider .item_cnt img {
    width: auto;
}

/* -------------------------------------------------------------- */

.main_btn {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #FFF;
}

.main_btn span {
    display: flex;
    align-items: center;
    justify-content: center;

}

.main_btn i {
    margin-right: 10px;
}

.main_btn:hover img {
    filter: invert(1)
}

.main_btn:hover span {
    color: var(--color-primary);
}

/* -------------------------------------------------------------- */

.counter_sec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 800px;
    overflow: hidden;

}

/* -------------------------------------------------------------- */

.section_three {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* -------------------------------------------------------------- */

.counter_left {
    width: 45%;
}

.counter_left .main_title {
    color: #fff;
    margin-bottom: 40px;
}

.counter_left p {
    color: #fff;
    margin-bottom: 40px;
    font-weight: 300;
    max-width: 420px;
}

/* -------------------------------------------------------------- */

.btn_1 {
    position: relative;
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 150px;
    height: 52px;
    border: 1px solid #fff;
}

.btn_1 span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1A3F79;
    text-align: center;
    font-size: 15px;
    font-weight: 450;
    line-height: 1;
    text-transform: uppercase;
    width: 100%;
    transition: 0.3s;

}

.btn_1::before {
    background-color: transparent;
    color: #000;
    transition: 0.3s ease-out;
}

.btn_1 i {
    margin-right: 10px;
}

.btn_1:hover span {
    color: #000;
    transition: 0.2s 0.1s;
}

.btn_1::before,
.btn_1::after {
    position: absolute;
    content: "";
}

.btn_1.hover_left::before {
    width: 100%;
    background-color: #fff;

}

.btn_1.hover_left:hover::before {
    width: 0%;
}

.btn_1:hover span {
    color: #fff;
}

.btn_1:hover img {
    filter: invert(1);
}

/* -------------------------------------------------------------- */

.counter_slider.owl-carousel .owl-item img {
    width: auto;
}

.counter_slider .item_inner_cnt {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

/* -------------------------------------------------------------- */

.counter_right {
    width: 55%;
}

/* -------------------------------------------------------------- */

.counter_slider ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    row-gap: 60px;
    margin: 0;
    padding: 0;
}

.counter_slider ul li {
    width: 50%;
    padding-left: 60px;
}

.counter_slider ul li:nth-child(3n+3),
.counter_slider ul li:first-child {
    padding-left: 0;
}

.counter_slider .item_left {
    width: 100px;
}

.counter_slider .item_right {
    width: calc(100% - 100px);
    padding-left: 20px;
}

/* -------------------------------------------------------------- */

.contents h4 {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
}

.contents p {
    color: #fff;
    font-weight: 300;
}

/* -------------------------------------------------------------- */

.section_four {
    padding: 65px 0 130px 0;
}

.section_four .btn {
    margin-top: 30px;
}

/* -------------------------------------------------------------- */

.top_cnts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}

.top_cnts>* {
    width: 50%;
}

.top_cnts p {
    color: #000;
}

/* -------------------------------------------------------------- */

.story_slider {
    margin-top: 30px;
}

.story_slider .item_img img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.story_slider .item_desc {
    background-color: #fff;
    padding: 40px 10px 40px 30px;
}

.story_slider h3 {
    color: #1A3F79;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
    min-height: 60px;
}

.story_slider p {
    padding-right: 20px;
}

/* -------------------------------------------------------------- */

.section_five {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.section_five .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 900px;
}

.section_five .main_title {
    color: #fff;
    margin: 30px 0;
}

.section_five p {
    color: #fff;
    font-weight: 400;
    max-width: 760px;
}

/* -------------------------------------------------------------- */

.video_btn {
    display: flex;
    width: 150px;
    height: 150px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #FFF;
    margin: 0 auto;
}

.video_right h5 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    margin: 30px 0 0 0;
}

/* -------------------------------------------------------------- */

.msg_sec_left {
    width: 47%;
    text-align: right;
}

.section_six {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 110px 0 30px 0;
    overflow: hidden;
}

.msg_sec_left {
    position: relative;
}

.msg_sec_left::after {
    width: 70%;
    height: 520px;
    background: rgba(207, 32, 47, 0.10);
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* -------------------------------------------------------------- */

.section_six .head_pic {
    position: relative;
    z-index: 1;
}

/* -------------------------------------------------------------- */

.msg_sec_right {
    width: 53%;
    padding-left: 60px;
}

.msg_sec_right p {
    margin: 30px 0;
}

/* .msg_sec_right p a {
    text-decoration: underline;
} */

.msg_sec_right p a:hover {
    color: var(--color-secondary);
}

/* -------------------------------------------------------------- */

.quote {
    max-width: 220px;
    margin-left: auto;
    display: flex;
}

.quote span+span {
    margin-left: 5px;
    display: block;
}

/* -------------------------------------------------------------- */

.title_set {
    text-align: center;
    margin-bottom: 40px;
}

.title_set .main_title {
    margin: 40px 0;
}

/* -------------------------------------------------------------- */

.upcoming_slider .item_img img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.upcoming_slider .item_text a img {
    width: auto;
}

.upcoming_slider .item_text {
    padding: 30px;
    background-color: #fff;
}

.upcoming_slider h3 {
    color: #1A3F79;
    font-size: 25px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    text-transform: uppercase;
    border-top: 1px solid #F1F1F1;
    padding: 35px 0;
}

/* .upcoming_slider a img {
    transition: all .3s;
}

.upcoming_slider a:hover img {
    transform: translateX(10px);
} */

/* -------------------------------------------------------------- */

.upc_slider_sec {
    padding: 0 6%;
}

.upc_slider_sec .btn {
    margin-left: auto;
    margin-top: 40px;
}

/* -------------------------------------------------------------- */

.section_seven {
    padding-bottom: 75px;
}

/* -------------------------------------------------------------- */

.section_eight {
    padding: 125px 0 85px 0;
    background-color: #fff;
    position: relative;
    isolation: isolate;
}

.section_eight .main_title {
    text-align: center;
}

.section_eight::after {
    content: "";
    display: block;
    background: url(assets/images/hash.png) no-repeat;
    width: 469px;
    height: 666px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-40%);
    z-index: -1;
    background-size: 100%;
    background-position: right;
}

.section_eight .btn {
    margin: 40px auto 0 auto;
    width: 285px;
}

/* -------------------------------------------------------------- */

.insta_slider .insta_pic img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.insta_slider h3 {
    color: #FFF;
    font-size: 33px;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
}

.insta_slider h3 span {
    font-size: 30px;
    display: block;
}

.insta_slider .item_title {
    position: absolute;
    left: 25px;
    padding-right: 25px;
}

/* -------------------------------------------------------------- */

.item {
    position: relative;
}

.item_end {
    bottom: 25px;
}

.item_start {
    top: 25px;
}

/* -------------------------------------------------------------- */

.image-content {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
}

.image-content .image {
    width: 25%;
}

.image-content .content {
    width: 75%;
    padding-left: 40px;
}

/* .image-content .content p a {
    text-decoration: underline;
} */

.image-content .content h2 {
    font-size: 70px;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: 400;
    color: var(--color-secondary);
    font-style: italic;
}

/* -------------------------------------------------------------- */

.step-block .grade-item {
    padding: 10px 30px;
}

.step-block .grade-item.active {
    background: var(--color-primary);
}

.step-block .grade-item.active p {
    color: #ffffff;
}

.step-block .title {
    margin-top: 80px;
    text-align: center;
}

.step-block .title h2 {
    margin-bottom: 50px;
    font-style: italic;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    color: var(--color-secondary);
}

.step-block .title .click {
    display: inline-block;
    padding: 20px 70px;
    color: #ffffff;
    font-size: 30px;
    margin-top: 50px;
    background: var(--color-primary);
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.step-block .title .click:hover {
    background: var(--color-secondary);
}

.step-block .accordion-container {
    margin-top: 20px;
}

/* -------------------------------------------------------------- */

.pdf_list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
    margin: 0 auto;
    max-width: 800px;
}

.pdf_item {
    width: 31.33%;
    margin: 0 1%;
    text-align: center;
}

.pdf_icon a {
    width: 100px;
    height: 100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.pdf_icon a:hover {
    background: #f9f9f9;
}

.pdf_item h4 {
    font-size: 25px;
    line-height: 34px;
    margin: 20px 0 0 0;
    color: var(--color-primary);
}

/* -------------------------------------------------------------- */

.team_list {
    --col-width: 23%;
    --col-space: 1%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    margin: 0 calc(var(--col-space) * -1);
}

.team_list_item {
    width: var(--col-width);
    margin: 0 var(--col-space);
    cursor: pointer;
}

.team_list_image {
    position: relative;
    z-index: 0;
}

.team_list_image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(137.84% 141.42% at 100% 0%, rgba(0, 0, 0, 0.00) 46.79%, rgba(0, 0, 0, 0.70) 78.47%);
    background-blend-mode: multiply;
}

.team_list_content {
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px;
    z-index: 1;
}

.team_list_content h4 {
    font-size: 40px;
}

.team_list_content p {
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
}

/* -------------------------------------------------------------- */

.message-detail h3 {
    color: var(--color-secondary);
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 50px;
}

.message-detail h5 {
    font-size: 15px;
    color: var(--color-primary);
    text-transform: uppercase;
}

.message-detail h5 span {
    display: block;
    font-weight: 400;
}

/* -------------------------------------------------------------- */

.table-style th {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
    background: var(--color-primary);
}

.table-style tr:nth-child(even) {
    background: #f9f9f9;
}

.table-style td,
.table-style th {
    width: 50%;
}

.table-style td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.table-style td:last-child {
    font-weight: 600;
}

.table-style th:first-child {
    text-align: left;
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
}

.table-style th:last-child {
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
}

.table-style td:first-child,
.table-style th:first-child {
    padding-left: 50px;
}

.table-style td:last-child,
.table-style th:last-child {
    padding-right: 50px;
    text-align: right;
}


/* -------------------------------------------------------------- */

.gray-block {
    padding: 125px 0;
    background: rgba(241, 241, 241, 0.80);
}

.gray-block p,
.gray-block img {
    margin-bottom: 30px;
}

.gray-block p i,
.content-fit p i,
.color-style p i,
.tour-popup p i,
.page-first-block p i {
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    color: var(--color-secondary);
}

/* -------------------------------------------------------------- */

.fill-block {
    padding: 50px 0 var(--space) 0;
}

/* -------------------------------------------------------------- */

.content-fit h2 {
    margin-bottom: 50px;
}

.flip-primary-section .half-flex-box {
    margin-bottom: 50px;
}

.flip-primary-section .content-fit p {
    color: #ffffff;
}

/* -------------------------------------------------------------- */

.page-first-block {
    padding: 50px 0 95px 0;
}

.page-first-block h2 {
    margin-bottom: 30px;
}

.page-first-block p i {
    color: red;
}

/* -------------------------------------------------------------- */

.half-flex-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 30px;
}

.half-flex-box>* {
    width: 50%;
}

.half-flex-box .content {
    padding-left: 50px;
}

/* -------------------------------------------------------------- */

.dwight-firsts .text-block {
    margin-top: 50px;
}

.dwight-firsts .text-block p {
    margin-bottom: 50px;
}

.dwight-first-inside {
    display: flex;
    flex-wrap: wrap;
}

.dwight-first-inside .image {
    width: 70%;
}

.dwight-first-inside .content {
    width: 30%;
}

.dwight-first-inside .content p {
    margin: 0;
    line-height: 40px;
    padding-left: 30px;
}

.dwight-first-inside .content p i {
    color: var(--color-secondary);
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
}

/* -------------------------------------------------------------- */

.numbers {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 20px 0;
}

.numbers li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    background: #E51833;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.numbers li+li {
    margin-left: 10px;
}

ul.inputs-list.multi-container{
    display: flex !important;
    flex-wrap: wrap !important;
    column-gap: 15px !important;
    row-gap: 10px !important;
}

ul.inputs-list.multi-container li{
    width: auto !important;
}

ul.inputs-list.multi-container .hs-input{
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px; 
}

.postion-content {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 90px;
    background: var(--color-primary);
    color: #ffffff;
    max-width: 590px;
    min-height: 590px;
}

.postion-content span {
    display: block;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
}

.postion-content h3 {
    margin: 30px 0;
    line-height: 38px;
}

.postion-content p {
    margin: 0;
    font-size: 24px;
    line-height: 34px;
}

.postion-content a {
    color: #ffffff;
    text-decoration: underline;
}

.dwight-firsts .extra-content {
    margin-top: var(--space-50);
}


.extra-content+.extra-content {
    margin-top: var(--space-50);
}

.extra-content h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
    color: var(--color-secondary);
}

/* -------------------------------------------------------------- */

.school_list {
    --width: 30.33%;
    --space: 1.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
    margin: 0 calc(var(--space) * -1);
    margin-bottom: 50px;
}

.school_list_item {
    width: var(--width);
    margin: 0 var(--space);
}

/* -------------------------------------------------------------- */

.link {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    justify-content: center;
    background: var(--color-primary);
    font-size: 25px;
    color: #ffffff;
    margin: auto;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.link img {
    margin-right: 10px;
}

.link:hover {
    background: var(--color-secondary);
}


/* -------------------------------------------------------------- */

.side-by-side,
.side-by-side .item {
    display: flex;
    flex-wrap: wrap;
}

.filp-x .item:nth-child(even) {
    flex-direction: row-reverse;
}

.side-by-side {
    row-gap: 50px;
}

.side-by-side .item {
    --width: 48%;
    --space: 1%;
    width: 100%;
    row-gap: 30px;
    align-items: center;
    margin: 0 calc(var(--space) * -1);
}

.side-by-side .item>* {
    width: var(--width);
    margin: 0 var(--space);
}

.side-by-side .content h2 {
    font-size: 60px;
    line-height: 1;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 20px;
    color: var(--color-secondary);
}

.side-by-side .content p {
    margin: 0;
    /* font-size: 30px;
    line-height: 35px; */
}

.side-by-side .content p+p {
    margin-top: 15px;
}

/* .vision p,
.mission p {
    font-style: italic;
} */

/* -------------------------------------------------------------- */

.three-column {
    --width: 31.33%;
    --space: 1%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    margin: calc(var(--space) * -1);
}

.three-column-item {
    width: var(--width);
    margin: var(--space);
}

.three-column-item h3 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: 500;
    color: var(--color-secondary);
}

.three-column-item h5 {
    margin: 10px 0;
    font-size: 20px;
}

/* -------------------------------------------------------------- */

.full-block {
    margin-top: 50px;
    text-align: center;
}

.full-block h2 {
    font-size: 60px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 40px;
    color: var(--color-secondary);
    /* font-family: var(--font-secondary); */
}

/* -------------------------------------------------------------- */

.history-dwight {
    text-align: center;
}

.history-dwight .content,
.history-dwight .more-content {
    text-align: center;
    max-width: 1014px;
    margin: auto;
}

.history-dwight .more-content ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: center;
    margin: 50px auto;
}

.history-dwight .more-content li:first-child {
    margin-right: auto;
}

.history-dwight .more-content li:nth-child(2) {
    position: relative;
}

.history-dwight .more-content li:nth-child(2)::after,
.history-dwight .more-content li:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 45%;
    margin: auto;
    height: 1px;
    width: 110%;
    background: #cccccc;
    z-index: -1;
}

.history-dwight .more-content li:nth-child(2)::after {
    right: -110%;
}

.history-dwight .more-content li:nth-child(2)::before {
    left: -110%;
}

.history-dwight .more-content li:last-child {
    margin-left: auto;
}

.history-dwight .more-content span {
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 390;
    display: block;
    margin-top: 30px;
    font-weight: 500;
}

/* -------------------------------------------------------------- */

.full-cover-section {
    background-repeat: no-repeat;
}

.full-cover-section .content {
    width: 60%;
}

.full-cover-section .content h2 {
    margin-bottom: 40px;
}

.full-cover-section .content p {
    margin: 0;
}

.full-cover-section .content p+p {
    margin-top: 30px;
}

.full-cover-section.first {
    color: #ffffff;
    padding: 225px 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    isolation: isolate;
}

.full-cover-section.effect::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(106deg, #1A3F79 23.58%, rgba(26, 63, 121, 0.00) 90.31%);
    z-index: -1;
}

.full-cover-section.second {
    padding: 160px 0;
    background-color: #C6E6FD;
}

.full-cover-section.second .content {
    margin-left: auto;
}

/* -------------------------------------------------------------- */

.activitie-table-wrap {
    margin: 100px 0 50px 0;
}

.activitie-table {
    border-collapse: collapse;
}

.activitie-table th {
    color: #ffffff;
    text-align: left;
    background: var(--color-primary);
}

.activitie-table th img {
    margin-right: 10px;
}

.activitie-table th,
.activitie-table td {
    padding: 10px 20px;
    width: 20%;
}

.activitie-table tr:nth-child(odd) {
    background: #F9F9F9;
}



/* -------------------------------------------------------------- */

.bottom-section {
    padding: 50px 0 var(--space) 0;
}

.bottom-section2 {
    padding: 75px 0 130px 0;
}

.bottom-section p i {
    font-size: 30px;
    color: var(--color-secondary);
}

/* -------------------------------------------------------------- */

.statement {
    --space: 250px;
    --padding: 105px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.statement>h5 {
    color: var(--color-secondary);
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 50px 0;
    width: 100%;
}

.statement-title {
    width: var(--space);
}

.statement-title span {
    display: block;
    font-size: 30px;
    font-style: italic;
}

.statement-content {
    width: calc(100% - var(--space));
    padding-left: var(--padding);
    background: url(../images/double.png) no-repeat;
}

/* -------------------------------------------------------------- */

.quest-block {
    text-align: center;
}

.quest-block>p {
    padding: 10px;
    margin: 50px 0 0 0 !important;
    background: #F1F1F1;
}

.quest-title {
    --height: 102px;
    height: var(--height);
    line-height: var(--height);
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    font-weight: 450;
    padding: 0 70px;
    text-transform: uppercase;
    background: var(--color-primary);
    margin-bottom: 100px;
    position: relative;
}

.quest-title::after,
.quest-item::after,
.quest-list::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.quest-title::after {
    bottom: -50%;
    height: 53px;
    width: 6px;
    background: url(../images/dot-line-down.png) no-repeat;
}

.quest-list {
    --width: 24%;
    --space: .5%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    margin: calc(var(--space) * -1);
    position: relative;
}

.quest-list::after {
    width: 75%;
    height: 1px;
    background: #cccccc;
    top: -18%;
    z-index: -1;
}

.quest-item {
    width: var(--width);
    margin: var(--space);
    position: relative;
}

.quest-item::after {
    top: -25%;
    height: 53px;
    width: 6px;
    background: url(../images/dot-line.png) no-repeat;
}

.quest-item h4 {
    color: #ffffff;
    background: var(--color-primary);
    margin: 0;
    font-size: 30px;
    font-weight: 300;
    padding: 20px 10px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.quest-item p {
    padding: 20px;
    background: #F1F1F1;
}

/* -------------------------------------------------------------- */

.quotes {
    --size: 360px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin-top: 40px;
}

.quotes-image {
    width: var(--size);
}

.quotes-image img {
    width: var(--size);
    height: var(--size);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.quotes-content {
    width: calc(100% - var(--size));
    padding-left: 40px;
}

.quotes-content img {
    margin-bottom: 60px;
}

.quotes-content>p {
    font-size: 50px;
    line-height: 52px;
    font-style: italic;
    color: var(--color-primary);
}

.quotes-content .user-detail p {
    text-align: right;
}

/* -------------------------------------------------------------- */

.centering {
    text-align: center;
    padding: 50px 0 180px 0;
}

.centering .container>p {
    margin: 0;
}

.centering .download {
    margin-bottom: 50px;
}

.centering .download h4 {
    color: #1A3F79;
    font-size: 25px;
    font-weight: 420;
    line-height: 1;
    text-transform: capitalize;
    margin: 20px 0 10px 0;
}

.centering .download p {
    margin: 0;
}

.centering .circle-image {
    margin: 50px 0;
}

.centering .break-link {
    margin-bottom: 50px;
}

.centering .link {
    max-width: fit-content;
    padding: 8px 40px;
}

/* -------------------------------------------------------------- */

.play_block {
    display: flex;
    flex-wrap: wrap;
}

.play_block .play_block_item {
    width: 50%;
}

.play_block .play_block_item.full {
    width: 100%;
}

.play_block_item {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 30px;
    padding: 50px;
    min-height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
}

.play_block_item .left {
    width: 65%;
}

.play_block_item .left img:first-child {
    margin-bottom: 30px;
    display: block;
}

.play_block_item .left h2 {
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    font-style: normal;
    text-transform: uppercase;
    margin: 30px 0;
}

.play_block_item .left p {
    margin: 0;
    font-size: 30px;
    color: #ffff;
    line-height: 40px;
}

.play_block_item .left p+p {
    margin-top: 15px;
}

.play_block_item .left>span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.play_block_item .right {
    width: 35%;
    text-align: center;
}

.play_block_item .play-circle {
    --size: 150px;
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    margin: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.play_block_item .play-circle:hover {
    background: #ffffff;
}

.play_block_item .play-circle:hover img {
    filter: invert(45%) sepia(49%) saturate(1443%) hue-rotate(186deg) brightness(95%) contrast(94%);
}

.play_block_item .play-circle+span {
    display: block;
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 40px;
}

/* -------------------------------------------------------------- */

.form-block {
    padding: 180px 0 225px 0;
    width: 100%;
}

.form-block-title {
    margin-bottom: 40px;
}

.form-block-title h4 {
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 40px;
}

.form-block-title p {
    margin: 0;
}

/* -------------------------------------------------------------- */

.form-style1 ul {
    --width: 48%;
    --space: 1%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    margin: calc(var(--space) * -1);
}

.form-style1 li {
    width: var(--width);
    margin: 0 var(--space);
}

.form-style1 button {
    --height: 89px;
    color: #ffffff;
    padding: 0 30px;
    border: none;
    height: var(--height);
    line-height: var(--height);
    background: var(--color-primary);
    font-size: 25px;
    text-transform: uppercase;
    width: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.form-style1 button img {
    margin: -12px 10px 0 0;
}

/* -------------------------------------------------------------- */

.full-block-bottom {
    padding: 75px 0 var(--space) 0;
}

.full-block-bottom h4 {
    font-size: 30px;
    font-weight: 500;
    color: var(--color-primary);
    margin-bottom: 50px;
    text-align: center;
}

.full-block-bottom .content h5 {
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: 500;
    color: var(--color-primary);
}

.full-block-bottom .three-column {
    text-align: center;
}

/* -------------------------------------------------------------- */

.first-section {
    padding-top: 50px;
}

.first-section p i {
    font-size: 30px;
    line-height: 40px;
    color: var(--color-secondary);
}

/* .first-section p a {
    text-decoration: underline;
} */

.first-section .three-column {
    margin-top: 50px;
}

/* -------------------------------------------------------------- */

.information {
    --space: 400px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.information .content {
    width: calc(100% - var(--space));
    padding-right: 40px;
}

.information .content h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: var(--color-primary);
    margin-bottom: 20px;
}

.information .profile {
    width: var(--space);
}

.profile-content {
    padding: 25px;
    background: #F5F5F5;
}

.profile-content .title {
    display: block;
    color: #000;
    font-size: 30px;
    font-weight: 500;
}

.profile-content p a {
    display: block;
    font-weight: 600;
}

.profile-content p a:hover {
    color: var(--color-secondary);
}

/* -------------------------------------------------------------- */

.video-gallery-button {
    margin-top: 120px;
}

/* -------------------------------------------------------------- */

.pdf-download {
    padding: 50px;
    text-align: center;
    background: var(--color-primary);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.pdf-download h5 {
    line-height: 1;
    margin: 20px 0;
    font-size: 25px;
}

.pdf-download a,
.pdf-download h5 {
    color: #ffffff;
}

/* -------------------------------------------------------------- */

.school-fees .content-block {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: space-between;
}

.school-fees .content-block .left-side,
.school-fees .content-block .right-side {
    width: 48%;
}

.school-fees .content-block .pdf-download {
    margin: 70px 0;
}

/* -------------------------------------------------------------- */

.achievement {
    --width: 48%;
    --space: 1%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    margin: 0 calc(var(--space) * -1);
}

.achievement_item {
    --padding: 40px;
    width: var(--width);
    margin: 0 var(--space);
    position: relative;
}

.achievement_item:nth-child(odd) .achievement_content {
    bottom: 0;
    right: 0;
}

.achievement_item:nth-child(even) .achievement_content {
    top: 0;
    left: 0;
}

.achievement_item:nth-child(odd) .achievement_image {
    padding: 0 var(--padding) var(--padding) 0;
}

.achievement_item:nth-child(even) .achievement_image {
    padding: var(--padding) 0 0 var(--padding);
}

.achievement_content {
    position: absolute;
    width: 370px;
    background: #F1F1F1;
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.achievement_content h4 {
    margin: 0;
    padding: 15px 20px 20px 20px;
    font-size: 20px;
    color: #ffffff;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    background: var(--color-primary);
}

.achievement_content p {
    padding: 20px;
}

/* -------------------------------------------------------------- */

.block-content>p {
    margin-top: 40px;
}

/* -------------------------------------------------------------- */

.normal_slider_style .item {
    position: relative;
}

.slider-content {
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 70px 60px;
}

.slider-content h4 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* -------------------------------------------------------------- */

.cover-listing .content,
.cover-listing .content h2 {
    margin-bottom: 40px;
}

.cover-item {
    min-height: 900px;
    display: flex;
    align-items: center;
    margin: 40px 0;
}

.cover-item .inside {
    color: #ffffff;
    font-weight: 300;
}

.cover-item .inside p,
.cover-item .inside h3,
.cover-item .inside>img {
    margin-bottom: 30px;
}

.cover-item .inside h3 {
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
}

/* -------------------------------------------------------------- */

.hash-listing+p {
    margin-top: 40px;
}

.hash-listing {
    padding-bottom: 25px;
}

.hash-item {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
    width: 100%;
}

.hash-item:nth-child(even) {
    flex-direction: row-reverse;
}

.hash-item:not(:first-child) {
    margin-top: 40px;
}

.hash-image {
    width: 70%;
    position: relative;
}

.hash-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 10px solid rgba(0, 0, 0, .20);
}

.hash-content {
    width: 28%;
}

.hash-content span {
    display: block;
}

.hash-content .title {
    color: var(--color-primary);
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hash-content .text {
    color: var(--color-secondary);
    font-size: 40px;
    font-style: italic;
}


/* -------------------------------------------------------------- */

.grade-level {
    padding: 30px 20px;
    border: 1px solid #E2E2E2;
}

.grade-level p>label {
    display: block;
    margin-bottom: 40px;
}

.grade-list,
.grade-list-primary {
    --space: 1%;
    --width: 18%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    margin: 0 calc(var(--space) * -1);
}

.grade-item {
    --radius: 10px;
    width: var(--width);
    margin: 0 var(--space);
    padding: 20px 30px;
    display: flex;
    align-items: center;
    background: #f6f6f6;
    -moz-border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
    border-radius: var(--radius);
}

.grade-item a {
    display: flex;
    align-items: center;
}

.grade-item img {
    margin-right: 20px;
}

.grade-item p {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-primary);
}

.grade-list-primary .grade-item {
    background: var(--color-primary);
}

.grade-list-primary .grade-item p {
    color: #ffffff;
}

/* -------------------------------------------------------------- */

.form-style ul {
    --space: 1%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    margin: 0 calc(var(--space) * -1);
}

.form-style li {
    width: 100%;
}

.form-style .column-2 {
    --width: 48%;
    width: var(--width);
}

.form-style li,
.form-style .column-2,
.form-style .column-3 {
    margin: 0 var(--space);
}

.form-style .column-3 {
    --width: 31.33%;
    width: var(--width);
}

.reset-button,
.submit-button {
    display: inline-block;
    font-size: 25px;
    border: none;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: background .25s ease-in-out;
}

.submit-button {
    padding: 22px 120px;
    color: #ffffff;
    background: var(--color-primary);
}

.submit-button:hover {
    background: var(--color-secondary);
}

.reset-button {
    padding: 22px;
    margin-left: 40px;
    background: #F1F1F1;
    color: var(--color-secondary);
}

.reset-button:hover {
    background: #a3a3a3;
}

/* -------------------------------------------------------------- */

.with-list h4 {
    font-size: 40px;
    color: var(--color-primary);
    margin-bottom: 30px;
}

.with-list ul {
    padding-left: 24px;
}

.with-list li {
    list-style: disc;
}

.with-list li::marker {
    color: #D9D9D9;
}

.with-list li+li {
    margin-top: 10px;
}

.with-list .button-block {
    margin-top: 50px;
}

/* -------------------------------------------------------------- */

.contact-information {
    padding: var(--space) 0;
}

/* -------------------------------------------------------------- */

.contact-info-list {
    --width: 29.33%;
    --space: 2%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin: 0 calc(var(--space) * -1);
}

.contact-info-list .item {
    text-align: center;
    width: var(--width);
    margin: 0 var(--space);
}

.contact-info-list .item img {
    margin-bottom: 30px;
}

.contact-info-list .item .title {
    font-weight: bold;
    font-size: 30px;
}

.contact-info-list .item span {
    display: block;
}

.contact-info-list .item span a {
    font-style: italic;
    font-weight: 600;
    color: var(--color-secondary);
}

.contact-info-list .item .button-target {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    background: var(--color-primary);
    padding: 12.5px 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* -------------------------------------------------------------- */

.news_list {
    --width: 48%;
    --space: 1%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    margin: 0 calc(var(--space) * -1);
}

.news_item {
    width: var(--width);
    margin: 0 var(--space);
    position: relative;
}

.news_item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(26, 63, 121, 0.80) 45.89%, rgba(26, 63, 121, 0.00) 64.58%);
}

.news_content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 60px;
    color: #ffffff;
    z-index: 2;
}

.news_content>img {
    opacity: .3;
    margin-bottom: 20px;
}

.news_content h4 {
    font-size: 40px;
    font-weight: 450;
    line-height: 50px;
}

.learn-more {
    --height: 78px;
    height: var(--height);
    line-height: var(--height);
    display: flex;
    align-items: center;
    width: fit-content;
    margin-top: 30px;
    padding: 0 40px;
    color: var(--color-primary);
    text-transform: uppercase;
    background: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.learn-more:hover {
    color: #ffffff;
    background: var(--color-secondary);
}

.learn-more img {
    margin-right: 10px;
}

.learn-more:hover img {
    filter: brightness(20);
}

/* -------------------------------------------------------------- */

.accordion-item {
    padding: 40px;
    background: #F1F1F1;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.accordion-item>a.active {
    width: 10px;
    height: 2px;
    background-color: #3399cc;
}

.accordion-content {
    display: none;
    margin: 25px 0 0 0;
}

.accordion-content h5 {
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 450;
    text-transform: uppercase;
}

.accordion-content .inline-block {
    padding: 20px 100px;
    color: var(--color-primary);
    font-weight: 390;
    text-transform: uppercase;
    background: #F1F1F1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.accordion-title {
    font-size: 30px;
    position: relative;
    width: 100%;
    cursor: pointer;
    color: var(--color-primary);
    font-weight: bold;
    padding-right: 7px;
}

.accordion-title span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    text-align: center;
    display: inline-block;
    background: #ffffff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.accordion-item+.accordion-item {
    margin-top: 20px;
}

.accordion-title i {
    position: absolute;
    right: 7px;
    top: 12px;
}

.accordion-item .plus_minus::after {
    content: "";
    position: absolute;
    border-width: 6px;
    border-style: solid;
    border-color: var(--color-primary) var(--color-primary) transparent transparent;
    transform: rotate(45deg);
    transition: transform .35s ease-in-out;
}

.accordion-title.active .plus_minus::after {
    transform: rotate(134deg);
}

.accordion-content th:first-child,
.accordion-content td:first-child {
    padding-left: 30px;
}

.accordion-content th {
    color: #ffffff;
    background: #999999;
}

.accordion-content th,
.accordion-content td {
    padding: 10px;
    width: 20%;
}

.accordion-content tr:nth-child(odd) {
    background: #f9f9f9;
}

.accordion-content tr:nth-child(even) {
    background: #ffffff;
}


/* -------------------------------------------------------------- */

.news-details h2 {
    font-weight: bold;
}

.news-details h2,
.news-details h3,
.news-details h4 {
    color: var(--color-primary);
    text-transform: uppercase;
}

.news-details h3,
.news-details h4 {
    font-weight: 500;
}

/*------------------------------------------------------------------
    Page Careers 
-------------------------------------------------------------------*/

.career h4 {
    color: var(--color-primary);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 50px 0;
}

.career .accordion-container {
    margin-bottom: 50px;
}

.tour-popup.fancybox-content>p {
    text-align: center;
}

.tour-popup.fancybox-content .block-list-item {
    margin-top: 40px;
}

.block-list-title {
    display: flex;
    background: var(--color-primary);
    color: #ffffff;
    padding: 40px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    align-items: center;
}

.block-list-title img {
    margin-right: 10px;
}

.block-list-service {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block-list-service .item {
    width: 48%;
    padding: 60px;
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: center;
}

.block-list-service .item .inside>img {
    margin-bottom: 30px;
}

.block-list-service .item h4 {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 40px;
}

.block-list-service .item p {
    opacity: .8;
}

.block-list-service .item p a {
    color: #ffffff;
    text-decoration: underline;
}

.block-list-service .item .btn_1 {
    width: 100%;
}

.block-list-client p {
    color: var(--color-primary);
    text-align: center;
    font-size: 40px;
    font-weight: 500;
}

.block-list-client h5 {
    color: var(--color-secondary);
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
}

/* -------------------------------------------------------------- */

.wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-list-item input {
    margin-right: 10px;
}

.wpcf7-list-item label {
    margin: 0;
    font-weight: 500;
}

.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.wpcf7-checkbox .wpcf7-list-item {
    margin: 0 10px;
}


.main table:not(.fc-scrollgrid-sync-table, .fc-scrollgrid, .fc-col-header) {
    margin-bottom: 15px;
}

.main table:not(.fc-scrollgrid-sync-table, .fc-scrollgrid, .fc-col-header) tr td,
.main table:not(.fc-scrollgrid-sync-table, .fc-scrollgrid, .fc-col-header) tr th {
    border: 1px solid #a3a3a3;
    padding: 10px;
    text-align: left;
    font-size: 17px;
}


.swiper-pagination {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 20px 0;
}

.swiper-pagination-bullet {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    background: #E51833 !important;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.swiper-slide {
    padding-bottom: 90px;
}

.swiper-pagination {
    padding: 60px 0 0px 0;
}

.swiper-pagination-bullet {
    opacity: 0.7 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.block-content img {
    margin-bottom: 20px;
}

.story_slider .owl-stage {
    display: flex;
}

.story_slider .owl-item {
    background: #ffffff;
}

.main .fc-col-header {
    margin: 0;
}

body .fc .fc-button-primary:not(:disabled):active,
body .fc .fc-button-primary:not(:disabled):active,
body .fc .fc-button-primary:not(:disabled).fc-button-active {
    background-color: var(--fc-button-hover-bg-color, #1e2b37) !important;
}

.event-tooltip-content p {
    font-size: 14px;
    line-height: 18px;
}

.event-tooltip-content h4 {
    font-size: 16px;
    line-height: 1;
    margin: 0 0 5px 0;
}

body .fc .fc-button-primary:not(:disabled):active:focus,
body .fc .fc-button-primary:not(:disabled).fc-button-active:focus {
    box-shadow: initial;
}

.fc .fc-button-group>.fc-button {
    text-transform: capitalize;
}

body .popper,
body .tooltip {
    background: var(--color-primary);
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    padding: 5px;
    width: 250px;
}

.fc .fc-button-group>.fc-button {
    line-height: 1;
}

.event-tooltip {
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.event-tooltip-content {
    color: #ffffff;
    width: calc(100% - 90px);
    padding-left: 10px;
    padding-top: 5px;
}

.event-tooltip-image {
    width: 90px;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.event-tooltip-image img {
    height: 90px;
    object-fit: cover;
}

.fc-event-time {
    display: none;
}

.fc a[data-navlink]:hover {
    text-decoration: none !important;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
    border-bottom-color: var(--color-primary) !important;
}

body .fc-daygrid-dot-event {
    display: flex;
    align-items: center;
}


.admissionsEnquiry .panel-group .panel-heading{
    padding: 40px !important;
    background: #F1F1F1 !important;
    position: relative;
    -moz-border-radius: 10px!important;
    -webkit-border-radius: 10px!important;
    border-radius: 10px!important;
}

.admissionsEnquiry .panel-group .panel-heading .panel-title{
    font-size: 30px !important;
    position: relative;
    font-family: var(--font-primary) !important;
    width: 100%;
    cursor: pointer;
    color: var(--color-primary) !important;
    font-weight: bold;
    padding-right: 7px !important;
}

.admissionsEnquiry .panel, .modal-school-group .panel, .modal-confirm .panel{
       border: none !important;
       background: #F1F1F1 !important;
       -moz-border-radius: 10px!important;
       -webkit-border-radius: 10px!important;
       border-radius: 10px!important;
}

.admissionsEnquiry .panel-group .formfield .panel-heading .panel-title span::before{
    width: 40px !important;
    height: 40px !important;
    font-size: 30px !important;
    padding: 0 !important;
    line-height: 40px !important;
    margin-right: 20px !important;
    text-align: center;
    display: inline-block;
    background: #ffffff !important;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.admissionsEnquiry .panel-group .formfield .panel-heading .panel-title span.text-muted::before, 
.admissionsEnquiry .panel-group .panel-heading .text-muted{
    color: var(--color-primary) !important;
}

.admissionsEnquiry .panel-group .panel-heading+.panel-collapse>.panel-body{
    background: #fff !important;
    margin: 0px !important;
}

.admissionsEnquiry .panel-collapse.collapse.in{
          padding: 0 40px 30px !important;
}

.admissionsEnquiry .panel-group .panel{
      margin-bottom: 25px !important;
}

.admissionsEnquiry .formGroup.Applicants .row:nth-child(2) .formfield > .ng-scope > .ng-scope, 
.admissionsEnquiry .formGroup.formTypeId-3 .modal-body > .formfield.ng-scope > div > .ng-scope, 
.admissionsEnquiry .modal-school-group .modal-content > form > div:nth-child(2) > div > div{
        margin-bottom: 10px;
}

.admissionsEnquiry .form-control{
    width: 100%;
    border: 1px solid #f1f0f0 !important;
    border-radius: 5px !important;
    padding: 3px 10px !important;
    margin-top: 3px !important;
    font-family: var(--font-primary) !important;
    font-size: 17px !important;
}

.admissionsEnquiry label{
    font-family: var(--font-primary) !important;
    font-size: 20px !important;
}

.admissionsEnquiry .form-control::placeholder{
     color: #555!important;
}

.admissionsEnquiry .help-block, .modal-school-group .help-block, .modal-confirm .help-block {
    display: block;
    margin-top: 5px;
    padding-left: 4px;
    margin-bottom: 10px;
    color: #7c7c7c !important;
    font-size: 13px !important;
}

.dropdown-menu .btn span{
       color: #000;
}

.admissionsEnquiry .panel-group .panel-heading .panel-title {
         padding-left: 0px !important;
}

.admissionsEnquiry .panel-group .panel-heading .panel-title::after {
    position: absolute;
    right: 7px;
    top: 12px;
    content: "";
    position: absolute;
    border-width: 6px;
    border-style: solid;
    border-color: var(--color-primary) var(--color-primary) transparent transparent;
    transform: rotate(45deg);
    transition: transform .35s ease-in-out;
}

.header{
    z-index: 9999 !important;
}

h1.ng-binding{
      display: none !important;
}

.admissionsEnquiry .btn.btn-primary{
    height: 3rem;
    color: white;
    border-color: #0088a7 !important;
    background: #0088a7 !important;
    padding: 0px 23px !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: var(--font-primary) !important;
    font-size: 18px !important; 
}

.admissionsEnquiry .btn.btn-info{
    height: 3rem;
    padding: 0px 23px !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: var(--font-primary) !important;
    font-size: 18px !important;
}





@media (max-width: 1200px) {
    .main-title {
        font-size: 40px;
    }

    .sec_title p {
        font-size: 30px;
        line-height: 40px;
    }

    .sec_title {
        margin-bottom: 30px;
    }

    .sec_title h2 {
        margin-bottom: 30px;
    }

    .team_list {
        --col-width: 31.33%;
        row-gap: 30px;
    }

    .team_list_content {
        padding: 20px;
    }

    .resp-tabs-list li {
        font-size: 18px;
        padding: 12px;
    }

    .resp-tabs-list {
        --col-width: 31.33%;
        --col-space: 1%;
    }

    .resp-tab-content {
        padding: 30px 0 0 0;
    }

    .resp-tab-content h2 {
        margin-bottom: 30px;
    }

    .fc table {
        font-size: 12px !important;
    }

    .fc .fc-button {
        line-height: 1.4 !important;
    }

    .fc .fc-button {
        padding: 5px 3px !important;
        font-size: 12px !important;
        line-height: 1.3;
        border-radius: 0.25em;
    }

    .fc .fc-button .fc-icon {
        font-size: 15px !important;
    }

    .fc .fc-toolbar-title {
        font-size: 15px !important;
    }

    .fc-direction-ltr .fc-toolbar>*>:not(:first-child) {
        margin-left: 5px !important;
    }

    .fc .fc-toolbar.fc-header-toolbar {
        margin-bottom: 10px !important;
    }
}












@media (max-width: 860px) {
    .main-title {
        font-size: 30px;
        line-height: 35px;
    }

    .sec_title h2 {
        margin-bottom: 24px;
    }

    .sec_title p {
        font-size: 20px;
        line-height: 30px;
    }

    .breadcrumbs {
        margin: 0 0 30px 0;
    }

    .resp-tab-content h2 {
        margin-bottom: 15px;
    }

    .team_list {
        row-gap: 20px;
    }

    .team_list_content h4 {
        font-size: 30px;
    }

    .team_list_content {
        padding: 15px;
    }

    .team_list_content p {
        font-size: 13px;
        line-height: 19px;
    }

    .resp-tab-content {
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    .team_list {
        --col-width: 48%;
        row-gap: 20px;
    }

    .sub-banner h1 {
        font-size: 35px;
        line-height: 43px;
        padding: 10px 0 10px 20px;
        border-left: 5px solid var(--color-secondary);
    }
}

@media (max-width: 580px) {
    .team_list {
        --col-width: 100%;
        row-gap: 15px;
    }
}