div:focus, a:focus, section:focus, li:focus {
    box-shadow: 0px 0px 5px 1px var(--qs_quaternary_blue) !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";
}
 
/*  */
.thumb img {
    width: 100%;
    height: 100%;
}

.no-padding{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.flexed-col {
    display: flex;
    flex-direction: column;
    min-height: 250px;
    justify-content: center;
}

.max-height{
    max-height: 380px;
}

.covered-img-wrap {
    padding: 30px;
    width: 440px;
    position: relative;
    left: -170px;
    top: -170px;
    z-index: 10;
}

.covered-img-wrap img {
    width: 100%;
    height: 100%;
}

.covered-img-wrap .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    max-width: 160px;
    object-fit: contain;
    transform: translateY(-45%);
    margin: 0 auto;
}

.covered-img-wrap .icon.adj {
    max-width: 120px;
}

.img-tile-2 {
    background: none;
    padding: 30px 30px 0 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
    width: 400px;
    margin: 0 auto;
}

.img-tile-2 img {
    margin-top: 0;
    width: 46%;
    object-fit: cover;
    margin-bottom: 0;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    right: 0;
    height: 65%;
    z-index: 11;
}

.img-tile-2.abs-pos {
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    z-index: 1;
}

.img-tile-2.abs-pos img {
    left: 0;
    right: inherit;
    object-position: 0;
}

.covered-img-wrap-2 {
    padding: 30px;
    position: absolute;
    right: -60px;
    width: 50%;
    top: -90px;
    z-index: 10;
}

.covered-img-wrap-2 img {
    width: 100%;
    height: 100%;
}

.covered-img-wrap-2 .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    max-width: 160px;
    object-fit: contain;
    transform: translateY(-45%);
    margin: 0 auto;
}

@media screen and (min-width: 1500px) {
    .covered-img-wrap-2 .icon {
        top: 32%;
    }
}

@media screen and (min-width: 1800px) {
    .covered-img-wrap-2 .icon {
        top: 28%;
    }
}

@media screen and (min-width: 2500px) {
    .covered-img-wrap-2 .icon {
        top: 18%;
    }
}

