/*
Theme Name: NIET
Version: 2.0.2
*/


* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --primary: #704E9A;
    --secondary: #333333;
    --orange: #e86024;
}

input, select, textarea {
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 0;
}

html {
    -webkit-text-size-adjust: none;
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    font-family: "mr-eaves-modern", sans-serif;
    font-size: 26px;
    line-height: 1.1;
    color: #262626;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
h1{
    font-family: var(--font1);
}

.container {
    max-width: 1000px;
    width: 100%;
    padding: 0 10px;
    margin: 0px auto;
}

.header-wrapper .container, .top-footer-wrapper .container, .bottom-footer .container {
    max-width: 1600px;
}

.header-strip-wrapper .container {
    max-width: 100%;
    padding: 0 80px;
}

.clear:before, .clear:after {
    content: "";
    display: table;
    clear: both;
}

.header-strip-wrapper {
    background-color: var(--secondary);
    padding: 7px 0;
    font-size: 20px;
}

.header-strip-wrapper a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
}

.header-strip-left {
    float: left;
    width: 45%;
}

.header-strip-left i {
    margin-right: 10px;
}

.header-strip-right {
    float: right;
    width: 45%;
    text-align: right;
}

.header-strip-right i {
    margin-left: 10px;
}

.header-wrapper {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 600px;
}


