/*==/ COMMON CSS /==*/
.pt-100, .py-100{
    padding-top: 100px;
}
.pb-100, .py-100{
    padding-bottom: 100px;
}
.mt-100, .my-100{
    padding-top: 100px;
}
.mb-100, .my-100{
    padding-bottom: 100px;
}

/*==/ SECTION TITLE /==*/
.course-sec-title{
    font-size: 35px;
    line-height: 45px;
    color: #000000;
    font-weight: 300;
    font-family: "Nunito Sans";
}
.course-sec-title strong{
    display: block;
    color: var(--orange);
    font-weight: 800;
}

.triangle-img.left {
    position: relative;
    display: table;
    /*margin: auto;*/
    padding-left: 6%;
    padding-bottom: 6%;
}
.triangle-img.left:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--orange);
    clip-path: polygon(0 0%, 0% 100%, 90% 100%);
    z-index: -1;
}
.triangle-img.left:after {
    content: '';
    width: 60%;
    height: 60%;
    border: 2px solid var(--orange);
    border-top: 0;
    border-right: 0;
    position: absolute;
    top: -100px;
    right: -88px;
    z-index: -1;
}

/*==============================
            BANNER
==============================*/
.course-banner{
    position: relative;
    width: 100%;
    padding: 5vw 0 1.875vw 0; /*80px 0 30px 0*/ 
    background-image: url(../images/course/course-banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    overflow: hidden;
}
.course-banner .container-lg{
    max-width: 80%;
}


.course-banner-row{
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-course-name{
    font-size: 3.125vw; /*50px*/
    line-height: 4.6875vw; /*75px*/
    color: #ffffff;
    font-weight: 700;
    font-family: "Nunito Sans";
    padding-left: 6vw;
}
.banner-course-name span{
    display: block;
    color: #000;
}
.banner-icon{
    width: 15vw;
    filter: -webkit-drop-shadow(5.5px 9.526px 5.5px rgba(0,0,0,0.25));
    -webkit-filter: drop-shadow(5.5px 9.526px 5.5px rgba(0,0,0,0.25));
    filter: drop-shadow(5.5px 9.526px 5.5px rgba(0,0,0,0.25));
}
.banner-img{
    width: 30vw;
    margin-left: 10vw;
    margin-bottom: -1.875vw;
}
/*=====================================
    TECHNICAL TRAININGS SECTION
=====================================*/
.technical-trainings-sec{
    position: relative;
}
.technical-trainings-sec .description p {
    font-size: 15px;
    line-height: 24px;
    color: var(--black);
    font-weight: 600;
    font-family: "Nunito Sans";
    text-align: justify;
}
.book-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.book-list li,
.book-list p{
    position: relative;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    font-family: "Nunito Sans";
    list-style: none;
    padding-left: 30px;
    margin-bottom: 8px;
}
.book-list li:before,
.book-list p:before{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 16px;
    height: 15px;
    background-image: url(../images/book.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/*=====================================
    BEHAVIORAL TRAININGS SECTION
=====================================*/
.agile-transformation-sec{
    position: relative;
    background-image: url(../images/technical-transformation/worldmap-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 250px;
    
}
/*.agile-transformation-sec .container-lg{*/
/*    max-width: 80%;*/
/*}*/
.agile-transformation-sec .course-sec-title{
    position: relative;
}
.agile-transformation-sec .course-sec-title:before {
    content: '';
    width: 2px;
    height: 175px;
    background-color: var(--orange);
    position: absolute;
    top: -180px;
    left: 50px;

}
.agile-transformation-sec .sub-para {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    font-family: "Nunito Sans";
    text-align: left;
    margin-bottom: 50px;
    max-width: 660px;
}
.app-aria-row {
/*    max-width: 1140px;*/
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 80px;
}
.app-aria-btn {
    position: relative;
    width: 15.625vw; /*250px*/
    height: 25vw; /*400px*/
    background-color: #d1cfd7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 15.625vw; /*250px*/
    border: 0.625vw solid #e9e7ef; /*10px*/
    padding: 2.5vw; /*40px*/
}
.app-aria-btn .app-aria-inner {
    width: 100%;
    height: 100%;
    background-color: var(--orange);
    border-radius: 15.625vw; /*250px*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.app-aria-btn .app-aria-inner img {
    width: 2.8125vw; /*45px*/
    height: 2.9375vw; /*47px*/
}
.app-aria-btn .app-aria-inner p {
    font-size: 1.375vw; /*22px*/ 
    color: #FFF;
    margin-bottom: 0;
    margin-top: 1.25vw; /*20px*/
    line-height: 1.75vw; /*28px*/
}
.app-aria-btn .black-devider {
    width: 6.25vw; /*100px*/
    height: 0.125vw; /*2px*/
    background-color: #000;
    position: absolute;
}
.app-aria-btn .black-devider:before{
    content: '';
    position: absolute;
    width: 0.625vw; /*10px*/
    height: 0.625vw; /*10px*/
    border-radius: 0.625vw; /*10px*/
    background-color: #000;
    top: 50%;
    transform: translateY(-50%);
}
.app-aria-btn .black-devider.one:before,
.app-aria-btn .black-devider.two:before,
.app-aria-btn .black-devider.three:before{
    left: 0;
}
.app-aria-btn .black-devider.foure:before,
.app-aria-btn .black-devider.five:before,
.app-aria-btn .black-devider.six:before{
    right: 0;
}
.app-aria-btn .black-devider.one{
    top: 1.875vw; /*30px*/ 
    left: -5vw; /*-80px*/
}
.app-aria-btn .black-devider.two{
    width: 9.375vw; /*150px*/
    right: calc(100% + 0.9375vw); /*calc(100% + 15px)*/
}
.app-aria-btn .black-devider.three{
    bottom: 1.875vw; /*30px*/
    left: -5vw; /*-80px*/
}
.app-aria-btn .black-devider.six{
    bottom: 1.875vw; /*30px*/
    right: -5vw; /*-80px*/
}
.app-aria-btn .black-devider.foure{
    top: 1.875vw; /*30px*/
    right: -5vw; /*-80px*/
}
.app-aria-btn .black-devider.five{
    width: 9.375vw; /*150px*/
    left: calc(100% + 0.9375vw); /*calc(100% + 15px)*/
}
.app-aria-btn .black-devider.seven {
    width: 2px; /*0.125vw*/
    height: 3.125vw; /**/
    top: calc(100% + 0.9375vw); /*calc(100% + 15px)*/
}
.app-aria-btn .black-devider.seven:before{
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.app-btn-pill {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15.625vw; /*250px*/ 
    height: 5.625vw; /*90px*/
    background-color: var(--orange);
    border-radius: 5.625vw; /*90px*/
    padding: 0.625vw; /*10px*/ 
    transition: .2s;
    z-index: 50;
}
.app-btn-pill:hover {
    background-color: #000;
}
.app-btn-pill .white-circle {
    width: 4.375vw; /*70px*/
    height: 4.375vw; /*70px*/
    background-color: #FFF;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25vw; /*20px*/
    color: var(--orange);
    font-weight: 700;
}
.app-btn-pill:hover .white-circle{
    color: #000;
}
.app-btn-pill .text-col {
    font-size: 0.85vw;
    display: block;
    text-align: left;
    flex: 1;
    padding-left: 0.625vw; /*10px*/
    color: #FFF;
    line-height: 1.25vw; /*20px*/ 
}

.app-btn-pill.one {
    top: 0;
    left: 4.375vw; /*70px*/
}
.app-btn-pill.two {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.app-btn-pill.three {
    bottom: 0;
    left: 4.375vw; /*70px*/
}
.app-btn-pill.foure {
    top: 0;
    right: 4.375vw; /*70px*/
}
.app-btn-pill.five {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.app-btn-pill.six {
    bottom: 0;
    right: 4.375vw; /*70px*/
}
.app-btn-pill.foure,
.app-btn-pill.five,
.app-btn-pill.six{
    flex-direction: row-reverse;
}
.app-btn-pill.foure .text-col,
.app-btn-pill.five .text-col,
.app-btn-pill.six .text-col{
    text-align: right;
    padding-right: 0.625vw;
    padding-left: 0;
}
.app-btn-pill.seven {
    top: calc(100% + 4.375vw); /*calc(100% + 70px)*/
    left: 50%;
    transform: translateX(-50%);
}

/*========================================
            EXPERT SECTION
*========================================*/
.expert-section {
    position: relative;
    padding: 80px 0 0 0;
}
.expert-section .container-lg{
    max-width: 80%;
}
.expert-section-row {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.expert-box {
    position: relative;
    width: 250px;
    height: 300px;
    background-color: var(--orange);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    box-shadow: 5.5px 9.526px 5.5px rgba(150,156,156,0.75) !important;
}

.expert-icon-box {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,225,0.10);
    border-radius: 4px;
    transition: 0.5s;
}
.expert-icon-box:before,
.expert-icon-box:after {
    content: '';
    width: 30px;
    height: 30px;
    background-color: rgba(255,255,225,0.10);
    position: absolute;
    border-radius: 1px;
}
.expert-icon-box:before{
    top: -15px;
    left: -15px;
}
.expert-icon-box:after{
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}
.expert-box p{
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 21px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Nunito Sans";
    margin-top: 50px;
    margin-bottom: 0;
    transition: 0.5s;
    text-transform: uppercase;
}
.expert-box:hover p{
    transform: translateY(10px);
}
.expert-box:hover .expert-icon-box{
    transform: translateY(-10px);
}
.expert-box:nth-child(even) {
    background-color: #2a2622;
    margin: 0 28px;
    position: relative;
}
.expert-box:last-child{
    margin-right: 0;
}
.expert-box .bottom-row {
    width: calc(100% + 30px);
    height: 2px;
    background-color: var(--orange);
    position: absolute;
    bottom: -100px;
}
.expert-box:first-child .bottom-row:before {
    content: '';
    width: 50%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
}
.expert-box:last-child .bottom-row:before {
    content: '';
    width: 50%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}
.expert-box .bottom-row span {
    width: 2px;
    height: 50px;
    background-color: var(--orange);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}
.expert-box .bottom-row span:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--orange);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.expert-box:nth-child(even) .bottom-row,
.expert-box:nth-child(even) .bottom-row span,
.expert-box:nth-child(even) .bottom-row span:before{
    background-color: #2a2622;
}
/*=====================================
    CORPORATE TRAINING FORM SECTION
=====================================*/
.corpo-training-sec{
    position: relative;
    padding-top: 100px;
    margin-top: 100px;
}
.corpo-training-sec .course-sec-title{
    margin-bottom: 50px;
}
.corpo-training-sec .image-caption{
    height: 510px;
    display: inline-block;
}
.corpo-training-sec .image-caption img{
    /*width: 80%;*/
    height: 100%;
}

.corporate-training-form {
    position: relative;
    background-color: var(--cardBG);
    padding: 30px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
}
.corporate-training-form .form-control{    
    background-color: transparent;
    color: var(--black);
    border-color: #cdc7c7;
}
.corporate-training-form .form-control::placeholder{
    color: var(--placeholder);
}
.corporate-training-form .form-check{
    color: var(--placeholder);
}
.corporate-training-form .form-check-input{
    border-color: var(--black);   
}
.corporate-training-form .btn{
    font-size: 18px;
    text-transform: uppercase;
}
.corporate-training-form-wrap {
    padding-left: 50px;
}
.corporate-training-form .form-fix-txt {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Nunito Sans";
    text-transform: uppercase;
    text-align: center;
    padding: 35px 8px;
    border-radius: 0 5px 5px 0;
    background-color: #f58200;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    left: -46px;
    writing-mode: vertical-lr;
    pointer-events: none;
    z-index: -1;
}
/*=====================================
        CONSULTING SECTION
=====================================*/
.consulting-sec{
    position: relative;
    padding-top: 110px;
    padding-bottom: 100px;
}
.consulting-sec .container-lg{
    max-width: 80%;
}
.consulting-sec .course-sec-title{
    position: relative;
    margin-bottom: 115px;
}
.consulting-sec .course-sec-title:before {
    content: '';
    width: 175px;
    height: 100px;
    background-color: transparent;
    border-right: 2px solid var(--orange);
    position: absolute;
    top: -100px;
    left: 44.3%;
    transform: translateX(-50%);
}
.consulting-sec .course-sec-title:after {
    content: '';
    width: 175px;
    height: 175px;
    background-color: transparent;
    border-right: 2px solid var(--orange);
    border-bottom: 2px solid var(--orange);
    position: absolute;
    bottom: -175px;
    left: 44.3%;
    transform: translateX(-50%);
}
.consulting-sec .Row{
    /*    display: flex;*/
}
.consulting-sec .Cols{
    width: 50%;
    position: relative;
}
.consulting-sec .Cols.Col-Left{
    margin-right: auto;
}
.consulting-sec .Cols.Col-Right{
    margin-left: auto;
    margin-top: -98px;
}
.consult-card-wrap-left{
    position: relative;
    padding-right: 100px;
}
.consult-card-wrap-right{
    position: relative;
    padding-left: 100px;
}
.consult-card {
    position: relative;
    padding: 20px;
    background-color: #FFF;
    border: 1px solid #d1cfcf;
    border-radius: 3px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.consult-card h5{
    font-size: 18px;
    line-height: 28px;
    color: var(--orange);
    font-weight: 700;
    height: 56px;
}
.consult-card p{
    font-size: 15px;
    color: var(--black);
    font-weight: 600;
    height: 63px;
    margin: 20px 0;
}
.consult-card .btn{
    font-size: 15px;
    padding: 8px 20px;
    font-weight: 600;
    text-transform: capitalize;

}
.consult-card .img-wrap{
    width: 150px;
    height: 150px;
    border-radius: 3px;
    background-color: #CCC;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.consult-card .img-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.consult-card.left{
    padding-right: 90px;
    margin-top: -65px;
}
.consult-card.left .img-wrap{
    right: -75px;
}
.consult-card.right{
    padding-left: 90px;
    text-align: right;
}
.consult-card.right .img-wrap{
    left: -75px;
}
.consulting-sec .Cols.Col-Left:after {
    content: '';
    width: 60%;
    height: 50px;
    background-color: transparent;
    border-bottom: 2px solid var(--orange);
    border-left: 2px solid var(--orange);
    position: absolute;
    right: -30px;
}
.consulting-sec .Cols.Col-Right:after {
    content: '';
    width: 60%;
    height: 50px;
    background-color: transparent;
    border-bottom: 2px solid var(--orange);
    border-right: 2px solid var(--orange);
    position: absolute;
    left: -30px;
}
.consulting-sec .Cols.Col-Left:last-child:after {
    width: calc(60% - 30px);
    right: 0;
}
.consulting-sec .Cols.Col-Right:last-child:after {
    width: calc(60% - 30px);
    left: 0;
}
.consulting-sec .Cols.Col-Left:last-child:before {
    content: '';
    width: 1px;
    height: 50px;
    border-right: 2px solid var(--orange);
    position: absolute;
    right: 0;
    bottom: -100px;
}
.consulting-sec .Cols.Col-Right:last-child:before {
    content: '';
    width: 1px;
    height: 50px;
    border-right: 2px solid var(--orange);
    position: absolute;
    left: 0;
    bottom: -100px;
}

/*======Responsive====Start======*/


@media(max-width: 991px){
    .py-100{
        padding: 60px 0 !important;
    }
    .agile-transformation-sec{
        padding-bottom: 150px !important;
    }
    .triangle-img.left:after{
        top: -60px;
    }
    .agile-transformation-sec .course-sec-title:before{
        height: 60px;
        top: -60px;
    }
    .expert-section{
        padding: 60px 0 0 0;
    }
    .course-sec-title{
        font-size: 32px;
        line-height: 40px;
    }
    .expert-section .container-lg{
        max-width: 100%;
    }

    .expert-box {
        width: calc(50% - 30px);
        margin: 15px 15px !important;
        float: left;
    }
    .expert-section-row{
        width: 100%;
        display: inline-block;
    }
    .expert-box .bottom-row{
        display: none;
    }
    .corpo-training-sec{
        margin-top: 0;
        padding-top: 60px;
    }

    /*--------consulting-sec---*/
    .consulting-sec{
        padding: 60px 0;
    }
    .consulting-sec .course-sec-title:before{
        top: -60px;
        height: 60px;
    }
    .consulting-sec .Cols.Col-Left:last-child:after{
        height: 35px;
    }
    .consulting-sec .Cols.Col-Left:last-child:before{
        bottom: -60px;
        height: 26px;
    }
    .consult-card .img-wrap{
        width: 120px;
        height: 120px;
    }
    .consult-card.left{
        padding-right: 50px;
    }
    .consult-card.right{
        padding-left: 50px;
    }
    .consult-card p{
        margin: 5px 0 20px 0;
    }
    .consult-card .btn{
        padding: 4px 12px;
    }
    /*--------consulting-sec---*/

    .corpo-training-sec .image-caption img{
        height: auto;
    }


}


@media(max-width: 767px){
    .py-100{
        padding: 40px 0 !important;
    }
    .triangle-img.left:after{
        top: -40px;
        right: -24px;
        height: 46%;
    }
    .triangle-img.left{
        margin-bottom: 25px;
    }
    .agile-transformation-sec .course-sec-title:before {
        height: 40px;
        top: -40px;
    }
    .agile-transformation-sec{
        padding-bottom: 40px !important;
    }
    .expert-section{
        padding-top: 25px;
        margin-bottom: 30px;
    }
    .corpo-training-sec{
        padding-top: 40px;
    }
    .corpo-training-sec .course-sec-title{
        margin-bottom: 25px;
    }
    .corpo-training-sec .image-caption{
        display: none;
    }
    .consulting-sec{
        padding: 40px 0;
    }
    .consulting-sec .course-sec-title:before {
        top: -38px;
        height: 38px;
        width: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .consulting-sec .course-sec-title:after{
        width: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .consulting-sec .Cols{
        width: 100%;
    }
    .consult-card-wrap-left{
        padding-right: 75px;
    }
    .consult-card-wrap-right {
        padding-left: 75px;
    }
    .consulting-sec .Cols.Col-Right{
        margin-top: 30px !important;
        margin-bottom: 30px !important;
        margin-bottom: 30px !important;
    }
    .consulting-sec .Cols.Col-Left:last-child{
        margin-top: 95px;
    }
    .consulting-sec .Cols.Col-Left:after{
        content: '';
        width: 11%;
        height: 142px;
        background-color: transparent;
        border-bottom: 2px solid var(--orange);
        border-left: 2px solid var(--orange);
        position: absolute;
        left: 41px;
        right: auto;
    }
    .consulting-sec .Cols.Col-Left:last-child:after{
        display: none;
    }
    .consulting-sec .Cols.Col-Right:after{
        content: '';
        width: 9%;
        height: 142px;
        background-color: transparent;
        border-bottom: 2px solid var(--orange);
        border-right: 2px solid var(--orange);
        position: absolute;
        right: 41px;
        left: auto;
    }
    .consulting-sec .container-lg{
        max-width: 100%;
    }
    .consulting-sec .Cols.Col-Left:last-child:before {
        bottom: -60px;
        height: 40px;
        right: 50%;
        transform: translate(-50%, -50%);
    }
    .consulting-sec .Cols:nth-child(3){
        margin-top: 94px !important;
    }
    .consulting-sec .Cols.Col-Right:last-child:before{
        display: none;
    }
    .app-aria-btn{
        display: none;
    }
    .app-btn-pill {
        position: relative;
        left: inherit !important;
        right: inherit !important;
        top: inherit !important;
        bottom: inherit !important;
        width: 100%;
        transform: translateX(0) !important;
        margin-bottom: 15px;
    }
    .app-btn-pill:last-child{
        margin-bottom: 0;
    }
    .app-aria-row{
        margin-top: 0;
    }
    .agile-transformation-sec .sub-para{
        max-width: 100%;
        margin-bottom: 25px;
    }
    .agile-transformation-sec .container-lg{
        max-width: 100%;
    }
    .app-btn-pill.foure, .app-btn-pill.five, .app-btn-pill.six{
        flex-direction: row;
    }
    .app-btn-pill.foure .text-col, .app-btn-pill.five .text-col, .app-btn-pill.six .text-col{
        text-align: left;
        padding-left: 10px;
        padding-right: 0;
    }
    .app-btn-pill .text-col{
        font-size: 14px;
        line-height: 10px;
        padding-left: 10px;
    }
    .app-btn-pill .white-circle{
        font-size: 12px;
    }
    .course-sec-title {
        font-size: 28px;
        line-height: 35px;
    }

}


@media(max-width: 575px){
    .triangle-img.left:after{
        display: none;
    }
    .py-100{
        padding: 25px 0 !important;
    }
    .agile-transformation-sec .course-sec-title:before {
        display: none;
    }
    .expert-box{
        width: calc(100% - 30px);
    }
    .course-banner img{
        display: none;
    }
    .banner-course-name {
        padding-left: 0;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 0;
    }
    .course-banner{
        padding: 30px 0;
    }
    .corpo-training-sec{
        padding: 25px 0;
    }

    .corpo-training-sec{
        padding-top: 25px;
    }

    .corporate-training-form{
        padding: 30px 15px;
    }
    .corporate-training-form .form-fix-txt{
        position: absolute;
        left: 50%;
        top: -28px;
        transform: translate(-50%, -50%);
        writing-mode: horizontal-tb;
        padding: 8px 35px;
        display: inline-block;
        border-radius: 5px;
        width: 100%;
        max-width: 70%;
        font-size: 18px;
    }
    .corpo-training-sec .course-sec-title {
        margin-bottom: 80px;
    }
    .corporate-training-form-wrap{
        padding-left: 0;
    }
    .consulting-sec{
        padding: 25px 0;
    }
    .app-btn-pill{
        height: auto;
        padding: 5px;
    }
    .app-btn-pill .text-col{
        font-size: 16px;
        line-height: 18px;
    }
    .app-btn-pill .white-circle {
        font-size: 18px;
        width: 40px;
        height: 40px;
    }
    .expert-box{
        width: 100%;
        margin: 0!important;
        float: none;
        margin-bottom: 25px !important;
    }
    .corpo-training-sec .course-sec-title {
        margin-bottom: 60px;
    }
    .course-sec-title {
        font-size: 24px;
        line-height: 28px;
    }
    .corporate-training-form .form-fix-txt {
        font-size: 12px;
        padding: 2px 35px;
        top: -22px;
        font-weight: 800;
    }
    .consult-card-wrap-left {
        padding-right: 50px;
    }
    .consult-card-wrap-right {
        padding-left: 50px;
    }
    .consult-card .img-wrap{
        width: 100px;
        height: 100px;
    }
    .consult-card.left{
        padding-right: 58px;
    }
    .consult-card.right{
        padding-left: 58px;
    }
    .consult-card.right .img-wrap {
        left: -50px;
    }
    .consult-card.left .img-wrap {
        right: -50px;
    }
    .consulting-sec .Cols.Col-Left:after {
        height: 150px;
        left: 20px;
    }
    .consulting-sec .Cols.Col-Right:after {
        height: 150px;
        right: 20px;
    }
    .consult-card .btn {
        font-size: 14px;
        padding: 4px 12px;
    }
}
