/*==/ 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 {
    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-color: #e9e7ef;
    /*background-image: url(../images/technical-transformation/worldmap-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;*/
    padding-bottom: 0;
    overflow: hidden;
}
.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: 100px;
    background-color: var(--orange);
    position: absolute;
    top: -100px;
    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;
}
.map-aria-row {
    /*    max-width: 1140px;*/
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 50px; /*150px*/
    padding: 0 14.375vw; /*230px*/
}
@media (min-width: 1200px) {
    .map-aria-row {
        margin-left: 5vw;
    }
}
.map-aria-row .route-img{
    width: 100%;
}
.map-aria-row .content-box {
    max-width: 10vw; /*200px*/
    text-align: right;
    position: absolute;

}
.map-aria-row .content-box p {
    font-size: .75vw; /*16px*/
    color: #000000;
    font-weight: 600;
    margin-bottom: 0;
}
.map-aria-row .content-box .pointer-img {
    width: 3.2vw; /*80px*/
    height: 10.0625vw; /*209px*/
    position: absolute;
    top: -0.5vw; /*-20px*/
    margin-left: 0.625vw; /*10px*/
    object-fit: contain;
    pointer-events: none;
}
.map-aria-row .content-box.one {
    bottom: 11vw;
    left: 0.8vw;
}
.map-aria-row .content-box.two {
    top: 7vw;
    left: 3.5vw;
}
.map-aria-row .content-box.three {
    bottom: 13.5vw; /*41%*/
    left: 13.5vw; /*184px*/
    margin-left: 1.875vw; /*30px*/
    padding-left: 2.1875vw; /*35px*/
}
.map-aria-row .content-box.foure {
    top: 8vw;
    left: 19.5vw;
}
.map-aria-row .content-box.five {
    top: 0.3vw;
    left: 24vw;
}
.map-aria-row .content-box.six {
    text-align: left;
    left: 43.9vw;
    bottom: 11vw;
}
.map-aria-row .content-box.six img {
    left: -4vw;
    margin-left: 0;
    transform: rotateY(180deg);
}
.content-box.seven {
    right: 25vw;
    top: 10.5vw;
    width: 5vw;
}
.content-box.eight {
    top: 0vw;
    right: 29vw;
}
.content-box.nine {
    top: -2.6vw;
    right: 20.5vw;
    width: 6vw;
}





/*=====================================
    CORPORATE TRAINING FORM SECTION
=====================================*/
.corpo-training-sec{
    position: relative;
    padding-top: 100px;
    margin-top: 0;
}
.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;
    text-transform: uppercase;
    font-family: "Nunito Sans";
    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;
    overflow: hidden;
}
.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;
}



@media(max-width: 991px){

    .py-100{
        padding: 60px 0 !important;
    }
    .corpo-training-sec{
        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;
    }
    .agile-transformation-sec{
        padding: 60px 0 0 0 !important;
    }

}


@media(max-width: 767px){
    .py-100{
        padding: 40px 0 !important;
    }
    .corpo-training-sec{
        padding-top: 40px;
    }
    /*--------consulting-sec---*/
    .consulting-sec{
        padding: 40px 0;
    }
    /*--------consulting-sec---*/

    .triangle-img.left:after{
        width: 80%;
        top: -40px;
        height: 40%;
        right: -30px;
    }
    .technical-trainings-sec .image-box{
        margin-bottom: 30px;
    }
    .agile-transformation-sec .container-lg{
        max-width: 100%;
    }
    .agile-transformation-sec .course-sec-title:before{
        height: 40px;
        top: -40px;
    }
    .map-aria-row .route-img{
        display: none;
    }
    .agile-transformation-sec .sub-para{
        max-width: 100%;
        margin-bottom: 25px;
    }
    .map-aria-row .content-box{
        position: relative;
        top: inherit !important;
        left: inherit !important;
        right: inherit !important;
        bottom: inherit !important;
        width: 100%;
        max-width: 100%;
        text-align: left;
        margin: 0 !important;
        padding: 0 !important;
    }
    .map-aria-row{
        max-width: 100%;
        margin-top: 0px;
        padding: 0;
    }
    .map-aria-row .content-box img{
        display: none;
    }
    .map-aria-row .content-box p{
        font-size: 16px;
        line-height: 24px;
        position: relative;
        padding-left: 25px;
        text-align: left;
        margin: 0 0 15px 0!important;
    }
    .map-aria-row .content-box p:before {
        content: '\f0a4';
        font-family: "Font Awesome 5 Free";
        color: var(--orange);
        position: absolute;
        left: 0;
    }
    .corpo-training-sec .course-sec-title{
        margin-bottom: 25px;
    }
    .corpo-training-sec .image-caption{
        display: none;
    }
    /*--------consulting-sec---*/

    .consulting-sec .course-sec-title:before {
        top: -38px;
        height: 38px;
        width: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .consulting-sec .course-sec-title:after {
        width: 0px;
        height: 50px;
        bottom: -48px;
        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---*/
    .consulting-sec .Cols.Col-Right:last-child:before{
        display: none;
    }
    .agile-transformation-sec{
        padding: 40px 0 40px 0 !important;
    }


}


@media(max-width: 575px){

    .triangle-img.left:after{
        display: none;
    }
    .course-sec-title{
        font-size: 26px;
        line-height: 34px;
    }
    .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 .course-sec-title:after{
        width: 0px;
        height: 50px;
        bottom: -48px;
    }
    .consulting-sec .course-sec-title:before {
        top: -24px;
        height: 24px;
        width: 0;
    }
    .consulting-sec{
        padding: 25px 0;
    }
    .course-banner{
        padding: 30px 0;
    }
    .course-banner-row img{
        display: none;
    }
    .banner-course-name {
        padding-left: 0;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 0;
    }
    .py-100{
        padding: 25px 0 !important;
    }
    .corpo-training-sec{
        padding-top: 25px;
    }
    .corporate-training-form{
        padding: 30px 15px;
    }
    .agile-transformation-sec .course-sec-title:before{
        display: none;
    }
    .corporate-training-form .form-fix-txt{
        font-size: 15px;
        padding: 2px 35px;
        top: -22px;
    }
    .corpo-training-sec .course-sec-title {
        margin-bottom: 60px;
    }
    .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;
    }
}