.help-wrapper {
    background-color: #333333;
    padding: 25px 0;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

a.request-call-btn {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    padding: 7px 15px;
    border: solid 2px #fff;
    border-radius: 10px;
    margin-left: 20px;
}

.contact-wrapper {
    padding: 100px 0;
}

.contact-wrapper .content-description p {
    text-align: center;
    font-size: 20px;
    color: #4d4d4d;
    font-weight: 500;
}

.contact-form-container {
    width: 100%;
    max-width: 670px;
    margin: 15px auto 0;
}

.text-box {
    width: 100%;
    padding: 5px 13px;
    height: 50px;
    border-radius: 5px;
    margin: 4px 0;
    font-size: 16px;
    color: #fff;
    background-color: #cccccc;
    font-weight: 800;
}

.text-box::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.text-box::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.text-box:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.text-box:-moz-placeholder {
    color: #fff;
    opacity: 1;
}


.faq-title {
    padding: 17px 40px;
    color: #fff;
    font-size: 26px;
    margin-top: 80px;
    font-weight: 700;
    background-image: -moz-linear-gradient(-90deg, #6877e1 0, #7450a9 90%);
    background-image: -webkit-linear-gradient(-90deg, #6877e1 0, #7450a9 90%);
    background-image: -ms-linear-gradient(-90deg, #6877e1 0, #7450a9 90%);
    background-image: linear-gradient(-90deg, #6877e1 0, #7450a9 90%);
}

.accordian-content {
    display: none;
    padding: 10px 40px;
    background-color: #f2f2f2;
}

a.accordian-link {
    display: block;
    position: relative;
    background-color: #f2f2f2;
    padding: 18px 55px 18px 40px;
    margin-top: 4px;
    color: #262626;
    font-weight: 700;
    font-size: 18px;
}

a.accordian-link span {
    position: absolute;
    content: "";
    display: block;
    top: 28%;
    right: 30px;
    background-image: url("images/accordian-arrow-icon.png");
    background-repeat: no-repeat;
    width: 18px;
    height: 15px;
    background-size: 18px;
    background-position: 0 -14px;
    margin-top: 5px;
}

a.active-accordian span {
    background-position: 0 2px;
}


.declaration-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.declaration-ul li {
    position: relative;
    padding-left: 15px;
    font-weight: 300;
    padding-bottom: 10px;
    text-align: justify;
}

.declaration-ul li:before {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: table;
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #000;
}

.content-description p {
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
    max-width: 740px;
    margin: 0 auto;
}

.row {
    padding: 5px 0;
}


.enrollment-bullets-container {
    margin-top: 90px;
}

.enrollment-row {
    display: table;
    width: 100%;
    margin: 4px 0;
}

.enrollment-number {
    display: table-cell;
    width: 45px;
    vertical-align: middle;
    text-align: center;
    background-color: #e5e5e5;
    font-weight: 700;
}



.enrollment-faculty-container {
    position: relative;
}

.enrollment-faculty {
    background-color: rgba(70, 70, 70, 0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 800;
    color: #fff;
    font-size: 14px;
    padding: 6px 5px;
}

.enrollment-faculty a {
    color: #fff;
}


.hobart-right-col {
    vertical-align: middle;
}

.news-wrapper {
    padding: 100px 0 90px;
}

.news-search-container {
    float: left;
    width: 50%;
}


.news-search-area {
    max-width: 320px;
    height: 42px;
    border: solid 1px #f0f0f0;
    border-radius: 25px;
    overflow: hidden;
}

.search-textbox {
    width: 180px;
    border: 0;
    height: 40px;
    margin-left: 20px;
}

.search-btn {
    float: right;
    cursor: pointer;
    height: 40px;
    background-color: #f6f6f6;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    color: #626262;
    width: 114px;
    background-image: url("images/search-icon-black.png");
    background-repeat: no-repeat;
    background-position: 86px 12px;
    background-size: 16px;
    text-align: left;
    padding: 0 12px;
}

.pagination {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}

.pagination li {
    float: left;
    display: inline;
    display: block;
    text-align: center;
    width: auto;
    height: 40px;
    background-color: #f5f5f5;
    line-height: 40px;
    font-size: 18px;
    color: #636363;
    font-weight: 700;
    min-width: 40px;
    margin-right: 10px;
}

.pagination li a {
    height: 40px;
    min-width: 40px;
    padding: 0 10px;
    color: #636363;
}

.pagination li a {
    margin-left: 0;
}

.pagination li a img {
    max-width: 8px;
}

.pagination li a:hover {
    background-color: #d8d8d8;
}



.university-pathway-wrapper {
    padding: 120px 0 0;
}

.university-pathway-block {
    background-color: #eeeeee;
    padding: 60px;
}

.university-pathway-block + .university-pathway-block {
    margin-top: 30px;
}

.university-pathway-container {
    margin-top: 70px;
}

.university-paragraph {
    font-weight: 400;
    padding: 80px 0;
    font-size: 18px;
}


.search-result-container .page-header .page-title {
    font-size: 22px;
}

.search-result-container a.post-edit-link {
    margin-bottom: 20px;
    background-image: -moz-linear-gradient(-90deg, #6877e1 0, #7450a9 90%);
    background-image: -webkit-linear-gradient(-90deg, #6877e1 0, #7450a9 90%);
    background-image: -ms-linear-gradient(-90deg, #6877e1 0, #7450a9 90%);
    background-image: linear-gradient(-90deg, #6877e1 0, #7450a9 90%);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    height: 30px;
    width: 80px;
    line-height: 32px;
    margin-top: 4px;
    display: inline-block;
}

.search-result-container .entry-footer {
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
}


/*updated Jun2021 */
.wp-block-embed {
    max-width: 800px;
    margin: auto;
}

.wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img.aligncenter {
    display: block;
    margin: auto;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    line-height: 1;
}

.header-wrapper .hd1 {
    font-size: 60px;
}

.header-wrapper .hd2 {
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 10px;
}

.header-wrapper a {
    display: inline-flex;
    color: #fff;
    background-color: var(--primary);
    padding: 5px 30px;
    border-radius: 10px;
    align-items: center;
    height: 60px;
}

.header-wrapper a:hover {
    opacity: 0.9;
}

.header-wrapper a:before {
    content: "";
    display: inline-block;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzOC4zIDIyLjUiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+Y2FtZXJhPC90aXRsZT48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIxLjY2LDBINC4xOUE0LjIxLDQuMjEsMCwwLDAsMCw0LjE5VjE4LjMxQTQuMiw0LjIsMCwwLDAsNC4xOSwyMi41SDIxLjY2YTQuMiw0LjIsMCwwLDAsNC4yLTQuMTlWNC4xOUE0LjE4LDQuMTgsMCwwLDAsMjEuNjYsMFoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zNS4yLDIuM2EyLjI0LDIuMjQsMCwwLDAtLjcxLjNMMjgsNi4zN3Y5LjcybDYuNTgsMy43N0EyLjQ5LDIuNDksMCwwLDAsMzgsMTguOTRhMi41NywyLjU3LDAsMCwwLC4zMy0xLjI2VjQuNzRBMi41MywyLjUzLDAsMCwwLDM1LjIsMi4zWiIvPjwvZz48L2c+PC9zdmc+") center;
    width: 40px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.cinfo {
    margin-bottom: 0 !important;
}

.partner {
    text-align: center;
    margin-bottom: 50px;
}

hr.hr {
    width: 200px;
    margin: auto;
    border: none;
    height: 0;
    border-top: 1px solid #838383;
}

.partner .plogos {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner .hr {
    margin-bottom: 40px;
}

.partner .plogos img {
    display: block;
    max-height: 100px;
    width: auto;
    margin: 10px;
}

.vimeo {
    background-color: var(--primary);
    padding: 50px 0 0;
    margin-bottom: 0 !important;
    text-align: center;
    color: #fff;
}

.vimeo .video {
    box-shadow: 0 0 30px -5px #000000bd;
}

div.wapply {
    background-color: var(--primary);
    padding-bottom: 50px;
    text-align: center;
    margin-bottom: 80px;
    padding-top: 40px;
}

.wapply a {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 10px;
    width: 280px;
    text-align: center;
    padding: 10px;
    font-size: 30px;
    font-weight: 700;
    margin: 0 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wapply a.act, .wapply a:hover {
    background-color: #fff;
    color: var(--primary);
}

.wapply a.act:hover {
    background-color: transparent;
    color: #fff;
}

h2.hd1 {
    font-weight: 300;
    font-size: 60px;
    margin-bottom: 0;
}

h2.hd2 {
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 20px;
}

.facilities {
    margin-bottom: 50px;
}

.facilities ul.location_hd {
    text-align: center;
    padding-bottom: 30px;
}

.facilities ul.location_hd li {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #c4c4c4;
    margin: 0 5px;
    padding: 6px 30px;
    font-size: 18px;
    border-radius: 10px;
}

.facilities ul.location_hd li:hover, .facilities ul.location_hd li.act {
    background: #4d4947;
}

.facilities .location_content h3 {
    display: none;
}

.facilities h4 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

ul.etag li {
    background-color: #e6e6e6;
    display: inline-block;
    margin-right: 10px;
    border-radius: 10px;
    padding: 5px 30px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.facilities .gallery {
    padding-top: 30px;
    position: relative;
}

.facilities .gallery:before {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    background: #848484;
    left: 45%;
    top: 70px;
    bottom: 50px;
}

.facilities .gallery .left {
    width: 45%;
    float: left;
    padding-right: 50px;
}

.facilities .gallery .right {
    width: 55%;
    float: left;
    padding-left: 50px;
    font-weight: 300;
}

.facilities .gallery .right strong {
    font-weight: 400;
}

.facilities .gallery .right img {
    margin-bottom: 20px;
}

.facilities .facislider {
    margin-bottom: 5px;
}

.facilities .facislider img {
    height: 340px;
    object-fit: cover;
}

.facilities .facislider_thumb img {
    opacity: 0.8;
    cursor: pointer;
    height: 80px;
    object-fit: cover;
}

.facilities .facislider_thumb .swiper-slide-thumb-active img {
    opacity: 1;
}

.swiper-slide.hasvideo:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 40px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    pointer-events: none;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -20px;
}

.facilities .location {
    display: none;
}

.facilities .location.act {
    display: block;
}

.course_testimonial {
    background-color: var(--primary);
    color: var(--primary);
    padding: 50px 0 30px;
    margin-bottom: 50px;
}

.course_testimonial h2 {
    color: #fff;
    margin-bottom: 0;
}

.course_testimonial h3 {
    font-weight: 400;
    font-size: 35px;
    color: #fff;
    text-align: center;
}

.course_testimonial .testimonial_box {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 0 20px 0px #00000073;
    margin: 20px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.course_testimonial .swiper-slide-active .testimonial_box {
    box-shadow: 0 0 20px 0px #000000bd;
}

.course_testimonial .swiper-slide {
    max-width: 600px;
    height: auto;
    display: flex;
}

.swiper-container.ctslider {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 55px;
}

.course_testimonial .testimonial_box img {
    max-width: 33%;
    display: block;
    margin-right: 40px;
    height: 300px;
    object-fit: cover;
}

.course_testimonial .testimonial_box .name {
    font-size: 27px;
    font-weight: bold;
}

.course_testimonial .testimonial_box .course {
    font-size: 27px;
    font-weight: 300;
    font-style: italic;
}

.course_testimonial .testimonial_box .text {
    padding-top: 15px;
}

.course_testimonial .testimonial_box a:before {
    content: "";
    display: inline-block;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzOC4zIDIyLjUiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+Y2FtZXJhPC90aXRsZT48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIxLjY2LDBINC4xOUE0LjIxLDQuMjEsMCwwLDAsMCw0LjE5VjE4LjMxQTQuMiw0LjIsMCwwLDAsNC4xOSwyMi41SDIxLjY2YTQuMiw0LjIsMCwwLDAsNC4yLTQuMTlWNC4xOUE0LjE4LDQuMTgsMCwwLDAsMjEuNjYsMFoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zNS4yLDIuM2EyLjI0LDIuMjQsMCwwLDAtLjcxLjNMMjgsNi4zN3Y5LjcybDYuNTgsMy43N0EyLjQ5LDIuNDksMCwwLDAsMzgsMTguOTRhMi41NywyLjU3LDAsMCwwLC4zMy0xLjI2VjQuNzRBMi41MywyLjUzLDAsMCwwLDM1LjIsMi4zWiIvPjwvZz48L2c+PC9zdmc+") center;
    width: 30px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.course_testimonial .testimonial_box a {
    display: inline-flex;
    color: #fff;
    background-color: var(--primary);
    padding: 5px 20px;
    border-radius: 10px;
    align-items: center;
    height: 40px;
    margin-top: 15px;
}

.course_testimonial .swiper-pagination {
    bottom: -20px;
}

.course_testimonial .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: var(--primary);
    opacity: 1;
    filter: contrast(1.5) brightness(1.345);
}

.course_testimonial .swiper-pagination-bullet-active.swiper-pagination-bullet {
    background: #ffffff;
}

.team {
    max-width: 1000px;
    margin: auto;
    padding: 30px 20px 0 20px;
}

.team h2, .facilities h2, .course_testimonial h2, .course_details h2, .whilestudy h2, .how_apply h2 {
    font-size: 64px;
    text-align: center;
    font-weight: 300;
}

.partner h2 {
    font-size: 43px;
    font-weight: 100;
    margin-bottom: 10px;
}

.team .people {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    color: var(--primary);
    font-size: 24px;
}

.team .people h4 {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 0;
}

.team .people h5 {
    font-weight: 300;
    font-style: italic;
    font-size: 26px;
    margin-bottom: 15px;
}

.team .people .info {
    padding-top: 20px;
}

.team .people .img {
    min-width: 200px;
    margin-right: 40px;
}

.team .people img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 5px 5px 10px -5px #00000063;
}

.course_details hr {
    margin-bottom: 30px;
}

.schedule_table {
    background: #dedede;
    min-width: 900px;
}

.schedule_table table {
    width: 100%;
    margin: auto;
    border-spacing: 5px;
}

.schedule_table table tr td {
    background-color: #eaeaea;
    border-spacing: 4px;
    height: 28px;
}

.schedule_table table tr th {
    color: #676866;
    font-size: 18px;
}

.schedule_table table tr td.hd {
    background: transparent;
    width: 90px;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #676866;
}

.schedule_table table tr td.cell {
    width: 200px;
}

.schedule_table table tr td.day {
    text-align: center;
    font-weight: 800;
    color: var(--primary);
    position: sticky;
    left: 0;
    background-color: #dedede;
}

.schedule_table table tr td.day span {
    transform: rotate(-90deg);
    display: block;
}

.schedule_table table tr.row1 td.act {
    background-color: #ccc;
}

.schedule_table table tr.row2 td.act {
    background-color: var(--primary);
}

.schedule_table table tr.row3 td {
    height: 20px;
    background: transparent;
}

ul.schedule_select {
    padding-top: 20px;
    padding-bottom: 40px;
}

ul.schedule_select li {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 20px;
    background: #c4c4c4;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}

.tab ul.schedule_select li:before {
    display: none;
}

.tab ul.schedule_select li.act {
    background: #4d4947;
}

.schedule_table {
    display: none;
}

.schedule_table:first-child {
    display: block;
}

.whilestudy {
    padding: 50px 0 80px;
}

.whilestudy h2 img {
    max-height: 70px;
    max-width: 300px;
}

.whilestudy .wboxes {
    display: flex;
    padding-top: 30px;
    margin: 0 -20px;
}

.whilestudy .wboxes img {
    width: 80px;
    max-width: 80px;
    height: 80px;
    object-fit: contain;
    object-position: center bottom;
}

.whilestudy .wboxes h4 {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 28px;
}

.whilestudy .wboxes .wbox {
    margin: 0 20px;
}

.whilestudy .video {
    max-width: 900px;
    margin: 40px auto 0;
}

.how_apply {
    background-color: var(--primary);
    color: #fff;
    padding: 80px 0;
}

.how_apply h2 {
    margin-bottom: 10px;
}

.how_apply h3 {
    text-align: center;
    font-weight: 600;
}

.how_apply h4 {
    margin-bottom: 10px;
    font-weight: bold;
}

.how_apply .steps {
    max-width: 870px;
    margin: auto;
    padding: 0 20px;
}

.how_apply .step {
    display: flex;
    margin-top: 30px;
}

.how_apply .number {
    min-width: 90px;
    font-size: 80px;
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 93px;
    color: var(--primary);
    font-weight: bold;
    margin-right: 20px;
}

/*single post*/
.post_header {
    background: var(--primary);
    background: linear-gradient(90deg, var(--primary) 50%, var(--secondary) 100%);
    color: #fff;
    padding: 50px 0;
}

.post_header .inner {
    margin: auto;
    padding: 0 5%;
}

.post_header h1 {
    font-weight: 800;
    text-transform: uppercase;
    max-width: 1000px;
    line-height: 0.8;
    margin-bottom: 0;
}

.post_header .date {
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px;
}

.post_header .date:before {
    content: "";
    display: inline-block;
    background-color: var(--secondary);
    width: 20px;
    height: 20px;
    margin-right: 15px;
    position: relative;
    top: 2px;
}

.post_header .category {
    margin-top: 15px;
}

.post_header .category li {
    display: inline-block;
    margin-right: 15px;
    color: #dedddd;
    font-size: 20px;
    background: var(--secondary);
    padding: 3px 15px;
    border-radius: 10px;
}

.single-post-content {
    padding: 80px 0;
    font-size: 20px;
}
.single-post-content p {
	line-height: 1.5;
}

.single-post-content .inner {
    max-width: 750px;
    margin: auto;
}

.single-post-content h1, .single-post-content h2, .single-post-content h3, .single-post-content h4, .single-post-content h5, .single-post-content p, .single-post-content cite, .single-post-content ul, .single-post-content ol {
    padding: 0 50px;
}

.single-post-content blockquote {
    background-color: #f0f0f2;
    padding: 30px 0;
    margin-bottom: 20px;
}

.single-post-content h1 {
    font-size: 45px;
    font-weight: 300;
}

.single-post-content h2 {
    font-size: 34px;
    margin-bottom: 0;
}

.single-post-content h1, .single-post-content h2, .single-post-content h3, .single-post-content h4 {
    margin-bottom: 20px;
    font-size: 50px !important;
    font-weight: 200 !important;
}

.single-post-content .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.single-post-content .wp-block-embed__wrapper iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.cquicklink {
    text-align: center;
    background-color: var(--secondary) !important;
    padding: 20px 20px;
    margin-bottom: 30px;
    font-size: 20px;
    box-shadow: inset 0 5px 5px #00000040;
}

.cquicklink li {
    display: inline-block;
}

.cquicklink li a {
    display: inline-block;
    font-weight: 700;
    color: #c7c7c7;
}

.cquicklink li a:after {
    content: ">";
    margin: 0 15px 0 10px;
}

.cquicklink li a:hover {
    color: #fff;
}

.cinfo .buttons h5 {
    color: var(--secondary);
}
.pdfdownload{
    background:var(--primary);
    color:#fff;
    cursor: pointer;
    padding: 15px 40px;
    margin-top: 20px;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 10px;
    letter-spacing:1px;
    display:inline-flex;
    align-items: center;
    opacity: 0.5;
    pointer-events: none;
    font-family: "mr-eaves-modern", sans-serif;
}
.pdfdownload.act{
    opacity: 1;
    pointer-events: all;
}
.pdfdownload:hover{
    background:var(--secondary);
}
.pdfdownload:before{
    content:'';
    display:block;
    width: 25px;
    height: 25px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 392.53 482.14'%3E%3Cpath fill='%23ffffff' d='M80.32,324.38c-2.84,0-4.91-.13-6.59-.5v-25.69c1.42-.38,4.13-.77,8.13-.77,9.8,0,15.36,4.78,15.36,12.78,0,8.91-6.45,14.18-16.9,14.18Zm77.59-26.7c-4.39,0-7.23,.38-8.91,.77v56.9c1.68,.39,4.39,.39,6.84,.39,17.81,.13,29.42-9.68,29.42-30.45,.13-18.06-10.46-27.61-27.36-27.61ZM392.53,121.45V430.82c0,28.3-23.03,51.32-51.3,51.32H77.01c-28.29,0-51.32-23.01-51.32-51.32v-22.99h-5.01c-11.42,0-20.68-9.25-20.68-20.68v-125.4c0-11.43,9.26-20.68,20.68-20.68h5.01V51.32C25.69,23.04,48.72,0,77.01,0h193.65l121.88,121.45ZM54.25,370.2h19.48v-31.1c1.81,.25,4.13,.38,6.71,.38,11.61,0,21.54-2.84,28.26-9.16,5.16-4.9,8-12.14,8-20.65s-3.74-15.75-9.29-20.13c-5.81-4.65-14.45-6.97-26.58-6.97s-20.52,.77-26.58,1.8v85.82Zm306.84,60.63l-.74-296.92-65.86,.19c-19.65,0-35.59-15.95-35.59-35.59V31.27l-181.89,.19c-10.95,0-19.87,8.92-19.87,19.86V241.07h246.31c11.42,0,20.68,9.25,20.68,20.68v125.4c0,11.43-9.26,20.68-20.68,20.68H57.13v22.99c0,10.97,8.92,19.89,19.87,19.89H341.23c10.95,0,19.86-8.92,19.86-19.89Zm-209.5-59.73c17.03,0,30.97-3.61,40.12-11.22,8.39-7.09,14.45-18.58,14.45-35.22,0-15.37-5.67-26.07-14.7-32.78-8.39-6.32-19.1-9.28-35.62-9.28-9.94,0-19.35,.65-26.58,1.8v85.42c4.9,.65,12.13,1.29,22.32,1.29Zm87.27-51.87v-19.88h33.42v-16.12h-53.16v86.97h19.74v-34.97h31.23v-16h-31.23Z'/%3E%3C/svg%3E") no-repeat center;
    background-size:contain;
    margin-right: 10px;
    margin-left: -10px;
}


.pdfdownload.loading:before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 426.67 426.67'%3E%3Cpath fill='%23ffffff' d='M213.33,426.67c115.65,0,213.33-97.69,213.33-213.33h-42.67c0,92.52-78.14,170.67-170.67,170.67S42.67,305.86,42.67,213.33,120.81,42.67,213.33,42.67V0C97.69,0,0,97.71,0,213.33s97.69,213.33,213.33,213.33Z'/%3E%3C/svg%3E");
    animation:spin 1s linear infinite;
}
.pdfdownload.act.loading{
    pointer-events:none;
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}


.cinfo .links a.pdfdownload{
    position:absolute;
    top:40px;
    right:0;
    pointer-events: all;
    display: flex;
    padding-top: 11px;
    opacity: 1;
}
.cinfo .links a.pdfdownload:before{
    margin-top: -7px;
    width: 20px;
    height: 20px;
}
.cinfo .links a.pdfdownload:hover{
    background-color:var(--secondary);
    color:#fff;
}

#entry-requirements{
    background-color:#eeeeee;
    color: #333;
}

.paras{
    display:flex;
    margin-bottom: 30px;
}
.para{
    text-align:center;
    border-right:1px solid #aaaaaa;
    padding:10px 20px;
    min-width:100px
}
.para:last-child{
    border-right:none;
}
.para-name{
    text-transform:uppercase;
    font-size: 15px;
} 
.para-value{
    color:#ed2835;
    font-weight:900;
    font-size:28px;
}
.graybox{
    background:#e3e3e3;
    padding: 20px 20px 1px;
    margin-top: 20px;
}

.graybox h4{
    font-weight:bold;
    font-size:15px;
    text-transform:uppercase;
    margin-bottom:0;
    position:relative;
}
.graybox h4:before{
    content:'';
    position:absolute;
    display:block;
    width: 12px;
    height: 6px;
    background:#aaaaaa;
    left: -20px;
    top: 3px;
}
.filter-course .select select{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 451.85 257.57'%3E%3Cpath d='M225.92,257.57c-8.1,0-16.2-3.09-22.37-9.26L9.27,54.02C-3.09,41.66-3.09,21.62,9.27,9.27c12.35-12.35,32.39-12.35,44.75,0L225.92,181.18,397.83,9.27c12.36-12.35,32.39-12.35,44.74,0,12.36,12.35,12.36,32.39,0,44.75L248.29,248.31c-6.18,6.17-14.27,9.26-22.37,9.26Z'/%3E%3C/svg%3E") no-repeat center right 20px;
    background-size:20px
}

.fluentform .ff-el-form-control, .fluentform .ff-el-form-control:hover{
	font-family: inherit !important;
}

/*educare style*/

body.educare{
    font-size:16px;
}
.educare #footer .ft3 .cp{

    font-size:12px;
}
.educare .section.latestnews .post a.more,
.educare #footer .ft1 li a{
    font-size:16px;
}
.educare .section.textcall2{
    font-size:18px;
}
.educare h4,
.educare .section.latestnews .post h4,
.educare .section.latestnews a.all{
    font-size:20px;
}
.educare .section.testimonial .tslide .cap{
    font-size:25px;
}
.educare h1{
    font-size:50px;
}


.educare .logo img.logo{
    width:180px;
}
.home-logo{
    position:absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 333;
    width: 660px;
    height: 285px;
}
.home-logo svg{
    position:absolute;
    right: 0;
    top: -16px;
    width: 890px;
    height: 290px;
    filter: drop-shadow(15px 15px 15px rgb(0 0 0 / 0.7));
}
.home-logo svg path{
    fill:#fff;
}
.home-logo img{
    display: block;
    width: 360px;
    position: relative;
    margin: 33px 0 0 80px;
}
.educare .header1{
    height:170px;
    background:url(images/ec-hd-bg.svg) center right no-repeat;
    background-size:700px;
}
.header-2{
    position: relative;
}
.home .header-2{
    position:absolute;
    left:0;
    right:0;
}
.header-2 .top{
        display:flex;
        width:100%;
        background-color:#e5e5e5;
        height: 75px;
        align-items: center;
        justify-content: flex-end;
        padding: 0 50px;
        position: relative;
        z-index: 111;
}
.student-login{
    width: 225px;
    height:34px;
    display:flex;
    font-size:15px;
    color:#00813a;
    font-weight:800;
    position:relative;
    align-items: center;
    justify-content: center;
}

.student-login:before{
    content:'';
    display:block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.65 17.58'%3E%3Cpath fill='%2373bf50' d='M2.71,17.58c-.2-.04-.4-.07-.6-.13C.86,17.1,.07,16.13,.01,14.82c-.06-1.36,.09-2.7,.61-3.97,.33-.82,.82-1.53,1.63-1.97,.5-.27,1.04-.4,1.6-.38,.18,0,.36,.09,.53,.18,.26,.14,.5,.32,.75,.47,1.47,.91,2.94,.91,4.41,0,.2-.13,.41-.25,.6-.39,.35-.26,.74-.3,1.16-.24,1.14,.17,1.95,.79,2.49,1.79,.48,.89,.7,1.86,.8,2.85,.05,.51,.07,1.03,.07,1.54-.02,1.53-1.07,2.67-2.6,2.84-.04,0-.07,.02-.11,.03H2.71ZM7.22,0C4.87,0,2.97,1.9,2.99,4.25c.01,2.34,1.92,4.24,4.24,4.22,2.35-.02,4.24-1.91,4.23-4.24C11.45,1.88,9.56,0,7.22,0Z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    width:20px;
    height:20px;
    position: relative;
    z-index: 1;
    margin-right: 6px;
    top: -1px;
}
.student-login svg{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.student-login svg path{
    fill:#fff;
}
.student-login span{
    position:relative;
}


.educare .header1 .hlink a.lnk{
    background:transparent;
    position:relative;
    border:none;
    color: #1d83c5;
    width:230px;
    padding: 15px 0;
    text-align: center;
}
.educare .header1 .hlink a.lnk span{
    z-index:11;
    position:relative;
    font-weight:bold;
    font-size:20px;
    text-align: center;
}
.educare .header1 .hlink a.lnk svg{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}
.educare .header1 .hlink a.lnk svg.s1{
    left:-8px;
    top:-8px;
}
.educare .header1 .hlink a.lnk path{
    fill:#fff;
}
.educare .header1 .hlink a.lnk svg.s1{
    filter: drop-shadow(15px 15px 15px rgb(0 0 0 / 0.7));
}
.educare .header1 .hlink a.lnk svg.s1 path{
    fill:#e5e5e5;
}
.educare .header1 .hlink a.lnk:hover{
    background:transparent;
    color:#fff;
}
.educare .header1 .hlink a.lnk:hover svg.s2 path{
    fill:#1d83c5;
}

.educare .header1 .hlink a.lnk.apply{
    background:transparent;
}
.educare .header1 .hlink a.lnk.apply path{
    fill:#2682c8;
}
.educare .header1 .hlink a.lnk.apply .s1 path{
    fill:#16a0c7;
}
.educare .header1 .hlink a.lnk.apply:hover{
    background:transparent;
    color:#1d83c5;
}
.educare .header1 .hlink a.lnk.apply:hover svg.s2 path{
    fill:#fff;
}

.educare .menusect .menu > li > ul > li > ul{
    max-width:700px;
}




.educare-hero{
    height:100vh;
    background:url(images/herobg-ec.svg) center;
    background-size:cover;
    display: flex;
    align-items: flex-end;
    padding-bottom:100px;
    color:#fff;
}
.educare-hero .inner{
    max-width:1500px;
    margin:0 auto;
    width: 100%;
}
.educare-hero h1{
    font-weight:800;
    font-size: 78px;
    color:#fff;
    line-height:1.2em;
}
.educare-hero  p{
    color:#fff;
    line-height:1.4;
    font-size:30px;
    margin-bottom: 1.5em;
    max-width: 1350px;
}
.educare-hero strong{
    font-weight:800;
}
.educare-hero .buttons{
    display:flex;
    gap: 30px;
}
.educare-hero .buttons a{
    background:#00813b;
    border-radius:10px;
    display:flex;
    width:300px;
    height:100px;
    font-weight: 800;
    color: #fff;
    font-size: 22px;
    padding:10px 20px;
    align-items: flex-end;
    box-shadow: 10px 10px 10px #00000036;
    transition:all 0.3s ease;
}
.educare-hero .buttons a:hover{
    transform:translateY(-10px);
}
.educare-hero .buttons a:after{
    content:'';
    display:block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.46 24.57'%3E%3Cpath fill='%23d9dd2e' d='M5.79,6.26c-.7-.58-1.41-1.14-2.09-1.74-.4-.36-.75-.78-1.13-1.18-.37-.4-.76-.79-1.1-1.22-.35-.43-.65-.9-.96-1.36-.11-.16-.2-.33-.31-.53,0,0,0,0,.01,0l-.22-.24L.61,1.89c.19,.46,.38,.93,.58,1.39,.41,.71,.8,1.42,1.23,2.11,.24,.39,.52,.75,.79,1.12,.53,.7,1.07,1.4,1.6,2.09,.26,.28,.51,.58,.79,.85,.61,.59,1.21,1.19,1.85,1.75,.69,.6,1.42,1.16,2.14,1.74,.21,.14,.42,.28,.66,.44-.21,.17-.39,.3-.56,.44-.46,.42-.93,.84-1.39,1.26-.15,.14-.29,.29-.44,.43-.19,.23-.36,.49-.57,.69l-.74,.94s0,0,0,0c-1.22,1.78-2.35,3.54-3.28,5.47l-.9,1.95,2.07-1.79c.19-.22,.37-.45,.58-.66,.14-.15,.34-.24,.49-.38,1.13-1.05,2.3-2.04,3.53-2.93l.1-.08h0c.98-.69,2-1.34,3.09-1.89,.75-.38,1.54-.69,2.3-1.04,.35-.14,.7-.31,1.06-.41,1.39-.39,2.78-.77,4.19-1.15,0,0,0,0,0,0l.67-.2-1.62-.71c-.17-.07-.33-.14-.5-.21-.6-.25-1.2-.48-1.79-.75-1.41-.65-2.83-1.28-4.2-2-2.21-1.15-4.35-2.42-6.33-3.94-.08-.06-.15-.12-.23-.19Z'/%3E%3C/svg%3E");
    width:25px;
    height:25px;
    background-repeat:no-repeat;
    background-size:contain;
    margin-left:30px;
}
.package-wrap {
    padding:80px 0;
}
.package-wrap h2{
    text-align:center;
    display:flex;
    align-items: center;
    justify-content: center;
}
.package-wrap h2 svg{
    width:48px;
    margin-right:20px;
}
.package-wrap h2 path{
    fill:#ef2936;
}
.package-wrap h5{
    font-weight:normal;
    text-align:center;
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.package-course a{
    display: flex;
    color:#fff;
    background-color:#5795d0;
    border-radius:10px;
    padding: 10px 20px;
    margin-bottom: 20px;
    position:relative;
    min-height: 65px;
    flex-direction: column;
    justify-content: center;
}
.package-course .code{
    font-size:14px;
    display:flex;
    gap:15px;
}
.package-course h3{
    margin-bottom:0;
    padding-bottom: 0;
}
.package-wrap .plus{
    display:block;
    width:40px;
    height:40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.48 42.48'%3E%3Cpath fill='%23ed2d38' d='M19.92,0C20.8,0,21.69,0,22.57,0c.72,.09,1.45,.16,2.17,.29,3.99,.68,7.52,2.35,10.54,5.04,3.7,3.29,6.01,7.37,6.87,12.25,.14,.77,.22,1.55,.33,2.33v2.65c-.06,.51-.12,1.01-.19,1.52-.66,4.6-2.54,8.63-5.83,11.92-5.45,5.46-12.04,7.5-19.6,5.99-5.56-1.11-9.96-4.14-13.15-8.82C.5,28.49-.61,23.28,.32,17.67c.73-4.4,2.7-8.18,5.83-11.35C9.32,3.12,13.14,1.11,17.58,.33,18.36,.19,19.14,.11,19.92,0Zm-.44,23c0,1.35,0,2.64,0,3.92,0,1.22-.01,2.43,0,3.65,.02,.99,.78,1.72,1.76,1.72,1.02,0,1.76-.76,1.76-1.85,0-2.31,0-4.62,0-6.92,0-.16,0-.32,0-.52,.23,0,.39,0,.55,0,2.29,0,4.59,0,6.88,0,.83,0,1.46-.41,1.74-1.1,.47-1.17-.37-2.41-1.68-2.41-2.32-.01-4.64,0-6.97,0-.16,0-.32,0-.53,0,0-.22,0-.38,0-.54,0-2.29,0-4.59,0-6.88,0-.8-.33-1.39-1.06-1.72-1.17-.53-2.45,.32-2.46,1.64-.02,2.34,0,4.67,0,7.01,0,.16,0,.32,0,.5-.24,0-.41,0-.57,0-2.28,0-4.56,0-6.84,0-.82,0-1.42,.34-1.74,1.09-.51,1.18,.35,2.43,1.68,2.43,2.31,.01,4.62,0,6.92,0,.16,0,.33,0,.55,0Z'/%3E%3C/svg%3E");
    margin: auto auto 20px auto;
}
.package-wrap .plus:last-child{
    display:none;
}

.package-course svg{
    position:absolute;
    width: 12px;
    right:20px;
    top: 22px;
}
.package-course path{
    fill:#fff;

}

.educare .study-mode .note {
	font-size: 12px!important;
}
.codes{
    padding-bottom:15px;
}
.codes .ncode{
    font-size: 1.1em;
    font-weight:bold;
    color:var(--secondary);
    text-transform:uppercase;
    margin: 5px 0;
}
.codes .ncode img{
    width:20px;
    margin-top: 2px;
}


/*course blocks*/
.course-preview h2{
    text-align:center;
    text-transform:uppercase;
    font-weight:900;
    color: #fff;
}
.course-preview .inner{
    max-width:1200px;
    margin:auto;
    
}
.course-preview{
    background-color:#ed2d38;
    padding:80px 0 70px;
    font-size: 18px;
}

.course-block{
    background-color:var(--primary);
    color:#fff;
    border-radius:10px;
    margin-bottom: 30px;
    display:grid;
    grid-template-columns: 1fr 250px;
    overflow:hidden;
}
.course-block img{
    height:100%;
    object-fit:cover;
}
.course-block .content{
    padding:30px 40px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
}
.course-block .title{
    font-size: 1.8em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.bottom-info{
    display:flex;
    margin-top:auto;
    align-items: center;
    gap: 30px;
    padding-top: 20px;
}
.bottom-info a{
    background: var(--secondary);
    color: #fff;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 8px 20px;
    font-size: 0.8em;
    letter-spacing: 0.1em;
}
.bottom-info p{
    margin-bottom:0;
}

.icon-box{
    display:grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
}
.icon-box i{
    grid-row: 1/3;
    font-size: 30px;
}
.icon-box h5{
    font-size:0.6em;
    color:var(--secondary);
    letter-spacing:0.12em;
}

/*Tesimonial block*/
.testimonial-swiper{
    font-size:20px;
    --swiper-pagination-bottom:0px;
    padding-bottom: 30px !important;
}

/*lead page header*/
.lead-page-header{
    position:relative;
    min-height: 45vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: large;
    text-align: center;
    color:#fff;
    padding: 5vw 0;
}
.lead-page-header .inner{
    position:relative;
}


.lead-page-header .img{
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
}
.lead-page-header .img:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color: #0a114596;
    mix-blend-mode: multiply;
}
.lead-page-header .img img{
    height:100%;
    object-fit:cover;
    display:block;
}
.lead-page-header .wave{
    display:block;
    position:absolute;
    width:100%;
    bottom: -13.9vw;
}
.lead-space{
    height:11vw;
    background-color:var(--primary);
}
.lead-page-header .inner{
    max-width:800px;
    margin:auto;
}
.lead-page-header .lead-title{
    font-size: 3.5em;
    font-weight:900;
    color:#fff;
    text-transform:uppercase;
    margin-bottom: 20px;
}
.lead-sub-title{font-size: 1.7em;}
.lead-page-header .down{
    width:70px;
    margin-top:30px;
    margin-bottom:30px;
}
.lead-page-header .down path{
    fill:#ed2d38;
}
.lead-page-header .video{
    position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 700px;
        height: auto;
    margin-left:auto;
    margin-right:auto;
}
.lead-page-header iframe { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    display:block;
    }


.apply-cta{
    --cta-title-bg:#2b81c3;
    position:fixed;
    bottom: -100px;
    opacity:0;
    left:50%;
    width: 90%;
    max-width: 370px;
    z-index: 55;
    transform: translateX(-50%);
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    transition-delay:1s;
    pointer-events:none;
    visibility:hidden;
}

.apply-cta.disabled{
    display:none;
}
.apply-cta .cta-title{
    background-color:var(--cta-title-bg);
    color: #fff;
    border-radius: 12px;
    font-size: 14px;
    text-align: center;
    padding: 6px 0 30px;
    box-shadow: 0 0 10px -2px #000000b5;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.1em;
}
.apply-cta .cta-title svg{
    width: 15px;
}
.apply-cta .cta-link div{
    display:flex;
    position:relative;
    justify-content: center;
    width: 100%;
    gap: 10px;
    margin-bottom: 4px;
}
.apply-cta .cta-link .bg{
    background-color: #2a1534;
    mask: url(images/cta-mask.svg);
    mask-size: 100% 100%;
    mask-position: center center;
    mask-repeat: no-repeat;
    height: 100%;
    display: block;
    position:absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    
    background-size: 200% 200%;
    background-position:center;
    transition:all 0.5s ease-out;
    transition-delay:1s;
}
.apply-cta.rh .cta-link .bg{
    background:#28005b;
}
.apply-cta.cb .cta-link .bg{
    background-image: url(images/cta-gradient-1.png);
}
.apply-cta.niet .cta-link .bg{
    background-image: url(images/cta-gradient-2.png);
}
.apply-cta.edu .cta-link .bg{
    background-image: url(images/cta-gradient-3.png);
}

.apply-cta.group{
    --cta-title-bg:#713c8e;
}
.apply-cta.niet{
    --cta-title-bg:#262079;
}
.apply-cta.cb{
    --cta-title-bg:#3b3960;
}
.apply-cta.rh{
    --cta-title-bg:#caa200;
}
.apply-cta.active .cta-link .bg{
    background-size: 100% 100%;
}
.apply-cta .cta-link .bgw{
    filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.4));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.apply-cta .cta-link div svg{
    width: 21px;
}
.apply-cta .cta-link svg.txt{
    position:relative;
    height:13px;
        display:block;
    margin:auto;
}
.apply-cta .close{
    width:20px;
    position:absolute;
    top: -6px;
    right: -6px;
    cursor: pointer;
}
.apply-cta .cta-link{
    display: block;
    width:100%;
    position:relative;
    padding: 9px 0 25px 0px;
    margin-top: -27px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 29px;
}



@media(max-width:1600px){
    .header-2 .top{
        height:60px;
    }
    .educare .header1{
        height:120px;
    }
    .educare .header1 .hlink a.lnk{
        width: 180px;
        padding: 10px 0;
    }
    .educare .header1 .hlink a.lnk span{
        font-size:16px;
    }
    
    .home-logo{
        width: 500px;
        height: 190px;
    }
    .home-logo svg{
    aspect-ratio: 89/29;
    width: 140%;
    height: auto;
    }
    .home-logo img{
        width: 250px;
        margin-left: 50px;
    }
    .educare-hero{
        padding-bottom:60px;
    }
    .educare-hero h1{
        font-size:60px;
    }
    .educare-hero p{
        font-size:20px;
        max-width:900px;
    }
    .educare-hero .buttons a{
        font-size: 20px;
        width: 220px;
        height: 80px;
    }
}

@media(max-width:767px){
    .header-2{
        flex-direction: column-reverse;
        display: flex;
    }
    .header-2 .top{
        height:0;
    }
    .header-2 .top>.student-login{
        display:none;
    }
    .menusect{
        position:absolute;
        left:0;
        right:0;
        top: 97px;
    }
    .educare .logo img.logo{
        width:130px;
    }
    .educare .header1{
        height:100px;
        background-size: 330px;
    }
    .educare .mobile_btn{
        display:grid;
        grid-template-columns:1fr 1fr;
        padding:30px;
        gap:10px;
    }
    .educare .mobile_btn a{
            padding: 15px 0;
            background: transparent;
            border: none;
            position:relative;
            max-width:300px;
            color:#fff;
            text-align:center;
            font-size:12px;
            margin: 0;
        color:#577cff;
        font-weight:bold;
    }
    .educare .mobile_btn a.apply{
        color:#fff;
    }
    .educare .mobile_btn a span{
        z-index:11;
        position:relative;
    }
    .educare .mobile_btn a svg{
        position:absolute;
        width:100%;
        height:100%;
        top:0;
        left:0;
    }
    .educare .mobile_btn a svg.s1{
        top:-6px;
        left:-6px;
    }
    .educare .mobile_btn a .s1 path{
        fill: #d9d9d9;
    }
    .educare .mobile_btn a .s2 path{
        fill:#fff;
    }
    .educare .mobile_btn a.apply .s1 path{
        fill: #16a0c7;
    }
    .educare .mobile_btn a.apply .s2 path{
        fill:#2682c8;
    }
    .educare-hero .buttons{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .educare-hero .buttons a{
        font-size: 12px;
        width:auto;
        height: 60px;
    }
    .educare-hero h1{
        font-size:40px;
    }
    .home-logo{
        width: 220px;
    }
    .home-logo img{
        width: 120px;
        margin: 8px 0px 0 25px;
    }
    .home.educare .m-menu span{
        background-color:#fff;
    }
}

/*end educare style*/



@media screen and (max-width: 1024px) {

    .course-wrapper {
        padding: 110px 0 100px;
    }

    .enrollment-faculty {
        font-size: 18px;
    }

    .contact-wrapper {
        padding: 80px 0;
    }

    .university-pathway-block {
        padding: 12px;
    }
}

@media screen and (max-width: 950px) {
}

@media screen and (max-width: 910px) {
}

@media screen and (max-width: 768px) {
    .header-strip-left {
        width: 50%;
    }

    .header-container {
        padding: 20px 0;
    }

    .header-wrapper {
        min-height: 500px;
    }


    .help-wrapper {
        font-size: 24px;
    }

    a.request-call-btn {
        font-size: 18px;
        margin-left: 15px;
    }

    .contact-wrapper {
        padding: 60px 0;
    }

    .contact-wrapper .content-description p {
        font-size: 17px;
    }



    .faq-title {
        margin-top: 60px;
    }
    .news-wrapper {
        padding: 70px 0;
    }


    .search-textbox {
        width: 150px;
    }




    .enrollment-bullets-container {
        margin-top: 60px;
    }


    .our-course-wrapper {
        padding: 70px 0 5px;
    }

    .faq-title {
        font-size: 24px;
    }


    .career-wrapper {
        padding: 60px 0;
    }

    .course-wrapper {
        padding: 80px 0;
    }

}

@media screen and (max-width: 600px) {
    .header-wrapper {
        min-height: 410px;
    }

    .help-wrapper {
        font-size: 24px;
    }

    a.request-call-btn {
        font-size: 16px;
    }

    .help-wrapper {
        padding: 18px 0;
    }

    .contact-wrapper {
        padding: 40px 0;
    }

    .contact-wrapper .content-description p {
        font-size: 16px;
    }

    .header-strip-left {
        width: 60%;
    }

    .header-strip-right {
        width: 40%;
    }

    .header-strip-contact {
        padding-right: 20px;
    }

    .search-area {
        padding-left: 20px;
    }

    .header-strip-wrapper {
        font-size: 14px;
    }


    a.apply-btn {
        font-size: 16px;
    }

 

    .faq-title {
        margin-top: 45px;
        font-size: 22px;
        padding: 17px 30px;
    }

    a.accordian-link {
        padding: 18px 40px 18px 30px;
    }

    a.accordian-link span {
        right: 15px;
    }

    .accordian-content {
        padding: 10px 30px;
    }

    .course-wrapper {
        padding: 60px 0;
    }


    .our-course-wrapper {
        padding: 80px 0 5px;
    }

    .enrollment-bullets-container {
        margin-top: 45px;
    }


    .news-search-container {
        float: none;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .pagination {
        float: none;
        text-align: center;
    }

    .pagination:before, .pagination:after {
        content: "";
        display: table;
        clear: both;
    }

    .pagination li {
        float: none;
        display: inline-block;
    }

    .news-row {
        margin: 40px 0;
    }



    .career-wrapper {
        padding: 40px 0;
    }



    .news-wrapper {
        padding: 55px 0;
    }

}

@media screen and (max-width: 480px) {
    a.apply-btn {
        top: 20px;
        font-size: 15px;
    }

    .header-wrapper {
        min-height: 340px;
    }


    a.apply-btn {
        font-size: 13px;
        padding: 8px 11px;
        border-radius: 6px;
    }

    .header-strip-contact {
        padding-right: 10px;
    }

    .search-area {
        padding-left: 10px;
    }

    .header-strip-wrapper {
        font-size: 13px;
    }


    .faq-title {
        padding: 15px 20px;
    }

    a.accordian-link {
        padding: 16px 35px 16px 20px;
        font-size: 16px;
    }

    .accordian-content {
        padding: 10px 20px;
    }


    a.accordian-link span {
        right: 12px;
        background-size: 15px;
    }

    .course-wrapper {
        padding: 60px 0;
    }


    .course-wrapper {
        padding: 40px 0;
    }



    .our-course-wrapper {
        padding: 40px 0 5px;
    }


    .news-row {
        margin: 40px 0 10px;
    }

    .enrollment-bullets-container {
        margin-top: 30px;
    }


}

@media screen and (max-width: 400px) {
    .header-strip-left {
        width: 50%;
    }

    .header-strip-left:before, .header-strip-left:after {
        content: "";
        display: table;
        clear: both;
    }

    .header-strip-right {
        width: 50%;
        margin-top: 0 !important;
    }

    .header-strip-contact {
        float: none;
        display: inline-block;
    }

    .search-area {
        float: none;
        display: inline-block;
    }

    a.apply-btn {
        font-size: 11px;
        top: 7px;
        padding: 7px 8px;
        right: 40px;
    }

    .header-wrapper {
        min-height: 250px;
    }

    .testimonial-name {
        font-size: 16px;
    }

    a.request-call-btn {
        font-size: 14px;
    }

    .submit-btn {
        font-size: 16px;
    }


    .faq-title {
        font-size: 19px;
    }

    a.accordian-link {
        font-size: 15px;
    }


    .course-wrapper .content-description p {
        font-size: 16px;
    }


    .news-detail {
        padding: 25px 10px 20px;
    }

    .product-archieve-wrapper {
        padding: 40px 0;
    }

    .product-certificate-title {
        font-size: 15px;
    }


    a.request-call-btn {
        margin-top: 5px;
    }

}


/*ThangN added*/
.section ul {
    padding-left: 30px;
}

.section ul li {
    margin-bottom: 0.5em;
}

li span.open {
    display: none;
}

h1 {
    font-size: 75px;
    font-weight: 100;
    line-height: 0.9;
    margin-bottom: 34px;
}

h2 {
    font-size: 40px;
    margin-bottom: 30px;
    font-family: var(--font1);
}

h3 {
    font-size: 27px;
    font-weight: bold;
    padding-bottom: 0.5em;
}

.tab h3 {
    padding-bottom: 0;
}

h4 {
    font-weight: 100;
    font-size: 34px;
    margin-bottom: 20px;
    line-height: 1;
}

p {
    margin-bottom: 20px;
}

hr {
    background: #9f57ff;
    width: 210px;
    height: 4px;
    margin-bottom: 50px;
    margin-top: 10px;
    display: block;
}

hr:last-child, hr:last-child {
    margin-bottom: 0;
}

.main-header {
    position: relative;
    z-index: 99;
}

.main-header .logo img {
    max-width: 220px;
    width: 100%;
}

.header1 {
    height: 140px;
    display: flex;
    align-items: center;
    padding: 0 80px;
}

.header1 .hlink {
    margin-left: auto;
    white-space: nowrap;
    display: flex;
    place-items: center;
}

.header1 .hlink a.lnk {
    border: 2px solid var(--primary);
    color: var(--primary);
    border-radius: 10px;
    padding: 10px 41px;
    margin-left: 15px;
    line-height: 1;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
}

.header1 .hlink a.lnk:hover, .header1 .hlink a.lnk.apply:hover {
    background-color: var(--secondary);
    color: #fff;
    border-color: var(--secondary);
}

.header1 .hlink a.lnk.apply {
    background-color: var(--primary);
    color: #fff;
    font-weight: bold;
}

.header1 .hlink a.lnk.apply i {
    position: absolute;
    top: 11px;
    font-size: 13px;
}

.header1 .hlink a.lnk.apply i.icon1 {
    color: #ffc500;
    right: 20px;
}

.header1 .hlink a.lnk.apply i.icon2 {
    color: #ff623a;
    right: 28px;
}

.menusect .menu li {
    display: block;
    position: relative;
}

.menusect .menu a {
    color: var(--secondary);
}

.menusect .menu > li > a {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.13em;
}
.educare .menusect .menu > li > a{
    text-transform:none;
    letter-spacing: 0;
    color: #01823b;
}

.menusect .menu > li > ul > li > a {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    color: #575757;
}

.menusect .menu li:hover > a {
    color: #000;
}

.menusect {
    background: #e5e5e5;
    padding: 0 80px;
}
.educare .menusect{
    padding-right:0;
}
.mobile_btn{
    display:none;
}

.menusect .menu > li.menu-item-has-children {
    position: relative;
}




@media(min-width:1200px){
    .cinfo h1{
        padding-right:80px;
    }
}
@media (min-width: 1201px) {
    .menusect .menu {
        display: flex;
        height: 50px;
        margin-left: -40px;
    }

    .menusect .menu > li {
        height: 100%;
    }

    .menusect .menu > li > a {
        display: flex;
        height: 100%;
        padding: 0px 40px;
        align-items: center;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .menusect .menu > li:hover > a {
        background: #fff;
    }

    .menusect .menu > li > ul {
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 100%;
        background: #fff;
        box-shadow: 0 0 10px #0003;
        transition: all 0.3s ease-out;
        opacity: 0;
    }
    .educare .menusect .menu > li > ul{
        left:auto;
        right:0;
    }

    .menusect .menu > li > ul > li {
        padding: 0 20px;
    }

    .menusect .menu > li > ul > li > a {
        display: flex;
        white-space: nowrap;
        border-bottom: 1px solid #e3e3e3;
        height: 50px;
        align-items: center;
        position: relative;
        padding-right: 50px;
    }
    .educare .menusect .menu > li > ul > li > a {
        padding: 0 20px 0 0px;
        font-size: 17px;
        letter-spacing: 0;
        text-transform: none;
    }
    .educare .menusect .menu > li > ul > li.menu-item-has-children > a{
        padding-left:30px;
    }

    .menusect .menu > li > ul > li:hover > a {
        color: var(--primary);
    }

    .menusect .menu > li:hover > ul > li > a {
        transform: translate(0, 0px);
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .menusect .menu > li > ul > li.menu-item-has-children > a:after {
        content: "\e80c";
        font-family: "fontello";
        position: absolute;
        right: 20px;
    }
    .educare .menusect .menu > li > ul > li.menu-item-has-children > a:after{
        right:auto;
        left:0;
        transform:rotate(180deg);
    }

    .menusect .menu > li:hover > ul {
        visibility: visible;
        opacity: 1;
    }

    .menusect .menu > li > ul > li > ul {
        visibility: hidden;
        position: absolute;
        background: #fff;
        top: -150px;
        left: 100%;
        width: 900px;
        padding: 30px 15px;
        opacity: 0;
        box-shadow: 0 0 10px #0003;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }
    .educare .menusect .menu > li > ul > li > ul{
        left:auto;
        right:100%;
        top:-50px;
    }

    .menusect .menu > li > ul > li > ul:after {
        display: block;
        left: 0;
        right: 0;
        top: 100%;
        height: 1000px;
        position: absolute;
    }

    .menusect .menu > li > ul > li:hover > ul {
        visibility: visible;
        opacity: 1;
        z-index: 11;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        transition-delay: 0;
    }

    .menusect .menu ul ul a {
        font-size: 20px;
        white-space: nowrap;
        height: 45px;
        display: flex;
        padding: 0 15px;
        border-bottom: 1px solid #ccc;
        align-items: center;
        color: #333;
    }
    .educare .menusect .menu ul ul a{
        font-size: 14px;
    }

    .menusect .menu ul ul a:hover {
        color: var(--primary);
    }

    .menusect .menu ul ul li.menuimg > a {
        height: auto;
        display: block;
        white-space: pre-wrap;
        border-bottom: 0;
        padding-bottom: 0;
        font-weight: 800;
        line-height: 1.2;
        pointer-events: none;
        max-width: 100%;
        transform: translate(0, 10px);
        opacity: 0;
    }

    .menusect .menu ul li:hover > ul > li.menuimg > a {
        opacity: 1;
        transform: translate(0, 0px);
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        color: var(--primary);
        letter-spacing: 0.2em;
    }

    .menusect .menu ul li > ul > li.menuimg > a {
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .menusect .menu ul li > ul > li.menuimg > ul > li {
        transform: translate(0, -10px);
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .menusect .menu ul li:hover > ul > li.menuimg > ul > li {
        transform: translate(0, 0px);
        opacity: 1;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .menusect .menu ul li:hover > ul > li.menuimg > ul > li:nth-child(1) {
        transition-delay: 0.2s;
    }

    .menusect .menu ul li:hover > ul > li.menuimg > ul > li:nth-child(2) {
        transition-delay: 0.4s;
    }

    .menusect .menu ul ul li.menuimg a img {
        margin-bottom: 20px;
        display: block;
        width: 100%;
        height: 100px;
        object-fit: cover;
    }

    .menusect .menu ul ul li:last-child > a {
        border: none;
    }

    .menusect .menu ul ul li.menuimg > a {
        font-size: 25px;
        color: var(--primary);
        letter-spacing: 0.2em;
    }

    .menusect .menu ul ul li.menuimg > ul {
        display: flex;
        justify-content: space-between;
    }

    .menusect .menu ul ul li.menuimg > ul > li {
        flex: 0 0 49%;
    }

    .menusect .menu ul ul li.menuimg > ul > li > a {
        display: none;
        color: #575757;
    }
}

#footer .ft1 {
    background-color: #dbdbdb;
    display: flex;
    font-size: 27px;
    justify-content: space-between;
    padding: 50px 80px;
}

#footer .ft1 li {
    display: block;
    line-height: 1.2;
}

#footer .ft1 .footer-title {
    font-weight: bold;
    color: #4d4d4d;
    margin-bottom: 15px;
}

#footer .ft1 li a {
    color: #4d4d4d;
    font-size: 21px;
    font-weight: 300;
}

#footer .ft1 li a:hover {
    color: #000;
}

#footer .sociallinks {
    display: block;
    width: 370px;
    max-width: 100%;
}

#footer .sociallinks a {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 15px;
    margin-bottom: 15px;
}

#footer .ft2 {
    background-color: #4d4d4d;
    color: #fff;
    padding: 50px 80px;
}

#footer .ft2 .centres {
    display: flex;
    justify-content: flex-start;
}

#footer .ft2 .centre {
    display: flex;
    /* flex: 0 0 370px; */
    align-items: flex-start;
    justify-content: center;
    margin-left: 30px;
}

#footer .ft2 .centre:first-child {
    margin-left: 0;
}

#footer .ft2 img {
    width: 76px;
    margin-top: 5px;
}

#footer .ft2 .info {
    border-left: 1px solid #808080;
    padding-left: 20px;
    margin-left: 20px;
    line-height: 1;
}

#footer .ft2 .info p {
    margin-bottom: 15px;
}

#footer .ft2 .info p:last-child, #footer .ft3 p:last-child {
    margin-bottom: 0;
}

#footer .ft3 {
    display: flex;
    padding: 50px 80px;
    background: #333 url(ng.svg) no-repeat center right 80px;
    background-size: 140px;
}

#footer .logos {
    display: flex;
    align-items: center;
}

#footer .logos img {
    display: block;
}

#footer .logos img.logo1 {
    width: 230px;
    border-right: 2px solid #cbc9c7;
    margin-right: 40px;
    padding-right: 40px;
}

