div:focus, a:focus, section:focus, li:focus {
    box-shadow: 0px 0px 5px 1px var(--uni_color_primary) !important;
    padding-left: 2px;
    padding-right: 2px;
}
.icon-facebook2:before {
    content: "\ea91";
}
.icon-linkedin:before {
    content: "\e910";
}
.icon-instagram:before {
    content: "\e90f";
}
.icon-x:before {
    content: "\e912";
}
.icon-youtube:before {
    content: "\ea9d";
}
.icon-eye:before {
    content: "\e90e";
}
.icon-eye-slash:before {
    content: "\e90d";
}
.icon-user:before {
    content: "\e90c";
}
.icon-027-teacher-1:before {
    content: "\f11a";
}
.icon-file-text:before {
    content: "\e90b";
}
.icon-user-tie:before {
    content: "\e976";
}
.icon-015-meeting:before {
    content: "\f10e";
}
.icon-022-book-1:before {
    content: "\f115";
}
.icon-020-computer-2:before {
    content: "\f113";
}
.icon-check:before {
    content: "\e909";
}
.icon-info:before {
    content: "\e906";
}
.icon-file:before {
    content: "\e908";
}
.icon-clock:before {
    content: "\e905";
}
.icon-folder-open:before {
    content: "\e904";
}
.icon-suitcase:before {
    content: "\e903";
}
.icon-television:before {
    content: "\e902";
}
.icon-calendar-o:before {
    content: "\e900";
}
.icon-graduation-cap:before {
    content: "\e901";
}
.icon-mortar-board:before {
    content: "\e901";
}

.icon-play3:before {
  content: "\ea1c";
}

.icon-quote-right:before {
  content: "\e914";
}
 
