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";
}
 
.site-heading h2 {
    display: block;
    font-weight: 800;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.4;
}

.site-heading h2:before {
    background: var(--uni_color_primary) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin-left: 0;
    position: absolute;
    width: 40px;
}

.site-heading h2:after {
    background: var(--uni_color_primary) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 45px;
    margin-left: 0;
    position: absolute;
    width: 5px;
}

/* 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;
    }

    .heroBanner_area .row {
        justify-content: center;
        gap: 30px;
    }

}

@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; */
}

/*  */

.event-area .single-event .event-box {
    box-shadow: 1px 4px 20px -2px rgba(0,0,0,.1);
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 5px;
    background: #fff
}

.event-area .single-event {
    margin-bottom: 30px
}

.event-area .single-event .item .thumb {
    padding-right: 20px
}

.event-area .single-event .item .info h2 {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
    z-index: 1
}

.event-area .single-event .item .info h2 strong {
    font-size: 36px;
    text-transform: uppercase
}

.event-area .single-event .item .info h2:after {
    position: absolute;
    left: -20px;
    top: -20px;
    content: "";
    height: 50px;
    width: 50px;
    background: url(/assets/img/shape/brush.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: .05
}

.event-area .single-event .item .info ul {
    margin-top: 25px
}

.event-area .col-lg-3.col-md-5.item {
    padding-right: 0
}

.event-area .single-event .item .content {
    position: relative;
    padding: 70px 50px
}

.event-area .single-event .item .content:after {
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 50px;
    border-left: 1px solid #e7e7e7;
    width: 1px;
    content: ''
}

.event-area .single-event .item .content h4 {
    margin-bottom: 20px;
    margin-top: -5px
}

.event-area .single-event .item .content h2 a:hover,.event-area .single-event .item .content h3 a:hover,.event-area .single-event .item .content h4 a:hover {
    color: #ff1949
}

.event-area .single-event .item .content a {
    margin-top: 10px;
    font-weight: 700
}

.event-area .content ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    font-weight: 700;
    color: #232323
}

.event-area .content ul li img {
    height: 45px;
    width: 45px;
    max-width: 45px;
    border-radius: 50%;
    border: 2px solid #e7e7e7;
    padding: 3px;
    margin-right: 10px
}

.event-area .single-event .item {
    background-size: cover;
    background-position: center
}

.event-area .single-event .item .info {
    padding: 70px 35px
}

.event-area .single-event .item .info h5 {
    font-weight: 700;
    text-transform: capitalize
}

.event-area .single-event .item .info ul li {
    margin-bottom: 10px;
    display: flex
}

.event-area .single-event .item .info ul li:last-child {
    margin-bottom: 0
}

.event-area .single-event .item .info>a {
    margin-top: 25px
}

.event-area .single-event .item .info ul li i {
    margin-right: 5px;
    color: #ff1949;
    font-size: 24px;
    min-width: 30px;
    position: relative;
    top: 3px
}

.event-area .event-box {
    margin-bottom: -20px
}

.event-area .event-box .single-item {
    margin-bottom: 50px
}

.event-area .event-box .single-item .info {
    padding: 0 30px
}

.event-area .event-box .single-item .item img {
    border-radius: 7px
}

.event-area .event-box .single-item .info h4 a:hover {
    color: #ff1949
}

.event-area .event-box .single-item .info .top-info ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 13px
}

.event-area .event-box .single-item .info .location {
    font-weight: 600;
    color: #232323
}

.event-area .event-box .single-item .info i {
    margin-right: 5px;
    color: #ff1949
}

.event-area .event-box .single-item .info .bottom-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
    margin-top: 20px
}

.event-area .event-box .single-item .info .content {
    box-shadow: 1px 4px 20px -2px rgba(0,0,0,.1);
    padding: 30px;
    border-radius: 8px;
    position: relative;
    top: -80px;
    background: #fff;
    margin-bottom: -80px
}

.event_area_custom .content ul {
    display: block;
    padding-left: 3rem;
}
.event_area_custom li {
    position: relative;
    line-height: 24px;
    margin-bottom: 10px;
}

.event_area_custom li:last-child{
    margin-bottom: 0;
}

.event_area_custom li:before {
    position: absolute;
    left: -30px;
    top: 0;
    content: "\e909";
    font-family: 'icomoon';
    color: var(--qs_dark_blue);
    font-size: 20px;
}

.event-area .single-event .event-box {
    border-radius: 0 !important;
}

.event_area_custom h3 {
    font-weight: 700;
}

.event_area_custom li:before {
    color: #00b053 !important;
    font-weight: 300;
}

.event_area_custom .single-event .item .content::after {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width:991px) {

    .event-area .single-event .item.thumb {
        min-height: 350px
    }

}

@media only screen and (max-width: 768px) {

    .event-area .single-event .event-box .row {
        flex-direction: column;
        gap: 20px;
    }

    .event-area .single-event .item.thumb {
        min-height: 300px
    }

    .event-area .single-event .item .info {
        padding-top: 50px;
        padding-bottom: 0
    }

    .event-area .single-event .item .content {
        border-left: none;
        padding: 30px;
        padding-top: 15px
    }

    .event-area .single-event .item .content:after {
        display: none
    }

    .event-area .single-event .item .content h4 {
        margin-bottom: 15px
    }

    .event-area .single-event .item .info ul {
        margin-bottom: 10px
    }

    .event-area .event-box {
        margin: 0
    }

    .event-area .event-box .single-item {
        margin-bottom: 30px
    }

    .event-area .event-box .single-item .item img {
        border-radius: inherit
    }

    .event-area .event-box .single-item .info .content {
        top: 0;
        margin-bottom: 0;
        border-radius: inherit
    }

    .event-area .event-box .single-item .info {
        padding: 0
    }

}