#footer .logos img.logo2 {
    width: 170px;
}

#footer .ft3 .cp {
    text-align: right;
    margin-left: auto;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
}

#footer .ft3 p {
    margin-bottom: 15px;
}

#footer .ft3 p span {
    margin-left: 20px;
    text-decoration: none !important;
}

#footer .ft4 {
    background: #1a1a1a;
    padding: 30px 80px;
}

#footer .ft4 .sponsors {
    display: flex;
}

#footer .ft4 .sponsors img {
    display: block;
    height: 40px;
    width: auto;
    margin-right: 50px;
}

.hslide {
    width: 100%;
}

.hslide img {
    width: 100%;
    display: block;
    height: 40vw;
}

.hslide .cap {
    width: auto;
    position: absolute;
    left: 50%;
    bottom: 80px;
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    width: 100%;
    width: 1700px;
    margin-left: -850px;
}

.hslide .cap h2 {
    font-size: 75px;
    line-height: 0.8;
    font-weight: 200;
    text-shadow: 2px 2px 4px black;
    margin-bottom: 26px;
}

.hslide .cap p {
    margin-bottom: 30px;
}

.hslide .cap a, .section.imagecta a {
    background: var(--primary);
    color: #fff;
    padding: 10px 40px;
    border-radius: 10px;
    display: inline-block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    top: 0px;
    position: relative;
}

