@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?azpnc5');
    src: url('../fonts/icomoon.eot?azpnc5#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?azpnc5') format('truetype'), url('../fonts/icomoon.woff?azpnc5') format('woff'), url('../fonts/icomoon.svg?azpnc5#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
div:focus, a:focus, section:focus, li:focus, .form-box .form-control:focus, .form-box button:focus, .faqs_area .faq-content .card .card-header h3:focus, .mfp-close-btn-in .mfp-close:focus {
    box-shadow: 0px 0px 5px 1px var(--uni_color_primary) !important;
    padding-left: 2px;
    padding-right: 2px;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.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-021-science:before {
    content: "\f114";
}
.icon-017-engineer-1:before {
    content: "\f110";
}
.icon-011-elearning:before {
    content: "\f10a";
}
.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-chevron-down:before {
    content: "\e914";
}
.icon-bars:before {
content: "\e91a";
}
.icon-close:before {
    content: "\e91b";
  }
.icon-database:before {
  content: "\e964";
}
.icon-shield:before {
  content: "\e914";
}

.icon-code:before {
  content: "\e915";
  font-weight: 600;
}

.icon-headphones:before {
  content: "\e916";
}

.icon-laptop:before {
    content: "\e917";
    font-weight: 600;
}

.icon-chevron-down:before {
    content: "\e918";
}

.icon-phone:before {
    content: "\e919";
}


.learningtracks_area{
    background-color: #f3f7fd;
}
.learningtracks_area .container {
    overflow: visible;
}
.learningtracks_area .heading-left {
    margin-bottom: 70px;
    padding-top: 40px;
}
.learningtracks_area .heading-left h2 {
    margin: 0;
    font-weight: 700;
    margin-top: -8px;
    font-size: 36px;
}
.learningtracks_area .event-area span.date_time {
    font-weight: 700;
    color: #026430;
}
.learningtracks_area .event-area a.explore_btn {
    margin-top: 15px !important;
    display: inline-block;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 700;
}
.learningtracks_area .event-area .single-event h2 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 50px;
}
.learningtracks_area .event-area .single-event .event-box {
    box-shadow: 1px 4px 20px -2px rgba(0,0,0,.1);
    overflow: hidden;
    margin-bottom: 80px;
    border-radius: 5px;
    background: var(--bg_white);
}
.learningtracks_area .event-area .single-event .event-box:last-of-type {
    margin-bottom: 0;
}
.learningtracks_area .event-area .single-event .event-box .info {
    border-left: 40px solid var(--uni_color_primary);
    padding: 90px 35px;
}
.learningtracks_area .event-area .single-event .item {
    background-size: cover;
    background-position: center;
}
.learningtracks_area .event-area .single-event .item.thumb {
    border-radius: 5px 0 0 5px;
    background-size: cover;
    background-position: 0 0;
}
.learningtracks_area .event-area .single-event .item .content .old-price {
    font-size: inherit;
    top: 0;
    display: inline-block;
    font-weight: 400;
    text-decoration: line-through;
    font-style: normal;
    color: #525c65;
    margin-right: 2px;
}
.learningtracks_area .event-area .single-event .item .content.hasDiscount{
    color: #04783a;
}
.learningtracks_area .event-area .single-event .item .content {
    position: relative;
    padding: 70px 50px;
}
.learningtracks_area .event-area .single-event .item .content:after {
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 50px;
    border-left: 1px solid var(--border-gray);
    width: 1px;
    content: '';
}
.learningtracks_area .event-area .single-event .item .content h3 {
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 700;
    font-size: 27px;
    color: #232323;
}
.learningtracks_area .event-area .single-event .item .content h3 a{
    color: #232323;
}
.learningtracks_area .event-area .single-event .item .content h4 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: -5px;
    font-size: 20px;
}
.learningtracks_area .event-area .single-event .charges span {
    font-size: 14px;
    font-style: italic;
    display: inline-block;
    position: relative;
    top: -12px;
}
.learningtracks_area .event-area .single-event .item .info h2 {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -30px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.learningtracks_area .event-area .single-event .item .info h2:after {
    position: absolute;
    left: -20px;
    top: -15px;
    content: "";
    height: 50px;
    width: 50px;
    background: var(--uni_color_primary);
    z-index: -1;
    opacity: .07;
    -webkit-clip-path: polygon(45% 1.33975%,46.5798% .60307%,48.26352% .15192%,50% 0%,51.73648% .15192%,53.4202% .60307%,55% 1.33975%,89.64102% 21.33975%,91.06889% 22.33956%,92.30146% 23.57212%,93.30127% 25%,94.03794% 26.5798%,94.48909% 28.26352%,94.64102% 30%,94.64102% 70%,94.48909% 71.73648%,94.03794% 73.4202%,93.30127% 75%,92.30146% 76.42788%,91.06889% 77.66044%,89.64102% 78.66025%,55% 98.66025%,53.4202% 99.39693%,51.73648% 99.84808%,50% 100%,48.26352% 99.84808%,46.5798% 99.39693%,45% 98.66025%,10.35898% 78.66025%,8.93111% 77.66044%,7.69854% 76.42788%,6.69873% 75%,5.96206% 73.4202%,5.51091% 71.73648%,5.35898% 70%,5.35898% 30%,5.51091% 28.26352%,5.96206% 26.5798%,6.69873% 25%,7.69854% 23.57212%,8.93111% 22.33956%,10.35898% 21.33975%);
    clip-path: polygon(45% 1.33975%,46.5798% .60307%,48.26352% .15192%,50% 0%,51.73648% .15192%,53.4202% .60307%,55% 1.33975%,89.64102% 21.33975%,91.06889% 22.33956%,92.30146% 23.57212%,93.30127% 25%,94.03794% 26.5798%,94.48909% 28.26352%,94.64102% 30%,94.64102% 70%,94.48909% 71.73648%,94.03794% 73.4202%,93.30127% 75%,92.30146% 76.42788%,91.06889% 77.66044%,89.64102% 78.66025%,55% 98.66025%,53.4202% 99.39693%,51.73648% 99.84808%,50% 100%,48.26352% 99.84808%,46.5798% 99.39693%,45% 98.66025%,10.35898% 78.66025%,8.93111% 77.66044%,7.69854% 76.42788%,6.69873% 75%,5.96206% 73.4202%,5.51091% 71.73648%,5.35898% 70%,5.35898% 30%,5.51091% 28.26352%,5.96206% 26.5798%,6.69873% 25%,7.69854% 23.57212%,8.93111% 22.33956%,10.35898% 21.33975%);
}
.learningtracks_area .event-area .single-event .item .info h2 strong {
    font-size: 30px;
    text-transform: uppercase;
}
.learningtracks_area .event-area .single-event .item .info .cohort_info {
    margin-bottom: 0;
    font-size: 16px;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
}
.learningtracks_area .event-area .single-event .item .info ul {
    margin-top: 25px;
}
.learningtracks_area .event-area .single-event .item .info ul li {
    margin-bottom: 5px;
    display: flex;
    transition: all 0.3s;
    position: relative;
    font-size: 14px;
    color: var(--gray_light);
    padding-top: 5px;
}
.learningtracks_area .event-area .single-event .item .info ul li i {
    margin-right: 10px;
    font-size: 16px;
    min-width: 30px;
    position: relative;
    top: -4px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    color: var(--uni_color_primary) !important;
}
.learningtracks_area .tooltip_1 .tooltiptext {
    visibility: hidden;
    background-color: var(--bg_white);
    text-align: left;
    position: absolute;
    z-index: 1;
    border: 1px solid #bbb;
    padding: 10px;
    opacity: 0;
    transition: all 0.4s;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.15);
    padding: 20px;
    font-size: 14px;
    line-height: 22px;
    width: 305px;
    top: -5px;
    left: 70%;
}
.learningtracks_area .tooltip_1:hover .tooltiptext, .learningtracks_area .tooltip_1.active .tooltiptext {
    visibility: visible;
    opacity: 100;
    transition: all 0.4s;
}
.learningtracks_area .tooltip_1 .tooltiptext:before {
    border: solid transparent;
    content: '';
    height: 0;
    position: absolute;
    width: 0;
    border-width: 9px;
    border-color: transparent;
    right: 100%;
    border-right-color: #bbb;
    margin-top: -6px;
    top: 15px;
}
.learningtracks_area .tooltip_1 .tooltiptext:after {
    border: solid transparent;
    content: '';
    height: 0;
    position: absolute;
    width: 0;
    border-color: transparent;
    right: 100%;
    border-right-color: var(--border-white);
    margin-top: -5px;
    top: 15px;
    border-width: 8px;
}
.learningtracks_area .event-area.full-view .single-event .event-box .info {
    border: 0;
    padding: 70px 0 70px 27px;
}
.learningtracks_area .event-area.full-view .single-event .event-box, .learningtracks_area .event-area.full-view .single-event .event-box:last-of-type{
    margin-bottom: 50px;
}
.learningtracks_area .event-area.full-view .single-event:last-of-type .event-box{
    margin-bottom: 0;
}
.learningtracks_area .event-area.full-view .single-event .content {
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.learningtracks_area .event-area.full-view .single-event .btn-white {
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
}
.learningtracks_area .event-area.full-view .single-event .btn-white:hover{
    background-color: #1d2124;
    color: #fff;
}
.learningtracks_area .event-area.full-view .single-event .btn-white {
    min-width: 197px;
    padding: 15px 20px;
}
.learningtracks_area .event-area.full-view .single-event .buttonsWrapper {
    margin-top: 10px;
}
.learningtracks_area .event-area.full-view .single-event .btn-qs-theme {
    background-color: var(--uni_color_primary);
    padding: 15px 22px !important;
    border-radius: 5px;
    font-weight: 700;
    min-width: 188.5px;
}
.learningtracks_area span.badge {
    display: inline-block;
    background: #026430;
    padding: 5px 40px;
    border-radius: 20px;
    color: #fff;
    margin: -20px 0 10px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.learningtracks_area span.badge-2 {
    display: inline-block;
    background: #026430;
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff;
    margin: -20px 0 10px 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
}

.learningtracks_area .event-area .single-event .item .info ul.no_tooltip_info i {
    margin-right: 10px;
    font-size: 16px;
    min-width: 8px;
    position: relative;
    top: 6px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    color: var(--uni_color_primary);
    background-color: var(--uni_color_primary);
}
.learningtracks_area .event-area .single-event .item .info ul.no_tooltip_info i:before{
    display: none;
}

.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;
}

footer p, footer a {
    color: white !important;
}

.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 .mt-4 {
    margin-top: 40px;
}
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 screen and (max-width: 576px) {

    footer .default-padding {
        padding-top: 0;
        padding-bottom: 0;
    }

}

@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;
    }
}
@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: 32px;
    }
    .heroBanner_area:before {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
    }
}