/*  */
.accessibility_breadcrumb_area {
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 50%) !important;
    background-color: #000;
    padding: 75px 0;
}

.accessibility_breadcrumb_area h1,  .accessibility_breadcrumb_area p,  .accessibility_breadcrumb_area .breadcrumb {
    text-align: left;
    display: block;
}
.accessibility_data table,  .accessibility_data table tr,  .accessibility_data table td,  .accessibility_data table th {
    border: 1px solid #dee2e6;
}
 
.accessibility_breadcrumb_area .row {
    align-items: center;
}
.accessibility_data .site-heading p {
    padding: 0 0%;
}


/*  */
.facilities-box-custom {
    margin-bottom: 5rem;
}

.facilities-area .facilities-box-custom .thumb {
    height: 600px;
    object-fit: contain;
}
.facilities-area .facilities-box-custom .row>.info {
    padding-top: 60px;
}


/*  */
.organization-modal-accessibility .modal-inner-wrap {
    max-width: 450px;
    background: #fff !important;
}

.organization-modal-accessibility #lead_form_modal {
    width: 100%;
}
.organization-modal-accessibility .register-area {
    width: 100%;
}

.limitation-modal .modal-inner-wrap {
    max-width: 80% !important;
}

.limitation-modal .register-area .form-box {
    box-shadow: none;
    padding: 0 20px;
    margin: 0;
    width: 100%;
}
.organization-modal-accessibility .register-area .form-box {
    height: 80vh;
    overflow: auto;
}
.organization-modal-accessibility .modal-content {
    border: 0;
}
.organization-modal-accessibility .modal-header {
    border: 0;
}

table.table.table-bordered.acr td:first-child {
    width: 45%;
}
 

/* MISC */
ul.custom_li>li {
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
}

.indent {
    margin: 0;
    margin-left: 28px;
    list-style-type: disc;
    
}

.indent.gray{
  color: var(--gray_light); 
}

.indent>li {
    margin-bottom: 0 !important;
}
a {
    text-decoration: underline;
}

li a,  a.btn {
    text-decoration: none;
}
.indent-span {
    margin-left: 15px;
}
.leadFormModal {
    cursor: pointer;
}
.heading.disclaimer>h2 {
    margin-bottom: 12px;
}
.heading.disclaimer>h3 {
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 768px){

    .indent.gray{
        margin-bottom: 20px;
    }

}

/*  */
 
.table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table a {
    text-decoration: underline;
    font-weight: 700;
}

.table td,.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.075)
}

.table-primary,.table-primary>td,.table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,.table-secondary>td,.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,.table-success>td,.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,.table-info>td,.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,.table-warning>td,.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,.table-danger>td,.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,.table-light>td,.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,.table-dark>td,.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,.table-active>td,.table-active>th {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255,255,255,.075)
}

@media (max-width: 1024px) {

    .event-area.accessibility_data .container {
        overflow: visible;
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}


/*  */

.facilities-area .facilities-box .row>.info {
    padding-top: 120px;
    padding-bottom: 120px;
}

.facilities-area .heading h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 12px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.facilities-area .thumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    height: 100%;
    margin-left: 15px;
    max-width: 60%;
    border-radius: 10px;
}
 
.facilities-area .info .content-box {
    padding: 50px;
    background: #fff;
    box-shadow: 1px 4px 20px -2px rgba(0,0,0,.1);
    border-bottom: 3px solid var(--uni_color_primary);
}

.facilities-area .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


@media (min-width: 992px) {
    .offset-lg-6 {
        margin-left: 50%;
    }
}

@media (max-width: 768px) {

    .facilities-area.pb-5 {
        padding-top: 0;
    }

    .facilities-area .thumb {
        display: none;
    }

    .facilities-area .facilities-box .row>.info {
        padding-top: 0;
        padding-bottom: 0;
    }

    .facilities-area .info .content-box {
        background: #fbf8f8;
    }

}

@media (max-width: 576px) {

    .facilities-area .info .content-box {
        padding: 20px 30px;
    }

}

/*  */
.image-modal .mfp-content {
    max-width: 600px;
    margin: 0 auto;
}

.image-modal .mfp-content #poc-certificate{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.image-modal .mfp-content #poc-certificate img {
    max-width: 100%;
    margin: 0 auto;
}

/*  */
.content-modal .mfp-content {
    max-width: 900px;
    margin: 0 auto;
}

.content-modal .mfp-content #limitations-alternatives{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: var(--gray_light);
}
 
.content-modal .mfp-content .register-area .content-box {
    display: block;
    box-shadow: none;
    padding: 0 20px;
    margin: 0;
    width: 100%;
    height: 80vh;
    overflow: auto;
}

.content-modal .mfp-content #limitations-alternatives h3{
    font-size: 27px;
    font-weight: 400;
    text-align: left;
}