/* videosListWrapper */
.videosListWrapper {
    height: 100%;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.videosListWrapper .hidden {
    display: none;
    background-color: #fff;
    color: #000;
}

.videosListWrapper a{
    display: none !important;
}

.videosListWrapper img {
    object-fit: cover;
}

.video-play-button {
    color: #ff1949;
    font-size: 30px;
    left: 50%;
    padding-left: 7px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

.video-play-button.relative {
    height: 68px;
    width: 68px;
    line-height: 68px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.video-play-button.relative i {
    display: block;
    position: relative;
    z-index: 3;
    line-height: 70px;
    font-size: 25px;
    color: var(--uni_color_primary);
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    height: 68px;
    width: 68px;
    line-height: 68px;
    background: #fff repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    height: 68px;
    width: 68px;
    line-height: 68px;
    background: #fff repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.video-play-button.relative:before,
.video-play-button.relative:after {
    height: 68px;
    width: 68px;
    line-height: 68px;
}

.videosListWrapper.neiu .neiu,
.videosListWrapper.uta .uta,
.videosListWrapper.georgiasouthern .georgiasouthern,
.videosListWrapper.qs .qs,
.videosListWrapper.csuchico .csuchico,
.videosListWrapper.ttu .ttu,
.videosListWrapper.scu .scu,
.videosListWrapper.utk .utk,
.videosListWrapper.ucsb .ucsb,
.videosListWrapper.csup .csup,
.videosListWrapper.wagner .wagner,
.videosListWrapper.hofstra .hofstra
{
    display: inline-block !important;
}

@-webkit-keyframes pulse-border{0%{-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}100%{-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0}}@keyframes pulse-border{0%{-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}100%{-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0}}


@media screen and (max-width: 820px) {

    .videosListWrapper {
        margin: 10px 0 60px 0;
    }

}

/* Testimonials Area */
.testimonials_area {
    position: relative;
    padding: 75px 0;
}

.testimonials_area h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
    display: block;
}

.testimonials_area .fixed-shape {
    position: absolute;
    left: 0;
    bottom: -80px;
    z-index: 1;
}
.testimonials_area .fixed-shape img{
    max-width: 100%;
}

.testimonials_area .testimonial-items .col-lg-12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.testimonials_area .testimonial-items .item {
    border: 5px dashed rgba(255, 255, 255, 0.5);
    text-align: center;
    box-shadow: rgb(204, 204, 204) 0px 0px 10px;
    position: relative;
    z-index: 1;
    max-width: calc(50% - 15px);
    padding: 50px 50px 20px 50px;
    background: rgb(255, 255, 255);
    overflow: hidden;
    flex: 0 0 50%;
    margin: 20px 0px;
    height: 100%;
}

 

.testimonials_area .testimonial-items .item:last-child {
    margin-bottom: 0;
}
.testimonials_area .testimonial-items .item .icon {
    position: absolute;
    right: -50px;
    top: -50px;
    height: 100px;
    width: 100px;
    background: var(--uni_color_primary);
    transform: rotate(45deg);
}

.testimonials_area .testimonial-items .item .icon i {
    position: absolute;
    left: 43px;
    top: 68px;
    transform: rotate(-45deg);
    color: #fff;
    font-size: 22px;
}

.testimonials_area .testimonial-items .item .provider {
    border-top: 1px solid #dddddd;
    padding-top: 30px;
    margin-top: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}
.testimonials_area .testimonial-items .item .provider .info h3 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
}
.testimonials_area .testimonial-items .item .provider::after, .testimonials_area .testimonial-items .item .provider::before {
    position: absolute;
    margin: auto;
    top: -1px;
    left: 0;
    right: 0;
    width: 15px;
    height: 15px;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #fff;
    content: "";
}
.testimonials_area .testimonial-items .item .provider::after {
    border-right: transparent;
    border-top: transparent;
    border-left: 1px solid #dddddd;
    -webkit-transform: rotate(-49deg);
    -ms-transform: rotate(-49deg);
    transform: rotate(-49deg);
    width: 4px;
    height: 23px;
    right: 0;
    top: -6px;
}

@media screen and (max-width: 1180px) {

    .testimonials_area .testimonial-items .col-lg-12 {
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

}

@media screen and (max-width: 820px) {

    .testimonials_area .testimonial-items .col-lg-12 {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .testimonials_area .testimonial-items .item {
        flex: 1;
        max-width: inherit;
    }

}

@media screen and (max-width: 575px) {

    .testimonials_area h2 {
        max-width: 330px;
        margin: 0 auto;
        font-size: 26px;
    }

    .testimonials_area .testimonial-items .item {
        padding-left: 25px;
        padding-right: 25px;
    }

}
 
/*  */
.subfooter_area{
    position: relative;
}
.subfooter_area.alt_color{
    background-color: var(--bg_light_blue);
}
.subfooter_area .form-box {
    padding: 73px 50px;
    box-shadow: 0 0 10px #ccc;
    position: relative;
    z-index: 1;
}
.subfooter_area .countdown {
    padding-left: 0;
}
.subfooter_area .countdown-inner {
    padding: 50px;
    background: #f3f7fd;
    position: relative;
    z-index: 1;
    background-color: var(--uni_color_secondary);
}
.subfooter_area .countdown h2{
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}
.subfooter_area .countdown p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}
.subfooter_area .countdown-inner::after {
    position: absolute;
    left: 0;
    bottom: -24px;
    content: "";
    height: 100%;
    width: 104%;
    background-image: url('https://di3xp7dfi3cq.cloudfront.net/media/wysiwyg/marketing/static/13-light.webp');
    filter: none;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    z-index: -1;
    opacity: 0.3;
}
.subfooter_area .reg-form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 60px auto;
    height: 100%;
    align-items: center;
}
.subfooter_area .fixed-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
footer {
    background-color: var(--bg_dark_blue);
    padding: 50px 0 0 0;
    z-index: 2;
    position: relative;
}
.footer_social_icons {
    display: flex;
    margin-top: 20px;
    align-items: center;
}
.footer_social_icons li {
    margin-bottom: 0 !important;
}
.footer_social_icons li a {
    font-size: 20px;
    margin-right: 15px;
    color: var(--white);
}
footer .item .widget-title {
    display: block;
    margin-bottom: 30px;
    font-weight: 800;
    color: var(--white);
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 800;
}
footer .item .link ul li {
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
}
footer .item .link ul li a {
    color: #cccccc;
    font-weight: 700;
}
footer .item .link ul li::after {
    position: absolute;
    left: 0;
    top: 6px;
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #bcb3b3;
}

footer a:focus {
    box-shadow: 0px 0px 5px 1px #fff !important;
}

footer .address li {
    color: #cccccc;
    margin-bottom: 10px;
}
footer .address li strong {
    color: var(--white);
}
footer .f-item.contact a {
    font-weight: 400;
    color: var(--white);
}
footer .address li strong {
    color: var(--white);
}
footer .agentStatus {
    display: flex;
    align-items: center;
}
footer .agentStatus a {
    font-weight: 400;
    margin-left: 5px;
}
footer .agentStatus .agentAvailable {
    color: #0ed10e !important;
    display: none;
}
footer .agentStatus .notAvailable {
    display: block;
    color: #ffa500 !important;
}
footer .about p {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 8px;
    color: #fff;
}
footer .about p a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}
footer .footer-bottom {
    border-top: 1px solid #000;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .4), inset 0 1px 1px rgba(255, 255, 255, .2);
    background: transparent;
    padding: 30px 0;
    margin-top: 40px;
}

.smc footer .footer-bottom{
    box-shadow: none;
    border: none;
}

.footer-bottom p {
    margin: 0;
    color: var(--white);
}
.footer-bottom p a{
    font-weight: 700;
    color: var(--white);
}
.footer-bottom .text-right li {
    display: inline-block;
    margin-left: 20px;
}
.footer-bottom .text-right a{
    font-weight: 700;
    color: var(--white);
}
.mfp-content {
    max-width: 810px;
    background: #fff;
}
.form-modal .mfp-content {
    max-width: 480px;
}
.form-modal .mfp-content .form-box{
    padding: 40px 50px 30px 50px;
}

footer .about img.pbqs {
    width: 144px;
    margin: 10px 0 0 65px;
    display: block;
}

footer .mt-25{
    margin-top: 25px !important;
}

footer .mt-55{
    margin-top: 55px !important;
}

@media screen and (max-width: 991px) {

    footer .mt-25{
        margin-top: 0 !important;
    }

    footer .mt-40{
        margin-top: 0 !important;
    }

}


@media (max-width:767px) {
    .mfp-content {
        max-width: 95%;
    }
    .form-modal .mfp-content {
        max-width: 95%;
    }
}
@media (max-width: 1024px) {
    .heroBanner_area {
        padding: 75px 0;
    }
}

 

@media (max-width: 820px) {
    .heroBanner_area {
        text-align: center;
        z-index: 100;
        /* background-image: none !important; */
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .heroBanner_area .companyHighlights{
        margin-top: 30px;
        display: none;
    }
    .heroBanner_area .companyHighlights p {
        display: none;
    }

    .heroBanner_area .buttonsWrapper {
        align-items: center;
    }

}

@media (max-width: 767px) {

    .heroBanner_area {
        background-size: cover;
        background-position: center;
        position: relative;
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .heroBanner_area h1 {
        font-size: 30px;
    }
    .heroBanner_area p {
        font-size: 14px;
        line-height: 23px;
    }
    .heroBanner_area:before {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
    }

}

@media (max-width: 576px) {
    
    .heroBanner_area span.badge{
        margin-top: 5px;
    }

     .heroBanner_area {
        background-color: #fff !important;
        padding-bottom: 30px !important;
        background-size: 100% 100% !important;
    }

    .heroBanner_area:after{
        opacity: 0.5;
    }

    /* .heroBanner_area:before, .heroBanner_area:after {
        background: #000;
        top: -315px;
    } */

    .heroBanner_area .badge,
    .heroBanner_area .badge-green{
        margin-top: 0;
    }

    .heroBanner_area .breadcrumb {
        margin-bottom: 20px !important;
    }

} 
 
@media (max-width: 820px) {
    .subfooter_area {
        padding-top: 75px;
    }
    .subfooter_area .fixed-bg {
        background: none !important;
    }
    .subfooter_area .countdown {
        padding-left: 15px;
    }
    .subfooter_area .reg-form {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .subfooter_area .countdown-inner {
        text-align: center;
        padding: 40px 20px 90px 20px;
    }
    .subfooter_area .form-box {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 820px) {
    footer .footer-bottom {
        text-align: center;
    }
    .footer-bottom ul {
        text-align: center;
        margin: 20px 0 0 0;
    }
    footer .item .widget-title {
        margin-top: 30px;
    }
    footer .mob-row-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 576px) {
    .footer-bottom .text-right a {
        padding: 0;
        display: block;
        margin: 10px 0;
    }
}

@media (max-width: 390px) {
    footer {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 820px) {
    .mfp-content {
        max-width: 95%;
        background: transparent;
    }
}

@media (max-width: 767px) {
    .form-modal .mfp-content .form-box {
        padding-left: 30px;
        padding-right: 30px;
    }
}
 
@keyframes fadeOut{
    0%{
        opacity:1 
    }
    100%{
        opacity:0 
    }
}
 
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    animation: none !important;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #CCC;
}
.mfp-preloader a:hover {
    color: #FFF;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-close-btn-in .mfp-close:focus{
    box-shadow: 0px 0px 5px 1px var(--uni_color_primary) !important;
    padding-left: 2px;
    padding-right: 2px;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
} 

@media(max-width: 1024px) {
     
    body .modals-overlay {
        z-index: 1000 !important;
    }
    
}
@media(max-width: 768px) {
    .modal-popup.modal-slide .modal-inner-wrap {
        max-height: 100vh;
    }
} 

body #designstudio-button {
    left: 20px !important;
    bottom: 60px !important;
}
 
 
@media (min-width:1024px) {
    @-webkit-keyframes backInUp {
        0% {
            -webkit-transform: translateY(1200px) scale(0.7);
            transform: translateY(1200px) scale(0.7);
            opacity: 0.7;
        }
        80% {
            -webkit-transform: translateY(0px) scale(0.7);
            transform: translateY(0px) scale(0.7);
            opacity: 0.7;
        }
        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }
    }
    @keyframes backInUp {
        0% {
            -webkit-transform: translateY(1200px) scale(1);
            transform: translateY(1200px) scale(1);
            opacity: 1;
        }
        80% {
            -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
            opacity: 1;
        }
        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }
    }
    .animate__backInUp {
        -webkit-animation-name: backInUp;
        animation-name: backInUp;
    }
}
 
.heroBanner_area .payemtOptions{
    margin-top: 50px;
}
.heroBanner_area .payemtOptions .singlePayemtOption {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
}
.heroBanner_area .payemtOptions .singlePayemtOption p {
    color: #fff;
    font-size: 18px;
}
.heroBanner_area .payemtOptions .singlePayemtOption .note {
    font-size: 13px;
    font-weight: normal;
    margin-top: 5px;
}
.heroBanner_area .payemtOptions .singlePayemtOption img {
    width: 80px;
}
.heroBanner_area .payemtOptions .singlePayemtOption a{
    font-size: inherit;
    display: inline-block;
    color: #fff;
}
@media screen and (max-width: 820px) {
    .heroBanner_area .courseDetails_area {
        text-align: left;
        max-width: 640px;
        margin: 0 auto;
        padding-bottom: 0;
    }
}
@media screen and (max-width: 768px) {
    .heroBanner_area .payemtOptions {
        margin: 20px auto 0 auto;
        max-width: 360px;
    }
    .heroBanner_area .payemtOptions .singlePayemtOption {
        justify-content: center;
    }
    .heroBanner_area .payemtOptions .singlePayemtOption img {
        margin: 0 0 20px 0;
    }
}
 
 
.form-box .submitting {
    pointer-events: none;
    opacity: 1;
    position: relative;
}

.form-box .submitting:before {
    background: url('https://di3xp7dfi3cq.cloudfront.net/media/wysiwyg/marketing/spinner_33.svg') 0 0 no-repeat !important;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    z-index: 10;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: contain !important;
    transform: translateY(-50%);
}

.form-box .submitting span {
    opacity: 0.2;
}
 

/*  */
.modal-user-consent-msg .mfp-content{
    max-width: 480px;
}

#modal-user-consent-msg .msg_wrapper{
    padding: 40px 30px;
}

#modal-user-consent-msg .msg_wrapper p{
    margin: 0;
}