@media (max-width: 390px){
    .features_area .item a {
        padding: 50px 10px 40px 10px;
    }
}
@media only screen and (min-width: 1000px) {
    .certifications_area .thumb-categories-carousel.owl-carousel .owl-stage {
        left:-100px 
    }
}
@media only screen and (max-width: 820px) {
    .certifications_area .item .thumb img {
        height: 400px;
    }
}
@media only screen and (max-width: 767px) {
    .certifications_area .item .thumb img {
        height: 250px;
    }
}
@media only screen and (min-width: 1367px) {
    .certifications_area .container-full {
        margin-left:calc((100% - 1140px)/2);
        padding: 0;
        width: auto;
        min-width: auto;
        max-width: inherit 
    }
}
@media (max-width: 1200px) {
    .stickySidebar .StickySidebarWrap.fixedForm {
        right: 2.5%;
        width: 320px;
    }
}
@media screen and (max-width: 1180px) {
    .stickySidebar .StickySidebarWrap {
        width: 270px;
    }
}
@media (max-width: 1024px) {
    .stickySidebar {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .stickySidebar .StickySidebarWrap.fixedForm {
        width: 300px;
    }
}
@media screen and (max-width: 1023px) {
    body .stickySidebar .StickySidebarWrap{
        width: auto;
        position: relative;
    }
    .stickySidebar .StickySidebarWrap.fixedForm {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    body .stickySidebar .StickySidebarWrap {
        top: 0;
    }
    .stickySidebar {
        top: 30px;
        margin: 0 0 105px 0;
        padding-left: 15px;
    }
    .stickySidebar .sidebar_fixed_right {
        top: 0;
        position: relative;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 100%;
    }
}
@media (max-width: 820px) {
    .stickySidebar {
        margin: 40px 0 40px 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 820px) {
    .stickySidebar {
        margin-top: 0;
    }
}
@media (max-width: 1024px) {
    .courseDetails_area .video_area .thumb {
        float: left;
    }
}
@media (max-width: 820px) {
    .heroBanner_area .courseDetails_area {
        text-align: left;
        max-width: 640px;
        margin: 0 auto;
    }
    .courseDetails_area .video_area {
        display: flex;
        flex-direction: column-reverse;
    }
    .courseDetails_area .video_area .v_text_area {
        margin-top: 30px;
    }
    .courseDetails_area .video_area .v_text_area p {
        margin: 0;
    }
}
@media (max-width: 767px) {
    .courseDetails_area{
        padding-top: 20px;
    }
    .courseDetails_area .top-info ul {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .courseDetails_area .top-info ul li {
        width: 100%;
        text-align: center;
        justify-content: center;
        border: 0;
        border-bottom: 1px solid var(--border-gray);
        padding-bottom: 20px;
        margin: 10px 0px;
    }
    .courseDetails_area .video_area .thumb {
        width: 100%;
    }
    .courseDetails_area .video_area .v_text_area{
        text-align: center;
    }
}
@media (max-width: 767px) {
    .learningexperience_area .heading {
        text-align: center;
    }
    .learningexperience_area .content-box .item {
        flex-direction: column;
        text-align: center;
        margin-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .bootcampcourses_area h2 {
        text-align: center;
        display: block;
    }
    .bootcampcourses_area p{
        text-align: center;
    }
    .bootcampcourses_area .buttonsWrapper {
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .learningtracks_area .event-area .single-event .event-box{
        margin-bottom: 50px;
    }
    .learningtracks_area .event-area .single-event h2 {
        text-align: center;
        display: block;
    }
    .learningtracks_area .event-area .single-event .event-box .info {
        padding: 50px 35px 25px 35px !important;
    }
    .learningtracks_area .event-area .single-event .item .content {
        /* border-left: 40px solid var(--uni_color_primary); */
        padding-top: 40px;
        padding-bottom: 40px;
        /* background: #f2f6fc; */
    }
}
@media (max-width: 820px) {
    .advisordetails_area {
        text-align: center;
    }
    .advisordetails_area h3 {
        text-align: center;
    }
    .advisordetails_area .buttonsWrapper{
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .advisordetails_area .buttonsWrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .advisordetails_area .buttonsWrapper a {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    .advisordetails_area .buttonsWrapper a+a {
        margin-top: 20px !important;
    }
}
@media (max-width: 767px) {
    .howitworks_area .top-info ul {
        flex-direction: column;
        align-items: center;
    }
    .howitworks_area .top-info ul li {
        margin: 20px auto;
        width: 100%;
        border: 0;
        border-bottom: 1px solid var(--border-gray);
        padding-bottom: 20px;
        justify-content: center;
    }
    .howitworks_area .info {
        min-width: 110px;
    }
    .howitworks_area .buttonsWrapper {
        justify-content: center;
    }
    .howitworks_area .buttonsWrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .howitworks_area .buttonsWrapper a {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    .buttonsWrapper a+a {
        margin-top: 20px !important;
    }
}
@media (max-width: 820px) {
    .admissionprocess_area h2 {
        text-align: center;
        display: block;
    }
    .admissionprocess_area .buttonsWrapper{
        justify-content: center;
    }
}
@media (max-width: 1024px) {
    .careerservices_area .single-item {
        margin-bottom: 30px;
    }
    .careerservices_area .single-item:last-child{
        margin-bottom: 0;
    }
}
@media (max-width: 820px) {
    .careerservices_area .headings_area {
        text-align: center;
    }
    .careerservices_area .salary-widget-wrapper h4 {
        text-align: center;
    }
    .careerservices_area .salary-widget-wrapper p {
        text-align: center;
    }
}
@media (max-width: 820px) {
    .testimonials_area h2{
        text-align: center;
        display: block;
    }
}
@media (max-width: 820px) {
    .faqs_area .headings_area h2 {
        text-align: center;
        display: block;
    }
}
@media (max-width: 575px) {
    .faqs_area {
        padding-top: 0 !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: 390px) {
    footer {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 820px) {
    .mfp-content {
        max-width: 95%;
        background: #fff;
    }
}
@media (max-width: 767px) {
    .form-modal .mfp-content .form-box {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.owl-carousel,.owl-carousel .owl-item{
    -webkit-tap-highlight-color:transparent;
    position:relative 
}
.owl-carousel{
    display:none;
    width:100%;
    z-index:1 
}
.owl-carousel .owl-stage{
    position:relative;
    -ms-touch-action:pan-Y;
    -moz-backface-visibility:hidden 
}
.owl-carousel .owl-stage:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0 
}
.owl-carousel .owl-stage-outer{
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0,0,0) 
}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0) 
}
.owl-carousel .owl-item{
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-touch-callout:none 
}
.owl-carousel .owl-item img{
    display:block;
    width:100% 
}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{
    display:none 
}
.no-js .owl-carousel,.owl-carousel.owl-loaded{
    display:block 
}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{
    cursor:pointer;
    cursor:hand;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none 
}
.owl-carousel.owl-loading{
    opacity:0;
    display:block 
}
.owl-carousel.owl-hidden{
    opacity:0 
}
.owl-carousel.owl-refresh .owl-item{
    visibility:hidden 
}
.owl-carousel.owl-drag .owl-item{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none 
}
.owl-carousel.owl-grab{
    cursor:move;
    cursor:grab 
}
.owl-carousel.owl-rtl{
    direction:rtl 
}
.owl-carousel.owl-rtl .owl-item{
    float:right 
}
.owl-carousel .animated{
    animation-duration:1s;
    animation-fill-mode:both 
}
.owl-carousel .owl-animated-in{
    z-index:0 
}
.owl-carousel .owl-animated-out{
    z-index:1 
}
.owl-carousel .fadeOut{
    animation-name:fadeOut 
}
@keyframes fadeOut{
    0%{
        opacity:1 
    }
    100%{
        opacity:0 
    }
}
.owl-height{
    transition:height .5s ease-in-out 
}
.owl-carousel .owl-item .owl-lazy{
    opacity:0;
    transition:opacity .4s ease 
}
.owl-carousel .owl-item img.owl-lazy{
    transform-style:preserve-3d 
}
.owl-carousel .owl-video-wrapper{
    position:relative;
    height:100%;
    background:#000 
}
.owl-carousel .owl-video-play-icon{
    position:absolute;
    height:80px;
    width:80px;
    left:50%;
    top:50%;
    margin-left:-40px;
    margin-top:-40px;
    background:url(owl.video.play.png) no-repeat;
    cursor:pointer;
    z-index:1;
    -webkit-backface-visibility:hidden;
    transition:transform .1s ease 
}
.owl-carousel .owl-video-play-icon:hover{
    -ms-transform:scale(1.3,1.3);
    transform:scale(1.3,1.3) 
}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{
    display:none 
}
.owl-carousel .owl-video-tn{
    opacity:0;
    height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    transition:opacity .4s ease 
}
.owl-carousel .owl-video-frame{
    position:relative;
    z-index:1;
    height:100%;
    width:100% 
}
.owl-theme .owl-dots,.owl-theme .owl-nav{
    text-align:center;
    -webkit-tap-highlight-color:transparent 
}
.owl-theme .owl-nav{
    margin-top:10px 
}
.owl-theme .owl-nav [class*=owl-]{
    color:#FFF;
    font-size:14px;
    margin:5px;
    padding:4px 7px;
    background:#D6D6D6;
    display:inline-block;
    cursor:pointer;
    border-radius:3px 
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background:#869791;
    color:#FFF;
    text-decoration:none 
}
.owl-theme .owl-nav .disabled{
    opacity:.5;
    cursor:default 
}
.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top:10px 
}
.owl-theme .owl-dots .owl-dot{
    display:inline-block;
    zoom:1 
}
.owl-theme .owl-dots .owl-dot span{
    width:10px;
    height:10px;
    margin:5px 7px;
    background:#D6D6D6;
    display:block;
    -webkit-backface-visibility:visible;
    transition:opacity .2s ease;
    border-radius:30px 
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
    background:#869791 
}
.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-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;
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.modalPaymentPlansInforgraphics{
}
.modalPaymentPlansInforgraphics .modal-header {
    position: absolute;
    right: 15px;
    top: 10px;
}
.modalPaymentPlansInforgraphics .modal-header .action-close {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: solid 2px #fff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    padding: 0;
    background: none;
}
.modalPaymentPlansInforgraphics .modal-header .action-close:before {
    color: #fff !important;
    font-size: 33px;
}
.modalPaymentPlansInforgraphics .modal-inner-wrap {
    max-width: 811px;
}
.modalPaymentPlansInforgraphics .modal-content {
    padding: 0;
}
.modalPaymentPlansInforgraphics .ig_header {
    height: 55px;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #152F46;
    padding: 0 20px;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}
.modalPaymentPlansInforgraphics .ig_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 45px;
    border-bottom: solid 10px #152f46;
}
.modalPaymentPlansInforgraphics .ig_content .ig_leftCol {
    flex: 1;
}
.modalPaymentPlansInforgraphics .ig_content .ig_leftCol.text-center{
    text-align: center;
}
.modalPaymentPlansInforgraphics .ig_content .ig_rightCol{
    flex: 1;
    max-width: 45%;
}
.modalPaymentPlansInforgraphics .ig_hd {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #164875;
    margin: 0;
}
.modalPaymentPlansInforgraphics .ig_subHd {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}
.pricingOptions{
    display: flex;
    justify-content: space-between;
    margin: 40px 0 20px 0;
}
.pricingOptions.text-center{
    justify-content: center;
}
.pricingOptions .singleOption {
    width: 60%;
}
.pricingOptions .singleOption:first-of-type {
    width: calc(40% - 30px);
    margin-right: 30px;
}
.pricingOptions .singleOption .optionTitle {
    display: block;
    border-bottom: solid 4px #164875;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.pricingOptions .optionLogos {
    display: flex;
    flex-wrap: wrap;
    max-width: 380px;
}
.pricingOptions .optionLogos span {
    width: 50%;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
}
.pricingOptions .optionLogos img {
    margin-top: 0;
    max-width: 85%;
    height: 50px !important;
    object-fit: contain;
}
.pricingOptions .optionLogos img+img {
    margin: 0;
}
.pricingOptions .optionLogos .img img {
    max-width: 150px;
}
.pricingOptions .optionLogos.fullWidth img {
    max-width: 100%;
}
.pricingOptions .optionData .amount {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    display: block;
    color: #164875;
}
.pricingOptions .optionData .period {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 8px;
    color: #000;
}
.pricingOptions .optionData p {
    font-weight: 600;
    font-size: 12px;
    color: #000;
    margin: 0;
    text-align: left;
}
.pricingOptions p.note {
    font-size: 14px;
    margin: 0;
    color: #000;
}
.pricingOptions .optionData p.txtLarge {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin: 0;
    text-align: left;
}
.pricingOptions .optionData p.txtLarge.adjLg{
    font-size: 11px;
}
.pricingOptions .optionData p.txtLarge span {
    display: block;
    text-align: left;
    padding-left: 56px;
    font-size: 19px;
    line-height: 19px;
}
.pricingOptions .optionData .txtLarge {
    font-weight: 600;
    font-size: 16px;
}
.pricingOptions .optionData .txtSmall {
    font-weight: 600;
    font-size: 14px;
}
.pricingOptions.threeCols .singleOption {
    margin-right: 25px;
}
.pricingOptions.threeCols .singleOption:last-child {
    margin-right: 0;
}
.pricingOptions.threeCols .singleOption em {
    font-size: 13px;
    line-height: 19px;
    display: block;
}
.pricingOptions.threeCols .singleOption .optionTitle {
    font-size: 16px;
}
.pricingOptions.threeCols .optionLogos span {
    margin: 0;
}
.modalPaymentPlansInforgraphics .modal-header {
    border: 0;
    z-index: 10;
}
.modalPaymentPlansInforgraphics .modal-header .action-close {
    border: solid 2px #fff !important;
}
.modal-popup.modalPaymentPlansInforgraphics .action-close:before, .modal-popup.modalPaymentPlansInforgraphics .action-close:after{
    top: 48%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
body .modalPaymentPlansInforgraphics .modal-header .action-close:before, body .modalPaymentPlansInforgraphics .modal-header .action-close:after {
    color: #000 !important;
}
body .modalPaymentPlansInforgraphics .ig_header {
    background-color: #fff;
    color: #000;
    font-size: 27px;
    font-weight: 400;
    margin-top: 40px;
}
body .modalPaymentPlansInforgraphics .ig_content {
    border-color: #fff;
    padding-bottom: 0;
}
@media(max-width: 1024px) {
    body .modalPaymentPlansInforgraphics {
        z-index: 10005 !important;
    }
    body .modals-overlay {
        z-index: 1000 !important;
    }
    body .modalPaymentPlansInforgraphics .ig_header {
        text-align: center;
        line-height: 27px;
        margin-bottom: 20px;
    }
}
@media(max-width: 768px) {
    .modal-popup.modal-slide .modal-inner-wrap {
        max-height: 100vh;
    }
}
body #designstudio-button {
    left: 20px !important;
    bottom: 60px !important;
}
.categories-area-static.thumb-cats {
    margin: 0;
    display: flex;
    align-items: center;
}
.categories-area-static.thumb-cats .included_items {
    width: 33%;
    padding:0 20px;
}
.categories-area-static.thumb-cats .included_items span {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}
.categories-area-static.thumb-cats .included_items ul {
    list-style: disc;
    margin-left: 20px;
    font-size: 16px;
}
.categories-area-static.thumb-cats .included_items ul li {
    margin: 15px 0;
}
@media (max-width: 1024px) {
    .categories-area-static.thumb-cats .item {
        width: 33% !important;
    }
}
@media (max-width: 820px) {
    .categories-area-static.thumb-cats .included_items {
        width: 65%;
    }
    .categories-area-static.thumb-cats .item {
        width: 50% !important;
    }
}
@media (max-width: 576px) {
    .certifications_area.alter_adj{
        padding: 50px 0 !important;
    }
    .categories-area-static.thumb-cats {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .categories-area-static.thumb-cats .included_items {
        width: 100%;
        margin-top: 50px;
    }
    .categories-area-static.thumb-cats .item{
        width: 100% !important;
    }
}
.categories-area-static .item:hover i, .categories-area-static .item:focus i, .categories-area-static .item:hover h4, .categories-area-static .item:hover a, .categories-area-static .item:hover i {
    color: inherit !important;
}
.categories-area-static.thumb-cats .item {
    padding: 30px 15px;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0/10%);
    border-radius: 10px;
    background: #fff;
    position: relative;
    width: 367px;
    margin: 0 23px 0 0;
    display: inline-block 
}
.certifications_area .categories-area-static .item:hover:after {
    height: 0;
}
.categories-area-static.thumb-cats .item .title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 15px;
}
.categories-area-static.thumb-cats .item .title i {
    display: inline-block;
    font-size: 50px;
    margin-right: 15px;
}
.categories-area-static.thumb-cats .item .title h4 {
    text-transform: capitalize;
    margin: 0;
    font-weight: 700;
}
.categories-area-static.thumb-cats .item .thumb {
    position: relative;
    margin-top: 25px;
    background: #f9f9f9;
    border-radius: 10px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.categories-area-static.thumb-cats .item .thumb span {
    position: absolute;
    left: 15px;
    top: -20px;
    background: #fff;
    color: #232323;
    font-weight: 700;
    padding: 5px 20px;
    border-radius: 10px;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0/10%);
    text-transform: capitalize;
    font-size: 13px;
}
.categories-area-static.thumb-cats .item .thumb img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 600px) {
    .categories-area-static.thumb-cats .item {
        margin: 15px auto;
        width: 100%;
    }
}
@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;
    }
}
.whoshouldattend_area{
    background-color: var(--white);
    position: relative;
}
.whoshouldattend_area h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}
.whoshouldattend_area h2:after {
    position: absolute;
    left: -80px;
    top: -70px;
    content: "";
    height: 150px;
    width: 150px;
    background: url(https://di3xp7dfi3cq.cloudfront.net/media/wysiwyg/marketing/up-homepage/dotted-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
}
.whoshouldattend_area ul li {
    display: inline-block;
    margin-right: 50px;
    margin-top: 15px;
    border-right: 1px dashed #ddd;
    padding-right: 50px;
}
.whoshouldattend_area ul li .timer {
    color: #232323;
    display: inline-block;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.whoshouldattend_area ul li .medium {
    display: block;
    color: #232323;
    font-weight: 600;
}
.whoshouldattend_area ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}
.whoshouldattend_area .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 35px;
    position: relative;
    z-index: 1;
}
.whoshouldattend_area .fixed-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    left: auto;
    height: 80%;
    max-width: 53%;
    right: 0;
}
.whoshouldattend_area .fixed-bg:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 56%;
    background-color: var(--uni_color_primary) !important;
    z-index: 1;
}
.whoshouldattend_area .img_holder {
    z-index: 10;
}
.whoshouldattend_area .buttonsWrapper {
    margin-top: 60px;
}
.yoursuccess_area {
    position: relative;
}
.yoursuccess_area h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}
.yoursuccess_area h2:after {
    position: absolute;
    left: -50px;
    top: -50px;
    content: "";
    height: 100px;
    width: 100%;
    background: url(https://di3xp7dfi3cq.cloudfront.net/media/wysiwyg/marketing/up-homepage/dotted-bg.png);
    background-repeat: no-repeat;
    z-index: -1;
}
.yoursuccess_area .fixed-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .1;
}
.yoursuccess_area .fixed-shape img {
    width: 100%;
}
.yoursuccess_area .left-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.yoursuccess_area .item-box .right-info ul {
    border-left: 1px solid #ddd;
    padding-left: 38px;
    margin-left: 15px;
}
.yoursuccess_area .item-box .right-info ul li {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.yoursuccess_area .item-box .right-info ul li i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: var(--uni_color_primary);
    text-align: center;
    color: #fff;
    position: absolute;
    left: -53px;
    border-radius: 50%;
    font-size: 12px;
}
.yoursuccess_area .item-box .right-info ul li h3 {
    font-weight: 700;
    font-size: 20px;
}
.partnership_area{
    position: relative;
}
.partnership_area .site-heading{
    text-align: center;
    margin-bottom: 20px;
}
.partnership_area .site-heading h2 {
    display: block;
    font-size: 36px;
    font-weight: 800;
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
    line-height: 1.4;
}
.partnership_area .thumb .thumb-box {
    background-color: var(--uni_color_primary);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 320px;
    position: relative;
}
.partnership_area .thumb .thumb-box img {
    width: 100%;
    height: 100% !important;
    margin: 0 auto;
    object-fit: cover;
    display: block;
    z-index: 10;
}
.partnership_area .single-item {
    margin-bottom: 30px;
}
.partnership_area .info .item {
    position: relative;
    padding: 55px 30px;
    z-index: 1;
    box-shadow: 0 0 10px #ccc;
    background: #fff;
    transition: all .35s ease-in-out;
    height: 100%;
}
.partnership_area .info .item:last-child {
    margin-bottom: 0;
}
.partnership_area .info .item h3 {
    font-weight: 700;
    font-size: 20px;
}
.partnership_area .info .item ul {
    margin-top: 15px;
    position: relative;
    min-height: 148px;
}
.partnership_area .info .item ul:after {
    position: absolute;
    content: "";
    left: -32px;
    top: 5%;
    height: 90%;
    width: 4px;
    background: var(--uni_color_primary);
}
.partnership_area .info .item ul li {
    font-weight: 600;
    color: #232323;
    position: relative;
    margin-top: 7px;
}
.partnership_area .info .item ul li:first-child {
    margin-top: 0;
}
.partnership_area .fixed-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    max-width: 38%;
    left: 0;
}
.partnership_area .fixed-bg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 39%;
    background-color: var(--uni_color_primary);
    z-index: 1;
}
.categories-box{
    padding: 75px 0;
}
.categories-box .category-items.categories-carousel {
    margin-top: 0;
    text-align: center;
}
.categories-box .owl-stage-outer {
    margin: -15px;
    padding: 15px;
}
.categories-box .item {
    background: var(--uni_color_primary);
    border-radius: 0;
    background-size: cover;
    background-position: center center;
    box-shadow: 0 0 10px #ccc;
}
.categories-box .categories-carousel .item a {
        display: flex;
        padding: 30px 50px;
        /* box-shadow: 0 0 10px #ccc; */
        padding: 60px 30px;
        border: none;
        position: relative;
        z-index: 1;
        height: 365px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
}
.categories-box .categories-carousel .item i {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 50px;
    margin-bottom: 25px;
    color: #fff;
}
.categories-box .item h3 {
    min-height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0;
    font-size: 18px;
    color: #fff;
}
.categories-box .item p {
    /* height: 110px; */
    margin-bottom: 0;
    margin-top: 15px;
    color: #fff;
}
.categories-box .category-items .owl-dots {
    margin-top: 30px !important;
    margin-bottom: -15px;
}
.categories-box .category-items .owl-dots .owl-dot span {
    border: 2px solid #ddd;
    background: no-repeat;
    height: 20px;
    width: 20px;
    position: relative;
    z-index: 1;
}
.categories-box .category-items .owl-dots .owl-dot.active span:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    background: var(--uni_color_primary);
    transform: translate(-50%,-50%);
    border-radius: 50%;
}