@media screen and (max-width: 1024px) {

    .max-height{
        max-height: inherit;
    }

    .covered-img-wrap {
        top: 0;
        position: relative;
        left: 0;
        width: auto;
        padding: 0;
    }

    .covered-img-wrap .icon, .covered-img-wrap .icon.adj, .covered-img-wrap-2 .icon {
        max-width: 80px;
    }

    .content-area .mob-adj {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

}

@media screen and (max-width: 820px) {

    .flexed-col {
        min-height: auto;
        margin-bottom: 40px;
        align-items: center;
    }

    .no-padding {
        padding: 50px 15px !important;
    }

    .covered-img-wrap img {
        max-height: 300px;
        object-fit: contain;
        margin-bottom: 30px;
    }

    .img-tile-2 {
        width: calc(100% + 30px);
        padding: 0;
        margin: 0 -15px;
    }
    
    .img-tile-2 img {
        position: relative;
        width: 100%;
        height: 350px;
        transform: none;
    }

    .img-tile-2.abs-pos{
        display: none;
    }

    .covered-img-wrap-2 {
        top: 0;
        position: relative;
        left: 0;
        width: auto;
        padding: 0;
    }

    .covered-img-wrap-2 img {
        max-height: 300px;
        object-fit: contain;
        margin-bottom: 30px;
    }

    .covered-img-wrap .icon, .covered-img-wrap .icon.adj, .covered-img-wrap-2 .icon {
        max-width: 80px;
    }

    .content-area.top-talent h2 {
        text-align: center;
    }

}

@media screen and (max-width: 576px) {

    .no-padding {
        padding: 50px 0 !important;
    }

}

@media screen and (max-width: 390px) {

    h2{
        font-size: 25px;
    }
    
}
 
/*  */
.content-area {
    padding: 75px 0;
    position: relative;
}

.content-area.bg-blue{
    background-color: #F3F6FD;
}

.content-area .text-center{
    text-align: center;
}

.content-area p {
    font-size: 19px;
    line-height: 28px;
}

.content-area p:last-child {
    padding: 0;
    margin: 0;
}

.content-area .pr-70{
    padding-right: 70px;
}

.content-area .pb-0{
    padding-bottom: 0;
}

.content-area .list-wrapper {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    max-width: 95%;
    margin: 0;
}

.content-area .list-wrapper ul {
    display: flex;
    flex-direction: column;
}

.content-area ul {
    padding: 0 0 0 30px;
    border-left: dotted  2px var(--qs_light_blue);
    margin: 30px 0 0 30px;
    font-size: 16px;
    color: var(--qs_light_blue);
    font-weight: 700;
    list-style: none;
}

.content-area.bg-blue ul{
    border-color: var(--qs_dark_blue);
    color: var(--qs_dark_blue);
}

.content-area ul li {
    margin: 2px 0;
}

.content-area.bg-blue-gradient{
    background: linear-gradient(to bottom,  #111d30 0%,#111d30 85%,#0e3c58 100%);
}

.content-area .highlighted-col {
    background-color: #F3F6FD;
    padding: 65px 70px 65px 40px;
    z-index: 10;
}

.content-area .bulleted {
    list-style: disc;
    padding-left: 50px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}

.content-area .bulleted li{
    margin: 0 0 8px 0;
}

.content-area .bulleted-default {
    list-style: disc;
    border: 0;
    padding: 0;
    margin: 20px 0 0 20px;
    color: #000;
    text-align: left;
}

.content-area .bulleted-default li{
    font-weight: 400;
    color: #666;
    font-size: 19px;
    line-height: 28px;
    margin: 8px 0;
}

.content-area.bg-blue-gradient.dark h2 {
    color: #fff;
}

.content-area.bg-blue-gradient.dark p {
    color: #fff;
}
 
.content-area.over-hidden {
    overflow: hidden;
}

.content-area p.fine-print {
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
}

.content-area.professional-takeoff {
    overflow: hidden;
}

@media (max-width: 1200px) {
    .course-details-area .container,
    .content-area .container{
        overflow: inherit;
    }
}

@media screen and (max-width: 820px) {
   
    .content-area {
        padding: 40px 0;
        text-align: center;
    }
    

    .content-area h2 {
        text-align: left;
    }

    .content-area .mob-reverse {
        flex-direction: column-reverse;
        gap: 0;
    }

    .content-area .pr-70 {
        padding-right: 15px;
    }

    .content-area.pb-0 {
        padding-bottom: 50px !important;
    }

    .content-area .highlighted-col p {
        text-align: left;
    }

    .content-area.professional-takeoff .col-lg-1 {
        display: none;
    }

}

@media screen and (max-width: 576px) {

    /* .content-area .list-wrapper {
        flex-direction: column;
        margin: 0;
    } */

    .content-area.upskilling-employer {
        padding-top: 0 !important;
        padding-bottom: 3px !important;
    }

    .content-area .highlighted-col{
        padding: 30px 30px 40px 30px;
    }

    .content-area .highlighted-col p {
        text-align: left;
    }

    .content-area.training-works h2 {
        text-align: center;
    }

    .content-area.professional-takeoff .container {
        max-width: inherit;
        width: 100%;
    }

    .content-area.professional-takeoff {
        padding-top: 0 !important;
        padding-bottom: 3px !important;
    }

    .content-area .list-wrapper ul{
        flex: 1;
    }
    

}

/*  */
.highlighted-tile {
    background-color: #111d30;
    padding: 30px 30px 0 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: calc(100% + 35px);
}

.highlighted-tile img {
    margin-top: -70px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 40px;
}

.highlighted-tile p {
    text-align: right;
    font-style: italic;
    font-size: 32px;
    color: #fff;
    line-height: 45px;
    padding-right: 10px;
}

.highlighted-tile p span{
    color: #579cea;
}

@media screen and (max-width: 820px) {

   .highlighted-tile img{
       margin-top: 0;
       margin-bottom: 0;
   }

   .highlighted-tile p {
        padding: 20px 0 !important;
    }

}

@media screen and (max-width: 576px) {


    .highlighted-tile p {
        font-size: 28px;
    }

}

/*  */
.img-tile {
    background: linear-gradient(to bottom,  #111d30 0%,#111d30 85%,#0e3c58 100%);
    padding: 30px 30px 0 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
    width: 400px;
    margin: 0 auto;
}

.img-tile img {
    margin-top: 0;
    width: 50%;
    object-fit: cover;
    margin-bottom: 0;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    right: 0;
    height: 500px;
}

.img-tile p {
    text-align: right;
    font-style: italic;
    font-size: 44px;
    color: #fff;
    line-height: 60px;
    padding-right: 10px;
    width: 380px;
}

.img-tile p span{
    color: var(--qs_light_blue);
}


@media screen and (max-width: 820px) {

    .img-tile {
        width: 100%;
        padding: 30px;
    }

    .img-tile img {
        position: relative;
        width: 100%;
        top: 0;
        transform: none;
        height: inherit;
    }

}

/*  */
.course-details-area{
    background-color: #111d30;
    padding-top: 0;
    padding-bottom: 75px;
}

.course-details-area .main-content .center-tabs .nav-tabs {
    margin-top: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: none;
}

.course-details-area .main-content .center-tabs .nav-tabs li {
    display: inline-block;
    margin: 0;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.course-details-area .main-content .center-tabs .nav-tabs li a {
    min-width: 190px;
    text-align: center;
    position: relative;
    padding: 11px 35px;
    border-radius: inherit;
    border: 1px solid #e7e7e7;
    font-weight: 800;
    display: inline-block;
    background: #fafafa;
    color: #232323;
}

.course-details-area .main-content .center-tabs .nav-tabs li a:after {
    content: "\e918";
    font-family: "icomoon";
    margin-left: 5px;
    margin-top: 2px;
    border: none;
    position: absolute;
    font-weight: 600;
    right: 13px;
    font-size: 20px;
}

.course-details-area .main-content .center-tabs .nav-tabs li a.active {
    color: #fff;
    background: var(--qs_light_blue);
}

.course-details-area .main-content .center-tabs .nav-tabs li a.active:after {
    content: "\e914";
}

.course-details-area .main-content .tab-content {
    max-width: 70%;
    margin: 0 auto;
}

.course-details-area .main-content .tab-content >.tab-pane {
    display: none;
}

.course-details-area .main-content .tab-content >.tab-pane.active {
    display: block;
}

.course-details-area .main-content .tab-content .img-wrap {
    padding: 30px;
    position: relative;
}

.course-details-area .main-content .tab-content .img-wrap .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    max-width: 100px;
    object-fit: contain;
    transform: translateY(-50%);
    margin: 0 auto;
}

.course-details-area .main-content .tab-content .img-wrap .icon.adj{
    max-width: 130px;
}

.course-details-area .main-content .thumb {
    margin: 0;
    padding-bottom: 0;
}

.course-details-area .main-content span.title {
    color: #579cea;
    font-size: 25px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 600;
}

.course-details-area .main-content p {
    color: #fff;
    font-size: 19px;
    line-height: 28px;
}

.course-details-area {
    z-index: 10;
    position: relative;
    background-color: #fff;
}

.course-details-area .main-content .thumb {
    margin: 0;
    padding-bottom: 0;
    position: static;
}
 
.course-details-area .main-content .img-wrap .bg-bar {
    width: 78%;
    height: 258px;
    position: absolute;
    left: -40%;
    background: linear-gradient(to bottom,  #111d30 0%,#111d30 85%,#0e3c58 100%);
    display: block;
    z-index: 1;
}
 
.course-details-area .main-content .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 250px;
}

.course-details-area.dark .main-content span.title {
    color: #000;
}

.course-details-area.dark .main-content p {
    color: #666;
}


.course-details-area.dark .main-content .bulleted {
    list-style: disc;
    padding-left: 20px;
    margin-top: 0;
    text-align: left;
    color: #666;
}

.course-details-area.dark .main-content .bulleted li {
    margin: 7px 0;
    font-size: 19px;
    line-height: 28px;
}

.course-details-area .main-content .tab-content {
    max-width: 80%;
    margin: 40px auto 0 auto;
}

.course-details-area .main-content .tab-content .img-wrap {
    padding: 10px;
    position: static !important;
}

.course-details-area .main-content .tab-content .img-wrap img {
    z-index: 10;
    position: relative;
    right: 5%;
    top: 20px;
}

.course-details-area .main-content .tab-content .img-wrap img.stack-1 {
    top: 150px;
}

.course-details-area .main-content .tab-content .img-wrap img.stack-2 {
    top: 100px;
}

.course-details-area .main-content .tab-content .img-wrap img.stack-3 {
    top: 47px;
}

.course-details-area .main-content .tab-content .img-wrap img.stack-4 {
    top: 25px;
}

.course-details-area .main-content .tab-content .img-wrap img.stack-5 {
    /* top: -20px; */
}

@media screen and (max-width: 1024px) {

    .course-details-area .main-content .center-tabs .nav-tabs li a {
        min-width: 170px;
    }
    
}
 

 
@media screen and (max-width: 820px) {

    .course-details-area .main-content .tab-content {
        max-width: 100%;
    }

    .course-details-area .main-content .center-tabs .nav-tabs {
        flex-wrap: wrap;
        max-width: 700px;
        margin: -25px auto 0 auto;
    }

    .course-details-area .main-content .img-wrap .bg-bar {
        display: none;
    }

    .course-details-area .main-content .tab-content .img-wrap {
        background: no-repeat;
        margin-bottom: 20px;
        text-align: center;
    }

    .course-details-area .main-content .tab-content .img-wrap img {
        height: inherit;
        top: 0 !important;
        transform: translateY(0%);
        right: 0;
        width: 350px;
        margin: 0 auto;
        left: 0;
        object-fit: contain;
    }

    .course-details-area .main-content .info {
        max-width: 600px;
        margin: 0 auto;
    }

}

@media screen and (max-width: 576px) {

    .course-details-area {
        padding-bottom: 40px;
        overflow: hidden;
        
    }
 

    .course-details-area .main-content .center-tabs .nav-tabs {
        flex-direction: column;
        margin: 40px 0 0 0;
    }

    .course-details-area .main-content .center-tabs .nav-tabs li {
        width: 100%;
        max-width: 80%;
    }

    .course-details-area .main-content .center-tabs .nav-tabs li a{
        display: block;
    }

    .course-details-area .main-content .info {
        text-align: center;
        max-width: 400px;
    }
 

}

 /* UP Logos Section */
 .tech-partners {
    padding: 75px 0;
}

.tech-partners h2 {
    font-size: 31px;
    font-weight: 700;
    text-align: left;
}

.tech-partners h2 span {
    color: var(--qs_light_blue);
}

.tech-partners p {
    text-align: left;
    margin: 0 0 40px 0;
    font-size: 19px;
    line-height: 28px;
}


.tech-partners .tech_logos_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 820px;
    margin: 0 auto;
}

.tech-partners .tech_logos_wrapper img {
    margin: 20px;
    max-width: 170px;
}

.tech-partners .tech_logos_wrapper.justify_flex_start{
    justify-content: flex-start;
}
 
@media screen and (max-width: 1024px) {

    .tech-partners .tech_logos_wrapper img {
        max-width: 25%;
        object-fit: contain;
    }

    .tech-partners .tech_logos_wrapper {
        margin-right: 20px;
        margin-left: 20px;
    }

}

@media screen and (max-width: 768px) {

    .tech-partners {
        padding: 50px 0;
    }

    .tech-partners .carousel-shadow .tech_logos_wrapper {
        margin-bottom: 50px;
    }

    .tech-partners .logo-carousal .item-box {
        width: calc( 100% - 40px );
        margin: 0 auto;
    }

    .logo-carousal .hasShadow:after{
        display: none;
    }


}

@media screen and (max-width: 575px) {

    .tech-partners .tech_logos_wrapper {
        row-gap: 30px;
        column-gap: 20px;
        justify-content: space-between;
    }

    .tech-partners .tech_logos_wrapper img {
        margin: 0;
        max-width: 150px;
        object-fit: contain;
    }

}

@media screen and (max-width: 390px) {

    .tech-partners h2{
        font-size: 25px;
    }

    .tech-partners .tech_logos_wrapper img {
        max-width: 130px;
    }

}


 /*  */
 .companies-list {
    width: 100%;
    margin: 50px 0;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.companies-list img {
    object-fit: contain;
    height: 80px;
    margin: 10px 50px 10px 0;
}

.companies-list img.adj{
    height: 60px;
}

.companies-list img.adj2{
    height: 45px;
}

@media screen and (max-width: 1200px) {

    .companies-list img {
        width: 40%;
        margin-right: 0;
    }
}

@media screen and (max-width: 1024px) {

    .companies-list img {
        width: 30%;
    }

}

@media screen and (max-width: 820px) {
    .success-stories p{
        text-align: left;
    }
}

@media screen and (max-width: 576px) {

    .companies-list{
        margin-bottom: 0;
    }
    
    .companies-list img {
        width: 48%;
    }

}


/*  */
.facts-listing{
    margin: 20px 0;
}

.facts-listing .item {
    display: flex;
    align-items: center;
    margin: 50px 0 60px 0;
    gap: 20px;
}

.facts-listing .item:last-child {
    margin-bottom: 20px;
}

.facts-listing .item .icon {
    position: relative;
}

.facts-listing .item .icon img {
    width: 130px;
    height: 130px !important;
    object-fit: cover;
    border-radius: 100%;
}


.facts-listing .item .icon .percent {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -23%;
    display: flex;
    text-align: center;
    width: 55%;
    height: 55%;
    background: var(--qs_light_blue);
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    border: solid 3px #fff;
}

.facts-listing .item .info {
    flex: 1;
    text-align: left;
}

.facts-listing .item .info span{
    font-size: 16px;
    font-style: italic;
    color: var(--gray_light);
}

/*  */
.training-list-area {
    padding: 50px 0 60px 0;
    background-color: #fff;
}

.training-list-area h2 {
    text-align: left;
    margin-bottom: 30px;
}

.training-list-area p {
    font-size: 18px;
    line-height: 28px;
}

.training-list-area .training-items {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    margin: 40px 0;
}

.training-list-area .training-items .item {
    display: flex;
    min-height: 300px;
}

.training-list-area .training-items .item  h3 {
    font-size: 22px;
    margin: 0;
    padding: 12px 0;
    font-weight: 700;
    line-height: 30px;
}

.training-list-area .training-items .item img {
    object-fit: cover;
}

.training-list-area .training-items .item .content {
    padding: 30px 40px 30px 30px;
    box-shadow: 1px 4px 20px -2px rgba(0,0,0,.1);
    border: none;
    flex: 1;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}

.training-list-area .training-items .item .thumb {
    width: 300px;
    overflow: hidden;
    position: relative;
}

.training-list-area .training-items .item .thumb:before {
    content: "";
    width: 45px;
    height: 100%;
    background: var(--qs_dark_blue);
    position: absolute;
    left: 0;
    top: 0;
}

.training-list-area .training-items .item a.btn {
    background: var(--qs_light_blue);
    padding: 10px 16px;
    border-radius: 5px;
    color: #fff;
    min-width: 120px;
    display: inline-block;
    text-align: center;
    width: 100%;
    transition: .2s;
    margin-top: 10px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0;
}

.training-list-area .training-items .item a.btn:hover,
.training-list-area .training-items .item a.btn:focus {
    background: #036dab;
}

.training-list-area .training-items .item ul {
    font-size: 18px;
    line-height: 28px;
    list-style: disc;
    margin-left: 21px;
    color: var(--gray_light)
}

.training-list-area .training-items .item ul li {
    margin: 3px 0;
}

@media screen and (max-width: 820px) {

    .training-list-area .training-items{
        margin-bottom: 0;
    }

}

@media screen and (max-width: 576px) {

    .training-list-area .training-items .item {
        flex-direction: column;
    }

    .training-list-area .training-items .item .thumb {
        width: 100%;
    }

    .training-list-area .training-items .item .thumb:before {
        width: 100%;
        height: 20px;
    }

    .training-list-area .training-items .item img {
        height: 300px;
    }

}


/*  */
.tailored-listing{
    margin: 20px 0;
    text-align: left;
}

.tailored-listing .item {
    display: flex;
    align-items: flex-start;
    margin: 50px 0 60px 0;
    gap: 20px;
}

.tailored-listing .item:last-child {
    margin-bottom: 20px;
}

.tailored-listing .item .icon {
    position: relative;
}

.tailored-listing .item .icon img {
    width: 130px;
    height: 130px !important;
    object-fit: cover;
    border-radius: 100%;
}


.tailored-listing .item .icon .percent {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -23%;
    display: flex;
    text-align: center;
    width: 55%;
    height: 55%;
    background: var(--qs_light_blue);
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    border: solid 3px #fff;
}

.tailored-listing .item .info {
    flex: 1;
}

.tailored-listing .item .info span{
    font-size: 18px;
}

.tailored-listing .item .info h3 {
    font-size: 20px;
    font-weight: 700;
}


@media screen and (max-width: 820px) {

    .tailored-listing{
        text-align: center;
    }

    .upskill-with p {
        text-align: left;
    }

    .tailored-listing .item .info h3 {
        text-align: left;
    }

    .tailored-listing .item .info p{
        text-align: left;
    }

    
}

@media screen and (max-width: 576px) {

    .tailored-listing {
        margin-bottom: 0;
    }

    .tailored-listing .item .icon img {
        width: 80px;
        height: 80px !important;
    }

    .tailored-listing .item .info {
        padding-right: 15px;
    }

    .tailored-listing .item:last-child{
        margin-bottom: 0;
    }

}

/*  */
.form-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    height: 100%;
    align-items: center;
    padding: 20px 20px 20px 20px;
    position: relative;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
}

.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 .error {
    color: red;
    font-size: 12px;
    text-align: left;
    display: block !important;
}
.form-box .hidden {
    display: none;
    background-color: #fff;
    color: #000;
}
.form-box h3 {
    font-size: 27px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}
.form-box .row {
    margin: 0;
}
.form-box .row .col-md-12 {
    flex: 0 0 100%;
}
.form-box .form-group {
    margin-bottom: 1rem;
}
.form-box label {
    display: none;
}
.form-box ::-ms-input-placeholder {
    color: var(--black);
}
.form-box ::placeholder {
    color: var(--black);
}
.form-box .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 25px;
    color: #232323;
    background: #f9f9f9 !important;
    font-size: 16px;
    font-family: var(--font-primary);
    box-shadow: none;
    height: 50px;
}

.form-box .form-control:focus {
    box-shadow: 0px 0px 5px 1px var(--qs_quaternary_blue) !important;
}

.form-box button {
    width: 100%;
    background: var(--qs_dark_blue);
    background: linear-gradient(0deg, var(--qs_quaternary_blue) 0%, var(--qs_dark_blue) 100%) !important;
    border: solid 2px var(--qs_dark_blue);
    border-radius: 0;
    padding: 15px 45px;
    font-size: 14px;
    color: #fff;
    position: relative;
    box-shadow: none;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
}

.form-box button:hover, .form-box button:focus{
    color: #fff;
}
.form-box button span, .form-box button:before {
    position: relative;
    z-index: 10 
}
.form-box button:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, var(--qs_quaternary_blue) 0%, var(--qs_quaternary_blue) 100%);
    opacity: 0;
    z-index: 1;
}
.form-box button:hover:after, .form-box button:active:after, .form-box button:focus:after {
    opacity: 1 
}
.form-box button.btn-white{
    background: #fff !important;
    border: solid 2px var(--qs_quaternary_blue);
    border-radius: 0;
    padding: 15px 45px;
    font-size: 14px;
    color: var(--qs_quaternary_blue);
    position: relative;
    box-shadow: none;
    font-weight: 800;
    min-width: 220px;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.form-box button.btn-white:after{
    display: none;
}
.form-box button.btn-white:hover, .form-box button.btn-white:hover{
    background-color: #eef1f3 !important;
    background-image: none !important;
}
.form-box .enroll_btn_wrap {
    overflow: hidden;
    margin-top: 15px;
}
.form-box .enroll_btn_wrap .btn-white {
    display: block;
}
.form-box .userAggrement {
    margin: 10px 0 10px 0;
}
.form-box .userAggrement p {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #525c65;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 500;
    padding-left: 11px;
}

.form-box .userAggrement p a {
    letter-spacing: -0.4px !important;
    padding: 0;
}

.form-box .signupCheck {
    display: flex;
    align-items: flex-start;
    padding-left: 11px;
}
.form-box .form-box form label {
    display: none;
}
.form-box .signupCheck input {
    padding: 0 !important;
    top: 2px;
    min-height: auto;
    margin-right: 10px;
    margin-top: 2px;
}
.form-box .userAggrement p {
    line-height: 18px;
    padding-left: 0;
}
.form-box .userAggrement a {
    text-decoration: underline;
    font-weight: 700;
    color: #333;
}


/*  */
.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(--qs_quaternary_blue) !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;
}