#modal-user-consent-msg .msg_wrapper p a {
    text-decoration: underline;
}
 


/*  */
.meetings-iframe-container iframe {
    /* height: 95vh; */
}

/*  */
.faqs_area {
    background-color: var(--bg_light_blue);
}

.faqs_area.alt_color {
    background-color: var(--white);
}

.faqs_area .headings_area h2 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 40px;
    text-align: left;
    margin-bottom: 40px;
}

.faqs_area .faq-content .card {
    border: 1px solid #dddddd;
    margin-bottom: 15px;
    overflow: inherit;
    background: #ffffff;
    border-radius: 5px;
}

.faqs_area .faq-content .card .card-header {
    border: none;
    background: transparent;
    padding: 0;
}

.faqs_area .faq-content .card .card-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    padding: 30px;
    padding-right: 50px;
    cursor: pointer;
    position: relative;
}

.faqs_area .faq-content .card .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0 20px 20px 30px;
}

.faqs_area .faq-content .accordion .card-header h3:after {
    font-family: 'icomoon' !important;
    content: "\e90e";
    position: absolute;
    right: 30px;
    top: 30px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}

.faqs_area .faq-content .accordion .card-header h3.collapsed:after {
    content: "\e90d";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 30px;
    top: 30px;
}

.faqs_area .faq-content .card .collapse:not(.show) {
    display: none;
}