@media (max-width: 768px) {
    .categories-box {
        padding: 10px 0;
    }
}
@media (max-width: 820px) {
    .heroSlides_area .content .hd {
        font-size: 44px;
        line-height: 54px;
    }
}
@media (max-width: 575px) {
    .heroSlides_area {
        height: 540px;
    }
    .heroSlides_area .content {
        margin-top: 0;
    }
    .heroSlides_area .item {
        height: 540px;
        padding: 35px 15px;
    }
    .heroSlides_area .content .sub_hd {
        margin-bottom: 20px;
    }
    .heroSlides_area .content .hd {
        font-size: 28px;
        line-height: 38px;
        font-weight: 600;
    }
    .heroSlides_area .content p {
        margin: 0;
    }
    .owl-theme .owl-nav {
        display: none;
    }
    .heroSlides_area .owl-theme .owl-nav .owl-next {
        right: 10px;
    }
    .heroSlides_area .owl-theme .owl-nav .owl-prev {
        left: 10px;
    }
}
@media (max-width: 390px) {
    .heroSlides_area {
        height: 580px;
    }
    .heroSlides_area .item {
        height: 580px;
    }
    .heroSlides_area .content .hd {
        font-size: 26px;
        line-height: 34px;
    }
}
@media (max-width: 820px) {
    .tabs_wrapper ul {
        flex-direction: column;
    }
    .tabs_wrapper ul li {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .tabs_wrapper ul li:last-child{
        margin: 0;
    }
}
@media (max-width: 576px) {
    .tabs_wrapper {
        margin-top: 20px;
    }
}

@media (max-width: 820px) {
    .learningtracks_area .event-area .single-event .event-box{
        box-shadow: 0 4px 20px -2px rgba(0,0,0,.2);
    }
    .learningtracks_area .event-area .single-event .item.thumb {
        width: 100%;
        min-height: 300px;
        max-width: 100%;
        background-position: center center;
        flex: 0 0 100%;
    }
    .learningtracks_area .event-area .single-event .item.col-md-4 {
        width: 40%;
        max-width: 40%;
        flex: 0 0 40%;
    }
    .learningtracks_area .event-area .single-event .item.col-md-8 {
        width: 60%;
        max-width: 60%;
        flex: 0 0 60%;
    }
}

.event-area .single-event .item .info {
    padding: 55px 15px 35px 15px;
}
@media (max-width: 575px) {
    .learningtracks_area {
        padding-top: 20px;
    }
    .learningtracks_area .event-area .single-event .item.col-md-4 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .learningtracks_area .event-area .single-event .item.col-md-8 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .learningtracks_area .event-area .single-event .item .content {
        padding: 20px 20px;
    }
    .learningtracks_area .event-area .single-event .item .content h3 a br:first-of-type {
        display: block;
    }
    .learningtracks_area .event-area.full-view .single-event .event-box .info {
        padding: 50px 0 30px 35px;
    }
    .learningtracks_area .event-area.full-view .single-event .buttonsWrapper {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .learningtracks_area .event-area.full-view .single-event .btn {
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .learningtracks_area .tooltip_1 .tooltiptext {
        left: 40px;
        max-width: 280px;
    }
}
@media (max-width: 820px) {
    .whoshouldattend_area .info {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 auto 50px auto;
        padding: 0 30px;
        text-align: center;
    }
    .whoshouldattend_area .buttonsWrapper {
        text-align: center;
        justify-content: center;
    }
    .whoshouldattend_area .img_holder {
        max-width: 100%;
        flex: 0 0 10%;
        width: 100%;
    }
}
@media (max-width: 575px) {
    .whoshouldattend_area h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .whoshouldattend_area .info ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .whoshouldattend_area .img_holder {
        max-height: 520px;
    }
}
@media (max-width: 820px) {
    .yoursuccess_area .row {
        flex-direction: column;
    }
    .yoursuccess_area .row .left-info {
        max-width: 100%;
        margin-bottom: 50px;
    }
    .yoursuccess_area .row .right-info {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .categories-box .col-lg-5 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 50px;
    }
    .categories-box .col-lg-7 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media (max-width: 575px) {
    .yoursuccess_area h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .categories-box {
        padding-bottom: 20px;
        padding-top: 0;
    }
}
@media (max-width: 820px) {
    .partnership_area .col-lg-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .partnership_area .col-lg-5 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .partnership_area .col-lg-7 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .partnership_area .thumb .thumb-box {
        height: 350px;
    }
    .partnership_area .thumb .thumb-box img {
        object-position: top center;
    }
}
@media (max-width: 575px) {
    .partnership_area .site-heading h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .partnership_area .thumb .thumb-box {
        height: 300px;
    }
    .partnership_area .row {
        flex-direction: column;
    }
    .partnership_area .fixed-bg {
        max-width: 80%;
    }
    .partnership_area .single-item {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .partnership_area .info .item ul {
        min-height: auto;
    }
}


.faqs_area{
    background-color: var(--bg_light_blue);
    overflow: hidden;
}
.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 ,
.faqs_area .faq-content .card .card-header h3:focus {
    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: 36px;
    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 ,
.faqs_area .faq-content .card .card-header h3:focus {
    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 .headings_area .row .buttonsWrapper {
    margin-top: 0px !important;
    padding-left: 105px;
    }
.faqs_area .faq-content .card .card-body ul+p {
    margin-top: 10px;
}

@media only screen and (max-width: 991px) and (max-width: 768px) {

    .faqs_area .headings_area .row .col-lg-7, .col-lg-4 {
        max-width: 100%;
    }

    .faqs_area .headings_area h2 {
        text-align: center !important;
    }
    
}


@media only screen and (max-width: 991px) and (max-width: 768px) {

    .faqs_area .headings_area .row {
        flex-direction: column;
        max-width: 100%; 
        padding-top: 9px;     
    }
    
    .faqs_area .headings_area .row .buttonsWrapper {
        margin-top: 0px !important;
        padding-left: 0px;
    }

    .faqs_area .headings_area .buttonsWrapper .btn-qs-theme 
    {
        text-align: center;
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%
}
    
}
@media (max-width: 820px) {
    .faqs_area .row {
        margin: 0 auto 50px auto;
        align-items: center;
        justify-content: center;

    }
    .faqs_area .faq-items .row .col-lg-10 {
        flex: 0 0 100%;
        max-width: 100%;
    } 

    
}
@media (max-width: 575px) {
    .faqs_area {
        padding-top: 40px !important;
        padding-bottom: 20px;
    }
    .faqs_area h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .faqs_area .row {
        flex-direction: column;
        align-items: center;
    }
    .faqs_area .row .col-lg-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .faqs_area .btn {
        display: block;
        text-align: center;
        margin: 20px auto 0 auto;
        max-width: 300px;
    }
}

.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;
}