/*  */
footer {
    background-color: var(--bg_dark_blue);
    padding: 50px 0 0 0;
}
.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;
}
.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: 450px;
}
.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;
}

footer .form_outer_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    flex-direction: column;
    gap: 15px;
}

footer .form_outer_wrapper .subscribe {
    flex: 1;
    width: 100%;
    max-width: 480px;
}

footer .subscribe form {
    position: relative;
    border-radius: 30px;
    margin: 0;
}

footer .subscribe form label.error {
    color: red;
    font-size: 11px;
    margin: 10px 0 0 25px;
    display: inline-block;
}

footer .subscribe form input {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding: 9px 16px;
    line-height: 1.6;
    padding-left: 25px;
    border-radius: 30px;
    background-color: #fff;
    color: var(--qs_dark_blue);
    font-size: 1rem;
    font-weight: 400;
    border: 0;
}

footer .subscribe form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    color: var(--qs_light_blue);
    border: none;
    box-shadow: inherit;
    outline: inherit;
    background: none;
    font-size: 19px;
    font-weight: 800;
    cursor: pointer;
}

footer .form_outer_wrapper > p {
    color: #fff;
    font-size: 13px;
    margin: 0 0 0 15px;
}


@media screen and (max-width: 1199px) {

    footer .subscribe form input {
        width: calc(100% - 16px);
    }

    footer .subscribe form input {
        margin-left: 16px;
    }

}

