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

:root {
    --orange: #e86024;
    --font1: "Poynter", sans-serif;
}

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

html {
    -webkit-text-size-adjust: none;
}

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;
}

.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;
}

a.down-arrow {
    display: block;
    margin: 0 auto;
    max-width: 50px;
}

.how-to-apply-wrapper {
    background-image: -moz-linear-gradient(-90deg, #677ce7 0, #764ba2 90%);
    background-image: -webkit-linear-gradient(-90deg, #677ce7 0, #764ba2 90%);
    background-image: -ms-linear-gradient(-90deg, #677ce7 0, #764ba2 90%);
    background-image: linear-gradient(-90deg, #677ce7 0, #764ba2 90%);
    padding: 30px 0;
}

.course-icon {
    display: block;
    max-width: 44px;
    margin: 0 auto 10px;
}

.courses-wrapper {
    padding: 120px 0;
    background-color: #fff;
}

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

.courses-row {
    max-width: 1000px;
    margin: 0 auto;
}

.course-block-first {
    margin-top: 60px;
}

.short-courses-row {
    margin-top: 140px;
    display: table;
    width: 100%;
}

.short-course-image {
    width: 50%;
    display: table-cell;
}

.short-courses-detail {
    width: 50%;
    background-color: #3c3c3c;
    display: table-cell;
    font-weight: 700;
    padding: 50px;
    color: #fff;
    font-size: 40px;
    vertical-align: middle;
    text-align: center;
    line-height: 1.2;
}

.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;
}

.form-col-full {
    width: 100%;
}

.form-col-half {
    float: left;
    width: 49.5%;
    margin-left: 1%;
}

.form-col-half:nth-of-type(odd) {
    margin-left: 0;
    clear: left;
}

.submit-btn {
    background-image: -moz-linear-gradient(-90deg, #0a1145 0, #0a1145 90%);
    background-image: -webkit-linear-gradient(-90deg, #0a1145 0, #0a1145 90%);
    background-image: -ms-linear-gradient(-90deg, #0a1145 0, #0a1145 90%);
    background-image: linear-gradient(-90deg, #0a1145 0, #0a1145 90%);
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 13px 0;
    margin-top: 4px;
}

.submit-btn:hover {
    color: #fff;
}

.custom-select select {
    width: 100%;
    display: block;
    padding: 0 10px;
    height: 50px;
    font-size: 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-weight: 800;
    color: #fff;
    background: #ccc;
    border-radius: 4px;
}

.custom-select option {
    color: #262626;
}

.custom-select {
    position: relative;
    border-radius: 5px;
    margin: 4px 0;
}

.custom-select:before {
    pointer-event: none;
    content: "";
    display: table;
    position: absolute;
    background-repeat: no-repeat;
    right: 15px;
    top: 14px;
    background-image: url(../images/double-arrow.png);
    width: 12px;
    height: 24px;
    background-size: 12px;
}

.inner-page-banner {
    position: relative;
}

.inner-page-banner a.down-arrow {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
}

.mission-block {
    background-color: #ebebeb;
}

.map-wrapper {
    /*background-image:url('../images/map-image.png');*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 200px 0;
}

.partners-wrapper {
    padding: 120px 0 30px;
}

.partner-slider {
    margin-top: 40px;
}

.partner-slider.flexslider {
    border: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.partners-wrapper .flex-direction-nav a:before {
    font-size: 18px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    line-height: 32px;
}

.partners-wrapper .flex-direction-nav a {
    width: 30px;
    height: 30px;
    background-color: #cccccc;
    border-radius: 50%;
    text-align: center;
}

.partners-wrapper .flex-direction-nav .flex-next {
    text-align: center;
}

.contact-detail-wrapper {
    padding: 140px 0;
}

.contact-left {
    float: left;
    width: 35%;
    padding-right: 2%;
    text-align: left;
}

.contact-left p {
    text-align: left;
}

.contact-right {
    float: left;
    width: 65%;
}

.contact-detail-heading {
    font-size: 18px;
    font-weight: 700;
    color: #3c3c3c;
}

.contact-right .contact-detail-heading {
    text-align: center;
}

.contact-detail-icon {
    float: left;
    width: 30px;
}

.contact-detail-icon img {
    max-width: 15px;
}

.contact-detail {
    float: left;
    font-weight: 500;
    color: #3c3c3c;
}

.contact-detail a {
    font-weight: 700;
    text-decoration: underline;
    color: #3c3c3c;
}

.contact-detail-row {
    margin-bottom: 10px;
}

.contact-left .contact-detail-heading {
    margin-bottom: 5px;
}

.contact-mail-row {
    margin-bottom: 3px;
}

.contact-map-wrapper {
    display: table;
    width: 100%;
}

.contact-map-left {
    float: left;
    background-image: url("../images/contact-map-left.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 120px 0;
    text-align: center;
    width: 50%;
    border: solid 10px #3c3c3c;
}

.contact-map-right {
    display: table-cell;
    background-image: url("../images/contact-map-right.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 120px 0;
    text-align: center;
    width: 50%;
    border: solid 10px #3c3c3c;
    border-left: 0;
}

.contact-map-left h1, .contact-map-right h1 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.contact-map-left p, .contact-map-right p {
    color: #fff;
    font-size: 16px;
}

.contact-detail-block + .contact-detail-block {
    margin-top: 35px;
}

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

.faq-wrapper .content-description p {
    font-weight: 300;
    text-align: center;
    font-size: 17px;
    line-height: 1.3;
    max-width: 800px;
    margin: 0 auto;
}

.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;
}

.faq-wrapper .accordian-container p {
    text-align: left;
    max-width: 100%;
    padding-bottom: 15px;
    font-size: 16px;
    color: #000;
}

.faq-wrapper .accordian-container h3 {
    padding-bottom: 3px;
    padding-top: 12px;
    font-size: 16px;
    color: #000;
}

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

.course-information-ul li {
    width: 100%;
    padding: 6px 0;
}

.course-information-ul li span {
    font-weight: 700;
    max-width: 105px;
    width: 100%;
    display: inline-block;
}

a.download-course-btn {
    display: inline-block;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 8px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    padding: 0 18px;
    font-weight: 800;
    font-size: 16px;
}

a.download-course-btn span {
    display: inline-block;
    max-width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
}

a.course-apply-btn {
    display: inline-block;
    font-weight: 800;
    font-size: 16px;
    background-color: #fff;
    border-radius: 8px;
    height: 40px;
    line-height: 41px;
    padding: 0 15px;
    margin-left: 15px;
    color: #6979bb;
}

.our-courses-banner {
    /*background-image:url('../images/our-courses-banner.jpg');*/
}

.faculty-title {
    background-color: #f2f2f2;
    text-align: center;
    font-size: 24px;
    text-align: center;
    color: #6c64bd;
    padding: 20px;
    font-weight: 700;
}

.faculty-listing {
    padding: 0;
    margin: 0;
    list-style: none;
}

.faculty-listing li {
    float: left;
    width: 25%;
    text-align: center;
    border-top: solid 4px #fff;
    border-left: solid 4px #fff;
    background-color: #d9d9d9;
}

.faculty-listing li:nth-of-type(4n + 1) {
    clear: left;
    border-left: 0;
}

.faculty-listing li a {
    display: block;
    color: #808080;
    font-weight: 800;
    font-size: 14px;
    padding: 5px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faculty-listing li a:hover {
    color: #fff;
    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%);
}

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

.faculty-listing li.faculty-listing-full {
    width: 50%;
}

.enrollment-form-title {
    font-size: 22px;
    font-weight: 700;
    color: #6c64bd;
    margin-top: 35px;
    margin-bottom: 10px;
}

.form-col-half {
    float: left;
    width: 49.5%;
    margin-left: 1%;
}

.form-col-half:nth-of-type(odd) {
    margin-left: 0;
}

.enrollment-custom-select select {
    width: 100%;
    display: block;
    padding: 0 10px;
    height: 50px;
    font-size: 14px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: none;
    font-weight: 700;
    color: #262626;
}

.enrollment-custom-select {
    position: relative;
    background: #f2f2f2;
    border-radius: 5px;
    margin: 4px 0;
    padding-right: 25px;
}

.enrollment-custom-select:before {
    pointer-event: none;
    content: "";
    display: table;
    position: absolute;
    background-repeat: no-repeat;
    right: 15px;
    top: 20px;
    background-image: url(../images/single-arrow-icon.png);
    width: 12px;
    height: 12px;
    background-size: 12px;
}

.form-col-one-third {
    float: left;
    width: 32.6%;
    margin-left: 1%;
}

.form-col-one-third:first-of-type {
    margin-left: 0;
}

.enrollment-form-label {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 7px;
    font-style: italic;
    color: #999999;
    margin-top: 12px;
}

.custom-browse-box {
    margin-bottom: 10px;
}

.accepted-file {
    font-size: 14px;
}

.custom-checkbox input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.custom-checkbox input:checked + .custom-r::after {
    background: #6c64bd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 12px;
    margin: 2px;
    width: 11px;
    border-radius: 2px;
}

.custom-r {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    display: inline-block;
    height: 18px;
    margin-right: 8px;
    margin-top: -5px;
    vertical-align: middle;
    width: 17px;
}

.custom-checkbox {
    margin-bottom: 15px;
}

.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;
}

.form-col-seven {
    float: left;
    width: 66.4%;
}

.enrollment-submit {
    max-width: 150px;
    margin-top: 30px;
}

.drop-file {
    background-color: #f7f7f7;
    padding: 50px;
    text-align: center;
    border: dashed 1px #e5e5e5;
    border-radius: 7px;
    color: #999999;
    margin-top: 10px;
}

.study-col:nth-of-type(3n + 1) {
    clear: left;
    margin-left: 0;
}

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

.row {
    padding: 5px 0;
}

.tab-description p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.3;
}

.tab-description p + p {
    margin-top: 30px;
}

.faculty-listing li a:hover, .faculty-listing li.active a {
    color: #fff;
    background-image: -moz-linear-gradient(-120deg, #6877e1 0, #7450a9 90%);
    background-image: -webkit-linear-gradient(-120deg, #6877e1 0, #7450a9 90%);
    background-image: -ms-linear-gradient(-120deg, #6877e1 0, #7450a9 90%);
    background-image: linear-gradient(-120deg, #6877e1 0, #7450a9 90%);
}

.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-subtitle {
    text-align: center;
    font-size: 28px;
    color: #3c3c3c;
}

.enrollment-faculty-slider {
    margin: 30px 0 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.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;
}

.enrollment-faculty-slider .flex-direction-nav a:before {
    font-size: 17px;
    color: #fff;
    margin-top: 5px;
}

.enrollment-faculty-slider .flex-direction-nav a {
    width: 30px;
    height: 30px;
    background-color: #afafaf;
    border-radius: 50%;
}

.enrollment-faculty-slider .flex-direction-nav .flex-next {
    text-align: center;
}

.enrollment-faculty-slider .flex-direction-nav .flex-prev {
    text-align: center;
}

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

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

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

.news-pagination-container {
    float: right;
    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;
}

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

.news-block-container {
    float: left;
    background-color: #f5f5f5;
    width: 30.6%;
    margin: 20px 0 20px 4%;
}

.news-block-container:nth-of-type(3n + 1) {
    clear: left;
    margin-left: 0;
}

.news-title-block {
    padding: 13px 15px 10px;
    background-image: -moz-linear-gradient(-40deg, #6877e1 0, #7450a9 90%);
    background-image: -webkit-linear-gradient(-40deg, #6877e1 0, #7450a9 90%);
    background-image: -ms-linear-gradient(-40deg, #6877e1 0, #7450a9 90%);
    background-image: linear-gradient(-40deg, #6877e1 0, #7450a9 90%);
    min-height: 120px;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-title {
    color: #fff;
    text-align: center;
    font-size: 19px;
    line-height: 1.1;
    font-weight: 700;
}

.posted {
    font-size: 13px;
    color: #fff;
    text-align: center;
    margin-top: 3px;
    font-weight: 500;
}

.news-detail {
    text-align: center;
    font-size: 14px;
    padding: 25px 35px 20px;
    color: #3c3c3c;
    font-weight: 300;
    line-height: 1.2;
}

a.read-more-btn {
    display: block;
    width: 100%;
    max-width: 135px;
    margin: 0 auto;
    color: #fff;
    background-image: -moz-linear-gradient(-150deg, #6877e1 0, #7450a9 90%);
    background-image: -webkit-linear-gradient(-150deg, #6877e1 0, #7450a9 90%);
    background-image: -ms-linear-gradient(-150deg, #6877e1 0, #7450a9 90%);
    background-image: linear-gradient(-150deg, #6877e1 0, #7450a9 90%);
    font-weight: 800;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    font-size: 17px;
    margin-bottom: 25px;
}

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

.career-coaching-row {
    display: table;
    margin-top: 100px;
}

.career-coaching-left {
    display: table-cell;
    width: 50%;
    background-color: #3c3c3c;
    text-align: center;
    padding: 60px;
    vertical-align: middle;
    color: #fff;
}

.career-coaching-left h1 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}

.career-coaching-right {
    display: table-cell;
    width: 50%;
}

.career-wrapper .content-description p {
    max-width: 780px;
}

.career-block-wrapper {
    padding: 20px 0 100px;
}

.career-block {
    float: left;
    width: 45%;
    margin-left: 10%;
}

.career-block:nth-of-type(odd) {
    clear: left;
    margin-left: 0;
}

.career-block-title {
    font-size: 40px;
    color: #6c64bd;
    font-weight: 700;
    max-width: 350px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.career-block-image {
    margin-bottom: 50px;
}

.career-block-content p {
    text-align: left;
    padding: 10px 0;
    line-height: 1.3;
}

.next-step-row {
    display: table;
    width: 100%;
    margin: 120px 0 40px;
}

.next-step-left {
    display: table-cell;
    width: 50%;
}

.next-step-right {
    display: table-cell;
    width: 50%;
    background-color: #3c3c3c;
    padding: 70px;
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    vertical-align: middle;
}

.next-step-right a {
    color: #fff;
    display: block;
    width: 100%;
    max-width: 180px;
    height: 47px;
    line-height: 42px;
    border: solid 2px #fff;
    border-radius: 12px;
    font-weight: 800;
    font-size: 20px;
    margin: 20px auto 0;
}

.study-plan-wrapper p {
    max-width: 760px;
}

.study-plan-wrapper {
    padding: 110px 0;
}

.study-plan-row {
    margin-top: 110px;
}

.study-help-wrapper {
    padding: 35px 0;
}

.study-help-wrapper a.request-call-btn {
    font-size: 20px;
    padding: 7px 20px;
}

.testimonial-block-row {
    margin: 60px 0 0;
}

.testimonial-block {
    float: left;
    width: 30.6%;
    margin: 20px 0 20px 4%;
    background-image: -moz-linear-gradient(-55deg, #6877e1 0, #7450a9 90%);
    background-image: -webkit-linear-gradient(-55deg, #6877e1 0, #7450a9 90%);
    background-image: -ms-linear-gradient(-55deg, #6877e1 0, #7450a9 90%);
    background-image: linear-gradient(-55deg, #6877e1 0, #7450a9 90%);
    padding: 45px 40px;
    text-align: center;
    min-height: 540px;
}

.testimonial-block:nth-of-type(3n + 1) {
    clear: left;
    margin-left: 0;
}

.testimonial-block-image {
    max-width: 180px;
    margin: 0 auto 20px;
}

.testimonial-block-image img {
    border-radius: 50%;
    border: solid 5px #fff;
}

.testimonial-block-text {
    color: #fff;
    line-height: 1.2;
    font-style: italic;
    font-size: 15px;
    font-weight: 500;
}

.testimonial-block-name {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
}

.university-pathyway-banner {
    /*background-image:url('../images/university-pathway-banner.jpg');*/
}

.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;
}

.study-help-wrapper {
    padding: 32px 0;
}

.contact-map-left + .contact-map-left {
    border-left: 0;
}

.study-plan-wrapper .content-description p {
    max-width: 760px;
}

.course-slider {
    background-color: transparent;
    border: 0;
    margin: 0;
}

.faculty-listing li:nth-of-type(4n + 1):last-of-type {
    width: 100%;
}

.faculty-listing li:nth-of-type(4n + 2):last-of-type, .faculty-listing li:nth-of-type(4n + 1):nth-last-of-type(2) {
    width: 50%;
}

.faculty-listing li:nth-of-type(4n + 3):last-of-type, .faculty-listing li:nth-of-type(4n + 2):nth-last-of-type(2), .faculty-listing li:nth-of-type(4n + 1):nth-last-of-type(3) {
    width: 33.33334%;
}

.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;
}

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

.single-post-content-wrapper .content-description p {
    font-weight: 300;
    text-align: left;
    font-size: 19px;
    line-height: 1.2;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.faq-wrapper .accordian-container p br {
    display: none;
}

.contact-map-left .content-description p {
    font-weight: 500;
    font-size: 16px;
}

.niet-course-centered {
    text-align: center;
}

.niet-course-centered ul li {
    float: none;
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.course-information-ul {
    padding-left: 25px;
}

/*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;
}

.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 .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);
}

@media screen and (max-width: 1024px) {
    .courses-wrapper {
        padding: 100px 0;
    }

    .course-block-description {
        font-size: 26px;
        padding: 23px 10px;
    }

    .course-block-description a {
        font-size: 17px;
        padding: 9px 10px;
        margin-left: 10px;
    }

    .course-block-second {
        margin-top: 110px;
    }

    .course-block-second .course-block-description .block-title {
        font-size: 44px;
    }

    .course-block-second .course-block-description .block-description {
        max-width: 400px;
        font-size: 19px;
    }

    .course-block-second .course-block-description {
        top: 65%;
    }

    .short-courses-detail {
        padding: 50px 20px;
    }

    .short-courses-detail {
        font-size: 34px;
        vertical-align: middle;
    }

    .short-courses-detail br {
        display: none;
    }

    .blank-banner-wrapper {
        padding: 130px 0;
    }

    .inner-page-banner {
        min-height: 450px;
    }

    .map-wrapper {
        padding: 170px 0;
    }

    .partners-wrapper {
        padding: 100px 0 30px;
    }

    .contact-detail-wrapper {
        padding: 90px 0;
    }

    .contact-left {
        width: 40%;
    }

    .contact-right {
        width: 60%;
    }

    .contact-map-right {
        padding: 90px 0;
    }

    .contact-map-left {
        padding: 90px 0;
    }

    .faq-wrapper {
        padding: 70px 0;
    }

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

    a.download-course-btn {
        padding: 0 12px;
    }

    a.course-apply-btn {
        margin-left: 7px;
        padding: 0 11px;
    }

    .niet-offers-wrapper {
        padding: 30px 0 80px;
    }

    .news-title {
        font-size: 18px;
    }

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

    .career-coaching-left {
        padding: 30px;
    }

    .career-coaching-left h1 {
        font-size: 26px;
        margin-bottom: 0;
    }

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

    .career-coaching-row {
        margin-top: 75px;
    }

    .career-block-title {
        font-size: 30px;
    }

    .next-step-right {
        padding: 50px 40px;
        font-size: 38px;
    }

    .testimonial-block {
        padding: 45px 20px;
        min-height: 565px;
    }

    .testimonial-block-image {
        max-width: 150px;
    }

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

    .study-plan-wrapper {
        padding: 80px 0;
    }

    .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;
    }

    a.down-arrow {
        max-width: 40px;
    }

    .course-block-description a {
        display: block;
        margin: 15px auto 0;
        max-width: 160px;
    }

    .course-block-second .course-block-description .block-description {
        font-size: 17px;
    }

    .short-courses-row {
        margin-top: 120px;
    }

    .short-courses-detail {
        font-size: 28px;
    }

    .short-courses-detail {
        padding: 30px 20px;
    }

    .testimonial-image {
        width: 26%;
    }

    .testimonial-desctiption {
        width: 74%;
        font-size: 18px;
    }

    .testimonial-name {
        font-size: 18px;
        margin-top: 15px;
    }

    .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;
    }

    .inner-page-banner {
        min-height: 400px;
    }

    .map-wrapper {
        padding: 135px 0;
    }

    .partners-wrapper {
        padding: 80px 0 30px;
    }

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

    .faq-title {
        margin-top: 60px;
    }

    .faculty-listing li {
        width: 33.33%;
    }

    .faculty-listing li:nth-of-type(4n + 1) {
        clear: none;
        border-left: solid 4px #fff;
    }

    .faculty-listing li:nth-of-type(3n + 1) {
        clear: left;
        border-left: 0;
    }

    .faculty-listing li.faculty-listing-full {
        width: 33.33%;
    }

    .study-col {
        width: 50%;
        margin-left: 0;
    }

    .study-col:nth-of-type(3n + 1) {
        clear: none;
        float: left;
    }

    .study-col:nthof-type(odd) {
        margin-left: 0;
        clear: left;
    }

    .enrollment-faculty-subtitle {
        font-size: 22px;
    }

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

    .news-block-container {
        width: 48%;
    }

    .news-block-container:nth-of-type(3n + 1) {
        clear: none;
        margin-left: 4%;
    }

    .news-block-container:nth-of-type(odd) {
        clear: left;
        margin-left: 0;
    }

    .news-title {
        font-size: 21px;
    }

    .search-textbox {
        width: 150px;
    }

    .career-coaching-row {
        display: block;
        max-width: 550px;
        margin: 75px auto 0;
    }

    .career-coaching-left {
        display: block;
        width: 100%;
        padding: 70px 60px;
    }

    .career-coaching-right {
        display: block;
        width: 100%;
    }

    .career-coaching-left h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .career-block-title {
        font-size: 28px;
    }

    .career-block-image {
        margin-bottom: 30px;
    }

    .career-block-wrapper {
        padding: 20px 0 70px;
    }

    .next-step-row {
        display: block;
        max-width: 550px;
        margin: 0 auto;
    }

    .next-step-left {
        display: block;
        width: 100%;
    }

    .next-step-right {
        display: block;
        width: 100%;
        padding: 60px;
        font-size: 48px;
    }

    .next-step-row {
        margin: 80px auto 0;
    }

    .testimonial-block-row {
        margin: 40px 0 0;
    }

    .testimonial-block {
        width: 48%;
        min-height: 530px;
        padding: 45px 30px;
    }

    .testimonial-block:nth-of-type(3n + 1) {
        clear: none;
        margin-left: 4%;
    }

    .testimonial-block:nth-of-type(odd) {
        clear: left;
        margin-left: 0;
    }

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

    .study-plan-wrapper {
        padding: 60px 0;
    }

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

    .faculty-listing li:nth-of-type(3n + 1):last-of-type {
        width: 100%;
    }

    .cinfo .faculty {
        background-color: var(--secondary);
    }

    .faculty-listing li:nth-of-type(3n + 2):last-of-type, .faculty-listing li:nth-of-type(3n + 1):nth-last-of-type(2) {
        width: 50%;
    }

    .faculty-listing li:nth-of-type(3n + 3):last-of-type, .faculty-listing li:nth-of-type(3n + 2):nth-last-of-type(2), .faculty-listing li:nth-of-type(3n + 1):nth-last-of-type(3) {
        width: 33.33334%;
    }

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

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

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

    .contact-detail-wrapper {
        padding: 70px 0;
    }

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

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

    .niet-course-centered ul li {
        width: 45%;
    }
}

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

    .how-to-apply-wrapper {
        padding: 25px 0;
    }

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

    .course-block-description {
        font-size: 24px;
    }

    .course-block-description a {
        max-width: 145px;
    }

    .course-block-second {
        margin-top: 80px;
    }

    .course-block-second .course-block-description .block-title {
        font-size: 41px;
    }

    .course-block-second .course-block-description .block-description {
        font-size: 16px;
        max-width: 350px;
    }

    .course-block-second .course-block-description {
        top: 50%;
    }

    .short-courses-row {
        display: block;
        width: 100%;
        margin: 90px auto 0;
    }

    .short-course-image {
        display: block;
        width: 100%;
    }

    .short-courses-detail {
        display: block;
        width: 100%;
    }

    .short-courses-detail {
        font-size: 32px;
        padding: 50px 20px;
    }

    .short-courses-row {
        margin: 80px auto 0;
    }

    .testimonial-image {
        float: none;
        width: 100%;
    }

    .testimonial-desctiption {
        float: none;
        width: 100%;
        text-align: center;
        margin: 15px auto 0;
    }

    .testimonial-wrapper {
        padding: 45px 0;
    }

    .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;
    }

    .blank-banner-wrapper {
        padding: 85px 0;
    }

    .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;
    }

    .search-box {
        font-size: 15px;
    }

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

    .inner-page-banner {
        min-height: 350px;
    }

    .contact-detail-wrapper {
        padding: 70px 0;
    }

    .contact-left {
        float: none;
        width: 100%;
    }

    .contact-right {
        float: none;
        width: 100%;
        margin-top: 40px;
    }

    .contact-detail-block + .contact-detail-block {
        margin-top: 0px;
    }

    .contact-detail-block {
        float: left;
        width: 50%;
    }

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

    .contact-map-wrapper {
        display: block;
    }

    .contact-map-left {
        display: block;
        width: 100%;
        padding: 80px 0;
    }

    .contact-map-right {
        display: block;
        width: 100%;
        border-left: solid 10px #3c3c3c;
        border-top: 0;
        padding: 80px 0;
    }

    .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;
    }

    a.download-course-btn {
        padding: 0 9px;
    }

    a.course-apply-btn {
        padding: 0 9px;
        margin-left: 5px;
    }

    .faculty-listing li {
        width: 100%;
        border-left: 0;
    }

    .faculty-listing li:nth-of-type(4n + 1) {
        border-left: 0;
    }

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

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

    .enrollment-faculty-subtitle {
        font-size: 20px;
    }

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

    .news-pagination-container {
        float: none;
        width: 100%;
        margin-top: 30px;
    }

    .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;
    }

    .news-title {
        font-size: 18px;
    }

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

    .career-coaching-row {
        margin-top: 60px;
    }

    .career-block {
        width: 100%;
        margin: 20px 0;
    }

    .career-block-title {
        max-width: 100%;
    }

    .testimonial-block-image {
        max-width: 125px;
    }

    .testimonial-block {
        padding: 35px 15px;
        min-height: 500px;
    }

    .contact-map-left + .contact-map-left {
        border: solid 10px #3c3c3c;
        border-top: 0;
    }

    .enrollment-form-title {
        margin-top: 25px;
    }

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

    .course-slider li {
        border: 0;
        background: transparent;
    }

    .course-slider li:nth-of-type(3n + 1) {
        clear: none;
    }

    .faculty-listing li a {
        font-size: 16px;
    }

    .faculty-listing li:nth-of-type(3n + 2):last-of-type, .faculty-listing li:nth-of-type(3n + 1):nth-last-of-type(2) {
        width: 100%;
    }

    .faculty-listing li:nth-of-type(3n + 3):last-of-type, .faculty-listing li:nth-of-type(3n + 2):nth-last-of-type(2), .faculty-listing li:nth-of-type(3n + 1):nth-last-of-type(3) {
        width: 100%;
    }

    .next-step-right {
        font-size: 40px;
    }

    .niet-course-centered ul li {
        width: 45% !important;
        background-color: transparent;
        border-top: 0;
    }
}

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

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

    a.down-arrow {
        max-width: 32px;
    }

    .how-to-apply-wrapper {
        padding: 20px 0;
    }

    .courses-wrapper {
        padding: 40px 0 75px;
    }

    .course-block-first {
        margin-top: 40px;
    }

    .course-block-second {
        margin-top: 60px;
    }

    .course-block-second .course-block-description .block-title {
        font-size: 32px;
    }

    .course-block-second .course-block-description .block-description {
        font-size: 15px;
    }

    .short-courses-row {
        margin: 40px auto 0;
    }

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

    .form-col-half {
        width: 100%;
        margin-left: 0;
    }

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

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

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

    .search-box {
        font-size: 13px;
    }

    .course-icon {
        max-width: 35px;
    }

    .course-block-second .course-block-description .block-title {
        padding-bottom: 2px;
    }

    .inner-page-banner {
        min-height: 300px;
    }

    .inner-page-banner a.down-arrow {
        bottom: 25px;
    }

    .map-wrapper {
        padding: 110px 0;
    }

    .contact-detail-block {
        float: none;
        width: 100%;
    }

    .contact-detail-block + .contact-detail-block {
        margin-top: 30px;
    }

    .contact-detail-wrapper {
        padding: 50px 0;
    }

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

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

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

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

    .faq-wrapper .accordian-container p {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .faq-wrapper .accordian-container h3 {
        padding-bottom: 2px;
        padding-top: 7px;
        font-size: 16px;
    }

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

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

    .course-information-ul li {
        font-size: 14px;
    }

    .course-information-ul li span {
        max-width: 95px;
    }

    a.download-course-btn {
        font-size: 14px;
    }

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

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

    .faculty-listing li a {
        font-size: 16px;
    }

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

    .faculty-title {
        font-size: 22px;
    }

    .form-col-one-third {
        width: 100%;
        margin-left: 0;
    }

    .form-col-seven {
        width: 100%;
    }

    .enrollment-form-title {
        font-size: 20px;
    }

    .enrollment-faculty-subtitle {
        font-size: 19px;
    }

    .enrollment-faculty-slider {
        margin: 20px 0 0;
    }

    .niet-offers-wrapper {
        padding: 10px 0 40px;
    }

    .news-block-container {
        float: none;
        width: 100%;
        margin-left: 0;
        padding-bottom: 5px;
    }

    .news-block-container:nth-of-type(3n + 1) {
        margin-left: 0;
    }

    .news-title {
        font-size: 22px;
    }

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

    .career-coaching-left {
        padding: 40px 30px;
    }

    .career-coaching-left h1 {
        font-size: 26px;
    }

    .career-block-title {
        font-size: 26px;
    }

    .next-step-right {
        font-size: 38px;
    }

    .study-help-wrapper a.request-call-btn {
        font-size: 17px;
    }

    .testimonial-block {
        float: left;
        width: 100%;
        margin-left: 0;
        min-height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .testimonial-block:nth-of-type(3n + 1) {
        margin-left: 0;
    }

    .testimonial-block-image {
        max-width: 150px;
    }

    .testimonial-block {
        padding: 35px 20px;
    }

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

    .next-step-row {
        margin: 50px auto 0;
    }

    .niet-course-centered ul li {
        width: 100% !important;
        max-width: 300px;
        margin-left: 0;
    }
}

@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;
    }

    a.down-arrow {
        max-width: 25px;
    }

    .how-to-apply-wrapper {
        padding: 15px 0;
    }

    .courses-wrapper {
        padding: 40px 0 75px;
    }

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

    .course-block-description {
        font-size: 16px;
    }

    .course-block-description a {
        font-size: 14px;
        max-width: 125px;
        margin: 10px auto 0;
    }

    .course-block-second {
        margin-top: 40px;
    }

    .course-block-second .course-block-description .block-title {
        font-size: 26px;
        padding: 5px 10px 2px;
    }

    .course-block-second .course-block-description .block-description {
        font-size: 14px;
        padding: 7px;
        max-width: 400px;
    }

    .course-block-second .course-block-description {
        top: 65%;
    }

    .course-block-description {
        padding: 15px 5px;
    }

    .course-block-description a {
        max-width: 120px;
        padding: 7px 0;
        border-radius: 8px;
    }

    .short-courses-detail {
        font-size: 20px;
        padding: 30px 15px;
    }

    .testimonial-wrapper .testimonial-image img {
        width: 100px;
    }

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

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

    .testimonial-wrapper {
        padding: 35px 0;
    }

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

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

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

    .partners-wrapper {
        padding: 50px 0 20px;
    }

    .contact-detail-heading {
        font-size: 17px;
    }

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

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

    .faq-wrapper .accordian-container p {
        font-size: 15px;
        padding-bottom: 5px;
    }

    .faq-wrapper .accordian-container h3 {
        padding-top: 4px;
        padding-bottom: 1px;
        font-size: 15px;
    }

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

    .course-information-ul li span {
        max-width: 100%;
        margin-bottom: 2px;
    }

    a.download-course-btn, a.course-apply-btn {
        display: block;
        max-width: 270px;
        margin: 15px auto;
        font-size: 16px;
    }

    .faculty-listing li a {
        font-size: 14px;
    }

    .faculty-title {
        font-size: 18px;
        padding: 15px;
    }

    .getting-started-right {
        padding: 40px 25px;
    }

    .news-title {
        font-size: 20px;
    }

    .posted {
        font-size: 14px;
    }

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

    .career-coaching-left {
        padding: 40px 10px;
    }

    .career-coaching-left h1 {
        font-size: 22px;
    }

    .career-block-title {
        font-size: 22px;
    }

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

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

    .next-step-row {
        margin: 40px auto 0;
    }

    .next-step-right {
        padding: 50px 25px;
        font-size: 28px;
    }

    .next-step-right a {
        font-size: 17px;
        max-width: 150px;
        height: 43px;
        line-height: 38px;
    }

    .testimonial-block-image {
        max-width: 130px;
    }

    .testimonial-block-image img {
        border: solid 4px #fff;
    }

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

    .study-plan-wrapper {
        padding: 30px 0 0;
    }

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

/*thanga*/
.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;
    padding-right: 50px;
}

.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;
}

.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;
}

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

@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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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: .8;
    font-weight: 800;
    text-shadow: 4px 4px 8px #000;
    margin-bottom: 26px;
    text-transform: uppercase;
}

.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;
}

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

.section.latestnews .post img {
    width: 100%;
}

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

.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;
}

.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: 600px;
    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*/
.enrollment-text-box {
    width: 100%;
    padding: 5px 13px;
    height: 50px;
    border-radius: 5px;
    margin: 4px 0;
    font-size: 14px;
    font-weight: 400;
    color: #262626;
    background-color: #f2f2f2;
}

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

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

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

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

.enrollment-custom-select select {
    width: 100%;
    display: block;
    padding: 0 10px;
    height: 50px;
    font-size: 14px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: none;
    font-weight: 700;
    color: #262626;
}

.enrollment-custom-select {
    position: relative;
    background: #f2f2f2;
    border-radius: 5px;
    margin: 4px 0;
    padding-right: 25px;
}

.enrollment-custom-select:before {
    pointer-event: none;
    content: "";
    display: table;
    position: absolute;
    background-repeat: no-repeat;
    right: 15px;
    top: 20px;
    background-image: url(../images/single-arrow-icon.png);
    width: 12px;
    height: 12px;
    background-size: 12px;
}


/****/
@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;
    }

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

    .section.latestnews .post {
        flex-basis: 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;
    }
}

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

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

    .header1 .hlink a.lnk {
        padding: 5px 20px;
        font-size: 25px;
    }

    .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;
    }
}

@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);
    }

    .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;
    }

    .cinfo h1:after {
        margin-top: 9px;
    }

    .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;
    }
}

/*****/
/*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;
}

.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;
}

.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;
}

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

.degree_section {
    padding-top: 50px;
}

.degree_section .filters {
    display: flex;
}

.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;
}

.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;
}

@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: 20px;
        padding-right: 20px;
    }

    .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: 1400px;
    margin: auto;
}

.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;
}

.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;
}

@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;
}

.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;
}

/*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%;
}

.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;
}

.course-schedule {
}

.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(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;
    }
}