.hslide .cap a:hover, .section.imagecta a:hover {
    box-shadow: 0 0 7px #0004;
    top: -5px;
}

.hslide .cap h2 {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transform: translate(0, -30px);
    opacity: 0;
}

.hslide .cap p {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    transform: translate(0, 30px);
    opacity: 0;
}

.hslide .cap p:nth-child(2) {
    transition-delay: 0.1s;
}

.hslide .cap p:nth-child(3) {
    transition-delay: 0.3s;
}

.hslide .cap p:nth-child(4) {
    transition-delay: 0.6s;
}

.hslide.swiper-slide-active .cap p, .hslide.swiper-slide-active .cap h2 {
    transform: translate(0, 0);
    opacity: 1;
}

#hero .swiper-pagination-bullet-active {
    background-color: #fff;
}

.section .inner {
    max-width: 1500px;
    margin: auto;
    width: 100%;
}

.section.coursesf {
    background: var(--primary);
    padding: 50px 80px;
}

.section.coursesf h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: bold;
}

.section .courses {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.coursesf .course {
    flex-basis: 25%;
    padding: 5px;
}

.coursesf .course a {
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    overflow: hidden;
}

.coursesf .course a > img {
    height: 260px;
    width: 100%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    transform: scale(1.01, 1.01);
    object-fit: cover;
}

img.imgh {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    transform: scale(1, 1);
}

img.imgh:hover {
    transform: scale(1.1, 1.1);
}

.coursesf .course:hover img {
    transform: scale(1.1, 1.1);
}

.coursesf .course i {
    display: block;
    font-size: 60px;
    margin-bottom: 5px;
}

.coursesf .course h4 {
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-weight: 300;
    line-height: 1.2;
    font-size: 33px;
}

.coursesf .course h4 img {
    width: 60px;
    margin-bottom: 10px;
    display: block;
}

.section.textcall2 {
    padding: 7vw 0;
    font-size: 20px;
}

.textcall2 .inner {
    display: flex;
}

.textcall2 .inner > div {
    flex-basis: 50%;
    padding: 70px 80px;
}

.textcall2 .inner .right {
    background-color: #dbdbdb;
}

.section.imagecta {
    background-size: cover;
    background-position: center;
    min-height: 38vw;
    display: flex;
    text-align: center;
    color: #fff;
    font-size: 25px;
}

.section.imagecta h2 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 23px;
}