@media screen and (max-width: 991px) {

    footer .mt-25{
        margin-top: 0 !important;
    }

    footer .mt-40{
        margin-top: 0 !important;
    }

}

 


@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;
    }

    footer .form_outer_wrapper {
        margin-top: 30px;
        max-width: 600px;
    }

}
@media (max-width: 576px) {
    .footer-bottom .text-right a {
        padding: 0;
        display: block;
        margin: 10px 0;
    }

    footer .form_outer_wrapper {
        max-width: 390px;
    }

}
@media (max-width: 390px) {
    footer {
        padding-left: 10px;
        padding-right: 10px;
    }

    footer .form_outer_wrapper {
        max-width: 345px;
    }

}
 
/*  */
.acquisition-timeline {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 40px 0;
}

.acquisition-timeline .milestone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin: 40px 0;
}

.acquisition-timeline .icon-wrap {
    width: 30%;
    text-align: center;
}

.acquisition-timeline .icon-wrap img {
    max-width: 100%;
    object-fit: contain;
}

.acquisition-timeline .icon-wrap img.icon {
    width: 39%;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: relative;
    display: inline-block;
    bottom: -40px;
    display: none;
}

.acquisition-timeline .content {
    flex: 1;
    text-align: left;
}

.acquisition-timeline .content .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
    color: #000;
}

.acquisition-timeline .timeline-bar {
    width: 1px;
    height: 100%;
    border-left: dashed 2px #000;
    position: absolute;
    left: 35%;
    top: 0;
}

.acquisition-timeline .timeline-bar:before {
    content: "";
    position: absolute;
    left: -5.5px;
    top: -7px;
    margin: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    display: inline-block;
}

.acquisition-timeline .timeline-bar:after {
    content: "";
    position: absolute;
    left: -5.5px;
    bottom: -8px;
    margin: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
    display: inline-block;
}

/* Reskill Classes Starts Here */

 

/* Reskill Classes Ends Here */