.faqs_area {
    background-color: var(--bg_light_blue);
}

.faqs_area .headings_area h2 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 40px;
    text-align: left;
    margin-bottom: 40px;
}

.faqs_area .faq-content .card {
    border: 1px solid #dddddd;
    margin-bottom: 15px;
    overflow: inherit;
    background: #ffffff;
    border-radius: 5px;
}

.faqs_area .faq-content .card .card-header {
    border: none;
    background: transparent;
    padding: 0;
}

.faqs_area .faq-content .card .card-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    padding: 30px;
    padding-right: 50px;
    cursor: pointer;
    position: relative;
}

.faqs_area .faq-content .card .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0 20px 20px 30px;
}

.faqs_area .faq-content .accordion .card-header h3:after {
    font-family: 'icomoon' !important;
    content: "\e90e";
    position: absolute;
    right: 30px;
    top: 30px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}

.faqs_area .faq-content .accordion .card-header h3.collapsed:after {
    content: "\e90d";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 30px;
    top: 30px;
}

.faqs_area .faq-content .card .collapse:not(.show) {
    display: none;
}

.faqs_area .faq-content .card .card-body a {
    text-decoration: underline;
}

.faqs_area .faq-content .card .card-body a:hover {
    text-decoration: none;
}

.faqs_area .faq-content .card .card-body ul {
    list-style: disc;
    margin-left: 20px;
    color: var(--gray_light);
}