.section.imagecta p:last-child {
    margin-bottom: 0;
}

.section.latestnews {
    padding: 7vw 0;
}

.section.latestnews h1 {
    text-align: center;
    margin-bottom: 70px;
}

.section.latestnews h1:after {
    display: block;
    content: "";
    width: 210px;
    margin: auto;
    height: 4px;
    background-color: var(--primary);
    margin-top: 20px;
}

.section.latestnews .posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section.latestnews .post {
    flex-basis: calc(33.33% - 50px);
    padding-bottom: 70px;
    max-width: calc(33.33% - 50px);
}

.section.latestnews .post a.img {
    display: block;
    overflow: hidden;
}

.section.latestnews .post img {
    width: 100%;
    aspect-ratio: 8/5;
    object-fit: cover;
}

.section.latestnews .post h4 {
    font-weight: bold;
    font-size: 30px;
    color: #4e4e50;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 30px;
    text-transform: uppercase;
    max-width: 100%;
}

.section.latestnews .post a.more {
    font-size: 25px;
    font-style: italic;
    color: #4e4e50;
}

.section.latestnews .post a.more:hover {
    color: var(--primary);
}

.section.latestnews .post a.more i {
    font-size: 17px;
}

.section.latestnews .des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.section.latestnews a.all {
    background: #4c4947;
    color: #fff;
    padding: 10px 40px;
    border-radius: 10px;
    display: inline-block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    top: 0px;
    position: relative;
    font-size: 34px;
    width: 300px;
    margin: auto;
    text-align: center;
    display: block;
}

.section.latestnews a.all:hover {
    background-color: var(--primary);
}

.section.testimonial {
    display: flex;
    min-height: 25vw;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.section.testimonial .tslide {
    display: flex;
    align-items: center;
    padding: 60px 100px;
}

.section.testimonial .swiper-slide {
    display: flex;
    height: 100%;
}

.section.testimonial .swiper-wrapper {
    transition-timing-function: ease-in-out;
}

.section.testimonial .tslide img {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    border: 4px solid #fff;
    flex: 0 0 230px;
    margin-right: 40px;
    object-fit: contain;
}

.section.testimonial .tslide .cap {
    flex-grow: 1;
    color: #fff;
    font-size: 35px;
    line-height: 1;
    padding-left: 30px;
    padding-right: 30px;
}

.section.testimonial .tslide .cap .name {
    font-weight: bold;
}

.section.simplecta, .help-wrapper {
    background-color: var(--primary);
    color: #fff;
    font-size: 49px;
    font-weight: bold;
    padding: 50px 0;
    overflow: hidden;
}

.section.simplecta .inner, .help-wrapper > .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section.simplecta a, .help-wrapper a {
    border-radius: 10px;
    border: 4px solid #fff;
    color: #fff;
    font-size: 34px;
    padding: 10px 60px;
    margin-left: 50px;
}

.section.simplecta a:hover, .help-wrapper a:hover {
    background-color: #fff;
    color: var(--primary);
}

body, .section.textcall2, .section.testimonial .tslide .cap {
    font-weight: 300;
}

.pagination {
}

.pagination a {
    display: inline-block;
}

.section.pagetitle {
    min-height: 500px;
    width: 100%;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    place-content: center;
}

.archive .section.pagetitle {
    margin-bottom: 50px;
}

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

.section.pagetitle h1 {
    font-size: 70px;
    font-weight: 900;
    color: #fff;
}

.section.textcall1 {
    background-color: var(--primary);
    text-align: center;
    color: #fff;
    font-size: 36px;
    padding: 5vw 0;
}

.section.textcall1 h1 {
    margin-bottom: 2vw;
}

.section.textcall1 .inner {
    max-width: 1400px;
}

.section.textcall1 ul.links {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2vw;
    padding-left: 0;
}

.section.textcall1 ul.links > li {
    display: block;
    flex: 0 0 33.33%;
    margin-bottom: 20px;
}

.section.textcall1 ul.links a {
    color: #fff;
    font-weight: bold;
}

.section.textcall1 ul.links a i {
    font-size: 26px;
    color: var(--secondary);
}

.section.textcall1 ul.links a:hover {
    color: var(--secondary);
}

.section.imagesect {
    display: flex;
    overflow: hidden;
    align-items: center;
    font-size: 20px;
}

.section.imagesect > .img {
    flex: 0 0 50%;
    width: 50%;
}

.section.imagesect > .img img {
    width: 100%;
    height: 100%;
    /* display: none; */
    object-fit: cover;
    min-height: 40vw;
}

.section.imagesect .content {
    flex: 0 0 50%;
    padding: 80px;
}

.section.imagesect.imageright {
    flex-direction: row-reverse;
}

body > .wp-block-columns {
    max-width: 1700px;
    margin: auto;
    padding-top: 2em;
}

.section.dualtext, .section.dualimagecta {
    display: flex;
}

.section.dualtext > div, .section.dualimagecta > div {
    padding: 80px;
}

.section.dualimagecta > div {
    background-size: cover;
    min-height: 30vw;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    flex: 0 0 50%;
}

.section.dualimagecta > div a {
    color: #fff;
    background-color: var(--secondary);
    padding: 10px 30px;
    border-radius: 10px;
    display: inline-block;
}

.facus {
    margin-bottom: 7vw;
}

.facu {
    display: flex;
    max-width: 1670px;
    margin: auto auto 50px;
    flex-direction: row-reverse;
}

.facus h1 {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.facus h1:after {
    content: "";
    background-color: var(--primary);
    width: 210px;
    height: 3px;
    display: block;
    margin: 10px auto;
}

.facu .content {
    background: #dbdbdb;
    flex: 0 0 62%;
    padding: 80px;
    font-size: 36px;
}

.facu .content a {
    background-color: #4e4e50;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 10px 60px;
    border-radius: 10px;
    margin-top: 15px;
    font-size: 34px;
}

.facu .content a:hover {
    background-color: var(--primary);
}

.facu .content h3 {
    font-size: 45px;
    color: #4e4e50;
    text-transform: uppercase;
    line-height: 1;
}

.facu .content h3:after {
    content: "";
    background-color: #4e4e50;
    width: 210px;
    height: 3px;
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
}

.facu .info {
    display: flex;
    flex-grow: 1;
    background: var(--primary);
    flex-direction: column;
    color: #fff;
}

.facu .info .code {
    background-color: #4c4947;
    position: relative;
    padding: 50px 0 50px 170px;
    /* min-height: 100px; */
}

.facu .info .code i {
    position: absolute;
    left: 80px;
    font-size: 60px;
    line-height: 70px;
    top: 50%;
    margin-top: -35px;
}

.facu .info .code .title {
    color: #b5b5b5;
    font-weight: 900;
    font-size: 21px;
}

.facu .info .code .value {
    font-size: 36px;
    padding-top: 10px;
}

.facu .info .summary {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 80px 0 50px;
    justify-content: space-between;
}

.facu .info .summary .button {
    flex: 0 0 45%;
}

.facu .info .summary .button a {
    color: inherit;
}

.facu .info .summary .button i {
    font-size: 45px;
    display: inline-block;
    margin-bottom: 10px;
}

.facu .info .summary .button h5 {
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 5px;
}

table.utable {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    min-width: 768px;
}

table.utable th {
    background-color: var(--primary);
    color: #fff;
    text-align: left;
    font-weight: bold;
    font-size: 30px;
    padding-left: 30px;
    pading-right: 30px;
    height: 70px;
}

table.utable td {
    border: 1px solid #c9c9c9;
    height: 80px;
    padding-left: 30px;
    padding-right: 30px;
}

table.utable td:first-child {
    border-left: none;
}

table.utable tr:last-child td {
    border-bottom: none;
}

.ucontent {
    font-size: 27px;
    margin-bottom: 50px;
}

.ucontent h2 {
    font-size: 102px;
    color: #5dbbce;
}

.textboxs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.textbox_section {
    text-align: center;
}

.textboxs .textbox {
    width: 25%;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 50px;
}

.textboxs .textbox h3 {
    font-size: 30px;
}

.textboxs .textbox img {
    max-width: 100px;
    margin-bottom: 10px;
}

.textboxs .textbox a {
    font-weight: bold;
    color: #262626;
}

.textboxs .textbox a:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    content: "\e80c";
    font-size: 15px;
}

.textboxs .textbox a:hover {
    color: var(--primary);
}

.center {
    text-align: center;
}

.downloadboxs {
    max-width: 1300px;
    margin: auto;
}

.downloadboxs .downloadbox {
    background-color: #eeeeee;
    padding: 20px 220px 20px 50px;
    margin-bottom: 15px;
    position: relative;
    border-radius: 5px;
    min-height: 87px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.downloadboxs .downloadbox h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    /* min-height: 47px; */
}

.downloadboxs .downloadbox p {
    margin-bottom: 0;
    margin-top: 15px;
}

.downloadboxs .downloadbox a {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: var(--primary);
    color: #fff;
    width: 180px;
    text-align: center;
    padding: 10px 0;
    border-radius: 15px;
    display: block;
}

.downloadboxs .downloadbox a:hover {
    background-color: #535255;
}

.downloadboxs .downloadbox p:last-child, .downloadboxs .downloadbox h3:last-child {
    margin-bottom: 0;
    margin-top: 0;
}

.page-id-460 .container {
    max-width: 1730px;
}

.university-pathway-left img {
    max-width: 200px;
    margin-bottom: 70px;
}

.university-pathway-right h3 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.university-pathway-right .tbwrap {
    margin-top: 50px;
}

/*course intro*/
.courseintro {
    background-size: cover;
    background-position: center;
    color: #fff;
    font-size: 30px;
    padding: 60px 0;
    position: relative;
}

.courseintro h2 {
    margin-bottom: 15px;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: 900;
}

.courseintro.unitrack h2 {
    font-family: var(--font1);
    text-transform: none;
    font-weight: bold;
}

.courseintro h2 em {
    font-weight: normal;
}

.courseintro a {
    display: inline-block;
    line-height: 40px;
    border-radius: 20px;
    background-color: #764c9e;
    color: #fff;
    font-size: 16px;
    padding: 0 30px;
    box-shadow: 5px 5px 10px #0000003b;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.courseintro.cb a {
    background-color: #ff564d;
}

.courseintro.unitrack a {
    background-color: #420039;
}

.courseintro .inner {
    max-width: 1000px;
}

.courseintro .logo {
    display: block;
    position: absolute;
    height: 50px;
    right: 30px;
    bottom: 30px;
    max-width: 200px;
}

/*key features*/
.keyfeature {
    text-align: center;
    padding: 80px 0;
    font-size: 25px;
    max-width: 1000px;
    margin: auto;
}

.keyfeature .features {
    text-align: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    padding: 30px 0;
}

.keyfeature .feature {
    display: flex;
    font-size: 19px;
    align-items: flex-start;
}

.keyfeature .feature img {
    flex: 0 0 100px;
    max-width: 100px;
    margin-right: 30px;
}

.keyfeature .feature h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
}

.keyfeature a.more {
    display: inline-block;
    line-height: 40px;
    background: var(--primary);
    color: #fff;
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.15em;
    padding: 0 30px;
}

.keyfeature a.more:hover {
    background-color: var(--secondary);
}

/*form*/
.hide {
    display: none;
}

.search-result-container .content-title {
    text-align: left;
}
.cinfo h1:after {
    margin-top: 9px;
  }
  .course .uni {
	display: none;
}
.team .people {
    align-items: initial!important;
}

.section.pagetitle h1 {
    letter-spacing: 12px!important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
}
.course-wrapper .content-description p {
    text-align: left;
    font-size: 17px;
}

.ncode{
    display:flex;
    font-size:24px;
    margin:15px 0 10px;
}
.ncode img{
    width:40px;
    margin-right:10px;
}

/*fluent form dropdown fix*/
.fluentform-step{
    padding: 5px 5px 40px !important;
}
.frm-fluent-form .choices__list--dropdown .choices__list{
        max-height: fit-content !important;
}


/****/
@media (min-width: 1200px) {
    .basiccontent {
        padding: 0 120px;
    }
}

@media (max-width: 1800px) {
    .hslide .cap {
        margin-left: 0;
        left: 50px;
        bottom: 50px;
    }
}

@media (max-width: 1750px) {
    .menusect, body > .wp-block-columns {
        padding: 0 50px;
    }

    .inner, .header1 {
        padding: 0 50px;
    }
    .course_testimonial .inner{
        padding-left:0;
        padding-right:0;
    }

    .section.coursesf {
        padding: 50px 0;
    }

    .section.latestnews .post {
        flex-basis: calc(33.33% - 33px);
        max-width: calc(33.33% - 33px);
    }

    #footer .ft1, #footer .ft2, #footer .ft3, .section.dualtext > div, .section.dualimagecta > div, .section.imagesect .content {
        padding: 50px;
    }

    #footer .ft4 {
        padding: 30px 50px;
    }
}

@media (max-width: 1400px) {
    .facu .content {
        padding: 50px;
    }

    .section.textcall1, .facu .content h3 {
        font-size: 27px;
    }

    .facu .content a {
        padding: 10px 30px;
        font-size: 25px;
    }

    .facu .info .summary {
        padding: 50px 50px 30px;
    }

    .header1 {
        height: 180px;
    }

    .facu .info .summary .button i {
        font-size: 35px;
    }

    .facu .info .code {
        padding: 40px 0 40px 120px;
    }

    .facu .info .code i {
        font-size: 40px;
        left: 50px;
    }

    .menusect .menu > li > ul > li > ul {
        width: calc(100vw - 520px);
    }

    .menusect .menu ul ul li.menuimg > ul > li {
        flex: 1 0 auto;
    }

    .menusect .menu ul li:hover > ul > li.menuimg > ul > li {
        margin-right: 15px;
    }

    .hslide .cap h2 {
        font-size: 60px;
        line-height: 1;
    }

    .hslide .cap p, .facu .content, .facu .info .code .value {
        font-size: 25px;
    }

    h1 {
        font-size: 60px;
    }

    h4, .section.imagecta, .section.latestnews .post h4 {
        font-size: 22px;
    }

    body, .section.latestnews .post a.more, .facu .info .code .title, .ucontent {
        font-size: 20px;
    }

    #footer .ft1 {
        font-size: 20px;
    }

    #footer .sociallinks a {
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }
    h4, .section.imagecta, .section.latestnews .post h4 {
        font-size: 26px;
      }
    .educare .menusect .menu ul ul a{
        font-size:14px;
    }
}

@media (max-width: 1200px) {
    table.utable td, table.utable th {
        padding: 0 20px;
    }

    .header-strip-wrapper {
        font-size: 16px;
    }

    .header1 .hlink a.lnk {
        font-size: 25px;
        padding:10px 40px;
    }

    .header1 {
        height: auto;
    }

    .main-header .logo img {
        max-width: 210px;
        margin: 20px 0;
    }

    .m-menu {
        display: block;
        width: 32px;
        height: 25px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        margin-left: 15px;
        margin-right: 0;
    }

    .m-menu span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: var(--primary);
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    .mm-wrapper_opened .m-menu span {
        background-color: var(--primary);
    }

    .m-menu span:nth-child(1) {
        top: 0px;
    }

    .m-menu span:nth-child(2) {
        top: 10px;
    }

    .m-menu span:nth-child(3) {
        top: 20px;
    }

    .mm-wrapper_opened .m-menu span:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .mm-wrapper_opened .m-menu span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .mm-wrapper_opened .m-menu span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .menusect .menu {
        display: block;
    }

    .menusect {
        padding: 0px 0px;
        display: none;
    }

    .menusect a {
        display: block;
    }

    .menusect .menu ul ul li.menuimg > a, .menusect .menu ul ul li.menuimg > ul > li > a {
        display: none;
    }

    .menusect .menu > li > ul {
        display: none;
    }

    .menusect .menu > li > a {
        font-size: 30px;
        border-bottom: 1px solid #ccc;
        padding: 0 10px;
        height: 60px;
        display: flex;
        align-items: center;
    }

    .menusect .menu > li {
        display: block;
        padding: 0 50px;
    }

    .menusect .menu > li.menu-item-has-children a {
        position: relative;
    }

    .menusect .menu li.menu-item-has-children > span.open {
        top: 0;
        height: 60px;
        line-height: 60px;
        padding-right: 43px;
        z-index: 11;
        right: 0;
        cursor: pointer;
        position: absolute;
        display: block;
    }

    .menusect .menu li.menu-item-has-children > span.open i {
        transform: rotate(0deg);
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        display: inline-block;
    }

    .menusect .menu li.menu-item-has-children.act > span.open i {
        transform: rotate(90deg);
    }

    .menusect .menu > li.menu-item-has-children.act {
        background: #ccc;
    }

    .menusect .menu > li > ul {
        padding: 0 0px 20px;
    }

    .menusect .menu > li > ul a {
        padding: 5px 0;
    }

    .menusect .menu > li > ul > li.menu-item-has-children > ul {
        display: none;
    }

    .menusect .menu > li > ul > li a {
        padding: 10px 15px;
        border-top: 1px solid #b9b9b9;
    }

    .menusect .menu > li > ul > li.menu-item-has-children > span.open {
        top: 0;
        bottom: 0;
        height: auto;
        line-height: initial;
        display: flex;
        align-items: flex-start;
        padding-right: 0px;
    }

    .menusect .menu > li > ul > li.menu-item-has-children > span.open i {
        margin-top: 11px;
    }

    .menusect .menu > li > ul > li > ul > li a {
        padding: 10px 25px;
    }

    .coursesf .course {
        flex-basis: 33.33%;
    }

    body, .section.textcall2, .section.testimonial .tslide .cap {
        font-size: 20px;
    }

    .swiper-wrapper {
        align-items: center;
    }

    .hslide .cap {
        max-width: 90%;
    }

    .header-strip-wrapper .container {
        padding: 0 50px;
    }
    .m-menu {
        margin-left: 27px;
    }
    .header1 .hlink a.lnk {
		padding: 10px 34px;
        font-size: 15px;
	}
    .main-header .logo img {
		max-width: 220px!important;
	}
    
}

@media (max-width: 1023px) {
    .menusect .menu > li > ul > li > ul {
        width: 100%;
    }

    .textboxs .textbox {
        width: 33.33%;
    }

    .downloadboxs .downloadbox a {
        position: relative;
        right: 0;
        top: 0;
        margin-top: 15px;
    }

    .downloadboxs .downloadbox {
        padding-right: 40px;
    }

    .facu {
        display: block;
    }

    .hslide img {
        height: 60vw;
        object-fit: cover;
    }

    .coursesf .course {
        flex-basis: 50%;
    }

    .coursesf .course i {
        font-size: 40px;
    }

    .coursesf .course h4, .facu .content h3 {
        font-size: 25px;
    }

    .textcall2 .inner {
        padding: 0;
    }

    .textcall2 .inner > div {
        padding: 40px;
    }

    .hslide .cap, .hslide .cap p, h4, .section.imagecta {
        font-size: 20px;
        font-weight: normal;
    }

    .hslide .cap h2, h1 {
        font-size: 45px;
    }

    .section.coursesf h2, .section.latestnews .post h4 {
        font-size: 30px;
    }

    .section.imagecta {
        padding: 40px 0;
    }

    .section.imagecta h2, .section.imagecta p {
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .section.latestnews .post {
        flex-basis: calc(50% - 25px);
        max-width: calc(50% - 25px);
    }

    .section.testimonial .tslide {
        padding: 50px 0;
    }

    .section.testimonial .tslide img {
        width: 120px;
        height: 120px;
        flex: 0 0 120px;
    }

    .section.simplecta, .help-wrapper {
        font-size: 25px;
    }

    .section.simplecta a, .help-wrapper a {
        border-width: 2px;
        font-size: 20px;
        padding: 10px 30px;
    }

    .section.simplecta, .help-wrapper {
        padding: 30px 0;
    }

    #footer .ft1 {
        flex-wrap: wrap;
    }

    #footer .ft1 > div {
        flex: 0 0 50%;
        margin-bottom: 40px;
    }

    #footer .ft2 .centre {
        flex: 0 0 50%;
        margin-bottom: 30px;
        justify-content: flex-start;
    }

    #footer .ft2 {
        padding-bottom: 20px;
    }

    #footer .ft2 .centres {
        flex-wrap: wrap;
    }

    #footer .ft3 {
        display: block;
    }

    #footer .ft3 .cp {
        text-align: left;
        padding-top: 20px;
    }

    .section.textcall1 ul.links > li {
        flex: 0 0 50%;
    }

    .section.imagesect, .section.dualtext, .section.dualimagecta {
        display: block;
    }

    .section.imagesect > .img {
        width: auto;
    }

    .section.dualtext > div {
        padding-top: 0;
    }

    .section.pagetitle h1 {
        font-size: 60px;
    }

    .section.pagetitle {
        min-height: 300px;
    }
}

@media (max-width: 767px) {
    .cinfo h1 {
        margin-top: 43px;
        margin-right: 300px;
    }

    .textboxs .textbox {
        width: 100%;
    }

    .downloadboxs .downloadbox {
        border-radius: 0;
        padding: 20px;
    }

    .downloadboxs .downloadbox h3 {
        font-size: 20px;
    }

    .tbwrap {
        overflow-x: scroll;
    }

    .header1 .hlink a.lnk {
        display: none;
    }

    .inner, .header1, .header-strip-wrapper .container {
        padding: 0 30px;
    }

    .textcall2 .inner {
        display: block;
    }

    .section.testimonial .tslide, .section.latestnews .posts, #footer .ft1, #footer .ft2 .centres, .section .courses {
        display: block;
    }

    #footer .logos img.logo1 {
        width: 90%;
        padding-right: 20px;
        margin-right: 20px;
    }

    #footer .logos img.logo2 {
        width: 40%;
    }

    #footer .ft3 .cp {
        text-align: center;
    }

    #footer .ft1, #footer .ft2, #footer .ft3 {
        padding: 30px;
    }

    .section.testimonial .tslide img {
        margin: auto auto 30px;
        display: block;
    }

    .section.testimonial .tslide .cap {
        text-align: center;
    }

    #footer .ft2 .centre {
        justify-content: left;
    }

    #footer .ft2 {
        padding-bottom: 1px;
    }

    #footer .logos {
        justify-content: center;
    }

    #footer .logos a {
        flex: 0 0 50%;
        display: block;
    }

    .section.imagecta h2 {
        font-size: 40px;
    }

    .hslide img {
        height: 102vw;
    }

    .hslide .cap p {
        font-size: 15px;
    }

    .hslide .cap p:last-child {
        display: block;
    }

    .hslide .cap h2 {
        font-size: 35px;
        line-height: 0.8;
    }

    .hslide .cap {
        left: 30px;
        right: 30px;
        bottom: 10px;
    }

    .menusect .menu > li {
        padding: 0 20px;
    }

    .menusect .menu li.menu-item-has-children > span.open {
        padding-right: 30px;
    }

    .main-header .logo img {
        max-width: 50vw;
    }

    .section.pagetitle {
        padding-left: 30px;
        padding-right: 30px;
    }

    .section.textcall1 ul.links {
        display: block;
    }

    h2 {
        font-size: 2em;
    }

    .section.dualimagecta > div, .facu .content {
        font-size: 20px;
    }

    .menusect, body > .wp-block-columns {
        padding: 0 30px;
    }

    .section .inner {
        padding: 0;
    }

    .section.basiccontent .inner {
        padding: 0 40px;
    }

    .facu .info .code {
        padding: 30px 0 30px 100px;
    }

    .facu .info .code i {
        left: 30px;
    }

    .facu .info .summary {
        padding: 30px;
    }

    .facu .content {
        padding: 30px;
    }

    .facus h1:after {
        width: 100px;
    }

    .section.coursesf h2 {
        padding-left: 30px;
    }

    .coursesf .course h4 {
        bottom: 30px;
        left: 30px;
    }

    .section.latestnews .post h4, .section.latestnews .des, .section.simplecta {
        padding-left: 30px;
        padding-right: 30px;
    }

    .section.latestnews .post a.more {
        margin-left: 30px;
    }

    .section.dualimagecta > div {
        min-height: 80vw;
    }

    .page-id-460 .container {
        margin: 0;
        padding: 0;
    }

    .lead-page-header .lead-title{
        font-size: 1.8em;
    }
    .lead-sub-title{
        font-size:1.3em;
    }
    .lead-page-header iframe{
    }
    .lead-page-header .down{
        width: 50px;
    }
    .lead-page-header .video{
        width:100%;
    }
    .lead-page-header{
        padding:50px 0;
    }
    .course-block{
        grid-template-columns:1fr;
    }
    .course-block .img{
        order:-1;
        height: 50vw;
    }
    .course-block .content{
        width: 100%;
        padding: 20px;
    }
    .ncode{
            display:block;
    }
    .course-block .title{
        font-size:1.5em;
    }
    .bottom-info{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .bottom-info a{
        order:111;
        grid-column: 1/3;
    }
    .codes .ncode,
    .code .ncode{
        font-size: 0.8em !important;
    }
    .apply-cta.active{
        bottom:20px;
        opacity:1;
        pointer-events:all;
        visibility:visible;
    }
    
}

/*****/
/*new added*/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vimeo .video {
    max-width: 740px;
    margin: auto;
}

.video_section {
    padding: 50px 0;
}

.tfees .trow {
    background: #f4f4f5;
    display: flex;
    font-size: 17px;
    align-items: center;
    height: 45px;
    font-weight: normal;
}

.educare .tfees .trow{
    height:auto;
    padding-top:10px;
    padding-bottom:10px;
    font-size:14px;
}

.tfees .trow.hrow {
    background: var(--primary);
    color: #fff;
    height: 57px;
    font-weight: 400;
}

.tfees .trow .col1 {
    flex: 0 0 25%;
    padding-left: 20px;
}

.tfees .trow .col2 {
    flex: 0 0 12.5%;
}
.tfees .trow .col3 {
    flex: 0 0 25%;
}

.tfees .info {
    padding-top: 10px;
    padding-left: 20px;
    font-size: 20px;
}

.tfees h4 {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 5px;
    color: #000;
    margin-top: 20px;
}

.pricetable {
    max-width: 1400px;
    margin: auto auto 100px;
}

.pricetable .tfees .info {
    display: none;
}

.pricetable .tfees .trow .col1 {
    padding-left: 50px;
    padding-right: 10px;
}

.pricetable .tfees .trow .col1 a {
    color: inherit;
}
.educare .pricetable .tfees .trow .col1 a{
    line-height:1;
}

.pricetable .tfees .trow .col1 a:hover {
    color: var(--primary);
}

.pricetable .tfees .trow .col1 br {
    display: none;
}

.tfees .trow.gray {
    background-color: #e2e2e2;
}

.tfees .trow.click {
    position: relative;
    cursor: pointer;
}

.tfees .trow.click:before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 14px;
    border-color: transparent transparent transparent var(--primary);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.educare .tfees .trow.click:before{
    top:15px;
}

.tfees .trow.click.act:before {
    transform: rotate(90deg);
}

.degree_section {
    padding-top: 50px;
}
.degree_section .inner{
    display:flex;
    flex-direction:column;
}

.degree_section .filters {
    display: flex;
    order: -1;
}

.degree_section .filter {
    padding-right: 50px;
}

.degree_section label {
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 18px;
    position: relative;
    line-height: 20px;
    z-index: 1;
}