.faqs_area .faq-content .card .card-body ul > li {
    padding: 5px 0;
    list-style: none;
    position: relative;
}

.faqs_area .faq-content .card .card-body ul li:before {
    content: '\25A0';
    position: absolute;
    left: -15px;
    font-size: 10px;
    top: 6px;
}

.faqs_area .faq-content .card .card-body ul > li:not(ul > li:last-child) {
    margin-bottom: 20px;
}

.faqs_area .faq-content .card .card-body ol {
    margin: 10px 0 0 20px;
    list-style: disc;
}

.faqs_area .faq-content .card .card-body dl {
    margin: 10px 0 0 20px;
    list-style: circle;
    list-style-position: inside;
}

.faqs_area .faq-content .card .card-body dl dt {
    padding: 5px 0;
    position: relative;
}

.faqs_area .faq-content .card .card-body dl dt:before {
    content: '\25CB';
    position: absolute;
    left: -15px;
    font-size: 14px;
    top: 40%;
    transform: translateY(-40%);
    font-weight: 800;
}

.faqs_area .faq-content .card .card-body ul+p {
    margin-top: 10px;
}

.faqs_area .faq-content .card .uni_address{
    display: none;
}

.faqs_area .faq-content .card .uni_address.qs.qs_hidden{
    display: none !important;
}

.faqs_area .faq-content .card .uni_address:not(.faqs_area .faq-content .card .uni_address.qs),
.faqs_area .faq-content .card.qs .uni_address.qs{
    display: block;
}

.faqs_area .up_name{
    display: none;
}

.faqs_area .up_name:not(.faqs_area .card.qs .up_name){
    display: inline-block;
}

.faqs_area .qs_name:not(.faqs_area .card.qs .qs_name){
    display: none;
}

@media (max-width: 576px){

    .faqs_area .col-lg-1 {
        display: none;
    }

    .faqs_area .col-lg-10 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}