.degree_section select {
    border: 1px solid #949494;
    background: #f4f4f5;
    height: 55px;
    padding: 0 40px 0 20px;
    font-size: 18px;
    color: #222;
    font-family: "mr-eaves-modern", sans-serif;
    border-radius: 8px;
}

.degree_section label:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -44px;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 8px 0 8px;
    border-color: var(--primary) transparent transparent transparent;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    pointer-events: none;
}

#degreesubmit {
    display: none;
}

.degree_section select:focus + label {
    background: #ccc;
}

.utable1 {
    width: 100%;
    text-align: left;
    font-size: 18px;
    border-collapse: collapse;
}

.utable1 th {
    background: var(--primary);
    color: #fff;
    padding: 10px 20px;
    border-bottom: 2px solid #fff;
}

.utable1 td {
    padding: 10px 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.utable1 tr {
    background: #f4f4f5;
}

.utable1 tr:nth-child(2n + 1) {
    background: #e2e2e2;
}
.degree_section .utable1 tr:nth-child(2n + 1){
    background:#f4f4f5;
}

.titlebox {
    padding: 50px 20px 10px 40px;
}

.titlebox h2 {
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 300;
}

.titlebox h5 {
    font-weight: 300;
    text-transform: uppercase;
    font-style: italic;
    color: #808080;
    margin-bottom: 15px;
}

.utable1 .tbcol4 img {
    max-height: 40px;
}

.utable1 .tbcol7 a {
    display: inline-block;
    margin-right: 15px;
    padding: 5px 25px;
    border: 2px solid var(--primary);
    border-radius: 8px;
}

.utable1 td.tbcol7 {
    width: 264px;
}

.utable1 td.tbcol7 a.act, .utable1 td.tbcol7 a:hover {
    background: var(--primary);
    color: #fff;
}

.utable1 td.tbcol1 a {
    color: inherit;
}

.utable1 td.tbcol1 a:hover {
    color: var(--primary);
}

.button.fees {
    cursor: pointer;
}

.tfeesw table {
    width: 100%;
    text-align: left;
    font-size: 17px;
    border-collapse: collapse;
    font-weight: normal;
}

.tfeesw th {
    font-weight: normal;
    padding: 15px 10px;
    background: var(--primary);
    color: #fff;
}

.tfeesw td {
    background: #f4f4f5;
    padding: 5px 10px;
}

.tfeesw td:first-child, .tfeesw th:first-child {
    padding-left: 20px;
}

.header-wrapper .hd2,
.header-wrapper .hd1{
    text-shadow: 3px 3px 9px black;
}

@media (max-width: 900px) {
    .degree_section .tbwrap, .tfeesw {
        overflow-x: scroll;
    }

    .degree_section .tbwrap {
        padding: 0 20px;
    }

    .degree_section .tbwrap table, .tfeesw table {
        min-width: 900px;
    }

    .degree_section .filters {
        display: block;
    }

    .degree_section .filters select {
        width: 100%;
        margin-bottom: 20px;
    }

    .degree_section .filter {
        padding: 0 30px;
    }

    .utable1 td.tbcol7 {
        width: 211px;
    }

    .utable1 .tbcol7 a {
        padding: 5px 10px;
    }

    .pricetable h2 {
        padding-left: 20px;
    }

    .pricetablew {
        overflow-x: scroll;
    }

    .pricetable .tfees {
        min-width: 1100px;
    }

    .pricetable .tfees .info, .pricetable .pricetable h2 {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        top: 0;
        width: 100vw;
        padding-right: 20px;
    }
}

@media (max-width: 1300px) {
    .facilities .gallery .left {
        padding-right: 30px;
    }

    .facilities .gallery .right {
        padding-left: 30px;
    }
}

@media (max-width: 900px) {
    .facilities .facislider img {
        height: 300px;
    }

    .team h2, .facilities h2, .course_testimonial h2, .partner h2, .course_details h2, .whilestudy h2, .how_apply h2 {
        font-size: 50px;
    }

    .schedule_table {
        overflow-x: scroll;
        max-width: 100%;
        min-width: 0;
    }

    .schedule_table table {
        width: 800px;
    }
}

@media (max-width: 767px) {
    /*new course page Jun2021*/ .single-post-content .inner {
        padding: 0;
    }

    .single-post-content h1, .single-post-content h2, .single-post-content h3, .single-post-content h4, .single-post-content h5, .single-post-content p, .single-post-content cite, .single-post-content ul, .single-post-content ol {
        padding: 0 30px;
    }

    #footer .ft2 .centre {
        margin-left: 0;
    }

    .single-post-content {
        padding: 50px 0;
    }

    .team h2, .facilities h2, .course_testimonial h2, .partner h2, .course_details h2, .whilestudy h2, .how_apply h2, h2.hd1, h2.hd2, .header-wrapper .hd1, .header-wrapper .hd2 {
        font-size: 40px;
        line-height: 1.1;
    }

    .course_testimonial h3 {
        font-size: 27px;
    }

    .facilities .gallery .left, .facilities .gallery .right {
        width: 100%;
        padding: 0;
    }

    .facilities .gallery .left {
        margin-bottom: 20px;
    }

    .facilities .gallery:before {
        display: none;
    }

    .course_testimonial .swiper-slide-active .testimonial_box {
        display: block;
    }

    .course_testimonial .testimonial_box img {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .course_testimonial {
        padding-left: 0;
        padding-right: 0;
    }

    .team .people, .whilestudy .wboxes {
        display: block;
    }

    .how_apply .number {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 30px;
        line-height: 40px;
    }

    .header-wrapper a {
        height: 50px;
    }

    .main-header .logo img {
        max-width: 200px !important;
    }
}

.swiper-container {
    overflow: hidden;
}

/*unitrack update*/
section.packages {
    background: var(--primary) url(images/arrowbg.svg) center;
    background-size: 255px 225px;
    text-align: center;
    padding: 120px 0;
    color: #fff;
    position: relative;
    box-shadow: 0 5px 10px #0000004a;
}

.packages h2 {
    color: #fff;
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
}

.packages h2 em {
    font-style: italic;
    font-weight: normal;
}

.packages h2 i.icon1 {
    color: var(--secondary);
    position: relative;
    margin-left: -37px;
}

.packages h2 i.icon2 {
    color: #960847;
}

.packages form .grid {
    display: flex;
    max-width: 855px;
    margin: auto;
    justify-content: space-between;
    height: 44px;
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
}

.grid .select {
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 6px #0000005c;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    height: auto;
    flex-grow: 1;
    margin: 0 11px;
    align-self: flex-start;
    color: #aaaaaa;
    position: relative;
}

.grid .select i {
    position: absolute;
    right: 0;
    font-size: 10px;
    top: 16px;
    right: 10px;
    transition: all 0.3s ease-out;
}

.grid .select.act i {
    transform: rotate(90deg);
}

.grid .select span {
    display: block;
    cursor: pointer;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
    padding: 15px 20px 11px;
}

.grid .select:hover span, .grid .select.act span, .grid .select.act i {
    color: var(--primary);
}

.grid .select ul {
    text-transform: uppercase;
    line-height: 1.8;
    padding-bottom: 10px;
    display: none;
    position: absolute;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px #00000021;
    margin-top: 10px;
    left: 0;
    right: 0;
    padding: 5px 0;
    z-index: 1;
}

.grid .select ul:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: 100%;
    left: 20px;
}

.grid .select li {
    display: block;
    cursor: pointer;
    text-align: left;
    padding: 7px 20px;
    line-height: 1.2em;
    font-weight: normal;
}

.grid .select li:hover {
    color: var(--secondary);
}

.grid .select input {
    display: none;
}

section.packages button {
    display: inline-block;
    background-color: var(--primary);
    box-shadow: 3px 3px 10px #00000030;
    height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
    font-family: "mr-eaves-modern", sans-serif;
    font-weight: 900;
}

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

.videolink {
    position: absolute;
    right: 50px;
    bottom: 40px;
}

.videolink a {
    color: #fff;
    line-height: 30px;
    font-style: italic;
    font-family: var(--font1);
}

.videolink a strong {
    font-style: normal;
    font-weight: bold;
}

.videolink a i {
    background-color: var(--secondary);
    font-size: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    border-radius: 15px;
    padding-left: 2px;
}

.faculty_slider {
    background-color: #960847;
    text-align: center;
}

.faculty_slider {
    padding: 0 50px;
}

.faculty_slider a {
    padding: 20px;
    display: inline-block;
    font-family: var(--font1);
    font-weight: 600;
    color: #dfbdcb;
}

.faculty_slider a:hover {
    color: #fff;
}

.faculty_slider .swiper-slide {
    width: auto;
}

section.sponsor {
    padding: 50px 0 70px;
    text-align: center;
}

section.sponsor img {
    height: 60px;
    display: inline-block;
    margin: 0 30px;
}

.uni_intro {
    position: relative;
}

.uni_intro:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 40px;
    background-color: #e5e5e5;
}

.uni_intro .content {
    margin: -40px auto;
    background-color: #efefef;
    box-shadow: 0 0 15px #00000012;
    max-width: 1300px;
    position: relative;
    padding-bottom: 60px;
}

.uni_intro .why {
    padding: 50px 0 80px;
}

.uni_intro .why .info {
    background-color: #fff;
    max-width: 600px;
    background-color: #fff;
    padding: 40px 70px;
    font-size: 30px;
    position: relative;
    box-shadow: 5px 5px 20px #0000002e;
}

.uni_intro .why h2 {
    color: #222;
    font-weight: bold;
}

.uni_intro .why h2 em {
    color: var(--primary);
    font-weight: normal;
}

.uni_intro .why a {
    font-size: 16px;
    color: #fff;
    background: var(--primary);
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 40px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 20px;
    box-shadow: 5px 5px 10px #00000036;
}

.uni_intro .why i {
    font-size: 130px;
    text-shadow: 2px 2px 10px #00000045;
    position: absolute;
    right: -6px;
    bottom: -50px;
    color: #ca0041;
}

.uni_intro .why i.icon2 {
    right: 54px;
    color: #960847;
}

.uni_intro .image_box {
    text-align: center;
    padding: 50px 0;
}

.uni_intro .box {
    width: 210px;
    display: inline-block;
    margin: 0 20px;
    vertical-align: top;
    color: #333;
}

.uni_intro .box h3 {
    font-family: var(--font1);
    color: var(--secondary);
    font-size: 20px;
    margin-bottom: 30px;
}

.uni_intro .box h3 em {
    font-weight: normal;
}

.uni_intro .links {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1160px;
    margin: auto;
}

.uni_intro .links a {
    display: block;
    background-color: #cecece;
    padding: 50px 20px 20px;
    font-family: var(--font1);
    color: var(--secondary);
    font-size: 20px;
}

.uni_intro .links a:hover {
    background-color: #c1c1c1;
}

.uni_intro .links a i {
    color: #ffc500;
    font-size: 12px;
    position: relative;
    top: -2px;
}

.uni_image img {
    width: 100%;
    height: 25vw;
    object-fit: cover;
}

.course_block {
    max-width: 1440px;
    margin: auto;
    padding: 0 20px;
}

.course_block .filter {
}

.courses-wrap {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.courses {
    position: relative;
}

.courses-wrap .course {
    background-color: #dcdcdc;
    box-shadow: 5px 5px 15px #00000024;
    margin-bottom: 40px;
    transition: all 0.3s ease-out;
}

.loading .course {
    opacity: 0.6;
    filter: blur(5px);
}

.courses-wrap .course .flex {
    display: flex;
}

.course .faculties {
    background-color: var(--orange);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #fff;
    font-size: 17px;
    padding: 14px 20px;
    width: 100%;
}

.course .info {
    flex: 0 0 60%;
    padding-bottom: 10px;
}

.course .info .text_wrap {
    padding: 15px 20px;
}

.course .info h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

.course .info .certificate {
    color: var(--orange);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 13px;
    margin-bottom: 5px;
}

.course .info img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.course .uni h5 {
    color: #767676;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.course .uni h5 i {
    color: var(--orange);
    font-size: 13px;
    position: absolute;
    left: 0;
}

.course .uni h5 i.icon1 {
    left: 7px;
}

.course .uni {
    padding: 20px;
    width: 100%;
    background: #efefef;
}

.course .uni img {
    height: 35px;
    width: auto;
    margin-right: 30px;
}

.course .summary {
    padding: 10px 20px 20px 20px;
}

.course .buttons_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
}

.course .buttons_grid i {
    color: var(--orange);
    font-size: 25px;
}

.buttons_grid h5 {
    color: var(--orange);
    font-weight: 700;
    font-size: 11px;
    margin-top: 4px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.buttons_grid p {
    font-size: 16px;
    color: #333;
}

.course .buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.course .buttons a {
    color: var(--orange);
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.2em;
    text-align: center;
    border-radius: 6px;
    border: 1px solid var(--orange);
    padding: 8px;
}

.course .buttons a.act, .course .buttons a:hover {
    background-color: var(--orange);
    color: #fff;
}

.paginate {
    text-align: center;
    padding-bottom: 40px;
}

.paginate > span, .paginate > a {
    display: inline-block;
    margin: 0 5px;
    padding: 5px 10px;
    background-color: var(--primary);
    color: #fff;
    min-width: 32px;
}

span.current {
    border: 1px solid var(--primary);
    color: var(--primary);
    background-color: #fff;
}
.page-numbers span.page-numbers.current{
    border:none;
}

.course_block .filter {
    display: flex;
    padding: 50px 0 40px;
    align-items: center;
}

.course_block .filter .found {
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.course_block .filter .sort {
    position: relative;
    margin-left: auto;
    border: 1px solid #b2b2b2;
    background-color: #f4f4f5;
    border-radius: 5px;
}

.course_block .filter .sort span {
    display: block;
    padding: 5px 20px;
    width: 300px;
    cursor: pointer;
}

.course_block .filter .sort span:after {
    position: absolute;
    right: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #000000 transparent transparent transparent;
    right: 10px;
    top: 15px;
}

.course_block .filter .sort ul {
    background-color: #f4f4f5;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: 0 0 20px #0000001a;
    overflow: hidden;
    display: none;
    z-index: 1;
}

.course_block .filter .sort ul li {
    display: block;
    padding: 5px 20px;
    cursor: pointer;
}

.course_block .filter .sort ul li.act {
    pointer-events: none;
}

.course_block .filter .sort ul li:hover {
    background-color: #e9e9e9;
}

.courses-wrap .sidebar {
    flex: 0 0 300px;
    background-color: #f1f1f1;
    font-size: 14px;
    margin-right: 30px;
    padding: 15px 20px;
    position: sticky;
    top: 50px;
}

.courses-wrap .sidebar.loading {
    opacity: 0.6;
    /* pointer-events:none; */
    user-select: none;
    cursor: wait;
}

.courses-wrap .sidebar.loading div {
    pointer-events: none;
}

.courses-wrap .sidebar h3 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.2em;
    margin-bottom: 0;
}

.filter-box {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.filter-box h4 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    line-height: 26px;
}

.filter-box h4 i {
    font-size: 8px;
    position: absolute;
    right: 2px;
    top: 0px;
    transform: rotate(0deg);
    transition: all 0.3s linear;
}

.filter-box.act h4 i {
    transform: rotate(90deg);
}

.filter-box ul {
    font-size: 17px;
    display: none;
}

.filter-box li {
    display: block;
    position: relative;
    line-height: 24px;
    cursor: pointer;
}

.filter-box li:hover {
    color: var(--primary);
}

.filter-box li:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    border: 1px solid #8e8e8e;
    width: 10px;
    height: 10px;
    top: 6px;
    border-radius: 50%;
}

.filter-box li.act:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='512px' height='368.4px' viewBox='0 0 512 368.4' style='enable-background:new 0 0 512 368.4;' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M500.1,11.9C484.2-4,458.5-4,442.7,11.9L184.2,270.4L69.3,155.5c-15.9-15.9-41.6-15.9-57.4,0s-15.9,41.6,0,57.4l143.6,143.6 c7.9,7.9,18.3,11.9,28.7,11.9s20.8-4,28.7-11.9L500.1,69.3C516,53.5,516,27.8,500.1,11.9z'/%3E%3C/svg%3E");
    background-color: var(--primary);
    border-color: var(--primary);
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
}

.spinner {
    position: absolute;
    right: 500px;
    top: 100px;
    z-index: 22;
    display: none;
}

.loading .spinner {
    display: block;
}

.notfound {
    font-size: 20px;
    font-weight: bold;
}

.course-header-wrapper {
    position: relative;
    height: 20vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.2em;
    background-size: cover;
    /* background-position: center; */
}

.course-header-wrapper .overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    mix-blend-mode: multiply;
}

.course-header-wrapper .header_content {
    z-index: 1;
}

.code .ncode{
    font-size:1.2em;
    font-weight: 900;
}
.code .ncode img{
    width:30px;
}






@media (max-width: 767px) {
    .uni_intro .links {
        grid-template-columns: 1fr;
    }

    .uni_intro .links a {
        padding: 20px;
    }

    .packages form .grid {
        display: block;
        height: auto;
    }

    .grid .select {
        margin-bottom: 20px;
        height: a;
    }

    .videolink {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 50px;
    }

    section.sponsor img {
        margin-bottom: 15px;
    }

    .uni_intro .why .info {
        padding: 30px 20px;
        margin: 0 20px;
        font-size: 23px;
    }

    .uni_image img {
        height: 70vw;
    }

    .uni_intro .why i {
        font-size: 60px;
    }

    .uni_intro .why i.icon2 {
        right: 30px;
    }

    .menusect .menu > li > a {
        font-size: 20px;
    }

    .menusect {
        padding: 0;
    }

    .course_block .filter {
        display: block;
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .course_block .filter .found {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .courses-wrap {
        display: block;
        margin-right: 0;
    }

    .courses-wrap .sidebar {
        margin: 0 0 20px;
        position: relative;
        top: auto;
    }

    .courses-wrap .course .flex {
        flex-wrap: wrap;
        /* flex-direction: column-reverse; */
    }

    .course .info {
        flex: 0 0 100%;
    }

    .course .uni img {
        height: 20px;
        margin-bottom: 10px;
    }

    .facilities ul.location_hd li, .wapply a {
        margin-bottom: 10px;
    }

    .how_apply h3 {
        padding: 0 20px;
    }

    .faculty_slider {
        padding: 0 10px;
    }

    .faculty_slider a {
        font-size: 16px;
    }

    .course-header-wrapper {
        padding: 20px;
        text-align: center;
        height: 40vw;
        margin-bottom: 20px;
    }

    .menusect .menu ul ul li.menuimg > ul > li {
        flex: 0 0 auto;
    }

    .courseintro {
        text-align: center;
        padding: 20px;
        font-size: 18px;
    }

    .courseintro .logo {
        position: relative;
        margin: 50px auto;
    }

    .keyfeature .features {
        text-align: left;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
        padding: 30px 20px;
    }

    .keyfeature .feature img {
        flex: 0 0 40px;
        max-width: 40px;
        margin-right: 16px;
        margin-top: 5px;
    }
}

/*fluent form style*/
.fluentform .ff-el-form-control, .fluentform .ff-el-form-control:hover {
    background: #f2f2f2;
    border: none;
    font-family: inherit;
    font-size: 18px;
}
.fluentform .ff-btn-secondary {
	margin-left: 0px!important;
}

.ff-custom_html {
    font-size: 17px;
}

.ff-custom_html ul {
    font-size: 20px;
}

.ff-custom_html ul li {
    margin-bottom: 5px;
}

.ff-custom_html h4 {
    font-size: 22px;
    font-weight: 700;
    color: #6c64bd;
    margin-top: 35px;
    margin-bottom: 10px;
}

.ff-btn-submit {
    background: #0b1043;
    padding: 15px 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
}

.fullw .ff-btn-submit {
    width: 100%;
}

.fluentform .ff-el-is-error .text-danger {
    font-size: 16px;
}

.fluentform .ff-el-group {
    margin-bottom: 10px;
}

.ff-custom_html h4 {
	color: var(--primary);
	text-transform: uppercase;
	margin-bottom: 5px;
	letter-spacing: 3px;
	
}

.fluentform .ff-btn-secondary:focus, .fluentform .ff-btn-secondary:hover {
	background-color: var(--secondary)!important;
border-color: var(--secondary)!important;
color: #fff!important;
}

.fluentform .ff-btn-secondary {
	background-color: var(--primary)!important;
border-color: var(--primary)!important;
color: #fff;
border: 2px solid var(--primary);
color: ffc300;
border-radius: 10px;
padding: 10px 41px;
margin-left: 15px;
line-height: 1;
font-size: 16px;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
text-transform: uppercase;
letter-spacing: 0.1em;
position: relative;
	font-family: "mr-eaves-modern",sans-serif;
}


.fluentform .ff-el-progress-status {
	font-size: 0.9rem;
margin-bottom: 5px;
margin-top: 30px;
text-align: center;
font-family: "mr-eaves-modern",sans-serif!important;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.fluentform .ff-el-progress-bar {
	background-color: var(--secondary)!important;
color: #fff;
height: inherit;
text-align: right;
transition: width .3s;
}

.ff-el-section-break .ff-el-section-title {
margin-bottom: 2px;
margin-top: 30px;
font-size: 42px;
font-family: "mr eaves modern", sans-serif;
text-align: center;
	display: none;
}

.fluentform .ff-el-group {
	margin-bottom: 7px;
}

hr {
	background: var(--secondary)!important;
	margin-left: auto;
    margin-right: auto;
}

.fluentform .ff_left {
	text-align: center!important;
}

.fluentform h3 {
	padding-bottom: 0;
}


.fluentform p {
	margin-bottom: 8px!important;
}

.fluentform .ff-el-form-control, .fluentform .ff-el-form-control:hover {
	font-size: 16px;
}

.fluentform .ff-el-form-control:focus {
	background-color: #f2f2f2!important;
    border-color: #ced4da!important;
}

.fluentform .ff_upload_btn.ff-btn {
    color: black!important;
    cursor: pointer;
    background-color: rgb(247, 247, 247)!important;
    border-color: #ff5733!important;
    color: #fff;
    border: 2px solid var(--primary);
    color: ffc300;
    border-radius: 10px;
    padding: 14px 74px!important;
    margin-top: 22px;
    line-height: 1;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
	border-style: dashed;
}

.fluentform .ff-el-progress-status {
	margin-bottom: 30px!important;
    margin-top: 30px;
    font-size: 42px!important;
    font-family: "mr eaves modern",sans-serif;
    text-align: center;
    font-weight: 800!important;
    }
/*class schedule page style*/
.main-schedule {
    max-width: 1300px;
    margin: auto;
    padding: 50px 20px;
    font-weight: normal;
}

.filter-by {
    display: flex;
}

.filter-by h4 {
    font-size: 20px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    font-weight: normal;
}

.filter-course {
    flex-grow: 1;
}

.filter-campus {
    flex: 0 0 40%;
    margin-left: 50px;
}

.filter-by select {
    border: 1px solid #b0b0b0;
    height: 70px;
    font-style: normal;
    font-family: inherit;
    font-size: 20px;
    padding-left: 30px;
    background: #e8e8e8;
    border-radius: 14px;
    width: 100%;
    cursor: pointer;
}

.study-mode-guide {
    display: flex;
    border-top: 2px solid #c4c4c4;
    margin-top: 30px;
    padding-top: 30px;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
.single .study-mode-guide{
    justify-content: flex-start;
    border: none;
    margin: 0;
}


.study-mode-guide .key {
    padding: 5px 14px;
    border-radius: 16px;
    border: none;
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
    margin: 0 6px;
    display: inline-flex;
    align-items: center;
    width: auto;
}

.study-mode-guide .rec {
    font-size: 13px;
    border-left: 2px solid #000000;
    padding-left: 10px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.study-mode-guide .rec i {
    font-size: 16px;
    color: #d70034;
    margin-right: 15px;
}

.study-mode-guide .key img {
    max-width: 18px;
    margin-right: 12px;
    display: block;
    width: 100%;
}

.study-mode-guide h5 {
    font-size: 20px;
    margin-bottom: 0;
    margin-right: 20px;
}
.study-mode .note {
	font-size: 15px!important;
	font-weight: 500!important;
}

.course-schedule {
    background: #eaeaea;
    margin-bottom: 50px;
}

.schedule-title {
    background: #563773;
    color: #fff;
    display: flex;
    padding: 22px 40px;
}

.schedule-title h2 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: auto;
    margin-bottom: 0;
    font-family: "mr-eaves-modern", sans-serif;
    display: flex;
    align-items: center;
}

.schedule-title .info {
    font-size: 18px;
    white-space: nowrap;
    display: flex;
}

.schedule-title .info h5 {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    color: #b365aa;
    letter-spacing: 0.13em;
}

.schedule-title .info i {
    font-size: 40px;
    margin-right: 10px;
}

.schedule-title .info-box {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.schedule-title .info-box img {
    height: 34px;
    width: auto;
    display: block;
    margin-right: 15px;
}

.course-group h3 {
    color: #563773;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    padding-left: 20px;
}

.course-group {
    padding: 20px 40px 30px;
}
.single .course-group{
    padding: 40px 0 0;
}

.course-group .day {
    display: flex;
    height: 56px;
    border-bottom: 1px solid #fff;
    background: #dedede;
    align-items: center;
    color: #ABABAB;
    padding-left: 20px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
}
.course-group .short-name{
    display:none;
}

.course-group .day .name {
    flex: 0 0 140px;
}

.room-img img {
    height: 20px;
}

.study-img img {
    height: 14px;
}

.sessions {
    color: #fff;
    display: flex;
    flex-grow: 1;
    overflow-x: auto;
}

.session {
    display: flex;
    border-radius: 10px;
    padding: 0 15px;
    font-weight: bold;
    font-size: 10px;
    align-items: center;
    height: 44px;
    margin-right: 10px;
}

.session .room-img {
    margin-right: 15px;
}

.session .time {
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: none;
    white-space: nowrap;
}

.session .trainer {
    border-left: 2px solid #fff;
    margin-left: 15px;
    padding-left: 15px;
    display: flex;
    align-items: center;
}

.session .trainer-photo img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow:2px 2px 2px #0000003d
;
    flex: 0 0 30px;
    min-width: 30px;
}

.session .trainer-name {
    margin: 0 10px;
}

.session .room-title {
    margin-bottom: 3px;
}

.session .room-title i {
    text-shadow: 2px 2px 2px #0000003d;
    margin-left: 10px;
}
.not-found{
    text-align:center;
}
.fee-page{
    max-width:1400px;
    margin:auto;
}

.fee-page .filter-by{
    margin-bottom:90px;
}
.fee-page h1{
    font-size:50px;
}
.fee-page .description{
    margin-bottom:50px;
}
.fluentform .ff-el-form-control:disabled{
    opacity:0.4;
    cursor: not-allowed;
}
.ff-el-input--content.dropdown{
    position:relative;
}
.ff-el-input--content.dropdown:before{
        content: "\e80c";
    font-family: "fontello";
    position: absolute;
    right: 20px;
    top:13px;
    font-size:10px;
    transform:rotate(90deg);
}
/*password*/
form.post-password-form {
    text-align: center;
    padding: 200px 0;
}
form.post-password-form p:first-child{
    font-size: 25px;
}
form.post-password-form input{
    border:1px solid #ccc;
    height:30px;
    border-radius:8px;
    padding:0 10px
}
form.post-password-form input[type=submit]{
    border:none;
    padding:0 20px;
    color:#fff;
    cursor:pointer;
    background:var(--primary);
    text-transform:uppercase
}


/*fees page table responsive*/
.fee-mobile{
    display:none;
}
.fee-mobile table{
    width:100%;
    border-collapse:collapse;
    background:#f4f4f5;
    margin-bottom:20px;
}
.fee-mobile th{
    background-color:var(--primary);
    padding:10px 20px;
    
}
.fee-mobile th a{
    text-align:left;
    display:block;
    color: #fff;
    font-weight: normal;
}
.fee-mobile td{
    padding:10px;
    border-bottom:1px solid #e7e7e7;
}
.fee-mobile td:first-child{
    padding-left:20px;
}
.mobile-info{
    padding:0 20px;
}

@media(min-width:768px){
    .fluentform {
        margin-left: 100px;
			margin-right: 100px;
    }
}


@media(min-width:1366px){
    .fluentform {
        margin-left: 300px;
			margin-right: 300px;
    }
}

@media(min-width:1921px){
    .fluentform {
        margin-left: 500px;
			margin-right: 500px;
    }
}
@media(max-width:767px){
    .course-group .short-name{
        display:block;
    }
    .course-group .long-name,
    .fee-desktop,.tfees .trow.hrow
    {
        display:none;
    }
    .course-group .day .name{
        flex:0 0 60px;
    }
    .fee-mobile{
        display:block;
    }
    .pricetable .tfees{
        min-width:0;
    }
    .fluentform .ff_upload_btn.ff-btn {
		padding: 10px!important;
	}
    .fluentform {
        margin-left: 20px;
			margin-right: 20px;
    }
    .mobile_btn{
        display:flex;
        padding:10px 20px
    }
    .mobile_btn a{
        border:2px solid var(--primary);
        padding:5px 20px;
        border-radius:10px;
        text-transform:uppercase;
        letter-spacing:0.1em;
        margin-right: 20px;
    }
    a.apply{
        background:var(--primary);
        color:#fff;
    }
    .section.coursesf{
        overflow: hidden;
    }
    .section.pagetitle h1{
        font-size:35px;
        text-align: center;
    }
    .section.textcall1{
        padding: 30px 20px;
    }
    .textcall1 p,
    .textcall1 li{
        font-size:18px;
    }
    .textcall1 li{
        display:inline-block;
    }
    #footer .ft1, #footer .ft2, #footer .ft3, .section.dualtext > div, .section.dualimagecta > div, .section.imagesect .content{
        padding:30px;
    }
    .section.latestnews .post{
        max-width:100%;
    }


    .course_testimonial .testimonial_box{
        display:flex;
        flex-direction:column;
    }
    .course_testimonial .swiper-slide{
        padding-left:30px;
        padding-right:30px;
    }
    .course-preview h2{
        font-size:1.8em;
    }
}